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]]
12
** TODO [#B] Flag fprintf_plus so compiler checks the format string.
13
** TODO [#A] OpenVPN network hook
14
** TODO [#A] Wireless network hook
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
15
10
** TODO [#B] Use capabilities instead of seteuid().
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
11
** TODO [#A] Retry --connect forever
22
14
** 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 [#B] use error() instead of perror()
24
* usplash (Deprecated)
25
19
** TODO [#A] Make it work again
26
20
** TODO [#B] use scandir(3) instead of readdir(3)
27
** TODO Use [[info:libc:Argz%20Functions][argz_extract]]
21
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
22
** TODO [#B] use error() instead of perror()
25
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
26
** TODO [#B] use error() instead of perror()
30
27
** TODO [#B] Drop privileges after opening FIFO.
30
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
31
** TODO [#B] use error() instead of perror()
33
32
** TODO [#B] lock stdin (with flock()?)
37
34
* TODO [#B] passdev
40
** TODO handle printing for errors for plugins
41
*** Hook up stderr of plugins, buffer them, and prepend mandos pluig [plugin name]
42
37
** TODO [#B] use scandir(3) instead of readdir(3)
43
38
** TODO [#C] use same file name rules as run-parts(8)
44
39
** kernel command line option for debug info
45
** TODO [#B] Use openat()
40
** TODO [#B] use error() instead of perror()
48
** TODO Document why we ignore sigint
49
43
** TODO [#B] Log level :BUGS:
44
** TODO Persistent state :BUGS:
50
46
*** TODO /etc/mandos/clients.d/*.conf
51
47
Watch this directory and add/remove/update clients?
52
48
** TODO [#C] config for TXT record
53
** TODO Log level dbus option
54
SetLogLevel D-Bus call
49
** TODO Log level option
50
syslogger.setLevel(logging.WARNING)
51
+ SetLogLevel D-Bus call
55
52
** TODO Implement --foreground :BUGS:
56
53
[[info:standards:Option%20Table][Table of Long Options]]
57
54
** TODO Implement --socket
58
55
[[info:standards:Option%20Table][Table of Long Options]]
56
** TODO Date+time on console log messages :BUGS:
59
58
** TODO [#C] DBusServiceObjectUsingSuper
60
59
** TODO [#B] Global enable/disable flag
61
** TODO [#B] By-client countdown on number of secrets given
60
** TODO [#B] By-client countdown on secrets given
61
** TODO [#B] Fix problem with fsck taking a really long time
62
Whenever a client successfully gets a secret it could get a
63
one-time timeout boost to allow for an fsck-incurred delay
64
** TODO [#A] Delay before client receives key
65
This would give an operator opportunity to cancel the request if
67
** TODO [#A] Client manual approval mode
68
A client needs manual approval on the server before it gets the
62
70
** 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
73
** [[file:mandos.xml::XXX][Document D-Bus interface]]
74
Remove mention of lack of such interface in BUGS section
80
75
** Add mandos contact info in manual pages
77
* TODO [#A] Provide and install /etc/dbus-1/system.d/mandos.conf
83
80
*** Handle "no D-Bus server" and/or "no Mandos server found" better
84
81
*** [#B] --dump option
85
82
** TODO Support RFC 3339 time duration syntax
86
** TODO Send milliseconds if bare integer is passed as time duration
88
84
* TODO mandos-dispatch
89
85
Listens for specified D-Bus signals and spawns shell commands with
93
** TODO help should be toggleable
94
89
** Urwid client data displayer
95
90
Better view of client data in the listing
96
91
*** 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
94
** TODO Loop until passwords match when run interactively
102
95
** TODO "--secfile" option
103
96
Using the "secfile" option instead of "secret"
104
97
** TODO [#B] "--test" option