/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

Merge "mandos-list" from belorn.

* Makefile (PROGS): Added "mandos-list".
  (mandos-list): New.

* mandos-list: New; from merge.  Added unicode support.

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);
6
7
** TODO [#C] IPv4 support
7
8
 
 
9
* plugin-runner
 
10
** TODO [#B] use scandir(3) instead of readdir(3)
 
11
 
8
12
* mandos (server)
9
13
** TODO [#B] Log level                          :bugs:
10
14
** TODO /etc/mandos/clients.d/*.conf
13
17
** TODO [#B] Run-time communication with server :bugs:
14
18
   Probably using D-Bus
15
19
   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]]
16
28
** TODO Implement --foreground                  :bugs:
17
29
   [[info:standards:Option%20Table][Table of Long Options]]
18
30
** TODO Implement --socket
20
32
** TODO Date+time on console log messages       :bugs:
21
33
   Is this the default?
22
34
** TODO delete hook when clients fall out by timeout
 
35
   This will not be strictly necessary when the D-Bus interface is
 
36
   implemented.
23
37
 
24
 
* Mandos-tools/utilities
25
 
  All of this probably using D-Bus
26
 
** TODO List clients
 
38
* mandos-list
 
39
*** Handle no D-Bus server and/or no Mandos server found better
 
40
*** [#B] --dump option
27
41
** TODO Disable client
28
42
** TODO Enable client
29
43
** TODO Reset timer
30
44
 
 
45
* Curses interface
 
46
 
31
47
* mandos-keygen
32
48
** TODO "--secfile" option
33
49
   Using the "secfile" option instead of "secret"