/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-05 20:19:02 UTC
  • mfrom: (416.1.2 mandos)
  • Revision ID: teddy@fukt.bsnet.se-20100905201902-ivwsc01ecaaqlqg4
* mandos (AvahiService.entry_group_state_changed): Better debug log
                                                   message.
  (AvahiService.server_state_changed): Added debug log message.

* mandos-monitor (isoformat_to_datetime): New function.
  (MandosClientWidget): Show a countdown to disabling if last checker
                        failed.

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
7
 
** Update copyright year to add 2010
8
 
** mandos.xml
9
 
*** Document the approval concept
 
3
* _attribute_((nonnull))
10
4
 
11
5
* mandos-client
12
6
** TODO [#B] use scandir(3) instead of readdir(3)
13
7
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
 
8
** TODO use error() instead of perror()
14
9
** TODO [#B] Retry a server which has a non-definite reply:
15
10
*** A closed connection during the TLS handshake
16
11
*** A TCP timeout
20
15
* splashy
21
16
** TODO [#B] use scandir(3) instead of readdir(3)
22
17
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
 
18
** TODO [#B] use error() instead of perror()
23
19
 
24
20
* usplash
25
21
** TODO [#A] Make it work again
26
22
** TODO [#B] use scandir(3) instead of readdir(3)
27
23
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
28
 
** TODO Use [[info:libc:Argz%20Functions][argz_extract]]
 
24
** TODO [#B] use error() instead of perror()
29
25
 
30
26
* askpass-fifo
31
27
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
 
28
** TODO [#B] use error() instead of perror()
32
29
** TODO [#B] Drop privileges after opening FIFO.
33
30
 
34
31
* password-prompt
35
32
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
 
33
** TODO [#B] use error() instead of perror()
36
34
** TODO [#B] lock stdin (with flock()?)
37
35
 
38
36
* TODO [#B] passdev
41
39
** TODO [#B] use scandir(3) instead of readdir(3)
42
40
** TODO [#C] use same file name rules as run-parts(8)
43
41
** kernel command line option for debug info
44
 
** 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
45
45
 
46
46
* mandos (server)
47
47
** TODO [#B] Log level                                                    :BUGS:
75
75
** More D-Bus methods
76
76
*** NeedsApproval(50, True) -> timeout, default approve
77
77
    Default approval is configurable, but True by default
78
 
    + Approve(True) -> approve sending saved
79
 
    + Approve(False) -> Close client connection immediately
 
78
    + Approval(True) -> approve sending saved
 
79
    + Approval(False) -> Close client connection immediately
80
80
*** NeedsPassword(50) - Timeout, default disapprove
81
81
    + SetPass(u"gazonk", True) -> Approval, persistent
82
 
    + Approve(False) -> Close client connection immediately
 
82
    + Approval(False) -> Close client connection immediately
83
83
** TODO [#C] python-parsedatetime
84
84
** TODO [#C] systemd/launchd
85
85
   http://0pointer.de/blog/projects/systemd.html
86
 
** TODO Separate logging logic to own object
87
 
** TODO make clients to a dict!
88
 
** TODO [#A] Limit approval_delay to max gnutls/tls timeout value
89
 
** TODO [#B] break the wait on approval_delay if connection dies
90
 
** TODO Generate Client.runtime_expansions from client options + extra
91
 
** TODO Allow %%(checker)s as a runtime expansion
92
86
 
93
87
* mandos.xml
 
88
** [[file:mandos.xml::XXX][Document D-Bus interface]]
 
89
   Remove mention of lack of such interface in BUGS section
94
90
** Add mandos contact info in manual pages
95
91
 
 
92
* TODO [#A] Provide and install /etc/dbus-1/system.d/mandos.conf
 
93
 
96
94
* mandos-ctl
97
95
*** Handle "no D-Bus server" and/or "no Mandos server found" better
98
96
*** [#B] --dump option
103
101
  arguments.
104
102
 
105
103
* mandos-monitor
106
 
** TODO help should be toggable
107
104
** Urwid client data displayer
108
105
   Better view of client data in the listing
109
106
*** Properties popup
110
 
** Nicer crashes. Stack traces Messes up shell.
111
 
*** Print a nice "We are sorry" message, save stack trace to log.
112
107
 
113
108
* mandos-keygen
114
109
** TODO Loop until passwords match when run interactively
131
126
** TODO [#C] /etc/bash_completion.d/mandos
132
127
   From XML sources directly?
133
128
 
134
 
* Side Stuff
135
 
** TODO Locate which packet move the other bin/sh when busy box is deactivated
136
 
** TODO contact owner of packet, and ask them to have that shell static in position regardless of busybox
137
 
 
138
129
 
139
130
#+STARTUP: showall