3
* Use _attribute_((nonnull)) wherever possible.
3
* _attribute_((nonnull))
6
6
** TODO [#B] use scandir(3) instead of readdir(3)
7
7
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
8
** TODO use error() instead of perror()
8
9
** TODO [#B] Retry a server which has a non-definite reply:
9
10
*** A closed connection during the TLS handshake
15
16
** TODO [#B] use scandir(3) instead of readdir(3)
16
17
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
18
** TODO [#B] use error() instead of perror()
19
21
** TODO [#A] Make it work again
20
22
** TODO [#B] use scandir(3) instead of readdir(3)
21
23
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
22
** TODO Use [[info:libc:Argz%20Functions][argz_extract]]
24
** TODO [#B] use error() instead of perror()
25
27
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
28
** TODO [#B] use error() instead of perror()
26
29
** TODO [#B] Drop privileges after opening FIFO.
29
32
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
33
** TODO [#B] use error() instead of perror()
30
34
** TODO [#B] lock stdin (with flock()?)
32
36
* TODO [#B] passdev
35
39
** TODO [#B] use scandir(3) instead of readdir(3)
36
40
** TODO [#C] use same file name rules as run-parts(8)
37
41
** kernel command line option for debug info
38
** TODO [#B] Use openat()
42
** TODO [#B] use error() instead of perror()
43
** TODO [$B] Use openat() and readdir64()
44
http://udrepper.livejournal.com/19395.html
41
47
** TODO [#B] Log level :BUGS:
69
75
** More D-Bus methods
70
76
*** NeedsApproval(50, True) -> timeout, default approve
71
77
Default approval is configurable, but True by default
72
+ Approve(True) -> approve sending saved
73
+ Approve(False) -> Close client connection immediately
78
+ Approval(True) -> approve sending saved
79
+ Approval(False) -> Close client connection immediately
74
80
*** NeedsPassword(50) - Timeout, default disapprove
75
81
+ SetPass(u"gazonk", True) -> Approval, persistent
76
+ Approve(False) -> Close client connection immediately
82
+ Approval(False) -> Close client connection immediately
77
83
** TODO [#C] python-parsedatetime
78
84
** TODO [#C] systemd/launchd
79
85
http://0pointer.de/blog/projects/systemd.html
80
86
** TODO Separate logging logic to own object
81
87
** TODO make clients to a dict!
82
** TODO [#A] Limit approval_delay to max gnutls/tls timeout value
83
** TODO [#B] break the wait on approval_delay if connection dies
84
** TODO Generate Client.runtime_expansions from client options + extra
85
** TODO Allow %%(checker)s as a runtime expansion
90
** [[file:mandos.xml::XXX][Document D-Bus interface]]
91
Remove mention of lack of such interface in BUGS section
88
92
** Add mandos contact info in manual pages
94
* TODO [#A] Provide and install /etc/dbus-1/system.d/mandos.conf
91
97
*** Handle "no D-Bus server" and/or "no Mandos server found" better
92
98
*** [#B] --dump option
100
** TODO help should be toggable
101
106
** Urwid client data displayer
102
107
Better view of client data in the listing
103
108
*** 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
109
111
** TODO Loop until passwords match when run interactively