3
* Use _attribute_((nonnull)) wherever possible.
4
* Use __attribute__((pure)) or __attribute__((const)) where possible.
5
* Use __attribute__((signal)) on signal handlers.
7
* [[http://www.undeadly.org/cgi?action=article&sid=20110530221728][OpenBSD]]
4
** TODO [#B] use scandir(3) instead of readdir(3)
5
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
6
** TODO use error() instead of perror()
7
** TODO [#B] Retry a server which has a non-definite reply:
8
*** A closed connection during the TLS handshake
12
** TODO [#B] Flag fprintf_plus so compiler checks the format string.
13
** TODO [#A] OpenVPN network hook
14
** TODO [#A] Wireless network hook
10
15
** TODO [#B] Use capabilities instead of seteuid().
11
** TODO use EX_* from <sysexits.h>
16
** TODO [#B] Use struct sockaddr_storage instead of a union
17
** TODO [#B] Use getaddrinfo(hints=AI_NUMERICHOST) instead of inet_pton()
18
** TODO [#B] Use getnameinfo(serv=NULL, NI_NUMERICHOST) instead of inet_ntop()
19
** TODO [#B] Prefer /run/tmp over /tmp, if it exists
14
22
** TODO [#B] use scandir(3) instead of readdir(3)
15
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
16
** TODO use error() instead of perror()
24
* usplash (Deprecated)
25
** TODO [#A] Make it work again
19
26
** TODO [#B] use scandir(3) instead of readdir(3)
20
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
21
** TODO use error() instead of perror()
22
** TODO use EX_* from <sysexits.h>
27
** TODO Use [[info:libc:Argz%20Functions][argz_extract]]
25
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
26
** TODO use error() instead of perror()
27
30
** TODO [#B] Drop privileges after opening FIFO.
30
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
31
** TODO use error() instead of perror()
32
** TODO lock stdin (with flock()?)
33
** TODO [#B] lock stdin (with flock()?)
40
** TODO handle printing for errors for plugins
41
*** Hook up stderr of plugins, buffer them, and prepend mandos pluig [plugin name]
37
42
** TODO [#B] use scandir(3) instead of readdir(3)
38
43
** TODO [#C] use same file name rules as run-parts(8)
39
** TODO use EX_* from <sysexits.h>
40
** TODO use error() instead of perror()
44
** kernel command line option for debug info
45
** TODO [#B] Use openat()
43
** TODO [#B] Log level :BUGS:
44
** TODO /etc/mandos/clients.d/*.conf
45
Watch this directory and add/remove/update clients?
46
** TODO config for TXT record
47
** TODO [#B] Run-time communication with server :BUGS:
52
syslogger.setLevel(logging.WARNING)
53
+ [[http://log.ometer.com/2007-05.html][Best D-Bus practices]]
54
** TODO Implement --foreground :BUGS:
48
** TODO Document why we ignore sigint
49
** TODO [#B] Log level :BUGS:
50
*** TODO /etc/mandos/clients.d/*.conf
51
Watch this directory and add/remove/update clients?
52
** TODO [#C] config for TXT record
53
** TODO Log level dbus option
54
SetLogLevel D-Bus call
55
** TODO Implement --foreground :BUGS:
55
56
[[info:standards:Option%20Table][Table of Long Options]]
56
57
** TODO Implement --socket
57
58
[[info:standards:Option%20Table][Table of Long Options]]
58
** TODO Date+time on console log messages :BUGS:
60
** TODO DBusServiceObjectUsingSuper
61
** TODO Global enable/disable flag
62
** TODO By-client countdown on secrets given
63
** TODO Fix problem with fsck taking a really long time
64
Whenever a client successfully gets a secret it could get a
65
one-time timeout boost to allow for an fsck-incurred delay
66
** TODO Delay before client receives key
67
This would give an operator opportunity to cancel the request if
69
** TODO Client manual approval mode
70
A client needs manual approval on the server before it gets the
72
** TODO Persistent state
59
** TODO [#C] DBusServiceObjectUsingSuper
60
** TODO [#B] Global enable/disable flag
61
** TODO [#B] By-client countdown on number of secrets given
62
** TODO [#B] Support RFC 3339 time duration syntax
64
*** NeedsPassword(50) - Timeout, default disapprove
65
+ SetPass(u"gazonk", True) -> Approval, persistent
66
+ Approve(False) -> Close client connection immediately
67
** TODO [#C] python-parsedatetime
68
** TODO [#C] systemd/launchd
69
http://0pointer.de/blog/projects/systemd.html
70
http://wiki.debian.org/systemd
71
** TODO Separate logging logic to own object
72
** TODO [#A] Limit approval_delay to max gnutls/tls timeout value
73
** TODO [#B] break the wait on approval_delay if connection dies
74
** TODO Generate Client.runtime_expansions from client options + extra
75
** TODO Allow %%(checker)s as a runtime expansion
76
** TODO Use python-tlslite?
77
** TODO D-Bus AddClient() method on server object
76
** [[file:mandos.xml::XXX][Document D-Bus interface]]
78
* Provide and install /etc/dbus-1/system.d/mandos.conf
80
** Add mandos contact info in manual pages
81
83
*** Handle "no D-Bus server" and/or "no Mandos server found" better
82
84
*** [#B] --dump option
85
** TODO Support RFC 3339 time duration syntax
86
** TODO Send milliseconds if bare integer is passed as time duration
84
88
* TODO mandos-dispatch
85
89
Listens for specified D-Bus signals and spawns shell commands with
89
** D-Bus main loop w/ signal receiver
93
** TODO help should be toggleable
90
94
** Urwid client data displayer
95
Better view of client data in the listing
93
96
*** Properties popup
97
** Nicer crashes. Stack traces Messes up shell.
98
*** Print a nice "We are sorry" message, save stack trace to log.
99
** Show timeout countdown for approval
96
** TODO Loop until passwords match when run interactively
97
102
** TODO "--secfile" option
98
103
Using the "secfile" option instead of "secret"
99
104
** TODO [#B] "--test" option
100
105
For testing decryption before rebooting.
103
** Implement DEB_BUILD_OPTIONS
108
** TODO [#C] Implement DEB_BUILD_OPTIONS
104
109
http://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules-options