/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: Björn Påhlsson
  • Date: 2010-09-12 18:12:11 UTC
  • mto: (237.4.3 mandos-release)
  • mto: This revision was merged to the branch mainline in revision 428.
  • Revision ID: belorn@fukt.bsnet.se-20100912181211-wvkt0sk37zhx7tws
mandos-client: Added never ending loop for --connect
mandos-ctl: Better option parsing.

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
** Make mandos-ctl fail nicer to permission deny (runing as non-root for example)
 
7
 
5
8
* mandos-client
6
9
** TODO [#B] use scandir(3) instead of readdir(3)
7
10
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
29
32
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
30
33
** TODO [#B] lock stdin (with flock()?)
31
34
 
 
35
* plymouth
 
36
** TODO Use [[info:libc:Argz%20Functions][argz_extract]]
 
37
 
32
38
* TODO [#B] passdev
33
39
 
34
40
* plugin-runner
79
85
   http://0pointer.de/blog/projects/systemd.html
80
86
** TODO Separate logging logic to own object
81
87
** 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
 
88
** TODO [#A] Limit approved_delay to max gnutls/tls timeout value
 
89
** TODO [#B] break the wait on approved_delay if connection dies
86
90
 
87
91
* mandos.xml
 
92
** [[file:mandos.xml::XXX][Document D-Bus interface]]
 
93
   Remove mention of lack of such interface in BUGS section
88
94
** Add mandos contact info in manual pages
89
95
 
 
96
* TODO [#A] Provide and install /etc/dbus-1/system.d/mandos.conf
 
97
 
90
98
* mandos-ctl
91
99
*** Handle "no D-Bus server" and/or "no Mandos server found" better
92
100
*** [#B] --dump option
103
111
*** Properties popup
104
112
** Nicer crashes. Stack traces Messes up shell.
105
113
*** Print a nice "We are sorry" message, save stack trace to log.
106
 
** Show timeout countdown for approval
107
114
 
108
115
* mandos-keygen
109
116
** TODO Loop until passwords match when run interactively