/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: 2008-10-05 17:38:31 UTC
  • Revision ID: teddy@fukt.bsnet.se-20081005173831-fysrfayl4yvhlo6x
* INSTALL: Add instructions on how to set the correct network
           interface on the cient, and also how to test the server and
           verify the password.

* TODO: Clean up old stuff.

* debian/mandos-client.README.Debian: Separate into sections with
                                      headlines.  Add instructions on
                                      how to test the server and
                                      verify the password.

* plugin-runner.conf: Add reminder to update initrd image.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
* mandos-client
4
4
** TODO [#B] Temporarily lower kernel log level
5
5
   for less printouts during sucessfull boot.
6
 
   klogctl(6, NULL, 0); klogctl(7, NULL, 0);
7
6
** TODO [#C] IPv4 support
8
7
 
9
 
* plugin-runner
10
 
** TODO [#B] use scandir(3) instead of readdir(3)
11
 
 
12
8
* mandos (server)
13
9
** TODO [#B] Log level                          :bugs:
14
10
** TODO /etc/mandos/clients.d/*.conf
17
13
** TODO [#B] Run-time communication with server :bugs:
18
14
   Probably using D-Bus
19
15
   See also [[*Mandos-tools]]
20
 
** Handle non-existing D-Bus server.
21
 
   Also, possibly a "--no-dbus" option?
22
 
*** Client class
23
 
*** Main server
24
 
    + SetLogLevel
25
 
      syslogger.setLevel(logging.WARNING)
26
 
    + Quit
27
 
    + [[http://log.ometer.com/2007-05.html][Best D-Bus practices]]
28
16
** TODO Implement --foreground                  :bugs:
29
17
   [[info:standards:Option%20Table][Table of Long Options]]
30
18
** TODO Implement --socket
32
20
** TODO Date+time on console log messages       :bugs:
33
21
   Is this the default?
34
22
** TODO delete hook when clients fall out by timeout
35
 
   This will not be strictly necessary when the D-Bus interface is
36
 
   implemented.
37
23
 
38
 
* mandos-list
39
 
*** Handle no D-Bus server and/or no Mandos server found better
40
 
*** [#B] --dump option
 
24
* Mandos-tools/utilities
 
25
  All of this probably using D-Bus
 
26
** TODO List clients
41
27
** TODO Disable client
42
28
** TODO Enable client
43
29
** TODO Reset timer
44
30
 
45
 
* Curses interface
46
 
 
47
31
* mandos-keygen
48
32
** TODO "--secfile" option
49
33
   Using the "secfile" option instead of "secret"