3
* Use _attribute_((nonnull)) wherever possible.
5
3
* [[http://www.undeadly.org/cgi?action=article&sid=20110530221728][OpenBSD]]
10
** TODO [#A] Document network hook functionality
11
8
** TODO [#B] Use capabilities instead of seteuid().
12
9
** TODO [#B] Use struct sockaddr_storage instead of a union
13
10
** TODO [#B] Use getaddrinfo(hints=AI_NUMERICHOST) instead of inet_pton()
44
40
** TODO [#B] Log level :BUGS:
45
** TODO Persistent state :BUGS:
47
41
*** TODO /etc/mandos/clients.d/*.conf
48
42
Watch this directory and add/remove/update clients?
49
43
** TODO [#C] config for TXT record
50
** TODO Log level option
51
syslogger.setLevel(logging.WARNING)
52
+ SetLogLevel D-Bus call
44
** TODO Log level dbus option
45
SetLogLevel D-Bus call
53
46
** TODO Implement --foreground :BUGS:
54
47
[[info:standards:Option%20Table][Table of Long Options]]
55
** TODO Implement --socket
56
[[info:standards:Option%20Table][Table of Long Options]]
57
** TODO Date+time on console log messages :BUGS:
59
48
** TODO [#C] DBusServiceObjectUsingSuper
60
49
** TODO [#B] Global enable/disable flag
61
** TODO [#B] By-client countdown on secrets given
50
** TODO [#B] By-client countdown on number of secrets given
62
51
** TODO [#B] Support RFC 3339 time duration syntax
64
*** NeedsPassword(50) - Timeout, default disapprove
52
** D-Bus Client method NeedsPassword(50) - Timeout, default disapprove
65
53
+ SetPass(u"gazonk", True) -> Approval, persistent
66
54
+ Approve(False) -> Close client connection immediately
67
55
** TODO [#C] python-parsedatetime
69
57
http://0pointer.de/blog/projects/systemd.html
70
58
http://wiki.debian.org/systemd
71
59
** TODO Separate logging logic to own object
72
** TODO make clients to a dict!
73
60
** TODO [#A] Limit approval_delay to max gnutls/tls timeout value
74
61
** TODO [#B] break the wait on approval_delay if connection dies
75
62
** TODO Generate Client.runtime_expansions from client options + extra
76
63
** TODO Allow %%(checker)s as a runtime expansion
77
64
** TODO Use python-tlslite?
65
** TODO D-Bus AddClient() method on server object
66
** TODO Use org.freedesktop.DBus.Method.NoReply annotation on async methods.
67
** TODO Emit [[http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-properties][org.freedesktop.DBus.Properties.PropertiesChanged]] signal
68
TODO Deprecate se.recompile.Mandos.Client.PropertyChanged - annotate!
69
TODO Can use "invalidates" annotation to also emit on changed secret.
70
** TODO Support [[http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-objectmanager][org.freedesktop.DBus.ObjectManager]] interface on server object
71
Deprecate methods GetAllClients(), GetAllClientsWithProperties()
72
and signals ClientAdded and ClientRemoved.
73
** TODO Save state periodically to recover better from hard shutdowns
74
** TODO CheckerCompleted method, deprecate CheckedOK
75
** TODO Secret Service API?
76
http://standards.freedesktop.org/secret-service/
80
79
** Add mandos contact info in manual pages
83
82
*** Handle "no D-Bus server" and/or "no Mandos server found" better
84
83
*** [#B] --dump option
85
84
** TODO Support RFC 3339 time duration syntax
86
** TODO Send milliseconds if bare integer is passed as time duration
88
86
* TODO mandos-dispatch
89
87
Listens for specified D-Bus signals and spawns shell commands with
94
92
** Urwid client data displayer
95
93
Better view of client data in the listing
96
94
*** Properties popup
97
** Nicer crashes. Stack traces Messes up shell.
98
*** Print a nice "We are sorry" message, save stack trace to log.
95
** Print a nice "We are sorry" message, save stack trace to log.
99
96
** Show timeout countdown for approval