/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-11 18:34:55 UTC
  • mfrom: (24.1.162 mandos)
  • Revision ID: teddy@fukt.bsnet.se-20100911183455-kmzttvbywdbfbepm
Merge from Björn.

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
** TODO Change make-run-server to not include --no-dbus
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
 
 
35
* plymouth
 
36
** TODO Use [[info:libc:Argz%20Functions][argz_extract]]
 
37
 
37
38
* TODO [#B] passdev
38
39
 
39
40
* plugin-runner
40
41
** TODO [#B] use scandir(3) instead of readdir(3)
41
42
** TODO [#C] use same file name rules as run-parts(8)
42
43
** 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
 
44
** TODO [#B] Use openat()
46
45
 
47
46
* mandos (server)
48
47
** TODO [#B] Log level                                                    :BUGS:
76
75
** More D-Bus methods
77
76
*** NeedsApproval(50, True) -> timeout, default approve
78
77
    Default approval is configurable, but True by default
79
 
    + Approval(True) -> approve sending saved
80
 
    + Approval(False) -> Close client connection immediately
 
78
    + Approve(True) -> approve sending saved
 
79
    + Approve(False) -> Close client connection immediately
81
80
*** NeedsPassword(50) - Timeout, default disapprove
82
81
    + SetPass(u"gazonk", True) -> Approval, persistent
83
 
    + Approval(False) -> Close client connection immediately
 
82
    + Approve(False) -> Close client connection immediately
84
83
** TODO [#C] python-parsedatetime
85
84
** TODO [#C] systemd/launchd
86
85
   http://0pointer.de/blog/projects/systemd.html
87
86
** TODO Separate logging logic to own object
88
87
** TODO make clients to a dict!
89
 
** TODO PropertyChanged should be a python generic property for client variables
 
88
** TODO [#A] Limit approved_delay to max gnutls/tls timeout value
90
89
 
91
90
* mandos.xml
92
91
** [[file:mandos.xml::XXX][Document D-Bus interface]]
105
104
  arguments.
106
105
 
107
106
* mandos-monitor
 
107
** TODO help should be toggable
108
108
** Urwid client data displayer
109
109
   Better view of client data in the listing
110
110
*** Properties popup