/mandos/release

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

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 237.2.24 15 years ago Teddy Hogeborn * plugins.d/askpass-fifo.c: Fix name in header. * 2.8 KB Diff Download File
askpass-fifo.xml 237.2.9 15 years ago Teddy Hogeborn * README: Update copyright year; add "2009". * deb 4.8 KB Diff Download File
mandos-client.c 237.2.88 15 years ago Teddy Hogeborn * plugins.d/mandos-client.c (start_mandos_communic 34.3 KB Diff Download File
mandos-client.xml 237.2.67 15 years ago Teddy Hogeborn Four new interrelated features: 1. Support using 20.3 KB Diff Download File
password-prompt.c 237.2.57 15 years ago Teddy Hogeborn * plugins.d/password-prompt.c (quit_now): Changed 7.1 KB Diff Download File
password-prompt.xml 237.2.9 15 years ago Teddy Hogeborn * README: Update copyright year; add "2009". * deb 9.4 KB Diff Download File
splashy.c 237.2.74 15 years ago Teddy Hogeborn Overflows are not detected by sscanf(), so stop us 7.9 KB Diff Download File
splashy.xml 237.2.9 15 years ago Teddy Hogeborn * README: Update copyright year; add "2009". * deb 10.1 KB Diff Download File
usplash.c 237.2.74 15 years ago Teddy Hogeborn Overflows are not detected by sscanf(), so stop us 13.2 KB Diff Download File
usplash.xml 237.2.9 15 years ago Teddy Hogeborn * README: Update copyright year; add "2009". * deb 10.6 KB Diff Download File