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] Temporarily lower kernel log level
5
for less printouts during sucessfull boot.
6
klogctl(6, NULL, 0); klogctl(7, NULL, 0);
7
** TODO [#C] IPv4 support
12
** TODO [#B] Flag fprintf_plus so compiler checks the format string.
13
** TODO [#A] OpenVPN network hook
14
** TODO [#A] Wireless network hook
15
** 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
22
** TODO [#B] use scandir(3) instead of readdir(3)
24
* usplash (Deprecated)
25
** TODO [#A] Make it work again
26
** TODO [#B] use scandir(3) instead of readdir(3)
27
** TODO Use [[info:libc:Argz%20Functions][argz_extract]]
30
** TODO [#B] Drop privileges after opening FIFO.
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]
10
42
** TODO [#B] use scandir(3) instead of readdir(3)
43
** TODO [#C] use same file name rules as run-parts(8)
44
** kernel command line option for debug info
45
** TODO [#B] Use openat()
13
** TODO [#B] Log level :bugs:
14
** TODO /etc/mandos/clients.d/*.conf
15
Watch this directory and add/remove/update clients?
16
** TODO config for TXT record
17
** TODO [#B] Run-time communication with server :bugs:
19
See also [[*Mandos-tools]]
20
** Handle non-existing D-Bus server.
21
Also, possibly a "--no-dbus" option?
25
syslogger.setLevel(logging.WARNING)
27
+ [[http://log.ometer.com/2007-05.html][Best D-Bus practices]]
28
** 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:
29
56
[[info:standards:Option%20Table][Table of Long Options]]
30
57
** TODO Implement --socket
31
58
[[info:standards:Option%20Table][Table of Long Options]]
32
** TODO Date+time on console log messages :bugs:
34
** TODO delete hook when clients fall out by timeout
35
This will not be strictly necessary when the D-Bus interface is
39
*** Handle no D-Bus server and/or no Mandos server found better
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
80
** Add mandos contact info in manual pages
83
*** Handle "no D-Bus server" and/or "no Mandos server found" better
40
84
*** [#B] --dump option
41
** TODO Disable client
85
** TODO Support RFC 3339 time duration syntax
86
** TODO Send milliseconds if bare integer is passed as time duration
88
* TODO mandos-dispatch
89
Listens for specified D-Bus signals and spawns shell commands with
93
** TODO help should be toggleable
94
** Urwid client data displayer
95
Better view of client data in the listing
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
48
102
** TODO "--secfile" option
50
104
** TODO [#B] "--test" option
51
105
For testing decryption before rebooting.
108
** TODO [#C] Implement DEB_BUILD_OPTIONS
109
http://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules-options
54
112
** /usr/share/initramfs-tools/hooks/mandos
55
*** TODO Do not install in initrd.img if configured not to.
56
Use "/etc/initramfs-tools/conf.d/mandos"? Definitely a debconf
58
** TODO /etc/bash_completion.d/mandos
113
*** TODO [#C] use same file name rules as run-parts(8)
114
*** TODO [#C] Do not install in initrd.img if configured not to.
115
Use "/etc/initramfs-tools/hooksconf.d/mandos"?
116
** TODO [#C] /etc/bash_completion.d/mandos
59
117
From XML sources directly?
120
** TODO Locate which package moves the other bin/sh when busybox is deactivated
121
** TODO contact owner of package, and ask them to have that shell static in position regardless of busybox
62
124
#+STARTUP: showall