/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

* 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:
45
45
   [[info:standards:Option%20Table][Table of Long Options]]
46
46
** TODO Date+time on console log messages       :BUGS:
47
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
48
50
** TODO DBusServiceObjectUsingSuper
49
51
** Global enable/disable flag
50
52
** By-client countdown on secrets given
61
63
*** Handle "no D-Bus server" and/or "no Mandos server found" better
62
64
*** [#B] --dump option
63
65
 
64
 
* mandos-monitor
 
66
* mandos-name
65
67
** D-Bus mail loop w/ signal receiver
66
 
** Snack/Newt client data displayer
 
68
** Urwid/Newt client data displayer
 
69
*** Urwid scaffolding
67
70
*** Client Widgets
68
71
*** Properties popup
69
72
 
74
77
** TODO [#B] "--test" option
75
78
   For testing decryption before rebooting.
76
79
 
77
 
* Makefile
78
 
** Implement DEB_BUILD_OPTIONS
79
 
   http://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules-options
80
 
 
81
80
* Package
82
81
** /usr/share/initramfs-tools/hooks/mandos
83
82
*** TODO [#C] use same file name rules as run-parts(8)