3
* Use _attribute_((nonnull)) wherever possible.
3
* [[http://www.undeadly.org/cgi?action=article&sid=20110530221728][OpenBSD]]
7
*** Do not write PID file if --debug is passed?
8
Do other programs do this?
9
** Update copyright year to add 2010
11
*** Document the approval concept
14
** TODO [#B] use scandir(3) instead of readdir(3)
15
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
16
** TODO [#B] Retry a server which has a non-definite reply:
17
*** A closed connection during the TLS handshake
8
** TODO [#A] Wireless network hook
19
9
** TODO [#B] Use capabilities instead of seteuid().
20
** TODO [#A] Retry --connect forever
10
** TODO [#B] Use struct sockaddr_storage instead of a union
11
** TODO [#B] Use getaddrinfo(hints=AI_NUMERICHOST) instead of inet_pton()
12
** TODO [#B] Use getnameinfo(serv=NULL, NI_NUMERICHOST) instead of inet_ntop()
13
** TODO [#B] Prefer /run/tmp over /tmp, if it exists
23
16
** TODO [#B] use scandir(3) instead of readdir(3)
24
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
18
* usplash (Deprecated)
27
19
** TODO [#A] Make it work again
28
20
** TODO [#B] use scandir(3) instead of readdir(3)
29
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
30
21
** TODO Use [[info:libc:Argz%20Functions][argz_extract]]
33
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
34
24
** TODO [#B] Drop privileges after opening FIFO.
37
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
38
27
** TODO [#B] lock stdin (with flock()?)
40
31
* TODO [#B] passdev
34
** TODO handle printing for errors for plugins
35
*** Hook up stderr of plugins, buffer them, and prepend mandos pluig [plugin name]
43
36
** TODO [#B] use scandir(3) instead of readdir(3)
44
37
** TODO [#C] use same file name rules as run-parts(8)
45
38
** kernel command line option for debug info
46
39
** TODO [#B] Use openat()
42
** TODO Document why we ignore sigint
49
43
** TODO [#B] Log level :BUGS:
50
** TODO Persistent state :BUGS:
52
44
*** TODO /etc/mandos/clients.d/*.conf
53
45
Watch this directory and add/remove/update clients?
54
46
** TODO [#C] config for TXT record
55
** TODO Log level option
56
syslogger.setLevel(logging.WARNING)
57
+ SetLogLevel D-Bus call
47
** TODO Log level dbus option
48
SetLogLevel D-Bus call
58
49
** TODO Implement --foreground :BUGS:
59
50
[[info:standards:Option%20Table][Table of Long Options]]
60
51
** TODO Implement --socket
61
52
[[info:standards:Option%20Table][Table of Long Options]]
62
** TODO Date+time on console log messages :BUGS:
64
53
** TODO [#C] DBusServiceObjectUsingSuper
65
54
** TODO [#B] Global enable/disable flag
66
** TODO [#B] By-client countdown on secrets given
67
** TODO [#B] Fix problem with fsck taking a really long time
68
Whenever a client successfully gets a secret it could get a
69
one-time timeout boost to allow for an fsck-incurred delay
70
** TODO [#A] Delay before client receives key
71
This would give an operator opportunity to cancel the request if
73
** TODO [#A] Client manual approval mode
74
A client needs manual approval on the server before it gets the
55
** TODO [#B] By-client countdown on number of secrets given
76
56
** TODO [#B] Support RFC 3339 time duration syntax
77
57
** More D-Bus methods
78
*** NeedsApproval(50, True) -> timeout, default approve
79
Default approval is configurable, but True by default
80
+ Approve(True) -> approve sending saved
81
+ Approve(False) -> Close client connection immediately
82
58
*** NeedsPassword(50) - Timeout, default disapprove
83
59
+ SetPass(u"gazonk", True) -> Approval, persistent
84
60
+ Approve(False) -> Close client connection immediately
85
61
** TODO [#C] python-parsedatetime
86
62
** TODO [#C] systemd/launchd
87
63
http://0pointer.de/blog/projects/systemd.html
64
http://wiki.debian.org/systemd
88
65
** TODO Separate logging logic to own object
89
** TODO make clients to a dict!
90
66
** TODO [#A] Limit approval_delay to max gnutls/tls timeout value
91
67
** TODO [#B] break the wait on approval_delay if connection dies
92
68
** TODO Generate Client.runtime_expansions from client options + extra
93
69
** TODO Allow %%(checker)s as a runtime expansion
70
** TODO Use python-tlslite?
71
** TODO D-Bus AddClient() method on server object
72
** TODO Use org.freedesktop.DBus.Method.NoReply annotation on async methods.
73
** TODO Emit [[http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-properties][org.freedesktop.DBus.Properties.PropertiesChanged]] signal
74
TODO Deprecate se.recompile.Mandos.Client.PropertyChanged - annotate!
75
TODO Can use "invalidates" annotation to also emit on changed secret.
76
** TODO Support [[http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-objectmanager][org.freedesktop.DBus.ObjectManager]] interface on server object
77
Deprecate methods GetAllClients(), GetAllClientsWithProperties()
78
and signals ClientAdded and ClientRemoved.
79
** TODO Save state periodically to recover better from hard shutdowns
80
** TODO CheckerCompleted method, deprecate CheckedOK
96
83
** Add mandos contact info in manual pages
108
** TODO help should be toggable
95
** TODO help should be toggleable
109
96
** Urwid client data displayer
110
97
Better view of client data in the listing
111
98
*** Properties popup
112
** Nicer crashes. Stack traces Messes up shell.
113
*** Print a nice "We are sorry" message, save stack trace to log.
99
** Print a nice "We are sorry" message, save stack trace to log.
100
** Show timeout countdown for approval
116
** TODO Loop until passwords match when run interactively
117
103
** TODO "--secfile" option
118
104
Using the "secfile" option instead of "secret"
119
105
** TODO [#B] "--test" option
120
106
For testing decryption before rebooting.
123
** TODO Add "--Xlinker --as-needed"
124
http://udrepper.livejournal.com/19395.html
125
109
** TODO [#C] Implement DEB_BUILD_OPTIONS
126
110
http://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules-options