/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: 2009-12-27 03:35:58 UTC
  • Revision ID: teddy@fukt.bsnet.se-20091227033558-y57wv1u4cls3i8kq
TODO file changes.

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
8
 
 
9
3
* mandos-client
10
4
** TODO [#B] use scandir(3) instead of readdir(3)
11
5
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
 
6
** TODO use error() instead of perror()
12
7
** TODO [#B] Retry a server which has a non-definite reply:
13
8
*** A closed connection during the TLS handshake
14
9
*** A TCP timeout
18
13
* splashy
19
14
** TODO [#B] use scandir(3) instead of readdir(3)
20
15
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
 
16
** TODO [#B] use error() instead of perror()
21
17
 
22
18
* usplash
23
 
** TODO [#A] Make it work again
24
19
** TODO [#B] use scandir(3) instead of readdir(3)
25
20
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
26
 
** TODO Use [[info:libc:Argz%20Functions][argz_extract]]
 
21
** TODO [#B] use error() instead of perror()
 
22
** TODO [#A] Check if it still works
27
23
 
28
24
* askpass-fifo
29
25
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
 
26
** TODO [#B] use error() instead of perror()
30
27
** TODO [#B] Drop privileges after opening FIFO.
31
28
 
32
29
* password-prompt
33
30
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
 
31
** TODO [#B] use error() instead of perror()
34
32
** TODO [#B] lock stdin (with flock()?)
35
33
 
36
34
* TODO [#B] passdev
38
36
* plugin-runner
39
37
** TODO [#B] use scandir(3) instead of readdir(3)
40
38
** TODO [#C] use same file name rules as run-parts(8)
41
 
** kernel command line option for debug info
42
 
** TODO [#B] Use openat()
 
39
** TODO [#B] use error() instead of perror()
43
40
 
44
41
* mandos (server)
45
42
** TODO [#B] Log level                                                    :BUGS:
70
67
   A client needs manual approval on the server before it gets the
71
68
   secret
72
69
** TODO [#B] Support RFC 3339 time duration syntax
73
 
** More D-Bus methods
74
 
*** NeedsApproval(50, True) -> timeout, default approve
75
 
    Default approval is configurable, but True by default
76
 
    + Approve(True) -> approve sending saved
77
 
    + Approve(False) -> Close client connection immediately
78
 
*** NeedsPassword(50) - Timeout, default disapprove
79
 
    + SetPass(u"gazonk", True) -> Approval, persistent
80
 
    + Approve(False) -> Close client connection immediately
81
 
** TODO [#C] python-parsedatetime
82
 
** TODO [#C] systemd/launchd
83
 
   http://0pointer.de/blog/projects/systemd.html
84
 
** TODO Separate logging logic to own object
85
 
** 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
88
70
 
89
71
* mandos.xml
90
 
** Add mandos contact info in manual pages
 
72
** [[file:mandos.xml::XXX][Document D-Bus interface]]
 
73
   Remove mention of lack of such interface in BUGS section
 
74
 
 
75
* TODO [#A] Provide and install /etc/dbus-1/system.d/mandos.conf
91
76
 
92
77
* mandos-ctl
93
78
*** Handle "no D-Bus server" and/or "no Mandos server found" better
99
84
  arguments.
100
85
 
101
86
* mandos-monitor
102
 
** TODO help should be toggable
103
87
** Urwid client data displayer
104
88
   Better view of client data in the listing
105
89
*** Properties popup
106
 
** Nicer crashes. Stack traces Messes up shell.
107
 
*** Print a nice "We are sorry" message, save stack trace to log.
108
90
 
109
91
* mandos-keygen
110
92
** TODO Loop until passwords match when run interactively
114
96
   For testing decryption before rebooting.
115
97
 
116
98
* Makefile
117
 
** TODO Add "--Xlinker --as-needed"
118
 
   http://udrepper.livejournal.com/19395.html
119
99
** TODO [#C] Implement DEB_BUILD_OPTIONS
120
100
   http://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules-options
121
101
 
127
107
** TODO [#C] /etc/bash_completion.d/mandos
128
108
   From XML sources directly?
129
109
 
130
 
* Side Stuff
131
 
** TODO Locate which packet move the other bin/sh when busy box is deactivated
132
 
** TODO contact owner of packet, and ask them to have that shell static in position regardless of busybox
133
 
 
134
110
 
135
111
#+STARTUP: showall