/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 Hogeborn
  • Date: 2009-02-04 06:52:40 UTC
  • Revision ID: teddy@fukt.bsnet.se-20090204065240-21mtv9va8n1n5lkg
* plugin-runner.c: Whitespace changes only.

* plugins.d/mandos-client.c: Wrap calls to klogctl() inside "#ifdef
                             __linux__".  Detect and show any error
                             from nanosleep.

* plugins.d/password-prompt.c: Whitespace changes only.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
* mandos-client
4
4
** TODO [#A] Clean up /tmp directory on signal
5
 
** TODO [#B] Temporarily lower kernel log level
6
 
   for less printouts during sucessfull boot.
7
 
   klogctl(6, NULL, 0); klogctl(7, NULL, 0);
8
5
** TODO [#C] IPv4 support
9
6
 
10
7
* plugin-runner
42
39
* mandos-list
43
40
*** Handle "no D-Bus server" and/or "no Mandos server found" better
44
41
*** [#B] --dump option
45
 
** TODO Disable client
46
 
** TODO Enable client
47
 
** TODO Reset timer
48
42
 
49
43
* Curses interface
50
44
 
51
45
* mandos-keygen
 
46
** TODO Loop until passwords match when run interactively
52
47
** TODO "--secfile" option
53
48
   Using the "secfile" option instead of "secret"
54
49
** TODO [#B] "--test" option