/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Teddy Hogeborn
  • Date: 2010-06-19 00:37:04 UTC
  • mto: (24.1.149 mandos)
  • mto: This revision was merged to the branch mainline in revision 417.
  • Revision ID: teddy@fukt.bsnet.se-20100619003704-vpicvssvv1ktg2om
* mandos (ClientHandler.handle): Set up the GnuTLS session object
                                 before reading the protocol number.
 (ClientHandler.handle/ProxyObject): New.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
-*- org -*-
2
2
 
3
 
* Use _attribute_((nonnull)) wherever possible.
 
3
* _attribute_((nonnull))
4
4
 
5
5
* mandos-client
6
6
** TODO [#B] use scandir(3) instead of readdir(3)
7
7
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
 
8
** TODO use error() instead of perror()
8
9
** TODO [#B] Retry a server which has a non-definite reply:
9
10
*** A closed connection during the TLS handshake
10
11
*** A TCP timeout
14
15
* splashy
15
16
** TODO [#B] use scandir(3) instead of readdir(3)
16
17
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
 
18
** TODO [#B] use error() instead of perror()
17
19
 
18
20
* usplash
19
21
** TODO [#A] Make it work again
20
22
** TODO [#B] use scandir(3) instead of readdir(3)
21
23
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
22
 
** TODO Use [[info:libc:Argz%20Functions][argz_extract]]
 
24
** TODO [#B] use error() instead of perror()
23
25
 
24
26
* askpass-fifo
25
27
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
 
28
** TODO [#B] use error() instead of perror()
26
29
** TODO [#B] Drop privileges after opening FIFO.
27
30
 
28
31
* password-prompt
29
32
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
 
33
** TODO [#B] use error() instead of perror()
30
34
** TODO [#B] lock stdin (with flock()?)
31
35
 
32
36
* TODO [#B] passdev
35
39
** TODO [#B] use scandir(3) instead of readdir(3)
36
40
** TODO [#C] use same file name rules as run-parts(8)
37
41
** kernel command line option for debug info
38
 
** TODO [#B] Use openat()
 
42
** TODO [#B] use error() instead of perror()
 
43
** TODO [$B] Use openat() and readdir64()
 
44
   http://udrepper.livejournal.com/19395.html
39
45
 
40
46
* mandos (server)
41
47
** TODO [#B] Log level                                                    :BUGS:
69
75
** More D-Bus methods
70
76
*** NeedsApproval(50, True) -> timeout, default approve
71
77
    Default approval is configurable, but True by default
72
 
    + Approve(True) -> approve sending saved
73
 
    + Approve(False) -> Close client connection immediately
 
78
    + Approval(True) -> approve sending saved
 
79
    + Approval(False) -> Close client connection immediately
74
80
*** NeedsPassword(50) - Timeout, default disapprove
75
81
    + SetPass(u"gazonk", True) -> Approval, persistent
76
 
    + Approve(False) -> Close client connection immediately
 
82
    + Approval(False) -> Close client connection immediately
77
83
** TODO [#C] python-parsedatetime
78
84
** TODO [#C] systemd/launchd
79
85
   http://0pointer.de/blog/projects/systemd.html
80
 
** TODO Separate logging logic to own object
81
 
** TODO make clients to a dict!
82
 
** TODO [#A] Limit approval_delay to max gnutls/tls timeout value
83
 
** TODO [#B] break the wait on approval_delay if connection dies
84
 
** TODO Generate Client.runtime_expansions from client options + extra
85
 
** TODO Allow %%(checker)s as a runtime expansion
86
86
 
87
87
* mandos.xml
 
88
** [[file:mandos.xml::XXX][Document D-Bus interface]]
 
89
   Remove mention of lack of such interface in BUGS section
88
90
** Add mandos contact info in manual pages
89
91
 
 
92
* TODO [#A] Provide and install /etc/dbus-1/system.d/mandos.conf
 
93
 
90
94
* mandos-ctl
91
95
*** Handle "no D-Bus server" and/or "no Mandos server found" better
92
96
*** [#B] --dump option
97
101
  arguments.
98
102
 
99
103
* mandos-monitor
100
 
** TODO help should be toggable
101
104
** Urwid client data displayer
102
105
   Better view of client data in the listing
103
106
*** Properties popup
104
 
** Nicer crashes. Stack traces Messes up shell.
105
 
*** Print a nice "We are sorry" message, save stack trace to log.
106
 
** Show timeout countdown for approval
107
107
 
108
108
* mandos-keygen
109
109
** TODO Loop until passwords match when run interactively
126
126
** TODO [#C] /etc/bash_completion.d/mandos
127
127
   From XML sources directly?
128
128
 
129
 
* Side Stuff
130
 
** TODO Locate which packet move the other bin/sh when busy box is deactivated
131
 
** TODO contact owner of packet, and ask them to have that shell static in position regardless of busybox
132
 
 
133
129
 
134
130
#+STARTUP: showall