/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

  • Committer: Björn Påhlsson
  • Date: 2011-08-08 16:46:13 UTC
  • mfrom: (237.7.40 trunk)
  • mto: (237.7.45 trunk)
  • mto: This revision was merged to the branch mainline in revision 286.
  • Revision ID: belorn@fukt.bsnet.se-20110808164613-k5bplla57ofg2wa1
merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
* Use _attribute_((nonnull)) wherever possible.
4
4
 
5
 
* Release critical
6
 
** plymouth.8mandos
 
5
* mandos-applet
 
6
 
 
7
* Convert README into intro(8mandos) man page
7
8
 
8
9
* mandos-client
9
 
** TODO [#B] use scandir(3) instead of readdir(3)
10
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
11
 
** TODO [#B] Retry a server which has a non-definite reply:
12
 
*** A closed connection during the TLS handshake
13
 
*** A TCP timeout
14
10
** TODO [#B] Use capabilities instead of seteuid().
15
 
** TODO [#A] Retry --connect forever
 
11
** TODO [#B] Use struct sockaddr_storage instead of a union
 
12
** TODO [#B] Use getaddrinfo(hints=AI_NUMERICHOST) instead of inet_pton()
 
13
** TODO [#B] Use getnameinfo(serv=NULL, NI_NUMERICHOST) instead of inet_ntop()
16
14
 
17
15
* splashy
18
16
** TODO [#B] use scandir(3) instead of readdir(3)
19
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
20
17
 
21
18
* usplash
22
19
** TODO [#A] Make it work again
23
20
** TODO [#B] use scandir(3) instead of readdir(3)
24
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
25
21
** TODO Use [[info:libc:Argz%20Functions][argz_extract]]
26
22
 
27
23
* askpass-fifo
28
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
29
24
** TODO [#B] Drop privileges after opening FIFO.
30
25
 
31
26
* password-prompt
32
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
33
27
** TODO [#B] lock stdin (with flock()?)
34
28
 
 
29
* plymouth
 
30
 
35
31
* TODO [#B] passdev
36
32
 
37
33
* plugin-runner
 
34
** TODO handle printing for errors for plugins
 
35
*** Hook up stderr of plugins, buffer them, and prepend mandos pluig [plugin name]
38
36
** TODO [#B] use scandir(3) instead of readdir(3)
39
37
** TODO [#C] use same file name rules as run-parts(8)
40
38
** kernel command line option for debug info
84
82
** TODO make clients to a dict!
85
83
** TODO [#A] Limit approval_delay to max gnutls/tls timeout value
86
84
** TODO [#B] break the wait on approval_delay if connection dies
 
85
** TODO Generate Client.runtime_expansions from client options + extra
 
86
** TODO Allow %%(checker)s as a runtime expansion
 
87
** TODO Use python-tlslite?
87
88
 
88
89
* mandos.xml
89
90
** Add mandos contact info in manual pages
98
99
  arguments.
99
100
 
100
101
* mandos-monitor
101
 
** TODO help should be toggable
 
102
** TODO help should be toggleable
102
103
** Urwid client data displayer
103
104
   Better view of client data in the listing
104
105
*** Properties popup
105
106
** Nicer crashes. Stack traces Messes up shell.
106
107
*** Print a nice "We are sorry" message, save stack trace to log.
 
108
** Show timeout countdown for approval
107
109
 
108
110
* mandos-keygen
109
111
** TODO Loop until passwords match when run interactively