3
* Use _attribute_((nonnull)) wherever possible.
5
* [[http://www.undeadly.org/cgi?action=article&sid=20110530221728][OpenBSD]]
10
** TODO [#B] Use capabilities instead of seteuid().
11
** TODO [#B] Use struct sockaddr_storage instead of a union
12
** TODO [#B] Use getaddrinfo(hints=AI_NUMERICHOST) instead of inet_pton()
13
** TODO [#B] Use getnameinfo(serv=NULL, NI_NUMERICHOST) instead of inet_ntop()
14
** TODO [#B] Prefer /run/tmp over /tmp, if it exists
4
** TODO [#A] Clean up /tmp directory and take down interface on signal :test:
5
** TODO [#B] use scandir(3) instead of readdir(3)
6
** TODO [#B] Prefix all debug output with argv[0]
7
** TODO [#B] Retry a server which has a non-definite reply.
8
*** A closed connection during the TLS handshake
17
** TODO [#B] use scandir(3) instead of readdir(3)
19
* usplash (Deprecated)
20
** TODO [#A] Make it work again
21
** TODO [#B] use scandir(3) instead of readdir(3)
22
** TODO Use [[info:libc:Argz%20Functions][argz_extract]]
25
** TODO [#B] Drop privileges after opening FIFO.
12
** TODO [#A] Re-raise signal received when exiting due to handled signal :test:
13
** TODO [#B] use scandir(3) instead of readdir(3)
14
** TODO [#B] Prefix all debug output with argv[0]
17
** TODO [#A] Re-raise signal received when exiting due to handled signal.
18
** TODO [#B] use scandir(3) instead of readdir(3)
19
** TODO [#B] Prefix all debug output with argv[0]
28
** TODO [#B] lock stdin (with flock()?)
22
** TODO [#B] Prefix all debug output with argv[0]
35
** TODO handle printing for errors for plugins
36
*** Hook up stderr of plugins, buffer them, and prepend mandos pluig [plugin name]
37
25
** TODO [#B] use scandir(3) instead of readdir(3)
38
26
** TODO [#C] use same file name rules as run-parts(8)
39
** kernel command line option for debug info
40
** TODO [#B] Use openat()
43
** TODO [#B] Log level :BUGS:
45
*** TODO /etc/mandos/clients.d/*.conf
46
Watch this directory and add/remove/update clients?
47
** TODO [#C] config for TXT record
48
** TODO Log level option
49
syslogger.setLevel(logging.WARNING)
50
+ SetLogLevel D-Bus call
51
** TODO Implement --foreground :BUGS:
29
** TODO [#B] Log level :BUGS:
30
** TODO /etc/mandos/clients.d/*.conf
31
Watch this directory and add/remove/update clients?
32
** TODO config for TXT record
33
** TODO [#B] Run-time communication with server :BUGS:
38
syslogger.setLevel(logging.WARNING)
39
+ [[http://log.ometer.com/2007-05.html][Best D-Bus practices]]
40
** TODO Implement --foreground :BUGS:
52
41
[[info:standards:Option%20Table][Table of Long Options]]
53
42
** TODO Implement --socket
54
43
[[info:standards:Option%20Table][Table of Long Options]]
55
** TODO [#C] DBusServiceObjectUsingSuper
56
** TODO [#B] Global enable/disable flag
57
** TODO [#B] By-client countdown on secrets given
58
** TODO [#B] Support RFC 3339 time duration syntax
60
*** NeedsPassword(50) - Timeout, default disapprove
61
+ SetPass(u"gazonk", True) -> Approval, persistent
62
+ Approve(False) -> Close client connection immediately
63
** TODO [#C] python-parsedatetime
64
** TODO [#C] systemd/launchd
65
http://0pointer.de/blog/projects/systemd.html
66
http://wiki.debian.org/systemd
67
** TODO Separate logging logic to own object
68
** TODO [#A] Limit approval_delay to max gnutls/tls timeout value
69
** TODO [#B] break the wait on approval_delay if connection dies
70
** TODO Generate Client.runtime_expansions from client options + extra
71
** TODO Allow %%(checker)s as a runtime expansion
72
** TODO Use python-tlslite?
44
** TODO Date+time on console log messages :BUGS:
46
** TODO Split IPv6_TCPServer into a generic and Mandos-specific class
47
** TODO move handle_ipc out of IPv6_TCPServer
48
** TODO DBusServiceObjectUsingSuper
49
** Global enable/disable flag
50
** By-client countdown on secrets given
75
** Add mandos contact info in manual pages
53
** [[file:mandos.xml::XXX][Document D-Bus interface]]
55
* Provide and install /etc/dbus-1/system.d/mandos.conf
78
58
*** Handle "no D-Bus server" and/or "no Mandos server found" better
79
59
*** [#B] --dump option
80
** TODO Support RFC 3339 time duration syntax
81
** TODO Send milliseconds if bare integer is passed as time duration
83
* TODO mandos-dispatch
84
Listens for specified D-Bus signals and spawns shell commands with
88
** TODO help should be toggleable
89
** Urwid client data displayer
90
Better view of client data in the listing
62
** D-Bus mail loop w/ signal receiver
63
** Urwid/Newt client data displayer
91
66
*** Properties popup
92
** Nicer crashes. Stack traces Messes up shell.
93
*** Print a nice "We are sorry" message, save stack trace to log.
94
** Show timeout countdown for approval
69
** TODO Loop until passwords match when run interactively
97
70
** TODO "--secfile" option
98
71
Using the "secfile" option instead of "secret"
99
72
** TODO [#B] "--test" option
100
73
For testing decryption before rebooting.
103
** TODO [#C] Implement DEB_BUILD_OPTIONS
104
http://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules-options
107
76
** /usr/share/initramfs-tools/hooks/mandos
108
77
*** TODO [#C] use same file name rules as run-parts(8)