3
3
* Use _attribute_((nonnull)) wherever possible.
6
** Make mandos-ctl fail nicer to permission deny (runing as non-root for example)
9
** TODO [#B] use scandir(3) instead of readdir(3)
10
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
11
** TODO [#B] Retry a server which has a non-definite reply:
12
*** A closed connection during the TLS handshake
14
8
** TODO [#B] Use capabilities instead of seteuid().
15
** TODO [#A] Retry --connect forever
9
** TODO [#B] Use struct sockaddr_storage instead of a union
10
** TODO [#B] Use getaddrinfo(hints=AI_NUMERICHOST) instead of inet_pton()
11
** TODO [#B] Use getnameinfo(serv=NULL, NI_NUMERICHOST) instead of inet_ntop()
12
** TODO [#B] Prefer /run/tmp over /tmp, if it exists
18
15
** TODO [#B] use scandir(3) instead of readdir(3)
19
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
22
18
** TODO [#A] Make it work again
23
19
** TODO [#B] use scandir(3) instead of readdir(3)
24
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
25
20
** TODO Use [[info:libc:Argz%20Functions][argz_extract]]
28
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
29
23
** TODO [#B] Drop privileges after opening FIFO.
32
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
33
26
** TODO [#B] lock stdin (with flock()?)
36
** TODO Use [[info:libc:Argz%20Functions][argz_extract]]
38
30
* TODO [#B] passdev
33
** TODO handle printing for errors for plugins
34
*** Hook up stderr of plugins, buffer them, and prepend mandos pluig [plugin name]
41
35
** TODO [#B] use scandir(3) instead of readdir(3)
42
36
** TODO [#C] use same file name rules as run-parts(8)
43
37
** kernel command line option for debug info
44
38
** TODO [#B] Use openat()
41
** TODO [#A] Make all attributes properties!
47
42
** TODO [#B] Log level :BUGS:
48
43
** TODO Persistent state :BUGS:
62
57
** TODO [#C] DBusServiceObjectUsingSuper
63
58
** TODO [#B] Global enable/disable flag
64
59
** TODO [#B] By-client countdown on secrets given
65
** TODO [#B] Fix problem with fsck taking a really long time
66
Whenever a client successfully gets a secret it could get a
67
one-time timeout boost to allow for an fsck-incurred delay
68
** TODO [#A] Delay before client receives key
69
This would give an operator opportunity to cancel the request if
71
** TODO [#A] Client manual approval mode
72
A client needs manual approval on the server before it gets the
74
60
** TODO [#B] Support RFC 3339 time duration syntax
75
61
** More D-Bus methods
76
*** NeedsApproval(50, True) -> timeout, default approve
77
Default approval is configurable, but True by default
78
+ Approve(True) -> approve sending saved
79
+ Approve(False) -> Close client connection immediately
80
62
*** NeedsPassword(50) - Timeout, default disapprove
81
63
+ SetPass(u"gazonk", True) -> Approval, persistent
82
64
+ Approve(False) -> Close client connection immediately
85
67
http://0pointer.de/blog/projects/systemd.html
86
68
** TODO Separate logging logic to own object
87
69
** TODO make clients to a dict!
88
** TODO [#A] Limit approved_delay to max gnutls/tls timeout value
89
** TODO [#B] break the wait on approved_delay if connection dies
70
** TODO [#A] Limit approval_delay to max gnutls/tls timeout value
71
** TODO [#B] break the wait on approval_delay if connection dies
72
** TODO Generate Client.runtime_expansions from client options + extra
73
** TODO Allow %%(checker)s as a runtime expansion
74
** TODO Use python-tlslite?
92
** [[file:mandos.xml::XXX][Document D-Bus interface]]
93
Remove mention of lack of such interface in BUGS section
94
77
** Add mandos contact info in manual pages
96
* TODO [#A] Provide and install /etc/dbus-1/system.d/mandos.conf
99
80
*** Handle "no D-Bus server" and/or "no Mandos server found" better
100
81
*** [#B] --dump option
108
** TODO help should be toggable
89
** TODO help should be toggleable
109
90
** Urwid client data displayer
110
91
Better view of client data in the listing
111
92
*** Properties popup
112
93
** Nicer crashes. Stack traces Messes up shell.
113
94
*** Print a nice "We are sorry" message, save stack trace to log.
95
** Show timeout countdown for approval
116
** TODO Loop until passwords match when run interactively
117
98
** TODO "--secfile" option
118
99
Using the "secfile" option instead of "secret"
119
100
** TODO [#B] "--test" option
120
101
For testing decryption before rebooting.
123
** TODO Add "--Xlinker --as-needed"
124
http://udrepper.livejournal.com/19395.html
125
104
** TODO [#C] Implement DEB_BUILD_OPTIONS
126
105
http://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules-options