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 |
2011-08-17 |
Ian Jackson | Mobile sites: Maintain multiple addresses for some... |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Ian Jackson | Protocol change: Initiate key setup on incoming packets... |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Ian Jackson | comm, udp: Provide an addr_to_string method |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Ian Jackson | Site tuning defaults: Improve documentation; internal... |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Ian Jackson | comm, site: pass a new "struct comm_addr" rather than... |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Ian Jackson | site: When shutting down, if debug enabled, do dump... |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Ian Jackson | site: Remove some spurious "break"s |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Ian Jackson | Keepalives: Document that they're unimplemented; remove... |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Ian Jackson | cleanup: Style improvement to python literals in make... |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Ian Jackson | cleanup: provide helpful FILLZERO macro (for certain... |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Ian Jackson | secnet.h: provide helpful STRING macro (for preprocesso... |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Ian Jackson | Test example: improve logging, choice of ports |
commit | commitdiff | tree | snapshot |
2011-07-24 |
Richard Kettlewell | .gitignore build-stamp. |
commit | commitdiff | tree | snapshot |
2011-07-24 |
Richard Kettlewell | Introduce an installdirs target. |
commit | commitdiff | tree | snapshot |
2011-07-24 |
Richard Kettlewell | Correct a couple of errors in the README. |
commit | commitdiff | tree | snapshot |
next |