2013-07-25 |
Ian Jackson | slip: Buffer management (max_start_pad) fixes |
commit | commitdiff | tree | snapshot |
2013-07-25 |
Ian Jackson | udp.c: call buffer_init |
commit | commitdiff | tree | snapshot |
2013-07-25 |
Ian Jackson | max_start_pad: calculate globally, not via client graph |
commit | commitdiff | tree | snapshot |
2013-07-25 |
Ian Jackson | Use FORMAT everywhere, and fix up the errors it finds |
commit | commitdiff | tree | snapshot |
2013-07-25 |
Ian Jackson | site: support multiple transforms |
commit | commitdiff | tree | snapshot |
2013-07-25 |
Ian Jackson | site, transform: per-transform-instance max_start_pad |
commit | commitdiff | tree | snapshot |
2013-07-25 |
Ian Jackson | site, netlink: abolish max_end_pad and min_end_pad |
commit | commitdiff | tree | snapshot |
2013-07-25 |
Ian Jackson | site: dynamically create and destroy transform instances |
commit | commitdiff | tree | snapshot |
2013-07-25 |
Ian Jackson | site: Check transform errors; factor out transform... |
commit | commitdiff | tree | snapshot |
2013-07-25 |
Ian Jackson | site: interpret first 4 bytes of extrainfo as capabilities |
commit | commitdiff | tree | snapshot |
2013-07-25 |
Ian Jackson | site: use unaligned.h's functions, not pointer cast... |
commit | commitdiff | tree | snapshot |
2013-07-25 |
Ian Jackson | site: Extra info in name fields for MSG1, clearer proce... |
commit | commitdiff | tree | snapshot |
2013-07-25 |
Ian Jackson | site: fix site name checking leaving room for expansion |
commit | commitdiff | tree | snapshot |
2013-07-25 |
Ian Jackson | NOTES: Remove unimplemented protocol negotiation |
commit | commitdiff | tree | snapshot |
2013-07-25 |
Ian Jackson | NOTES: Remove paragraph about slow-to-prepare messages |
commit | commitdiff | tree | snapshot |
2013-07-25 |
Ian Jackson | NOTES: Improve documentation of NAKs. |
commit | commitdiff | tree | snapshot |
2013-07-25 |
Ian Jackson | site: Send NAKs for undecryptable data packets (msg0) |
commit | commitdiff | tree | snapshot |
2013-07-25 |
Ian Jackson | udp, util: Break out send_nak function |
commit | commitdiff | tree | snapshot |
2013-07-25 |
Ian Jackson | udp.c: Do not send NAKs in response to NAKs |
commit | commitdiff | tree | snapshot |
2013-07-25 |
Ian Jackson | magic: Introduce LABEL_NAK |
commit | commitdiff | tree | snapshot |
2013-07-25 |
Ian Jackson | transform: Provide Serpent-EAX transform |
commit | commitdiff | tree | snapshot |
2013-07-25 |
Ian Jackson | transform: Pass a direction flag to the transform |
commit | commitdiff | tree | snapshot |
2013-07-25 |
Ian Jackson | transform: Allow DH to set the key size |
commit | commitdiff | tree | snapshot |
2013-07-25 |
Ian Jackson | transform: split out transform-common.h |
commit | commitdiff | tree | snapshot |
2013-07-25 |
Ian Jackson | EAX: provide an implementation of EAX |
commit | commitdiff | tree | snapshot |
2013-07-25 |
Ian Jackson | crypto: Copy an AES (Rijndael) implementation into... |
commit | commitdiff | tree | snapshot |
2013-07-25 |
Ian Jackson | crypto: Copy a SHA512 implementation into tree |
commit | commitdiff | tree | snapshot |
2013-07-25 |
Ian Jackson | serpent: Ad-hoc debugging facility |
commit | commitdiff | tree | snapshot |
2013-07-25 |
Ian Jackson | serpent: Provide little-endian version too, but ours... |
commit | commitdiff | tree | snapshot |
2013-07-25 |
Ian Jackson | serpent, transform: rework GET_32BIT_MSB_FIRST, PUT_... |
commit | commitdiff | tree | snapshot |
2013-07-25 |
Ian Jackson | serpent: const-correct |
commit | commitdiff | tree | snapshot |
2013-07-25 |
Ian Jackson | transform: Do not look at any bytes of PKCS#5 padding... |
commit | commitdiff | tree | snapshot |
2013-07-25 |
Ian Jackson | memcmp: Introduce and use consttime_memeq |
commit | commitdiff | tree | snapshot |
2013-07-25 |
Ian Jackson | util, buffers: Preparatory improvements |
commit | commitdiff | tree | snapshot |
2013-07-25 |
Ian Jackson | unaligned.h: rationalise; provide buf_append_uint8... |
commit | commitdiff | tree | snapshot |
2013-07-25 |
Mark Wooding | rsa.c: Check public key length. |
commit | commitdiff | tree | snapshot |
2013-07-25 |
Mark Wooding | rsa.c: Replace the magic length 1024 with a (larger... |
commit | commitdiff | tree | snapshot |
2013-07-25 |
Mark Wooding | rsa.c: Factor out constructing the EMSA-PKCS1 message... |
commit | commitdiff | tree | snapshot |
2013-07-25 |
Mark Wooding | rsa.c: Fix incorrect commentary. |
commit | commitdiff | tree | snapshot |
2013-07-03 |
Simon Tatham | slip: tolerate SLIP decoding errors. |
commit | commitdiff | tree | snapshot |
2013-07-03 |
Simon Tatham | tun: add hard routes even if they are currently down. |
commit | commitdiff | tree | snapshot |
2012-07-12 |
Ian Jackson | build system: debian packaging improvements debian/0.3.0_beta1 |
commit | commitdiff | tree | snapshot |
2012-07-12 |
Ian Jackson | changelog: describe version 0.3.0 |
commit | commitdiff | tree | snapshot |
2012-07-12 |
Ian Jackson | site: When if our MSG5s (or peer's MSG6s) get lost... |
commit | commitdiff | tree | snapshot |
2012-07-12 |
Ian Jackson | site: Keep old keys, and allow them to be used by peer |
commit | commitdiff | tree | snapshot |
2012-07-12 |
Ian Jackson | site: Generalise deletion and timeout of keys |
commit | commitdiff | tree | snapshot |
2012-07-12 |
Ian Jackson | site: Move current_transform, _key_timeout and remote_s... |
commit | commitdiff | tree | snapshot |
2012-07-12 |
Ian Jackson | site: No longer track key validity ourselves |
commit | commitdiff | tree | snapshot |
2012-07-12 |
Ian Jackson | transform: add ->valid() function |
commit | commitdiff | tree | snapshot |
2012-07-12 |
Ian Jackson | site: Deal with losing our MSG6 - retransmit MSG6 when... |
commit | commitdiff | tree | snapshot |
2012-07-12 |
Ian Jackson | site: Deal with losing peer's MSG6 - go to RUN on MSG0... |
commit | commitdiff | tree | snapshot |
2012-07-12 |
Ian Jackson | site, transform: Do not initiate rekey when packets... |
commit | commitdiff | tree | snapshot |
2012-07-12 |
Ian Jackson | site: Remove pointless check from decrypt_msg0 |
commit | commitdiff | tree | snapshot |
2012-07-12 |
Ian Jackson | site: Break out separate function for decrypting msg0 |
commit | commitdiff | tree | snapshot |
2012-07-12 |
Ian Jackson | netlink: abolish check_config and output_config |
commit | commitdiff | tree | snapshot |
2012-07-12 |
Ian Jackson | netlink: report why a packet is bad |
commit | commitdiff | tree | snapshot |
2012-07-12 |
Ian Jackson | site: transport peers: fix incorrect stride when debug... |
commit | commitdiff | tree | snapshot |
2012-07-12 |
Ian Jackson | messages: add some missing newlines |
commit | commitdiff | tree | snapshot |
2012-07-12 |
Ian Jackson | log: Print truncated messages |
commit | commitdiff | tree | snapshot |
2012-07-12 |
Ian Jackson | log: Eliminate potential out-of-control recursion |
commit | commitdiff | tree | snapshot |
2012-07-12 |
Ian Jackson | Makefile: honour EXTRA_CFLAGS, etc. |
commit | commitdiff | tree | snapshot |
2012-07-12 |
Ian Jackson | SECURITY: actually reject messages with improper lengths |
commit | commitdiff | tree | snapshot |
2012-07-12 |
Ian Jackson | userv-ipif: Always request routes from userv, regardles... |
commit | commitdiff | tree | snapshot |
2012-07-12 |
Matthew Vernon | build system: Update build-dependency information |
commit | commitdiff | tree | snapshot |
2012-07-12 |
Ian Jackson | make-secnet-sites: Do not permit "include" in simple... |
commit | commitdiff | tree | snapshot |
2012-07-12 |
Ian Jackson | make-secnet-sites: In -u mode, output file "dereference... |
commit | commitdiff | tree | snapshot |
2012-07-12 |
Ian Jackson | make-secnet-sites: Do newline-trimming in pline() |
commit | commitdiff | tree | snapshot |
2012-07-12 |
Ian Jackson | make-secnet-sites: Actually include addresses in sites... |
commit | commitdiff | tree | snapshot |
2012-07-12 |
Ian Jackson | make-secnet-sites: If definition found in wrong place... |
commit | commitdiff | tree | snapshot |
2012-07-12 |
Ian Jackson | make-secnet-sites: New -P <prefix> option |
commit | commitdiff | tree | snapshot |
2012-07-12 |
Ian Jackson | make-secnet-sites: Allow sites with no address |
commit | commitdiff | tree | snapshot |
2012-07-12 |
Ian Jackson | make-secnet-sites: Fix userv invocation after pfilepath |
commit | commitdiff | tree | snapshot |
2011-12-17 |
Ian Jackson | netlink: Fix up link down behaviour |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Ian Jackson | userv-ipif: Always request routes from userv, regardles... |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Ian Jackson | make-secnet-sites: new "include" keyword |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Ian Jackson | make-secnet-sites: refactor to break out new function... |
commit | commitdiff | tree | snapshot |
2011-12-11 |
Ian Jackson | build system: More release checklist updates |
commit | commitdiff | tree | snapshot |
2011-12-11 |
Ian Jackson | Update VERSION v0.2.1 |
commit | commitdiff | tree | snapshot |
2011-12-11 |
Ian Jackson | build system: Fix Ian's email address in debian/changelog |
commit | commitdiff | tree | snapshot |
2011-12-11 |
Ian Jackson | authbind: get endianness right (again) |
commit | commitdiff | tree | snapshot |
2011-12-10 |
Ian Jackson | Update VERSION v0.2.0 |
commit | commitdiff | tree | snapshot |
2011-12-10 |
Ian Jackson | build system: Further improvements to release checklist |
commit | commitdiff | tree | snapshot |
2011-12-10 |
Richard Kettlewell | New --managed option for use when running under a daemo... |
commit | commitdiff | tree | snapshot |
2011-12-10 |
Richard Kettlewell | Make the list of phases be an enumeration. |
commit | commitdiff | tree | snapshot |
2011-12-10 |
Richard Kettlewell | Set group ID and group list. |
commit | commitdiff | tree | snapshot |
2011-12-10 |
Ian Jackson | build system: Include signing of tarballs in release... |
commit | commitdiff | tree | snapshot |
2011-12-10 |
Ian Jackson | build system: New "make dist" uses git; add release... |
commit | commitdiff | tree | snapshot |
2011-12-10 |
Richard Kettlewell | md5: correct size arg to memset(). |
commit | commitdiff | tree | snapshot |
2011-12-10 |
Richard Kettlewell | cleanup: build on Ubuntu Lucid |
commit | commitdiff | tree | snapshot |
2011-12-10 |
Richard Kettlewell | Add a man page. |
commit | commitdiff | tree | snapshot |
2011-12-10 |
Richard Kettlewell | Remove snprintf reimplementation. |
commit | commitdiff | tree | snapshot |
2011-12-10 |
Richard Kettlewell | Config file fixes. |
commit | commitdiff | tree | snapshot |
2011-12-10 |
Richard Kettlewell | Detect Fink automatically. |
commit | commitdiff | tree | snapshot |
2011-12-10 |
Richard Kettlewell | OSX: fix home directory in setup.mac. |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Ian Jackson | Mobile sites: Update test example wip.mobile |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Ian Jackson | Multiple udp ports: Add to test |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Ian Jackson | Multiple udp ports for the same site (multiple "comm"s) |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Ian Jackson | Mobile sites: Support in make-secnet-sites |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Ian Jackson | Mobile sites: Use different default tuning parameters |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Ian Jackson | Mobile sites: Require specification of whether we think... |
commit | commitdiff | tree | snapshot |
next |