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