/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

* Makefile (run-server): Remove warning about now-eliminated error.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
* Use _attribute_((nonnull)) wherever possible.
4
4
 
 
5
* Release critical
 
6
** TODO Change make-run-server to not include --no-dbus
 
7
** plymouth.8mandos
 
8
 
5
9
* mandos-client
6
10
** TODO [#B] use scandir(3) instead of readdir(3)
7
11
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
29
33
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
30
34
** TODO [#B] lock stdin (with flock()?)
31
35
 
 
36
* plymouth
 
37
** TODO Use [[info:libc:Argz%20Functions][argz_extract]]
 
38
 
32
39
* TODO [#B] passdev
33
40
 
34
41
* plugin-runner
80
87
** TODO Separate logging logic to own object
81
88
** TODO make clients to a dict!
82
89
** 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
90
 
87
91
* mandos.xml
88
92
** Add mandos contact info in manual pages
103
107
*** Properties popup
104
108
** Nicer crashes. Stack traces Messes up shell.
105
109
*** Print a nice "We are sorry" message, save stack trace to log.
106
 
** Show timeout countdown for approval
107
110
 
108
111
* mandos-keygen
109
112
** TODO Loop until passwords match when run interactively