/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 19:55:17 UTC
  • Revision ID: teddy@fukt.bsnet.se-20100925195517-u0qfi01huxl72f75
* mandos (Client.runtime_expansions): New attribute containing the
                                      allowed runtime expansions.

* mandos-clients.conf.xml (OPTIONS): Reordered alphabetically.

* mandos-ctl: Bug fix: print timeout and interval values pretty again.

* mandos-ctl.xml (EXAMPLE): Added more examples.

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