/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-16 23:28:39 UTC
  • Revision ID: teddy@fukt.bsnet.se-20090916232839-3o7i8qmcdcz5j1ya
* init.d-mandos (Required-Start, Required-Stop): Bug fix: Added
                 "$syslog", thanks to Petter Reinholdtsen
                 <pere@hungry.com> (Debian bug #546928).

* initramfs-tools-script: Removed erroneous comment.

* plugins.d/askpass-fifo.c: Removed TEMP_FAILURE_RETRY since it is
                            not needed.

* plugins.d/mandos-client.c (main): Bug fix: Initialize
                                    "old_sigterm_action".

* plugins.d/splashy.c (main): Bug fix: really check return value from
                              "sigaddset".  Fix some warnings on
                              64-bit systems.

* plugins.d/usplash.c (termination_handler, main): Save received
                                                   signal and
                                                   re-raise it on
                                                   exit.
  (usplash_write): Do not close FIFO, instead, take an additional file
                   descriptor pointer to it and open only when needed
                   (all callers changed).  Abort immediately on EINTR.
                   Bug fix:  Add NUL byte on single-word commands.
                   Ignore "interrupted_by_signal".
  (makeprompt, find_usplash): New; broken out from "main()".
  (find_usplash): Bug fix: close /proc/<pid>/cmdline FD on error.
  (main): Reorganized to jump to a new "failure" label on any error.
          Bug fix: check return values from sigaddset.
          New variable "usplash_accessed" to flag if usplash(8) needs
          to be killed and restarted.  Removed the "an_error_occured"
          variable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
* password-prompt
24
24
** TODO [#B] Prefix all debug output with "Mandos plugin " + argv[0]
25
25
 
26
 
* TODO passdev
27
 
 
28
26
* plugin-runner
29
27
** TODO [#B] use scandir(3) instead of readdir(3)
30
28
** TODO [#C] use same file name rules as run-parts(8)
31
 
** kernel command line option for debug info
32
29
 
33
30
* mandos (server)
34
31
** TODO [#B] Log level                          :BUGS:
48
45
   [[info:standards:Option%20Table][Table of Long Options]]
49
46
** TODO Date+time on console log messages       :BUGS:
50
47
   Is this the default?
 
48
** TODO Split IPv6_TCPServer into a generic and Mandos-specific class
 
49
** TODO move handle_ipc out of IPv6_TCPServer
51
50
** TODO DBusServiceObjectUsingSuper
52
 
** TODO Global enable/disable flag
53
 
** TODO By-client countdown on secrets given
54
 
** TODO Fix problem with fsck taking a really long time
 
51
** Global enable/disable flag
 
52
** By-client countdown on secrets given
 
53
** Fix problem with fsck taking a really long time
55
54
   Whenever a client successfully gets a secret it could get a
56
55
   one-time timeout boost to allow for an fsck-incurred delay
57
 
** TODO Delay before client receives key
58
 
   This would give an operator opportunity to cancel the request if
59
 
   desired.
60
 
** TODO Client manual approval mode
61
 
   A client needs manual approval on the server before it gets the
62
 
   secret
63
 
** TODO Persistent state
64
 
   /var/lib/mandos/*
65
56
 
66
57
* mandos.xml
67
58
** [[file:mandos.xml::XXX][Document D-Bus interface]]
68
 
** Add mandos contact info in manual pages
69
59
 
70
60
* Provide and install /etc/dbus-1/system.d/mandos.conf
71
61
 
73
63
*** Handle "no D-Bus server" and/or "no Mandos server found" better
74
64
*** [#B] --dump option
75
65
 
76
 
* TODO mandos-dispatch
77
 
  Listens for specified D-Bus signals and spawns shell commands with
78
 
  arguments.
79
 
 
80
 
* mandos-monitor
 
66
* mandos-name
81
67
** D-Bus mail loop w/ signal receiver
82
 
** Snack/Newt client data displayer
 
68
** Urwid/Newt client data displayer
 
69
*** Urwid scaffolding
83
70
*** Client Widgets
84
71
*** Properties popup
85
72
 
90
77
** TODO [#B] "--test" option
91
78
   For testing decryption before rebooting.
92
79
 
93
 
* Makefile
94
 
** Implement DEB_BUILD_OPTIONS
95
 
   http://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules-options
96
 
 
97
80
* Package
98
81
** /usr/share/initramfs-tools/hooks/mandos
99
82
*** TODO [#C] use same file name rules as run-parts(8)