/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: 2011-11-27 19:37:54 UTC
  • mto: (518.1.11 mandos-persistent)
  • mto: This revision was merged to the branch mainline in revision 524.
  • Revision ID: teddy@recompile.se-20111127193754-4366e18gmi11kew0
* mandos (_timedelta_to_milliseconds): Renamed to
                                       "timedelta_to_milliseconds";
                                       all callers changed.
  (Client._approved): Bug fix; renamed to "approved" without
                      underscore.  All users changed.
  (ProxyClient): Removed superfluous parens in "if" statements.
  (ClientHandler.handle): Bug fix: Emit NewRequest signal *after*
                          client is found, not before.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
** TODO [#B] Use openat()
41
41
 
42
42
* mandos (server)
43
 
** TODO Document why we ignore sigint
44
43
** TODO [#B] Log level                                                    :BUGS:
45
 
** TODO [#A] Save state to new file and move instead of overwrite
46
44
  
 
45
*** TODO /etc/mandos/clients.d/*.conf
 
46
    Watch this directory and add/remove/update clients?
47
47
** TODO [#C] config for TXT record
48
48
** TODO Log level option
49
49
   syslogger.setLevel(logging.WARNING)