3
* [[http://www.undeadly.org/cgi?action=article&sid=20110530221728][OpenBSD]]
6
** Use org.freedesktop.DBus.Method.NoReply annotation on async methods.
7
** Emit [[http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-properties][org.freedesktop.DBus.Properties.PropertiesChanged]] signal
8
Deprecate se.recompile.Mandos.Client.PropertyChanged - annotate!
9
Can use "invalidates" annotation to also emit on changed secret.
10
** Support [[http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-objectmanager][org.freedesktop.DBus.ObjectManager]] interface on server object
11
Deprecate methods GetAllClients(), GetAllClientsWithProperties()
12
and signals ClientAdded and ClientRemoved.
17
** TODO [#A] Wireless network hook
18
** TODO [#B] Use capabilities instead of seteuid().
19
** TODO [#B] Use struct sockaddr_storage instead of a union
20
** TODO [#B] Use getaddrinfo(hints=AI_NUMERICHOST) instead of inet_pton()
21
** TODO [#B] Use getnameinfo(serv=NULL, NI_NUMERICHOST) instead of inet_ntop()
22
** TODO [#B] Prefer /run/tmp over /tmp, if it exists
25
** TODO [#B] use scandir(3) instead of readdir(3)
27
* usplash (Deprecated)
28
** TODO [#A] Make it work again
29
** TODO [#B] use scandir(3) instead of readdir(3)
30
** TODO Use [[info:libc:Argz%20Functions][argz_extract]]
33
** TODO [#B] Drop privileges after opening FIFO.
36
** TODO [#B] lock stdin (with flock()?)
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
43
** TODO handle printing for errors for plugins
44
*** Hook up stderr of plugins, buffer them, and prepend mandos pluig [plugin name]
45
10
** TODO [#B] use scandir(3) instead of readdir(3)
46
** TODO [#C] use same file name rules as run-parts(8)
47
** kernel command line option for debug info
48
** TODO [#B] Use openat()
51
** TODO Document why we ignore sigint
52
** TODO [#B] Log level :BUGS:
53
*** TODO /etc/mandos/clients.d/*.conf
54
Watch this directory and add/remove/update clients?
55
** TODO [#C] config for TXT record
56
** TODO Log level dbus option
57
SetLogLevel D-Bus call
58
** TODO Implement --foreground :BUGS:
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:
59
29
[[info:standards:Option%20Table][Table of Long Options]]
60
30
** TODO Implement --socket
61
31
[[info:standards:Option%20Table][Table of Long Options]]
62
** TODO [#C] DBusServiceObjectUsingSuper
63
** TODO [#B] Global enable/disable flag
64
** TODO [#B] By-client countdown on number of secrets given
65
** TODO [#B] Support RFC 3339 time duration syntax
67
*** NeedsPassword(50) - Timeout, default disapprove
68
+ SetPass(u"gazonk", True) -> Approval, persistent
69
+ Approve(False) -> Close client connection immediately
70
** TODO [#C] python-parsedatetime
71
** TODO [#C] systemd/launchd
72
http://0pointer.de/blog/projects/systemd.html
73
http://wiki.debian.org/systemd
74
** TODO Separate logging logic to own object
75
** TODO [#A] Limit approval_delay to max gnutls/tls timeout value
76
** TODO [#B] break the wait on approval_delay if connection dies
77
** TODO Generate Client.runtime_expansions from client options + extra
78
** TODO Allow %%(checker)s as a runtime expansion
79
** TODO Use python-tlslite?
80
** TODO D-Bus AddClient() method on server object
83
** Add mandos contact info in manual pages
86
*** Handle "no D-Bus server" and/or "no Mandos server found" better
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
87
40
*** [#B] --dump option
88
** TODO Support RFC 3339 time duration syntax
90
* TODO mandos-dispatch
91
Listens for specified D-Bus signals and spawns shell commands with
95
** TODO help should be toggleable
96
** Urwid client data displayer
97
Better view of client data in the listing
99
** Print a nice "We are sorry" message, save stack trace to log.
100
** Show timeout countdown for approval
41
** TODO Disable client
103
48
** TODO "--secfile" option
105
50
** TODO [#B] "--test" option
106
51
For testing decryption before rebooting.
109
** TODO [#C] Implement DEB_BUILD_OPTIONS
110
http://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules-options
113
54
** /usr/share/initramfs-tools/hooks/mandos
114
*** TODO [#C] use same file name rules as run-parts(8)
115
*** TODO [#C] Do not install in initrd.img if configured not to.
116
Use "/etc/initramfs-tools/hooksconf.d/mandos"?
117
** TODO [#C] /etc/bash_completion.d/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
118
59
From XML sources directly?
121
** TODO Locate which package moves the other bin/sh when busybox is deactivated
122
** TODO contact owner of package, and ask them to have that shell static in position regardless of busybox
125
62
#+STARTUP: showall