/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

Merge from trunk, but disable the unfinished D-Bus feature:

* Makefile (PROGS): Removed "mandos-list".
  (mandos-list): Removed.
* mandos (main): Hide "--no-dbus" option.  Hard-code "use_dbus" to
                 "False".
* mandos-list: Removed.
* mandos.xml (SYNOPSIS): Removed "--no-dbus" option.
  (OPTIONS): - '' -
  (D-BUS INTERFACE): Removed section.

Show diffs side-by-side

added added

removed removed

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