/mandos/trunk

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

  • Committer: Teddy Hogeborn
  • Date: 2009-04-14 03:36:05 UTC
  • Revision ID: teddy@fukt.bsnet.se-20090414033605-ao45swlzyvmahc8y
Minor code cleanup, and a bug fix.

* mandos: Added blank second line in doc strings.
  (SO_BINDTODEVICE): New global constant.
  (TCP_handler): Renamed to "ClientHandler".  All users changed.
  (ClientHandler.handle): Get GnuTLS priority directly from
                          server.gnutls_priority instead of
                          server.settings["priority"].
  (IPv6_TCPServer): Do not use super() anywhere.
  (IPv6_TCPServer.__init__) Do not receive "settings" dict, get all
                            the relevant settings separately as
                            keyword arguments.  All callers changed.
  (IPv6_TCPServer.server_bind): Use global SO_BINDTODEVICE.  Bug fix:
                               add NUL character to interface name.
                               Use "self.interface" directly instead
                               of "self.settings['interface']".
  (IPv6_TCPServer.handle_ipc): Use "self.use_dbus" directly instead of
                               "self.settings['use_dbus']".
Filename Latest Rev Last Changed Committer Comment Size
..
askpass-fifo.c 261 15 years ago Teddy Hogeborn * plugins.d/askpass-fifo.c: Fix name in header. * 2.8 KB Diff Download File
askpass-fifo.xml 246 15 years ago Teddy Hogeborn * README: Update copyright year; add "2009". * deb 4.8 KB Diff Download File
mandos-client.c 325 15 years ago Teddy Hogeborn * plugins.d/mandos-client.c (start_mandos_communic 34.3 KB Diff Download File
mandos-client.xml 304 15 years ago Teddy Hogeborn Four new interrelated features: 1. Support using 20.3 KB Diff Download File
password-prompt.c 294 15 years ago Teddy Hogeborn * plugins.d/password-prompt.c (quit_now): Changed 7.1 KB Diff Download File
password-prompt.xml 246 15 years ago Teddy Hogeborn * README: Update copyright year; add "2009". * deb 9.4 KB Diff Download File
splashy.c 311 15 years ago Teddy Hogeborn Overflows are not detected by sscanf(), so stop us 7.9 KB Diff Download File
splashy.xml 246 15 years ago Teddy Hogeborn * README: Update copyright year; add "2009". * deb 10.1 KB Diff Download File
usplash.c 311 15 years ago Teddy Hogeborn Overflows are not detected by sscanf(), so stop us 13.2 KB Diff Download File
usplash.xml 246 15 years ago Teddy Hogeborn * README: Update copyright year; add "2009". * deb 10.6 KB Diff Download File