/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-01-12 22:02:33 UTC
  • Revision ID: teddy@fukt.bsnet.se-20090112220233-lawxo4uvyzb38u1f
* README (The Plugin System): Removed redundant text about options and
                              files for the plugins, this is now
                              documented in the manuals for the
                              plugins.

* plugins.d/mandos-client.c (main): Remove comment which was copied
                                    from another program by mistake.
                                    Use "sscanf" instead of "strtol"
                                    to parse numbers; this uses the
                                    correct type instead of casting.
                                    Don't report errors when removing
                                    temporary directory if directory
                                    is already gone.

Show diffs side-by-side

added added

removed removed

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