/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: Björn Påhlsson
  • Date: 2011-06-23 22:27:15 UTC
  • mto: This revision was merged to the branch mainline in revision 485.
  • 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:
5
5
* mandos-applet
6
6
 
7
7
* mandos-client
8
 
** TODO [#B] use scandir(3) instead of readdir(3)
9
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
10
 
** TODO [#B] Retry a server which has a non-definite reply:
11
 
*** A closed connection during the TLS handshake
12
 
*** A TCP timeout
13
8
** TODO [#B] Use capabilities instead of seteuid().
14
 
** TODO [#A] Retry --connect forever
15
9
 
16
10
* splashy
17
11
** TODO [#B] use scandir(3) instead of readdir(3)
18
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
19
12
 
20
13
* usplash
21
14
** TODO [#A] Make it work again
22
15
** TODO [#B] use scandir(3) instead of readdir(3)
23
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
24
16
** TODO Use [[info:libc:Argz%20Functions][argz_extract]]
25
17
 
26
18
* askpass-fifo
27
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
28
19
** TODO [#B] Drop privileges after opening FIFO.
29
20
 
30
21
* password-prompt
31
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
32
22
** TODO [#B] lock stdin (with flock()?)
33
23
 
34
24
* TODO [#B] passdev
35
25
 
36
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]
37
29
** TODO [#B] use scandir(3) instead of readdir(3)
38
30
** TODO [#C] use same file name rules as run-parts(8)
39
31
** kernel command line option for debug info
99
91
  arguments.
100
92
 
101
93
* mandos-monitor
102
 
** TODO help should be toggable
 
94
** TODO help should be toggleable
103
95
** Urwid client data displayer
104
96
   Better view of client data in the listing
105
97
*** Properties popup