2011 Archives by author
Starting: Fri Jul 1 21:47:46 BST 2011
Ending: Wed Dec 28 00:46:59 GMT 2011
Messages: 143
- Test
Ian Jackson
- Another test
Ian Jackson
- secnet friendly hijack
Ian Jackson
- secnet friendly hijack
Ian Jackson
- Improved testing
Ian Jackson
- [PATCH 1/4] resolver: support IPv4 address literals
Ian Jackson
- [PATCH 2/4] build system: add *.pyc to .gitignore
Ian Jackson
- [PATCH 3/4] Test example: Files for a simple testing configuration now in test-example/
Ian Jackson
- [PATCH 4/4] Test example: instructions for running under valgrind memcheck.
Ian Jackson
- [PATCH 1/1] Security: Reduce impact of bogus key setup packet DoS
Ian Jackson
- [PATCH 3/4] If 'route' fails, log its exit status.
Ian Jackson
- [PATCH 4/4] Report errors when a packet cannot be delivered to the tun device. Wrong-size writes count as errors.
Ian Jackson
- [PATCH 3/4] Test example: Files for a simple testing configuration now in test-example/
Ian Jackson
- [PATCH 2/2] sys_cmd error handling improved in the following ways: (1) If the subprocess exits nonzero then the exit status is unpicked and logged. (2) If the exec in the child fails, the command and errno string are written to stderr (which should end up in secnet's usual log output). (3) _exit() is used instead of exit(), to avoid any possibility of craziness with stdio/atexit/etc.
Ian Jackson
- [PATCH 1/4] resolver: support IPv4 address literals
Ian Jackson
- [PATCH 1/1] Security: Reduce impact of bogus key setup packet DoS
Ian Jackson
- [PATCH 2/2] sys_cmd error handling improved in the following ways: (1) If the subprocess exits nonzero then the exit status is unpicked and logged. (2) If the exec in the child fails, the command and errno string are written to stderr (which should end up in secnet's usual log output). (3) _exit() is used instead of exit(), to avoid any possibility of craziness with stdio/atexit/etc.
Ian Jackson
- [PATCH 1/3] Update Mac-specific notes. [and 2 more messages]
Ian Jackson
- [PATCH 2/2] sys_cmd error handling improved in the following ways: (1) If the subprocess exits nonzero then the exit status is unpicked and logged. (2) If the exec in the child fails, the command and errno string are written to stderr (which should end up in secnet's usual log output). (3) _exit() is used instead of exit(), to avoid any possibility of craziness with stdio/atexit/etc.
Ian Jackson
- [PATCH v2 00/06] secnet: Test example config and DoS fix
Ian Jackson
- [PATCH 1/6] Build system: make several patterns in .gitignore absolute paths
Ian Jackson
- [PATCH 2/6] resolver: support IPv4 address literals
Ian Jackson
- [PATCH 3/6] build system: add *.pyc to .gitignore
Ian Jackson
- [PATCH 4/6] Test example: Files for a simple testing configuration now in test-example/
Ian Jackson
- [PATCH 5/6] Test example: instructions for running under valgrind memcheck.
Ian Jackson
- [PATCH 6/6] Security: Reduce impact of bogus key setup packet DoS
Ian Jackson
- [PATCH 1/1] comm, site: pass a new "struct comm_addr" rather than sockaddr_in
Ian Jackson
- [PATCH v2 00/06] secnet: Test example config and DoS fix
Ian Jackson
- [RFC 0/7] secnet: new features relating to site addresses, etc.
Ian Jackson
- [PATCH 1/7] secnet.h: provide helpful STRING macro (for preprocessor stringification)
Ian Jackson
- [PATCH 2/7] cleanup: provide helpful FILLZERO macro (for certain memset calls)
Ian Jackson
- [PATCH 3/7] comm, site: pass a new "struct comm_addr" rather than sockaddr_in
Ian Jackson
- [PATCH 4/7] Keepalives: Document that they're unimplemented; remove vestigial code
Ian Jackson
- [PATCH 5/7] site: When shutting down, if debug enabled, do dump the MSG7
Ian Jackson
- [PATCH 6/7] mobile peers: new feature
Ian Jackson
- [PATCH 7/7] Multiple udp ports for the same site (multiple "comm"s)
Ian Jackson
- [PATCH 6/7] mobile peers: new feature
Ian Jackson
- secnet: "IP"-over-DNS transport
Ian Jackson
- [PATCH 3/7] comm, site: pass a new "struct comm_addr" rather than sockaddr_in
Ian Jackson
- [PATCH 2/3] Config file fixes.
Ian Jackson
- [PATCH 3/3] New --managed option for use when running under a daemon supervisor.
Ian Jackson
- [PATCH 2/7] Document XCode 3.2 import.
Ian Jackson
- [PATCH 1/7] Fix version number in a couple of places.
Ian Jackson
- [PATCH 3/7] Prohibit lists where single values expected.
Ian Jackson
- [PATCH 4/7] Correct a couple of errors in the README.
Ian Jackson
- [PATCH 6/7] .gitignore build-stamp.
Ian Jackson
- [PATCH 5/7] Introduce an installdirs target.
Ian Jackson
- [PATCH 7/7] Add a man page.
Ian Jackson
- [PATCH 1/7] Fix version number in a couple of places.
Ian Jackson
- [PATCH 2/3] Config file fixes.
Ian Jackson
- secnet: last call for the next release
Ian Jackson
- [PATCH v2 00/18] Mobile sites, multiple udp ports, cleanups, etc.
Ian Jackson
- [PATCH 01/18] Test example: improve logging, choice of ports
Ian Jackson
- [PATCH 02/18] secnet.h: provide helpful STRING macro (for preprocessor stringification)
Ian Jackson
- [PATCH 03/18] cleanup: provide helpful FILLZERO macro (for certain memset calls)
Ian Jackson
- [PATCH 04/18] cleanup: Style improvement to python literals in make-secnet-sites
Ian Jackson
- [PATCH 05/18] Keepalives: Document that they're unimplemented; remove vestigial code
Ian Jackson
- [PATCH 06/18] site: Remove some spurious "break"s
Ian Jackson
- [PATCH 07/18] site: When shutting down, if debug enabled, do dump the MSG7
Ian Jackson
- [PATCH 08/18] comm, site: pass a new "struct comm_addr" rather than sockaddr_in
Ian Jackson
- [PATCH 09/18] Site tuning defaults: Improve documentation; internal improvements
Ian Jackson
- [PATCH 10/18] comm, udp: Provide an addr_to_string method
Ian Jackson
- [PATCH 11/18] Protocol change: Initiate key setup on incoming packets, not outgoing ones
Ian Jackson
- [PATCH 12/18] Mobile sites: Maintain multiple addresses for some peers (new feature)
Ian Jackson
- [PATCH 13/18] Mobile sites: Require specification of whether we think we are mobile
Ian Jackson
- [PATCH 14/18] Mobile sites: Use different default tuning parameters
Ian Jackson
- [PATCH 15/18] Mobile sites: Support in make-secnet-sites
Ian Jackson
- [PATCH 16/18] Multiple udp ports for the same site (multiple "comm"s)
Ian Jackson
- [PATCH 17/18] Multiple udp ports: Add to test
Ian Jackson
- [PATCH 18/18] Mobile sites: Update test example
Ian Jackson
- [PATCH v2 00/18] Mobile sites, multiple udp ports, cleanups, etc.
Ian Jackson
- [PATCH 0/3] Improvements to mobile sites and sites file
Ian Jackson
- [PATCH 1/3] make-secnet-sites: refactor to break out new function "pfilepath"
Ian Jackson
- [PATCH 2/3] make-secnet-sites: new "include" keyword
Ian Jackson
- [PATCH 3/3] userv-ipif: Always request routes from userv, regardless of link quality
Ian Jackson
- [PATCH 2/3] make-secnet-sites: new "include" keyword
Ian Jackson
- [PATCH 0/3] Improvements to mobile sites and sites file
Ian Jackson
- [PATCH 0/5] Fixes for recent breakage, make mobile work
Ian Jackson
- [PATCH 1/5] netlink: Fix up link down behaviour
Ian Jackson
- [PATCH 2/5] make-secnet-sites: Fix userv invocation after pfilepath
Ian Jackson
- [PATCH 3/5] make-secnet-sites: Allow sites with no address
Ian Jackson
- [PATCH 4/5] make-secnet-sites: New -P <prefix> option
Ian Jackson
- [PATCH 5/5] make-secnet-sites: If definition found in wrong place, bomb out
Ian Jackson
- [PATCH] netlink: report why a packet is bad
Ian Jackson
- [PATCH] netlink: report why a packet is bad
Ian Jackson
- [PATCH] netlink: report why a packet is bad
Ian Jackson
- [PATCH] netlink: report why a packet is bad
Ian Jackson
- secnet friendly hijack
Richard Kettlewell
- secnet: osx-specific changes
Richard Kettlewell
- secnet: command line & error checking
Richard Kettlewell
- secnet: support daemon supervisors
Richard Kettlewell
- rjk-nntp-tools: gcrypt library requires initialization before use
Richard Kettlewell
- rjk-nntp-tools: gcrypt library requires initialization before use
Richard Kettlewell
- Improved testing
Richard Kettlewell
- [PATCH 0/4] Command line parsing and error handling
Richard Kettlewell
- [PATCH 1/4] Make -d option consistent.
Richard Kettlewell
- [PATCH 2/4] Exit nonzero if any unknown options are provided on the command line.
Richard Kettlewell
- [PATCH 3/4] If 'route' fails, log its exit status.
Richard Kettlewell
- [PATCH 4/4] Report errors when a packet cannot be delivered to the tun device. Wrong-size writes count as errors.
Richard Kettlewell
- [PATCH 3/4] If 'route' fails, log its exit status.
Richard Kettlewell
- [PATCH 4/4] Report errors when a packet cannot be delivered to the tun device. Wrong-size writes count as errors.
Richard Kettlewell
- [PATCH 1/4] resolver: support IPv4 address literals
Richard Kettlewell
- [PATCH 3/4] If 'route' fails, log its exit status.
Richard Kettlewell
- [PATCH 0/2] respin of error reporting improvements
Richard Kettlewell
- [PATCH 1/2] Report errors when a packet cannot be delivered to the tun device. Wrong-size writes count as errors.
Richard Kettlewell
- [PATCH 2/2] sys_cmd error handling improved in the following ways: (1) If the subprocess exits nonzero then the exit status is unpicked and logged. (2) If the exec in the child fails, the command and errno string are written to stderr (which should end up in secnet's usual log output). (3) _exit() is used instead of exit(), to avoid any possibility of craziness with stdio/atexit/etc.
Richard Kettlewell
- [PATCH 2/2] sys_cmd error handling improved in the following ways: (1) If the subprocess exits nonzero then the exit status is unpicked and logged. (2) If the exec in the child fails, the command and errno string are written to stderr (which should end up in secnet's usual log output). (3) _exit() is used instead of exit(), to avoid any possibility of craziness with stdio/atexit/etc.
Richard Kettlewell
- [PATCH 0/3] Improve Mac OSX support
Richard Kettlewell
- [PATCH 1/3] Update Mac-specific notes.
Richard Kettlewell
- [PATCH 2/3] .gitignore XCode-specific files.
Richard Kettlewell
- [PATCH 3/3] Detect Fink automatically.
Richard Kettlewell
- [PATCH 3/4] Test example: Files for a simple testing configuration now in test-example/
Richard Kettlewell
- [PATCH 1/1] Security: Reduce impact of bogus key setup packet DoS
Richard Kettlewell
- [PATCH 1/3] Update Mac-specific notes. [and 2 more messages]
Richard Kettlewell
- [PATCH 2/2] sys_cmd error handling improved in the following ways: (1) If the subprocess exits nonzero then the exit status is unpicked and logged. (2) If the exec in the child fails, the command and errno string are written to stderr (which should end up in secnet's usual log output). (3) _exit() is used instead of exit(), to avoid any possibility of craziness with stdio/atexit/etc.
Richard Kettlewell
- [PATCH 3/7] comm, site: pass a new "struct comm_addr" rather than sockaddr_in
Richard Kettlewell
- [PATCH 0/3] Mac support, config file improvements
Richard Kettlewell
- [PATCH 1/3] Detect Fink automatically.
Richard Kettlewell
- [PATCH 2/3] Config file fixes.
Richard Kettlewell
- [PATCH 3/3] New --managed option for use when running under a daemon supervisor.
Richard Kettlewell
- [PATCH 7/7] Multiple udp ports for the same site (multiple "comm"s)
Richard Kettlewell
- secnet man page
Richard Kettlewell
- [PATCH 0/7] Miscellaneous patches
Richard Kettlewell
- [PATCH 1/7] Fix version number in a couple of places.
Richard Kettlewell
- [PATCH 2/7] Document XCode 3.2 import.
Richard Kettlewell
- [PATCH 3/7] Prohibit lists where single values expected.
Richard Kettlewell
- [PATCH 4/7] Correct a couple of errors in the README.
Richard Kettlewell
- [PATCH 5/7] Introduce an installdirs target.
Richard Kettlewell
- [PATCH 6/7] .gitignore build-stamp.
Richard Kettlewell
- [PATCH 7/7] Add a man page.
Richard Kettlewell
- Disorder, bzr and git
Richard Kettlewell
- [PATCH 2/7] Document XCode 3.2 import.
Richard Kettlewell
- [PATCH 1/7] Fix version number in a couple of places.
Richard Kettlewell
- [PATCH 2/3] Config file fixes.
Richard Kettlewell
- secnet: last call for the next release
Richard Kettlewell
- [PATCH 3/3] New --managed option for use when running under a daemon supervisor.
Richard Kettlewell
- secnet and clang
Richard Kettlewell
- [PATCH 3/3] New --managed option for use when running under a daemon supervisor.
Richard Kettlewell
- [PATCH 2/3] Config file fixes.
Richard Kettlewell
- [PATCH 0/3] Improvements to mobile sites and sites file
Richard Kettlewell
- [PATCH 0/3] Improvements to mobile sites and sites file
Richard Kettlewell
- rjk-nntp-tools: gcrypt library requires initialization before use
Matthew Vernon
- rjk-nntp-tools: gcrypt library requires initialization before use
Matthew Vernon
Last message date:
Wed Dec 28 00:46:59 GMT 2011
Archived on: Wed Dec 28 00:47:01 GMT 2011
This archive was generated by
Pipermail 0.09 (Mailman edition).