/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 from pipe IPC branch.

* mandos (AvahiService.rename, main): Include PID in log messages when
                                      using a different service name.
  (Client.ReceivedSecret, Client.Rejected): New D-Bus signals.
  (TCP_handler.handle): Send IPC to parent process.
  (ForkingMixInWithPipe): New mixin class.
  (IPv6_TCPServer): Inherit from ForkingMixInWithPipe instead of
                    SocketServer.ForkingMixIn.
  (IPv6_TCPServer.handle_ipc): New method.
  (main/mandos_server): Renamed to "mandos_dbus_service" and made
                        global.
  (main/MandosServer): Renamed to "MandosDBusService".
  (main/MandosDBusService.ClientNotFound): New D-Bus signal.

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
 
** TODO [#C] IPv4 support
9
5
 
10
6
* plugin-runner
11
7
** TODO [#B] use scandir(3) instead of readdir(3)
12
8
 
13
9
* mandos (server)
14
 
** TODO [#B] Log level                          :bugs:
 
10
** TODO [#B] Log level                          :BUGS:
15
11
** TODO /etc/mandos/clients.d/*.conf
16
12
   Watch this directory and add/remove/update clients?
17
13
** TODO config for TXT record
18
 
** TODO [#B] Run-time communication with server :bugs:
 
14
** TODO [#B] Run-time communication with server :BUGS:
19
15
   Probably using D-Bus
20
 
   See also [[*Mandos-tools]]
21
16
*** Client class
22
17
*** Main server
23
18
    + SetLogLevel
24
19
      syslogger.setLevel(logging.WARNING)
25
 
    + Quit
26
20
    + [[http://log.ometer.com/2007-05.html][Best D-Bus practices]]
27
 
** TODO Implement --foreground                  :bugs:
 
21
** TODO Implement --foreground                  :BUGS:
28
22
   [[info:standards:Option%20Table][Table of Long Options]]
29
23
** TODO Implement --socket
30
24
   [[info:standards:Option%20Table][Table of Long Options]]
31
 
** TODO Date+time on console log messages       :bugs:
 
25
** TODO Date+time on console log messages       :BUGS:
32
26
   Is this the default?
33
 
** TODO delete hook when clients fall out by timeout
34
 
   This will not be strictly necessary when the D-Bus interface is
35
 
   implemented.
 
27
** DBusClient inheriting from Client
 
28
** fingerprint as a member of TCP_handler
 
29
** peer_certificate as a member of TCP_handler
 
30
** TCP_handler needs a better name!
 
31
** move handle_ipc out of IPv6_TCPServer
36
32
 
37
33
* mandos.xml
38
34
** [[file:mandos.xml::XXX][Document D-Bus interface]]
39
35
 
40
36
* Provide and install /etc/dbus-1/system.d/mandos.conf
41
37
 
42
 
* mandos-list
 
38
* mandos-ctl
43
39
*** Handle "no D-Bus server" and/or "no Mandos server found" better
44
40
*** [#B] --dump option
45
 
** TODO Disable client
46
 
** TODO Enable client
47
 
** TODO Reset timer
48
41
 
49
 
* Curses interface
 
42
* mandos-name
 
43
** D-Bus mail loop w/ signal receiver
 
44
** Urwid client data displayer
 
45
*** Urwid scaffolding
 
46
*** Client Widgets
 
47
*** Properties popup
50
48
 
51
49
* mandos-keygen
 
50
** TODO Loop until passwords match when run interactively
52
51
** TODO "--secfile" option
53
52
   Using the "secfile" option instead of "secret"
54
53
** TODO [#B] "--test" option
57
56
* Package
58
57
** /usr/share/initramfs-tools/hooks/mandos
59
58
*** TODO [#C] Do not install in initrd.img if configured not to.
60
 
    Use "/etc/initramfs-tools/conf.d/mandos"?  Definitely a debconf
61
 
    question.
 
59
    Use "/etc/initramfs-tools/hooksconf.d/mandos"?
62
60
** TODO [#C] /etc/bash_completion.d/mandos
63
61
   From XML sources directly?
64
62