/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

  • Committer: Teddy Hogeborn
  • Date: 2010-09-25 21:24:49 UTC
  • Revision ID: teddy@fukt.bsnet.se-20100925212449-h9hpy9n406tkkakb
* mandos.xml (APPROVAL): New section.

Show diffs side-by-side

added added

removed removed

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