=== modified file 'TODO' --- TODO 2009-06-02 11:09:07 +0000 +++ TODO 2009-08-27 23:06:33 +0000 @@ -28,6 +28,8 @@ ** TODO Split IPv6_TCPServer into a generic and Mandos-specific class ** TODO move handle_ipc out of IPv6_TCPServer ** TODO DBusServiceObjectUsingSuper +** Global enable/disable flag +** By-client countdown on secrets given * mandos.xml ** [[file:mandos.xml::XXX][Document D-Bus interface]] === modified file 'mandos' --- mandos 2009-07-12 20:15:29 +0000 +++ mandos 2009-08-27 23:06:33 +0000 @@ -812,7 +812,7 @@ break else: ipc.write(u"NOTFOUND %s %s\n" - % (fpr, unicode(self.client_address)) + % (fpr, unicode(self.client_address))) session.bye() return # Have to check if client.still_valid(), since it is