/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 at bsnet
  • Date: 2011-07-31 13:05:34 UTC
  • Revision ID: teddy@fukt.bsnet.se-20110731130534-v4d9hsvek80ms9uo
* plugins.d/mandos-client.c (avahi_loop_with_timeout): Fix warning.
  (main): Disallow "--retry" arguments < 0.  Allow brackets [] around
          IPv6 addresses, as recommended by RFC 5952.  Bug fix: When
          using --connect, really use retry_interval, not 1 second.
* plugins.d/mandos-client.xml (DESCRIPTION): Add retry info.
  (--retry): Remove repeated word.

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
 
** mandos-ctl.xml
7
 
*** More examples
 
5
* mandos-applet
 
6
 
 
7
* Convert README into intro(8mandos) man page
8
8
 
9
9
* mandos-client
10
 
** TODO [#B] use scandir(3) instead of readdir(3)
11
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
12
 
** TODO [#B] Retry a server which has a non-definite reply:
13
 
*** A closed connection during the TLS handshake
14
 
*** A TCP timeout
15
10
** TODO [#B] Use capabilities instead of seteuid().
16
 
** 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()
17
14
 
18
15
* splashy
19
16
** TODO [#B] use scandir(3) instead of readdir(3)
20
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
21
17
 
22
18
* usplash
23
19
** TODO [#A] Make it work again
24
20
** TODO [#B] use scandir(3) instead of readdir(3)
25
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
26
21
** TODO Use [[info:libc:Argz%20Functions][argz_extract]]
27
22
 
28
23
* askpass-fifo
29
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
30
24
** TODO [#B] Drop privileges after opening FIFO.
31
25
 
32
26
* password-prompt
33
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
34
27
** TODO [#B] lock stdin (with flock()?)
35
28
 
 
29
* plymouth
 
30
 
36
31
* TODO [#B] passdev
37
32
 
38
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]
39
36
** TODO [#B] use scandir(3) instead of readdir(3)
40
37
** TODO [#C] use same file name rules as run-parts(8)
41
38
** kernel command line option for debug info
85
82
** TODO make clients to a dict!
86
83
** TODO [#A] Limit approval_delay to max gnutls/tls timeout value
87
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?
88
88
 
89
89
* mandos.xml
90
90
** Add mandos contact info in manual pages
99
99
  arguments.
100
100
 
101
101
* mandos-monitor
102
 
** TODO help should be toggable
 
102
** TODO help should be toggleable
103
103
** Urwid client data displayer
104
104
   Better view of client data in the listing
105
105
*** Properties popup
106
106
** Nicer crashes. Stack traces Messes up shell.
107
107
*** Print a nice "We are sorry" message, save stack trace to log.
 
108
** Show timeout countdown for approval
108
109
 
109
110
* mandos-keygen
110
111
** TODO Loop until passwords match when run interactively