/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-04-03 03:36:08 UTC
  • Revision ID: teddy@fukt.bsnet.se-20090403033608-ftgzsnnuzo7gbvzc
* mandos (peer_certificate, fingerprint): Moved into "TCP_handler"
                                          class.
  (TCP_handler.peer_certificate, TCP_handler.fingerprint): Moved here.
  (TCP_handler.handle): Do not log conditions also sent via IPC.
  (IPv6_TCPServer.handle_ipc): Bug fix: Remove extra newline from IPC
                               command log message.  Bug fix:  Strip
                               CR and NL from IPC line.  Log
                               conditions recieved via IPC.  Log error
                               if IPC recieved about unknown client.

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
** TCP_handler needs a better name!
 
28
** move handle_ipc out of IPv6_TCPServer
 
29
** DBusServiceObjectUsingSuper
27
30
 
28
31
* mandos.xml
29
32
** [[file:mandos.xml::XXX][Document D-Bus interface]]
34
37
*** Handle "no D-Bus server" and/or "no Mandos server found" better
35
38
*** [#B] --dump option
36
39
 
37
 
* Curses interface
 
40
* mandos-name
 
41
** D-Bus mail loop w/ signal receiver
 
42
** Urwid client data displayer
 
43
*** Urwid scaffolding
 
44
*** Client Widgets
 
45
*** Properties popup
38
46
 
39
47
* mandos-keygen
40
48
** TODO Loop until passwords match when run interactively