/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:
1
1
-*- org -*-
2
2
 
3
3
* mandos-client
4
 
** TODO [#A] Take down network interface if it was initially down
5
4
** TODO [#A] Clean up /tmp directory on signal
6
5
 
7
6
* plugin-runner
8
7
** TODO [#B] use scandir(3) instead of readdir(3)
9
 
** TODO [#C] use same file name rules as run-parts(8)
10
8
 
11
9
* mandos (server)
12
10
** TODO [#B] Log level                          :BUGS:
26
24
   [[info:standards:Option%20Table][Table of Long Options]]
27
25
** TODO Date+time on console log messages       :BUGS:
28
26
   Is this the default?
29
 
** TODO Split IPv6_TCPServer into a generic and Mandos-specific class
30
 
** TODO move handle_ipc out of IPv6_TCPServer
31
 
** TODO DBusServiceObjectUsingSuper
 
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
32
32
 
33
33
* mandos.xml
34
34
** [[file:mandos.xml::XXX][Document D-Bus interface]]
41
41
 
42
42
* mandos-name
43
43
** D-Bus mail loop w/ signal receiver
44
 
** Urwid/Newt client data displayer
 
44
** Urwid client data displayer
45
45
*** Urwid scaffolding
46
46
*** Client Widgets
47
47
*** Properties popup
55
55
 
56
56
* Package
57
57
** /usr/share/initramfs-tools/hooks/mandos
58
 
*** TODO [#C] use same file name rules as run-parts(8)
59
58
*** TODO [#C] Do not install in initrd.img if configured not to.
60
59
    Use "/etc/initramfs-tools/hooksconf.d/mandos"?
61
60
** TODO [#C] /etc/bash_completion.d/mandos