/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: 2009-09-10 17:21:36 UTC
  • Revision ID: teddy@fukt.bsnet.se-20090910172136-plhvv6jjz8bjrhz4
* plugins.d/mandos-client.c (init_gnutls_session): Retry interrupted
                                                   GnuTLS functions.
  (main): Drop privileges early, and raise them only where needed and
          lower them whenever possible.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
** TODO [#B] Use capabilities instead of seteuid().
10
10
 
11
11
* splashy
 
12
** TODO [#A] Re-raise signal received when exiting due to handled signal  :test:
12
13
** TODO [#B] use scandir(3) instead of readdir(3)
13
14
** TODO [#B] Prefix all debug output with "Mandos plugin " + argv[0]
14
15
 
15
16
* usplash
 
17
** TODO [#A] Re-raise signal received when exiting due to handled signal.
16
18
** TODO [#B] use scandir(3) instead of readdir(3)
17
19
** TODO [#B] Prefix all debug output with "Mandos plugin " + argv[0]
18
20
 
45
47
   [[info:standards:Option%20Table][Table of Long Options]]
46
48
** TODO Date+time on console log messages       :BUGS:
47
49
   Is this the default?
 
50
** TODO Split IPv6_TCPServer into a generic and Mandos-specific class
 
51
** TODO move handle_ipc out of IPv6_TCPServer
48
52
** TODO DBusServiceObjectUsingSuper
49
53
** Global enable/disable flag
50
54
** By-client countdown on secrets given
61
65
*** Handle "no D-Bus server" and/or "no Mandos server found" better
62
66
*** [#B] --dump option
63
67
 
64
 
* mandos-monitor
 
68
* mandos-name
65
69
** D-Bus mail loop w/ signal receiver
66
 
** Snack/Newt client data displayer
 
70
** Urwid/Newt client data displayer
 
71
*** Urwid scaffolding
67
72
*** Client Widgets
68
73
*** Properties popup
69
74
 
74
79
** TODO [#B] "--test" option
75
80
   For testing decryption before rebooting.
76
81
 
77
 
* Makefile
78
 
** Implement DEB_BUILD_OPTIONS
79
 
   http://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules-options
80
 
 
81
82
* Package
82
83
** /usr/share/initramfs-tools/hooks/mandos
83
84
*** TODO [#C] use same file name rules as run-parts(8)