/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-05 01:05:25 UTC
  • Revision ID: teddy@fukt.bsnet.se-20090905010525-7qeq05ztwc2ddhuv
* plugins.d/mandos-client.c (main): Do not handle ignored signals.
                                    Bug fix: remove signal handler
                                    before re-raising signal.

* plugins.d/password-prompt.c (main): Check return values from
                                      "sigaddset()".

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
-*- org -*-
2
2
 
3
 
* [[http://www.undeadly.org/cgi?action=article&sid=20110530221728][OpenBSD]]
4
 
 
5
 
* mandos-applet
6
 
 
7
3
* mandos-client
8
 
** TODO [#A] Wireless network hook
9
 
** TODO [#B] Use capabilities instead of seteuid().
10
 
** TODO [#B] Use struct sockaddr_storage instead of a union
11
 
** TODO [#B] Use getaddrinfo(hints=AI_NUMERICHOST) instead of inet_pton()
12
 
** TODO [#B] Use getnameinfo(serv=NULL, NI_NUMERICHOST) instead of inet_ntop()
13
 
** TODO [#B] Prefer /run/tmp over /tmp, if it exists
 
4
** TODO [#A] Clean up /tmp directory and take down interface on signal
 
5
** TODO [#A] Do not handle ignored signals
 
6
** TODO [#B] use scandir(3) instead of readdir(3)
14
7
 
15
8
* splashy
16
 
** TODO [#B] use scandir(3) instead of readdir(3)
17
 
 
18
 
* usplash (Deprecated)
19
 
** TODO [#A] Make it work again
20
 
** TODO [#B] use scandir(3) instead of readdir(3)
21
 
** TODO Use [[info:libc:Argz%20Functions][argz_extract]]
22
 
 
23
 
* askpass-fifo
24
 
** TODO [#B] Drop privileges after opening FIFO.
25
 
 
26
 
* password-prompt
27
 
** TODO [#B] lock stdin (with flock()?)
28
 
 
29
 
* plymouth
30
 
 
31
 
* TODO [#B] passdev
 
9
** TODO [#A] Re-raise signal received when exiting due to handled signal.
 
10
** TODO [#B] use scandir(3) instead of readdir(3)
 
11
 
 
12
* usplash
 
13
** TODO [#A] Re-raise signal received when exiting due to handled signal.
 
14
** TODO [#B] use scandir(3) instead of readdir(3)
32
15
 
33
16
* plugin-runner
34
 
** TODO handle printing for errors for plugins
35
 
*** Hook up stderr of plugins, buffer them, and prepend mandos pluig [plugin name]
 
17
** TODO [#A] Do not handle ignored signals
36
18
** TODO [#B] use scandir(3) instead of readdir(3)
37
19
** TODO [#C] use same file name rules as run-parts(8)
38
 
** kernel command line option for debug info
39
 
** TODO [#B] Use openat()
40
20
 
41
21
* mandos (server)
42
 
** TODO Document why we ignore sigint
43
 
** TODO [#B] Log level                                                    :BUGS:
44
 
*** TODO /etc/mandos/clients.d/*.conf
45
 
    Watch this directory and add/remove/update clients?
46
 
** TODO [#C] config for TXT record
47
 
** TODO Log level dbus option
48
 
   SetLogLevel D-Bus call
49
 
** TODO Implement --foreground                                            :BUGS:
 
22
** TODO [#B] Log level                          :BUGS:
 
23
** TODO /etc/mandos/clients.d/*.conf
 
24
   Watch this directory and add/remove/update clients?
 
25
** TODO config for TXT record
 
26
** TODO [#B] Run-time communication with server :BUGS:
 
27
   Probably using D-Bus
 
28
*** Client class
 
29
*** Main server
 
30
    + SetLogLevel
 
31
      syslogger.setLevel(logging.WARNING)
 
32
    + [[http://log.ometer.com/2007-05.html][Best D-Bus practices]]
 
33
** TODO Implement --foreground                  :BUGS:
50
34
   [[info:standards:Option%20Table][Table of Long Options]]
51
35
** TODO Implement --socket
52
36
   [[info:standards:Option%20Table][Table of Long Options]]
53
 
** TODO [#C] DBusServiceObjectUsingSuper
54
 
** TODO [#B] Global enable/disable flag
55
 
** TODO [#B] By-client countdown on number of secrets given
56
 
** TODO [#B] Support RFC 3339 time duration syntax
57
 
** More D-Bus methods
58
 
*** NeedsPassword(50) - Timeout, default disapprove
59
 
    + SetPass(u"gazonk", True) -> Approval, persistent
60
 
    + Approve(False) -> Close client connection immediately
61
 
** TODO [#C] python-parsedatetime
62
 
** TODO [#C] systemd/launchd
63
 
   http://0pointer.de/blog/projects/systemd.html
64
 
   http://wiki.debian.org/systemd
65
 
** TODO Separate logging logic to own object
66
 
** TODO [#A] Limit approval_delay to max gnutls/tls timeout value
67
 
** TODO [#B] break the wait on approval_delay if connection dies
68
 
** TODO Generate Client.runtime_expansions from client options + extra
69
 
** TODO Allow %%(checker)s as a runtime expansion
70
 
** TODO Use python-tlslite?
71
 
** TODO D-Bus AddClient() method on server object
72
 
** TODO Use org.freedesktop.DBus.Method.NoReply annotation on async methods.
73
 
** TODO Emit [[http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-properties][org.freedesktop.DBus.Properties.PropertiesChanged]] signal
74
 
   TODO Deprecate se.recompile.Mandos.Client.PropertyChanged - annotate!
75
 
   TODO Can use "invalidates" annotation to also emit on changed secret.
76
 
** TODO Support [[http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-objectmanager][org.freedesktop.DBus.ObjectManager]] interface on server object
77
 
   Deprecate methods GetAllClients(), GetAllClientsWithProperties()
78
 
   and signals ClientAdded and ClientRemoved.
 
37
** TODO Date+time on console log messages       :BUGS:
 
38
   Is this the default?
 
39
** TODO Split IPv6_TCPServer into a generic and Mandos-specific class
 
40
** TODO move handle_ipc out of IPv6_TCPServer
 
41
** TODO DBusServiceObjectUsingSuper
 
42
** Global enable/disable flag
 
43
** By-client countdown on secrets given
79
44
 
80
45
* mandos.xml
81
 
** Add mandos contact info in manual pages
 
46
** [[file:mandos.xml::XXX][Document D-Bus interface]]
 
47
 
 
48
* Provide and install /etc/dbus-1/system.d/mandos.conf
82
49
 
83
50
* mandos-ctl
84
51
*** Handle "no D-Bus server" and/or "no Mandos server found" better
85
52
*** [#B] --dump option
86
 
** TODO Support RFC 3339 time duration syntax
87
 
 
88
 
* TODO mandos-dispatch
89
 
  Listens for specified D-Bus signals and spawns shell commands with
90
 
  arguments.
91
 
 
92
 
* mandos-monitor
93
 
** TODO help should be toggleable
94
 
** Urwid client data displayer
95
 
   Better view of client data in the listing
 
53
 
 
54
* mandos-name
 
55
** D-Bus mail loop w/ signal receiver
 
56
** Urwid/Newt client data displayer
 
57
*** Urwid scaffolding
 
58
*** Client Widgets
96
59
*** Properties popup
97
 
** Print a nice "We are sorry" message, save stack trace to log.
98
 
** Show timeout countdown for approval
99
60
 
100
61
* mandos-keygen
 
62
** TODO Loop until passwords match when run interactively
101
63
** TODO "--secfile" option
102
64
   Using the "secfile" option instead of "secret"
103
65
** TODO [#B] "--test" option
104
66
   For testing decryption before rebooting.
105
67
 
106
 
* Makefile
107
 
** TODO [#C] Implement DEB_BUILD_OPTIONS
108
 
   http://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules-options
109
 
 
110
68
* Package
111
69
** /usr/share/initramfs-tools/hooks/mandos
112
70
*** TODO [#C] use same file name rules as run-parts(8)
115
73
** TODO [#C] /etc/bash_completion.d/mandos
116
74
   From XML sources directly?
117
75
 
118
 
* Side Stuff
119
 
** TODO Locate which package moves the other bin/sh when busybox is deactivated
120
 
** TODO contact owner of package, and ask them to have that shell static in position regardless of busybox
121
 
 
122
76
 
123
77
#+STARTUP: showall