/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)
47
45
   [[info:standards:Option%20Table][Table of Long Options]]
48
46
** TODO Date+time on console log messages       :BUGS:
49
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
50
50
** TODO DBusServiceObjectUsingSuper
51
 
** TODO Global enable/disable flag
52
 
** TODO By-client countdown on secrets given
53
 
** 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
54
54
   Whenever a client successfully gets a secret it could get a
55
55
   one-time timeout boost to allow for an fsck-incurred delay
56
 
** TODO Delay before client receives key
57
 
   This would give an operator opportunity to cancel the request if
58
 
   desired.
59
 
** TODO Client manual approval mode
60
 
   A client needs manual approval on the server before it gets the
61
 
   secret
62
 
** TODO Persistent state
63
 
   /var/lib/mandos/*
64
56
 
65
57
* mandos.xml
66
58
** [[file:mandos.xml::XXX][Document D-Bus interface]]
67
 
** Add mandos contact info in manual pages
68
59
 
69
60
* Provide and install /etc/dbus-1/system.d/mandos.conf
70
61
 
72
63
*** Handle "no D-Bus server" and/or "no Mandos server found" better
73
64
*** [#B] --dump option
74
65
 
75
 
* TODO mandos-dispatch
76
 
  Listens for specified D-Bus signals and spawns shell commands with
77
 
  arguments.
78
 
 
79
 
* mandos-monitor
 
66
* mandos-name
80
67
** D-Bus mail loop w/ signal receiver
81
 
** Snack/Newt client data displayer
 
68
** Urwid/Newt client data displayer
 
69
*** Urwid scaffolding
82
70
*** Client Widgets
83
71
*** Properties popup
84
72
 
89
77
** TODO [#B] "--test" option
90
78
   For testing decryption before rebooting.
91
79
 
92
 
* Makefile
93
 
** Implement DEB_BUILD_OPTIONS
94
 
   http://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules-options
95
 
 
96
80
* Package
97
81
** /usr/share/initramfs-tools/hooks/mandos
98
82
*** TODO [#C] use same file name rules as run-parts(8)