/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

  • Committer: Teddy Hogeborn
  • Date: 2008-07-21 01:50:31 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080721015031-ivjiclli2j06hwgs
* Makefile: Include targets for all binaries.

* plugins.d/Makefile: Do nothing but call the parent Makefile.

* server.py: Added copyright statement and information.
  (Client.__init__): Added doc string.
  (Client.stop): Bug fix: Only log message if stopping for the first
                 time.  Check if the "stop_initiator_tag" and
                 "checker_initiator_tag" attributes exist before using
                 them.
  (Client.__del__): Call self.stop() instead of doing things here.
  (Client.checker_callback): Set self.checker_callback_tag and
                             self.checker to None unconditionally and
                             immediately.
  (Client.stop_checker): Added some checks to handle multiple calls.
  (tcp_handler.handle): Use "self.server.clients" instead of "clients".
  (__main__): Moved all code to the "main" function.
  (main): New.  New option "--address".  Instantiate IPv6_TCPServer
          with "options.address".  Log before starting main loop.
  (main.cleanup) Use "clients.pop()" to remove clients from the set as
                 they are stopped.
Filename Latest Rev Last Changed Committer Comment Size
..
plugins.d 13 15 years ago Björn Påhlsson Added following support: Pluginbased client handle Diff
ca.pem 1 16 years ago Björn Påhlsson First working version with: IPv6, GnuTLS, X.509 ce 2.4 KB Diff Download File
cert.pem 1 16 years ago Björn Påhlsson First working version with: IPv6, GnuTLS, X.509 ce 2.4 KB Diff Download File
client-cert.pem 1 16 years ago Björn Påhlsson First working version with: IPv6, GnuTLS, X.509 ce 2.4 KB Diff Download File
client-key.pem 1 16 years ago Björn Påhlsson First working version with: IPv6, GnuTLS, X.509 ce 3.1 KB Diff Download File
crl.pem 1 16 years ago Björn Påhlsson First working version with: IPv6, GnuTLS, X.509 ce 1 KB Diff Download File
key.pem 1 16 years ago Björn Påhlsson First working version with: IPv6, GnuTLS, X.509 ce 3.1 KB Diff Download File
Makefile 16 15 years ago Teddy Hogeborn * Makefile: Include targets for all binaries. * p 554 bytes Diff Download File
mandos-clients.conf 15 15 years ago Teddy Hogeborn * mandos-clients.conf ([foo]): Uncommented. ([fo 1.2 KB Diff Download File
plugbasedclient.c 14 15 years ago Björn Påhlsson Fixed a overbufferflow bug, thanks to a forgotten 4.5 KB Diff Download File
File server.py 16 15 years ago Teddy Hogeborn * Makefile: Include targets for all binaries. * p 29.2 KB Diff Download File
TODO 16 15 years ago Teddy Hogeborn * Makefile: Include targets for all binaries. * p 341 bytes Diff Download File