chiark / gitweb /
secnet.git
2013-07-25 Ian Jacksonsite: Send NAKs for undecryptable data packets (msg0)
2013-07-25 Ian Jacksonudp, util: Break out send_nak function
2013-07-25 Ian Jacksonudp.c: Do not send NAKs in response to NAKs
2013-07-25 Ian Jacksonmagic: Introduce LABEL_NAK
2013-07-25 Ian Jacksontransform: Provide Serpent-EAX transform
2013-07-25 Ian Jacksontransform: Pass a direction flag to the transform
2013-07-25 Ian Jacksontransform: Allow DH to set the key size
2013-07-25 Ian Jacksontransform: split out transform-common.h
2013-07-25 Ian JacksonEAX: provide an implementation of EAX
2013-07-25 Ian Jacksoncrypto: Copy an AES (Rijndael) implementation into...
2013-07-25 Ian Jacksoncrypto: Copy a SHA512 implementation into tree
2013-07-25 Ian Jacksonserpent: Ad-hoc debugging facility
2013-07-25 Ian Jacksonserpent: Provide little-endian version too, but ours...
2013-07-25 Ian Jacksonserpent, transform: rework GET_32BIT_MSB_FIRST, PUT_...
2013-07-25 Ian Jacksonserpent: const-correct
2013-07-25 Ian Jacksontransform: Do not look at any bytes of PKCS#5 padding...
2013-07-25 Ian Jacksonmemcmp: Introduce and use consttime_memeq
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 wip.mobile
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.
next