/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
 
** DBusClient inheriting from Client
28
 
** fingerprint as a member of TCP_handler
29
 
** peer_certificate as a member of TCP_handler
30
27
** TCP_handler needs a better name!
31
28
** move handle_ipc out of IPv6_TCPServer
32
29
** DBusServiceObjectUsingSuper