/mandos/release

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

« 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
 
* Release critical
6
 
** mandos-ctl.xml
7
 
*** More examples
 
3
* _attribute_((nonnull))
 
4
* FIX XXX
8
5
 
9
6
* mandos-client
10
7
** TODO [#B] use scandir(3) instead of readdir(3)
11
8
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
 
9
** TODO use error() instead of perror()
12
10
** TODO [#B] Retry a server which has a non-definite reply:
13
11
*** A closed connection during the TLS handshake
14
12
*** A TCP timeout
18
16
* splashy
19
17
** TODO [#B] use scandir(3) instead of readdir(3)
20
18
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
 
19
** TODO [#B] use error() instead of perror()
21
20
 
22
21
* usplash
23
22
** TODO [#A] Make it work again
24
23
** TODO [#B] use scandir(3) instead of readdir(3)
25
24
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
26
 
** TODO Use [[info:libc:Argz%20Functions][argz_extract]]
 
25
** TODO [#B] use error() instead of perror()
27
26
 
28
27
* askpass-fifo
29
28
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
 
29
** TODO [#B] use error() instead of perror()
30
30
** TODO [#B] Drop privileges after opening FIFO.
31
31
 
32
32
* password-prompt
33
33
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
 
34
** TODO [#B] use error() instead of perror()
34
35
** TODO [#B] lock stdin (with flock()?)
35
36
 
36
37
* TODO [#B] passdev
39
40
** TODO [#B] use scandir(3) instead of readdir(3)
40
41
** TODO [#C] use same file name rules as run-parts(8)
41
42
** kernel command line option for debug info
42
 
** 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
43
46
 
44
47
* mandos (server)
45
48
** TODO [#B] Log level                                                    :BUGS:
73
76
** More D-Bus methods
74
77
*** NeedsApproval(50, True) -> timeout, default approve
75
78
    Default approval is configurable, but True by default
76
 
    + Approve(True) -> approve sending saved
77
 
    + Approve(False) -> Close client connection immediately
 
79
    + Approval(True) -> approve sending saved
 
80
    + Approval(False) -> Close client connection immediately
78
81
*** NeedsPassword(50) - Timeout, default disapprove
79
82
    + SetPass(u"gazonk", True) -> Approval, persistent
80
 
    + Approve(False) -> Close client connection immediately
 
83
    + Approval(False) -> Close client connection immediately
81
84
** TODO [#C] python-parsedatetime
82
85
** TODO [#C] systemd/launchd
83
86
   http://0pointer.de/blog/projects/systemd.html
84
87
** TODO Separate logging logic to own object
85
88
** TODO make clients to a dict!
86
 
** TODO [#A] Limit approval_delay to max gnutls/tls timeout value
87
 
** TODO [#B] break the wait on approval_delay if connection dies
 
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