chiark / gitweb /
secnet.git
2013-07-25 Ian Jacksonutil, buffers: Preparatory improvements
2013-07-25 Ian Jacksonunaligned.h: rationalise; provide buf_append_uint8...
2013-07-25 Mark Woodingrsa.c: Check public key length.
2013-07-25 Mark Woodingrsa.c: Replace the magic length 1024 with a (larger...
2013-07-25 Mark Woodingrsa.c: Factor out constructing the EMSA-PKCS1 message...
2013-07-25 Mark Woodingrsa.c: Fix incorrect commentary.
2013-07-03 Simon Tathamslip: tolerate SLIP decoding errors.
2013-07-03 Simon Tathamtun: add hard routes even if they are currently down.
2012-07-12 Ian Jacksonbuild system: debian packaging improvements debian/0.3.0_beta1
2012-07-12 Ian Jacksonchangelog: describe version 0.3.0
2012-07-12 Ian Jacksonsite: When if our MSG5s (or peer's MSG6s) get lost...
2012-07-12 Ian Jacksonsite: Keep old keys, and allow them to be used by peer
2012-07-12 Ian Jacksonsite: Generalise deletion and timeout of keys
2012-07-12 Ian Jacksonsite: Move current_transform, _key_timeout and remote_s...
2012-07-12 Ian Jacksonsite: No longer track key validity ourselves
2012-07-12 Ian Jacksontransform: add ->valid() function
2012-07-12 Ian Jacksonsite: Deal with losing our MSG6 - retransmit MSG6 when...
2012-07-12 Ian Jacksonsite: Deal with losing peer's MSG6 - go to RUN on MSG0...
2012-07-12 Ian Jacksonsite, transform: Do not initiate rekey when packets...
2012-07-12 Ian Jacksonsite: Remove pointless check from decrypt_msg0
2012-07-12 Ian Jacksonsite: Break out separate function for decrypting msg0
2012-07-12 Ian Jacksonnetlink: abolish check_config and output_config
2012-07-12 Ian Jacksonnetlink: report why a packet is bad
2012-07-12 Ian Jacksonsite: transport peers: fix incorrect stride when debug...
2012-07-12 Ian Jacksonmessages: add some missing newlines
2012-07-12 Ian Jacksonlog: Print truncated messages
2012-07-12 Ian Jacksonlog: Eliminate potential out-of-control recursion
2012-07-12 Ian JacksonMakefile: honour EXTRA_CFLAGS, etc.
2012-07-12 Ian JacksonSECURITY: actually reject messages with improper lengths
2012-07-12 Ian Jacksonuserv-ipif: Always request routes from userv, regardles...
2012-07-12 Matthew Vernonbuild system: Update build-dependency information
2012-07-12 Ian Jacksonmake-secnet-sites: Do not permit "include" in simple...
2012-07-12 Ian Jacksonmake-secnet-sites: In -u mode, output file "dereference...
2012-07-12 Ian Jacksonmake-secnet-sites: Do newline-trimming in pline()
2012-07-12 Ian Jacksonmake-secnet-sites: Actually include addresses in sites...
2012-07-12 Ian Jacksonmake-secnet-sites: If definition found in wrong place...
2012-07-12 Ian Jacksonmake-secnet-sites: New -P <prefix> option
2012-07-12 Ian Jacksonmake-secnet-sites: Allow sites with no address
2012-07-12 Ian Jacksonmake-secnet-sites: Fix userv invocation after pfilepath
2011-12-17 Ian Jacksonnetlink: Fix up link down behaviour
2011-12-16 Ian Jacksonuserv-ipif: Always request routes from userv, regardles...
2011-12-16 Ian Jacksonmake-secnet-sites: new "include" keyword
2011-12-15 Ian Jacksonmake-secnet-sites: refactor to break out new function...
2011-12-11 Ian Jacksonbuild system: More release checklist updates
2011-12-11 Ian JacksonUpdate VERSION v0.2.1
2011-12-11 Ian Jacksonbuild system: Fix Ian's email address in debian/changelog
2011-12-11 Ian Jacksonauthbind: get endianness right (again)
2011-12-10 Ian JacksonUpdate VERSION v0.2.0
2011-12-10 Ian Jacksonbuild system: Further improvements to release checklist
2011-12-10 Richard KettlewellNew --managed option for use when running under a daemo...
2011-12-10 Richard KettlewellMake the list of phases be an enumeration.
2011-12-10 Richard KettlewellSet group ID and group list.
2011-12-10 Ian Jacksonbuild system: Include signing of tarballs in release...
2011-12-10 Ian Jacksonbuild system: New "make dist" uses git; add release...
2011-12-10 Richard Kettlewellmd5: correct size arg to memset().
2011-12-10 Richard Kettlewellcleanup: build on Ubuntu Lucid
2011-12-10 Richard KettlewellAdd a man page.
2011-12-10 Richard KettlewellRemove snprintf reimplementation.
2011-12-10 Richard KettlewellConfig file fixes.
2011-12-10 Richard KettlewellDetect Fink automatically.
2011-12-10 Richard KettlewellOSX: fix home directory in setup.mac.
2011-08-17 Ian JacksonMobile sites: Update test example
2011-08-17 Ian JacksonMultiple udp ports: Add to test
2011-08-17 Ian JacksonMultiple udp ports for the same site (multiple "comm"s)
2011-08-17 Ian JacksonMobile sites: Support in make-secnet-sites
2011-08-17 Ian JacksonMobile sites: Use different default tuning parameters
2011-08-17 Ian JacksonMobile sites: Require specification of whether we think...
2011-08-17 Ian JacksonMobile sites: Maintain multiple addresses for some...
2011-08-17 Ian JacksonProtocol change: Initiate key setup on incoming packets...
2011-08-17 Ian Jacksoncomm, udp: Provide an addr_to_string method
2011-08-17 Ian JacksonSite tuning defaults: Improve documentation; internal...
2011-08-17 Ian Jacksoncomm, site: pass a new "struct comm_addr" rather than...
2011-08-17 Ian Jacksonsite: When shutting down, if debug enabled, do dump...
2011-08-17 Ian Jacksonsite: Remove some spurious "break"s
2011-08-17 Ian JacksonKeepalives: Document that they're unimplemented; remove...
2011-08-17 Ian Jacksoncleanup: Style improvement to python literals in make...
2011-08-17 Ian Jacksoncleanup: provide helpful FILLZERO macro (for certain...
2011-08-17 Ian Jacksonsecnet.h: provide helpful STRING macro (for preprocesso...
2011-08-17 Ian JacksonTest example: improve logging, choice of ports
2011-07-24 Richard Kettlewell.gitignore build-stamp.
2011-07-24 Richard KettlewellIntroduce an installdirs target.
2011-07-24 Richard KettlewellCorrect a couple of errors in the README.
2011-07-24 Richard KettlewellProhibit lists where single values expected.
2011-07-24 Richard KettlewellDocument XCode 3.2 import.
2011-07-24 Richard KettlewellFix version number in a couple of places.
2011-07-13 Ian JacksonSecurity: Reduce impact of bogus key setup packet DoS
2011-07-13 Ian JacksonTest example: instructions for running under valgrind...
2011-07-13 Ian JacksonTest example: Files for a simple testing configuration...
2011-07-13 Ian Jacksonbuild system: add *.pyc to .gitignore
2011-07-13 Ian Jacksonresolver: support IPv4 address literals
2011-07-13 Ian JacksonBuild system: make several patterns in .gitignore absol...
2011-07-11 Richard KettlewellLog write failures on tun device.
2011-07-11 Richard Kettlewellsys_cmd error handling improved.
2011-07-11 Richard Kettlewell.gitignore XCode-specific files.
2011-07-09 Richard KettlewellUpdate Mac-specific notes.
2011-07-09 Richard KettlewellExit nonzero if any unknown options are provided on...
2011-07-09 Richard KettlewellMake -d option consistent.
2011-07-01 Ian Jacksontun: Drop support for Linux 2.2.
2011-07-01 Ian JacksonPoll loop: fix read of unused fds[]
2011-06-26 Richard KettlewellEvict built-in getopt() implementation.
next