chiark / gitweb /
secnet.git
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.
2011-06-26 Richard KettlewellWork around Bison's crazy redeclaration of malloc/free.
2011-06-26 Richard Kettlewellportability: Scripts and documentation for Mac OS X...
2011-06-26 Richard Kettlewellportability: Work around Apple's bizarrely deficient...
2011-06-26 Richard Kettlewellbugfix: generate 32-bit site index in packets in a...
2011-06-26 Richard Kettlewellcleanup: Remove pointless double assignment
2011-06-26 Richard Kettlewellcleanup: correct type of key exchange strings from...
2011-06-26 Ian Jacksoncleanup: buffer size for snprintf should come from...
2011-06-26 Ian Jacksonportability: use socklen_t for argument to recvfrom
2011-06-26 Ian Jacksoncleanup: fix up the types of input to hashes to const...
2011-06-26 Richard Kettlewellpackaging: Add LSB headers to init script.
2011-06-26 Richard Kettlewellbuild system: Builds OK under dpkg-buildpackage.
2011-06-26 Ian Jacksonbuild system: provide configure option --enable-hacky...
2011-06-26 Ian Jacksonsite setup: actually use calculated default for st...
2011-06-26 Ian Jacksonsite setup: move st->key_renegotiate_time default calcu...
2011-06-26 Ian Jacksonsite setup: Correct logic for DEFAULT_KEY_RENEGOTIATE_GAP
2011-06-26 Ian Jacksonevent loop: remove now parameter from site_settimeout
2011-06-26 Ian Jacksonevent loop: remove now and tv_now from before/afterpoll API
2011-06-26 Ian Jacksonevent loop: make tv_now and now into globals
2011-06-26 Ian Jacksoncleanup: Turn on -Werror
2011-06-26 Richard Kettlewellbugfix: -fno-strict-aliasing, because tun.c breaks...
2011-06-26 Ian Jacksoncleanup: remove unused "line" member in struct transform
2011-06-26 Ian Jacksonportability: warn if provided snprintf.c is used
2011-06-26 Ian Jacksoninteger arithmetic types: do not use unsigned for site...
2011-06-26 Ian Jacksoninteger arithmetic types: do not use unsigned for lengths
2011-06-26 Ian Jacksoninteger arithmetic types: make get_uint32, get_uint16...
2011-06-26 Ian Jacksoninteger arithmetic types: correct perhaps-possible...
2011-06-26 Ian Jacksoninteger and buffer overflows: introduce safe_malloc_ary
2011-06-26 Ian Jacksoninteger and buffer overflows: introduce a number of...
2011-06-19 Ian Jacksonpossible security fix: do not call slilog with intended...
2011-06-19 Ian Jacksonlogging: provide vslilog as well as slilog
2011-06-19 Ian Jacksoncleanup: specify never-interactive option for flex...
2011-06-19 Ian Jacksoncleanup: use flex-generated declarations for scanner...
2011-06-19 Ian Jacksoncleanup: move declaration of version[] into secnet.h
2011-06-19 Ian Jacksoncleanup: fix up the type of string buffers
2011-06-19 Ian Jacksoncleanup: turn off some unused flex options
2011-06-19 Ian Jacksoncleanup: remove other redundant declarations
2011-06-19 Ian Jacksoncleanup: remove redundant "init_module" declarations
2011-06-19 Ian Jacksoncleanup: move declarations of external objects into...
2011-06-19 Ian Jacksoncleanup: add many compiler warning options
2011-06-19 Ian Jacksonbuild system: commit configure
2011-06-19 Ian Jacksonbuild system: rerun autoheader
2011-06-19 Ian Jacksonbuild system: remove *~ files in clean target
2011-06-19 Richard Kettlewellcleanup: add a .dir-locals.el
2011-06-19 Ian Jacksonbuild system: add a .gitignore
2011-05-18 Stephen EarlyImport release 0.1.18 v0.1.18
2011-05-18 Stephen EarlyPython encoding declaration
2011-05-18 Stephen EarlyImport release 0.1.17 chiark-0.1.17 v0.1.17
2011-05-18 Stephen EarlyMacOS X support
2011-05-18 Stephen EarlyMinor Makefile update
2011-05-18 Stephen EarlyUpdate i386 implementation of ip_csum
2011-05-18 Stephen EarlyRename log() to slilog()
2011-05-18 Stephen Earlyautoconf-related updates from Ross Younger <ross@crazys...
2011-05-18 Stephen EarlyImport release 0.1.16 v0.1.16
2011-05-18 Stephen EarlyImport release 0.1.15 v0.1.15
2011-05-18 Stephen EarlyImport release 0.1.14 v0.1.14
2011-05-18 Stephen EarlyImport release 0.1.13 v0.1.13
2011-05-18 Stephen EarlyImport release 0.1.12 v0.1.12
2011-05-18 Stephen EarlyImport release 0.1.11 v0.1.11
2011-05-18 Stephen EarlyImport release 0.1.10 v0.1.10
2011-05-18 Stephen EarlyImport release 0.1.9 v0.1.9
2011-05-18 Stephen EarlyImport release 0.1.8 v0.1.8
2011-05-18 Stephen EarlyImport release 0.1.7 v0.1.7
2011-05-18 Stephen EarlyImport release 0.1.6 v0.1.6
2011-05-18 Stephen EarlyImport release 0.1.5 v0.1.5
2011-05-18 Stephen EarlyImport release 0.1.4 v0.1.4
2011-05-18 Stephen EarlyImport release 0.1.3 v0.1.3
2011-05-18 Stephen EarlyImport release 0.1.2 v0.1.2
next