chiark / gitweb /
secnet.git
2013-08-01 Ian Jacksonchangelog: Mention netlink short packet discard. debian/0.3.0_beta2
2013-08-01 Ian Jacksonnetlink: Safely discard short packets
2013-07-25 Ian Jacksonchangelog: Describe 0.3.0~beta2
2013-07-25 Ian Jacksonsite: New PROD message
2013-07-25 Ian Jacksonslip: Buffer management (max_start_pad) fixes
2013-07-25 Ian Jacksonudp.c: call buffer_init
2013-07-25 Ian Jacksonmax_start_pad: calculate globally, not via client graph
2013-07-25 Ian JacksonUse FORMAT everywhere, and fix up the errors it finds
2013-07-25 Ian Jacksonsite: support multiple transforms
2013-07-25 Ian Jacksonsite, transform: per-transform-instance max_start_pad
2013-07-25 Ian Jacksonsite, netlink: abolish max_end_pad and min_end_pad
2013-07-25 Ian Jacksonsite: dynamically create and destroy transform instances
2013-07-25 Ian Jacksonsite: Check transform errors; factor out transform...
2013-07-25 Ian Jacksonsite: interpret first 4 bytes of extrainfo as capabilities
2013-07-25 Ian Jacksonsite: use unaligned.h's functions, not pointer cast...
2013-07-25 Ian Jacksonsite: Extra info in name fields for MSG1, clearer proce...
2013-07-25 Ian Jacksonsite: fix site name checking leaving room for expansion
2013-07-25 Ian JacksonNOTES: Remove unimplemented protocol negotiation
2013-07-25 Ian JacksonNOTES: Remove paragraph about slow-to-prepare messages
2013-07-25 Ian JacksonNOTES: Improve documentation of NAKs.
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
2011-08-17 Ian JacksonMultiple udp ports: Add to test
next