/mandos/release

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

« back to all changes in this revision

Viewing changes to TODO

* plugins.d/plymouth.c: Break lines, fix whitespace.  Remove
                        unnecessary casts.

  (main) Exit with EX_UNAVAILABLE if plymouth is not found.  Use first
         argument of error() where useful.  Simplify logic of checking
         results of running the ask-for-password command.  Simplify
         assigning value to "plymouthd_argv".

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
* Use _attribute_((nonnull)) wherever possible.
4
4
 
5
 
* mandos-applet
 
5
* Release critical
 
6
** mandos-ctl.xml
 
7
*** More examples
 
8
** mandos
 
9
*** Do not write PID file if --debug is passed?
 
10
    Do other programs do this?
 
11
** Update copyright year to add 2010
 
12
** mandos.xml
 
13
*** Document the approval concept
6
14
 
7
15
* mandos-client
 
16
** TODO [#B] use scandir(3) instead of readdir(3)
 
17
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
 
18
** TODO [#B] Retry a server which has a non-definite reply:
 
19
*** A closed connection during the TLS handshake
 
20
*** A TCP timeout
8
21
** TODO [#B] Use capabilities instead of seteuid().
 
22
** TODO [#A] Retry --connect forever
9
23
 
10
24
* splashy
11
25
** TODO [#B] use scandir(3) instead of readdir(3)
 
26
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
12
27
 
13
28
* usplash
14
29
** TODO [#A] Make it work again
15
30
** TODO [#B] use scandir(3) instead of readdir(3)
 
31
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
16
32
** TODO Use [[info:libc:Argz%20Functions][argz_extract]]
17
33
 
18
34
* askpass-fifo
 
35
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
19
36
** TODO [#B] Drop privileges after opening FIFO.
20
37
 
21
38
* password-prompt
 
39
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
22
40
** TODO [#B] lock stdin (with flock()?)
23
41
 
24
42
* TODO [#B] passdev
25
43
 
26
44
* plugin-runner
27
 
** TODO handle printing for errors for plugins
28
 
*** Hook up stderr of plugins, buffer them, and prepend mandos pluig [plugin name]
29
45
** TODO [#B] use scandir(3) instead of readdir(3)
30
46
** TODO [#C] use same file name rules as run-parts(8)
31
47
** kernel command line option for debug info
75
91
** TODO make clients to a dict!
76
92
** TODO [#A] Limit approval_delay to max gnutls/tls timeout value
77
93
** TODO [#B] break the wait on approval_delay if connection dies
78
 
** TODO Generate Client.runtime_expansions from client options + extra
79
 
** TODO Allow %%(checker)s as a runtime expansion
80
94
 
81
95
* mandos.xml
82
96
** Add mandos contact info in manual pages
91
105
  arguments.
92
106
 
93
107
* mandos-monitor
94
 
** TODO help should be toggleable
 
108
** TODO help should be toggable
95
109
** Urwid client data displayer
96
110
   Better view of client data in the listing
97
111
*** Properties popup
98
112
** Nicer crashes. Stack traces Messes up shell.
99
113
*** Print a nice "We are sorry" message, save stack trace to log.
100
 
** Show timeout countdown for approval
101
114
 
102
115
* mandos-keygen
103
116
** TODO Loop until passwords match when run interactively