32
34
** TODO handle printing for errors for plugins
33
*** Hook up stderr of plugins, buffer them, and prepend mandos pluig [plugin name]
34
** TODO [#B] use scandir(3) instead of readdir(3)
35
*** Hook up stderr of plugins, buffer them, and prepend "Mandos Plugin [plugin name]"
35
36
** TODO [#C] use same file name rules as run-parts(8)
36
37
** kernel command line option for debug info
37
** TODO [#B] Use openat()
40
** TODO [#B] --notify-command
41
This would allow the mandos.service to use
42
--notify-command="systemd-notify --pid --ready"
43
** TODO [#B] python-systemd
44
*** import systemd.daemon; systemd.daemon.notify()
40
45
** TODO [#B] Log level :BUGS:
41
** TODO Persistent state :BUGS:
43
46
*** TODO /etc/mandos/clients.d/*.conf
44
47
Watch this directory and add/remove/update clients?
45
48
** TODO [#C] config for TXT record
46
** TODO Log level option
47
syslogger.setLevel(logging.WARNING)
48
+ SetLogLevel D-Bus call
49
** TODO Implement --foreground :BUGS:
50
[[info:standards:Option%20Table][Table of Long Options]]
51
** TODO Implement --socket
52
[[info:standards:Option%20Table][Table of Long Options]]
53
** TODO Date+time on console log messages :BUGS:
49
** TODO Log level dbus option
50
SetLogLevel D-Bus call
55
51
** TODO [#C] DBusServiceObjectUsingSuper
56
52
** TODO [#B] Global enable/disable flag
57
** TODO [#B] By-client countdown on secrets given
58
** TODO [#B] Fix problem with fsck taking a really long time
59
Whenever a client successfully gets a secret it could get a
60
one-time timeout boost to allow for an fsck-incurred delay
61
** TODO [#A] Delay before client receives key
62
This would give an operator opportunity to cancel the request if
64
** TODO [#A] Client manual approval mode
65
A client needs manual approval on the server before it gets the
67
** TODO [#B] Support RFC 3339 time duration syntax
69
*** NeedsApproval(50, True) -> timeout, default approve
70
Default approval is configurable, but True by default
71
+ Approve(True) -> approve sending saved
72
+ Approve(False) -> Close client connection immediately
73
*** NeedsPassword(50) - Timeout, default disapprove
53
** TODO [#B] By-client countdown on number of secrets given
54
** D-Bus Client method NeedsPassword(50) - Timeout, default disapprove
74
55
+ SetPass(u"gazonk", True) -> Approval, persistent
75
56
+ Approve(False) -> Close client connection immediately
76
57
** TODO [#C] python-parsedatetime
77
** TODO [#C] systemd/launchd
78
http://0pointer.de/blog/projects/systemd.html
79
58
** TODO Separate logging logic to own object
80
** TODO make clients to a dict!
81
** TODO [#A] Limit approval_delay to max gnutls/tls timeout value
59
** TODO [#B] Limit approval_delay to max gnutls/tls timeout value
82
60
** TODO [#B] break the wait on approval_delay if connection dies
83
61
** TODO Generate Client.runtime_expansions from client options + extra
84
62
** TODO Allow %%(checker)s as a runtime expansion
85
** TODO Use python-tlslite?
88
** Add mandos contact info in manual pages
63
** TODO D-Bus AddClient() method on server object
64
** TODO Use org.freedesktop.DBus.Method.NoReply annotation on async methods. :2:
65
** TODO Save state periodically to recover better from hard shutdowns
66
** TODO CheckerCompleted method, deprecate CheckedOK
67
** TODO Secret Service API?
68
http://standards.freedesktop.org/secret-service/
69
** TODO Remove D-Bus interfaces with old domain name :2:
70
** TODO Remove old string_to_delta format :2:
71
** TODO http://0pointer.de/blog/projects/stateless.html
72
*** File in /usr/lib/sysusers.d to create user+group "_mandos"
73
** TODO Error handling on error parsing config files
74
** TODO init.d script error handling
75
** TODO D-Bus server properties; address, port, interface, etc. :2:
77
*** TODO [#C] In Python 3.3, use shlex.quote() instead of re.escape()
91
80
*** Handle "no D-Bus server" and/or "no Mandos server found" better
92
81
*** [#B] --dump option
93
** TODO Support RFC 3339 time duration syntax
82
** TODO Remove old string_to_delta format :2:
95
84
* TODO mandos-dispatch
96
85
Listens for specified D-Bus signals and spawns shell commands with
89
** TODO --servicename :BUGS:
100
90
** TODO help should be toggleable
101
91
** Urwid client data displayer
102
92
Better view of client data in the listing
103
93
*** Properties popup
104
** Nicer crashes. Stack traces Messes up shell.
105
*** Print a nice "We are sorry" message, save stack trace to log.
106
** Show timeout countdown for approval
94
** Print a nice "We are sorry" message, save stack trace to log.
109
** TODO Loop until passwords match when run interactively
110
97
** TODO "--secfile" option
111
98
Using the "secfile" option instead of "secret"
112
99
** TODO [#B] "--test" option
113
100
For testing decryption before rebooting.
116
** TODO Add "--Xlinker --as-needed"
117
http://udrepper.livejournal.com/19395.html
118
** TODO [#C] Implement DEB_BUILD_OPTIONS
119
http://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules-options
122
103
** /usr/share/initramfs-tools/hooks/mandos
123
104
*** TODO [#C] use same file name rules as run-parts(8)
124
105
*** TODO [#C] Do not install in initrd.img if configured not to.
125
106
Use "/etc/initramfs-tools/hooksconf.d/mandos"?
126
** TODO [#C] /etc/bash_completion.d/mandos
107
** TODO [#C] $(pkg-config --variable=completionsdir bash-completion)
127
108
From XML sources directly?
130
** TODO Locate which packet move the other bin/sh when busy box is deactivated
131
** TODO contact owner of packet, and ask them to have that shell static in position regardless of busybox
111
** TODO Locate which package moves the other bin/sh when busybox is deactivated
112
** TODO contact owner of package, and ask them to have that shell static in position regardless of busybox
114
* [[http://www.undeadly.org/cgi?action=article&sid=20110530221728][OpenBSD]]
134
117
#+STARTUP: showall