3
* Use _attribute_((nonnull)) wherever possible.
5
3
* [[http://www.undeadly.org/cgi?action=article&sid=20110530221728][OpenBSD]]
10
** TODO [#B] Flag fprintf_plus so compiler checks the format string.
11
** TODO [#A] OpenVPN network hook
12
** TODO [#A] Wireless network hook
13
11
** TODO [#B] Use capabilities instead of seteuid().
14
12
** TODO [#B] Use struct sockaddr_storage instead of a union
15
13
** TODO [#B] Use getaddrinfo(hints=AI_NUMERICHOST) instead of inet_pton()
16
14
** TODO [#B] Use getnameinfo(serv=NULL, NI_NUMERICHOST) instead of inet_ntop()
17
15
** TODO [#B] Prefer /run/tmp over /tmp, if it exists
16
** TODO [#C] Make start_mandos_communication() take "struct server".
20
19
** TODO [#B] use scandir(3) instead of readdir(3)
38
36
** TODO handle printing for errors for plugins
39
*** Hook up stderr of plugins, buffer them, and prepend mandos pluig [plugin name]
37
*** Hook up stderr of plugins, buffer them, and prepend "Mandos Plugin [plugin name]"
40
38
** TODO [#B] use scandir(3) instead of readdir(3)
41
39
** TODO [#C] use same file name rules as run-parts(8)
42
40
** kernel command line option for debug info
43
41
** TODO [#B] Use openat()
46
** TODO Document why we ignore sigint
47
44
** TODO [#B] Log level :BUGS:
48
** TODO [#A] Save state to new file and move instead of overwrite
49
45
*** TODO /etc/mandos/clients.d/*.conf
50
46
Watch this directory and add/remove/update clients?
51
47
** TODO [#C] config for TXT record
52
48
** TODO Log level dbus option
53
49
SetLogLevel D-Bus call
54
** TODO Implement --foreground :BUGS:
55
[[info:standards:Option%20Table][Table of Long Options]]
56
** TODO Implement --socket
57
[[info:standards:Option%20Table][Table of Long Options]]
58
50
** TODO [#C] DBusServiceObjectUsingSuper
59
51
** TODO [#B] Global enable/disable flag
60
52
** TODO [#B] By-client countdown on number of secrets given
61
** TODO [#B] Support RFC 3339 time duration syntax
63
*** NeedsPassword(50) - Timeout, default disapprove
53
** D-Bus Client method NeedsPassword(50) - Timeout, default disapprove
64
54
+ SetPass(u"gazonk", True) -> Approval, persistent
65
55
+ Approve(False) -> Close client connection immediately
66
56
** TODO [#C] python-parsedatetime
74
64
** TODO Allow %%(checker)s as a runtime expansion
75
65
** TODO Use python-tlslite?
76
66
** TODO D-Bus AddClient() method on server object
67
** TODO Use org.freedesktop.DBus.Method.NoReply annotation on async methods. :2:
68
** TODO Emit [[http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-properties][org.freedesktop.DBus.Properties.PropertiesChanged]] signal :2:
69
TODO Deprecate se.recompile.Mandos.Client.PropertyChanged - annotate!
70
TODO Can use "invalidates" annotation to also emit on changed secret.
71
** TODO Support [[http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-objectmanager][org.freedesktop.DBus.ObjectManager]] interface on server object :2:
72
Deprecate methods GetAllClients(), GetAllClientsWithProperties()
73
and signals ClientAdded and ClientRemoved.
74
** TODO Save state periodically to recover better from hard shutdowns
75
** TODO CheckerCompleted method, deprecate CheckedOK
76
** TODO Secret Service API?
77
http://standards.freedesktop.org/secret-service/
78
** TODO Remove D-Bus interfaces with old domain name :2:
79
** TODO Remove old string_to_delta format :2:
80
** TODO --no-zeroconf (only valid if port or socket is set)
79
83
** Add mandos contact info in manual pages
82
86
*** Handle "no D-Bus server" and/or "no Mandos server found" better
83
87
*** [#B] --dump option
84
** TODO Support RFC 3339 time duration syntax
85
** TODO Send milliseconds if bare integer is passed as time duration
88
** TODO Remove old string_to_delta format :2:
87
90
* TODO mandos-dispatch
88
91
Listens for specified D-Bus signals and spawns shell commands with
93
96
** Urwid client data displayer
94
97
Better view of client data in the listing
95
98
*** Properties popup
96
** Nicer crashes. Stack traces Messes up shell.
97
*** Print a nice "We are sorry" message, save stack trace to log.
98
** Show timeout countdown for approval
99
** Print a nice "We are sorry" message, save stack trace to log.
100
** Rename module "gobject" to "GObject".
101
103
** TODO "--secfile" option