/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
* mandos-applet
 
6
 
 
7
* Convert README into intro(8mandos) man page
 
8
 
5
9
* mandos-client
6
 
** TODO [#B] use scandir(3) instead of readdir(3)
7
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
8
 
** TODO [#B] Retry a server which has a non-definite reply:
9
 
*** A closed connection during the TLS handshake
10
 
*** A TCP timeout
11
10
** TODO [#B] Use capabilities instead of seteuid().
12
 
** 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()
13
14
 
14
15
* splashy
15
16
** TODO [#B] use scandir(3) instead of readdir(3)
16
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
17
17
 
18
18
* usplash
19
19
** TODO [#A] Make it work again
20
20
** TODO [#B] use scandir(3) instead of readdir(3)
21
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
22
21
** TODO Use [[info:libc:Argz%20Functions][argz_extract]]
23
22
 
24
23
* askpass-fifo
25
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
26
24
** TODO [#B] Drop privileges after opening FIFO.
27
25
 
28
26
* password-prompt
29
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
30
27
** TODO [#B] lock stdin (with flock()?)
31
28
 
 
29
* plymouth
 
30
 
32
31
* TODO [#B] passdev
33
32
 
34
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]
35
36
** TODO [#B] use scandir(3) instead of readdir(3)
36
37
** TODO [#C] use same file name rules as run-parts(8)
37
38
** kernel command line option for debug info
83
84
** TODO [#B] break the wait on approval_delay if connection dies
84
85
** TODO Generate Client.runtime_expansions from client options + extra
85
86
** TODO Allow %%(checker)s as a runtime expansion
 
87
** TODO Use python-tlslite?
86
88
 
87
89
* mandos.xml
88
90
** Add mandos contact info in manual pages
97
99
  arguments.
98
100
 
99
101
* mandos-monitor
100
 
** TODO help should be toggable
 
102
** TODO help should be toggleable
101
103
** Urwid client data displayer
102
104
   Better view of client data in the listing
103
105
*** Properties popup