/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

* Makefile: Merge branch adding warning messages to "run-*" targets.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
* Use _attribute_((nonnull)) wherever possible.
4
4
 
5
 
* mandos-applet
6
 
 
7
 
* Convert README into intro(8mandos) man page
8
 
 
9
5
* mandos-client
10
6
** TODO [#B] use scandir(3) instead of readdir(3)
11
7
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
 
8
** TODO use error() instead of perror()
12
9
** TODO [#B] Retry a server which has a non-definite reply:
13
10
*** A closed connection during the TLS handshake
14
11
*** A TCP timeout
15
12
** TODO [#B] Use capabilities instead of seteuid().
16
13
** TODO [#A] Retry --connect forever
17
 
** TODO [#B] Use struct sockaddr_storage instead of a union
18
 
** TODO [#B] Use getaddrinfo(hints=AI_NUMERICHOST) instead of inet_pton()
19
 
** TODO [#B] Use getnameinfo(serv=NULL, NI_NUMERICHOST) instead of inet_ntop()
20
 
** TODO [#B] Accept [] around IPv6 address in --connect option; see [[http://tools.ietf.org/html/rfc5952][RFC 5952 - A Recommendation for IPv6 Address Text Representation]]
21
14
 
22
15
* splashy
23
16
** TODO [#B] use scandir(3) instead of readdir(3)
24
17
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
 
18
** TODO [#B] use error() instead of perror()
25
19
 
26
20
* usplash
27
21
** TODO [#A] Make it work again
28
22
** TODO [#B] use scandir(3) instead of readdir(3)
29
23
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
30
 
** TODO Use [[info:libc:Argz%20Functions][argz_extract]]
 
24
** TODO [#B] use error() instead of perror()
31
25
 
32
26
* askpass-fifo
33
27
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
 
28
** TODO [#B] use error() instead of perror()
34
29
** TODO [#B] Drop privileges after opening FIFO.
35
30
 
36
31
* password-prompt
37
32
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
 
33
** TODO [#B] use error() instead of perror()
38
34
** TODO [#B] lock stdin (with flock()?)
39
 
** TODO [#A] Free direntries after scandir()
40
 
 
41
 
* plymouth
42
 
** TODO [#A] Free direntries after scandir()
43
35
 
44
36
* TODO [#B] passdev
45
37
 
47
39
** TODO [#B] use scandir(3) instead of readdir(3)
48
40
** TODO [#C] use same file name rules as run-parts(8)
49
41
** kernel command line option for debug info
 
42
** TODO [#B] use error() instead of perror()
50
43
** TODO [#B] Use openat()
51
44
 
52
45
* mandos (server)
89
82
** TODO [#C] python-parsedatetime
90
83
** TODO [#C] systemd/launchd
91
84
   http://0pointer.de/blog/projects/systemd.html
92
 
** TODO Separate logging logic to own object
93
 
** TODO make clients to a dict!
94
 
** TODO [#A] Limit approval_delay to max gnutls/tls timeout value
95
 
** TODO [#B] break the wait on approval_delay if connection dies
96
 
** TODO Generate Client.runtime_expansions from client options + extra
97
 
** TODO Allow %%(checker)s as a runtime expansion
98
 
** TODO Use python-tlslite?
99
85
 
100
86
* mandos.xml
 
87
** [[file:mandos.xml::XXX][Document D-Bus interface]]
 
88
   Remove mention of lack of such interface in BUGS section
101
89
** Add mandos contact info in manual pages
102
90
 
 
91
* TODO [#A] Provide and install /etc/dbus-1/system.d/mandos.conf
 
92
 
103
93
* mandos-ctl
104
94
*** Handle "no D-Bus server" and/or "no Mandos server found" better
105
95
*** [#B] --dump option
110
100
  arguments.
111
101
 
112
102
* mandos-monitor
113
 
** TODO help should be toggable
114
103
** Urwid client data displayer
115
104
   Better view of client data in the listing
116
105
*** Properties popup
117
 
** Nicer crashes. Stack traces Messes up shell.
118
 
*** Print a nice "We are sorry" message, save stack trace to log.
119
 
** Show timeout countdown for approval
120
106
 
121
107
* mandos-keygen
122
108
** TODO Loop until passwords match when run interactively
139
125
** TODO [#C] /etc/bash_completion.d/mandos
140
126
   From XML sources directly?
141
127
 
142
 
* Side Stuff
143
 
** TODO Locate which packet move the other bin/sh when busy box is deactivated
144
 
** TODO contact owner of packet, and ask them to have that shell static in position regardless of busybox
145
 
 
146
128
 
147
129
#+STARTUP: showall