/mandos/release

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/release

« back to all changes in this revision

Viewing changes to TODO

Bug fix: mandos-client needs GnuPG but lacked a dependency on it.  The
Mandos server, on the other hand, did not need GnuPG but declared an
incorrect dependency on it.

* debian/control (Package: mandos/Depends): Removed "gnupg (< 2)".
  (Package: mandos-client/Depends): Added "gnupg (<< 2)".

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
 
 
13
3
* mandos-client
14
4
** TODO [#B] use scandir(3) instead of readdir(3)
15
5
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
 
6
** TODO use error() instead of perror()
16
7
** TODO [#B] Retry a server which has a non-definite reply:
17
8
*** A closed connection during the TLS handshake
18
9
*** A TCP timeout
22
13
* splashy
23
14
** TODO [#B] use scandir(3) instead of readdir(3)
24
15
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
 
16
** TODO [#B] use error() instead of perror()
25
17
 
26
18
* usplash
27
19
** TODO [#A] Make it work again
28
20
** TODO [#B] use scandir(3) instead of readdir(3)
29
21
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
30
 
** TODO Use [[info:libc:Argz%20Functions][argz_extract]]
 
22
** TODO [#B] use error() instead of perror()
31
23
 
32
24
* askpass-fifo
33
25
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
 
26
** TODO [#B] use error() instead of perror()
34
27
** TODO [#B] Drop privileges after opening FIFO.
35
28
 
36
29
* password-prompt
37
30
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
 
31
** TODO [#B] use error() instead of perror()
38
32
** TODO [#B] lock stdin (with flock()?)
39
33
 
40
34
* TODO [#B] passdev
42
36
* plugin-runner
43
37
** TODO [#B] use scandir(3) instead of readdir(3)
44
38
** TODO [#C] use same file name rules as run-parts(8)
45
 
** kernel command line option for debug info
46
 
** TODO [#B] Use openat()
 
39
** TODO [#B] use error() instead of perror()
47
40
 
48
41
* mandos (server)
49
42
** TODO [#B] Log level                                                    :BUGS:
74
67
   A client needs manual approval on the server before it gets the
75
68
   secret
76
69
** 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
94
70
 
95
71
* mandos.xml
96
 
** 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
97
76
 
98
77
* mandos-ctl
99
78
*** Handle "no D-Bus server" and/or "no Mandos server found" better
105
84
  arguments.
106
85
 
107
86
* mandos-monitor
108
 
** TODO help should be toggable
109
87
** Urwid client data displayer
110
88
   Better view of client data in the listing
111
89
*** Properties popup
112
 
** Nicer crashes. Stack traces Messes up shell.
113
 
*** Print a nice "We are sorry" message, save stack trace to log.
114
90
 
115
91
* mandos-keygen
116
92
** TODO Loop until passwords match when run interactively
120
96
   For testing decryption before rebooting.
121
97
 
122
98
* Makefile
123
 
** TODO Add "--Xlinker --as-needed"
124
 
   http://udrepper.livejournal.com/19395.html
125
99
** TODO [#C] Implement DEB_BUILD_OPTIONS
126
100
   http://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules-options
127
101
 
133
107
** TODO [#C] /etc/bash_completion.d/mandos
134
108
   From XML sources directly?
135
109
 
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
 
 
140
110
 
141
111
#+STARTUP: showall