/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-06-23 22:27:15 UTC
  • mto: (237.7.33 trunk)
  • mto: This revision was merged to the branch mainline in revision 284.
  • Revision ID: belorn@fukt.bsnet.se-20110623222715-q5wro9ma9iyjl367
* Makefile (CFLAGS): Added "-lrt" to include real time library.
* plugins.d/mandos-client.c: use scandir(3) instead of readdir(3)
                             Prefix all debug output with "Mandos plugin " + program_invocation_short_name
                             Retry servers that failed to provide password.
                             New option --retry SECONDS that sets the interval between rechecking.
                             --retry also controls how often it retries a server when using --connect.
* plugins.d/splashy.c:  Prefix all debug output with "Mandos plugin " + program_invocation_short_name
* plugins.d/usplash.c: --||--
* plugins.d/askpass-fifo.c: --||--
* plugins.d/password-prompt.c: --||--
* plugins.d/plymouth.c: --||--
* mandos: Lower logger level from warning to info on failed client requests because client was disabled or unknown fingerprint.
* plugins.d/plymouth.c (get_pid): bug fix. Was not calling free on direntries. 

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
 
5
7
* 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
8
** TODO [#B] Use capabilities instead of seteuid().
12
 
** TODO [#A] Retry --connect forever
13
9
 
14
10
* splashy
15
11
** TODO [#B] use scandir(3) instead of readdir(3)
16
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
17
12
 
18
13
* usplash
19
14
** TODO [#A] Make it work again
20
15
** TODO [#B] use scandir(3) instead of readdir(3)
21
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
22
16
** TODO Use [[info:libc:Argz%20Functions][argz_extract]]
23
17
 
24
18
* askpass-fifo
25
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
26
19
** TODO [#B] Drop privileges after opening FIFO.
27
20
 
28
21
* password-prompt
29
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
30
22
** TODO [#B] lock stdin (with flock()?)
31
23
 
32
24
* TODO [#B] passdev
33
25
 
34
26
* plugin-runner
 
27
** TODO handle printing for errors for plugins
 
28
*** Hook up stderr of plugins, buffer them, and prepend mandos pluig [plugin name]
35
29
** TODO [#B] use scandir(3) instead of readdir(3)
36
30
** TODO [#C] use same file name rules as run-parts(8)
37
31
** kernel command line option for debug info
97
91
  arguments.
98
92
 
99
93
* mandos-monitor
100
 
** TODO help should be toggable
 
94
** TODO help should be toggleable
101
95
** Urwid client data displayer
102
96
   Better view of client data in the listing
103
97
*** Properties popup