3
3
* Use _attribute_((nonnull)) wherever possible.
5
* [[http://www.undeadly.org/cgi?action=article&sid=20110530221728][OpenBSD]]
10
** TODO [#B] Flag fprintf_plus so compiler checks the format string.
11
** TODO [#A] OpenVPN network hook
12
** TODO [#A] Wireless network hook
8
13
** TODO [#B] Use capabilities instead of seteuid().
9
14
** TODO [#B] Use struct sockaddr_storage instead of a union
10
15
** TODO [#B] Use getaddrinfo(hints=AI_NUMERICHOST) instead of inet_pton()
38
43
** TODO [#B] Use openat()
46
** TODO Document why we ignore sigint
41
47
** TODO [#B] Log level :BUGS:
42
** TODO Persistent state :BUGS:
48
** TODO [#A] Save state to new file and move instead of overwrite
44
49
*** TODO /etc/mandos/clients.d/*.conf
45
50
Watch this directory and add/remove/update clients?
46
51
** TODO [#C] config for TXT record
47
** TODO Log level option
48
syslogger.setLevel(logging.WARNING)
49
+ SetLogLevel D-Bus call
52
** TODO Log level dbus option
53
SetLogLevel D-Bus call
50
54
** TODO Implement --foreground :BUGS:
51
55
[[info:standards:Option%20Table][Table of Long Options]]
52
56
** TODO Implement --socket
53
57
[[info:standards:Option%20Table][Table of Long Options]]
54
** TODO Date+time on console log messages :BUGS:
56
58
** TODO [#C] DBusServiceObjectUsingSuper
57
59
** TODO [#B] Global enable/disable flag
58
** TODO [#B] By-client countdown on secrets given
59
** TODO [#B] Fix problem with fsck taking a really long time
60
Whenever a client successfully gets a secret it could get a
61
one-time timeout boost to allow for an fsck-incurred delay
60
** TODO [#B] By-client countdown on number of secrets given
62
61
** TODO [#B] Support RFC 3339 time duration syntax
63
62
** More D-Bus methods
64
63
*** NeedsPassword(50) - Timeout, default disapprove
67
66
** TODO [#C] python-parsedatetime
68
67
** TODO [#C] systemd/launchd
69
68
http://0pointer.de/blog/projects/systemd.html
69
http://wiki.debian.org/systemd
70
70
** TODO Separate logging logic to own object
71
** TODO make clients to a dict!
72
71
** TODO [#A] Limit approval_delay to max gnutls/tls timeout value
73
72
** TODO [#B] break the wait on approval_delay if connection dies
74
73
** TODO Generate Client.runtime_expansions from client options + extra
75
74
** TODO Allow %%(checker)s as a runtime expansion
76
75
** TODO Use python-tlslite?
76
** TODO D-Bus AddClient() method on server object
79
79
** Add mandos contact info in manual pages
82
82
*** Handle "no D-Bus server" and/or "no Mandos server found" better
83
83
*** [#B] --dump option
84
84
** TODO Support RFC 3339 time duration syntax
85
** TODO Send milliseconds if bare integer is passed as time duration
86
87
* TODO mandos-dispatch
87
88
Listens for specified D-Bus signals and spawns shell commands with
115
116
From XML sources directly?
118
** TODO Locate which packet move the other bin/sh when busy box is deactivated
119
** TODO contact owner of packet, and ask them to have that shell static in position regardless of busybox
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
122
123
#+STARTUP: showall