/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to TODO

merge
new approve/deny functionallity in mandos-monitor

Show diffs side-by-side

added added

removed removed

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