/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: 2009-03-27 13:33:17 UTC
  • mfrom: (288.1.2 mandos-pipe-ipc)
  • Revision ID: teddy@fukt.bsnet.se-20090327133317-riwt5s5orrisozuj
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:
24
24
   [[info:standards:Option%20Table][Table of Long Options]]
25
25
** TODO Date+time on console log messages       :BUGS:
26
26
   Is this the default?
 
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
27
32
 
28
33
* mandos.xml
29
34
** [[file:mandos.xml::XXX][Document D-Bus interface]]
34
39
*** Handle "no D-Bus server" and/or "no Mandos server found" better
35
40
*** [#B] --dump option
36
41
 
37
 
* 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
38
48
 
39
49
* mandos-keygen
40
50
** TODO Loop until passwords match when run interactively