Include <limits.h> for PATH_MAX.
[tinc] / src / protocol.h
2011-05-28 Guus SliepenFix sparse warnings and add an extra sprinkling of...
2010-03-01 Guus SliepenAdd the StrictSubnets option.
2010-02-03 Guus SliepenEnsure peers with a meta connection always have our...
2009-09-24 Guus SliepenUpdate the address of the Free Software Foundation...
2009-09-24 Guus SliepenRemove all occurences of $Id$.
2009-09-24 Guus SliepenUpdate copyright information.
2009-04-02 Guus SliepenHandle UDP packets from different and ports than advert...
2006-04-26 Guus SliepenUpdate copyright notices, remove Ivo's email address.
2005-06-03 Guus SliepenPrevent possible buffer overflows when using very large...
2005-05-04 Guus SliepenUpdate copyright notices.
2004-03-21 Guus SliepenUpdate copyrights, links, email addresses and let Subve...
2004-03-21 Guus SliepenMove CABAL branch to its rightful place: the trunk.
2003-11-17 Guus SliepenReplace Opaque and Strict options with a TunnelServer...
2003-08-24 Guus SliepenSynchronise HEAD with CABAL branch.
2003-07-30 Guus SliepenPrevent definitions from messing up attributes.
2003-07-29 Guus SliepenNative Windows support.
2003-07-29 Guus SliepenFix compile errors and warnings.
2003-07-24 Guus SliepenSprinkle around a lot of const and some C99 initialisers.
2003-07-22 Guus SliepenUse bools and enums where appropriate.
2003-07-17 Guus SliepenBig header file cleanup: everything that has to do...
2003-07-06 Guus SliepenSprinkling the source with static and attributes.
2002-09-09 Guus SliepenLet GCC check format string and arguments of send_reque...
2002-09-09 Guus SliepenRemove redundant spaces.
2002-09-09 Guus SliepenSwitch to K&R style indentation.
2002-09-04 Guus SliepenGeneralized request broadcasting/forwarding.
2002-09-04 Guus SliepenRevert to edge and graph stuff. This time, use a direct...
2002-09-04 Guus SliepenPrevent looping DEL_NODE/ADD_NODE messages after a...
2002-09-03 Guus SliepenDrop graph and edge stuff. Use new node stuff instead.
2002-06-21 Guus Sliepens/sliepen.warande.net/sliepen.eu.org/g
2002-04-28 Ivo TimmermansMoving files, first attempt at gcrypt compatibility...
2002-04-09 Ivo TimmermansUpdating HEAD branch #4; Merging CABAL -> HEAD.
2002-03-22 Guus Sliepen- Added support for jumbograms.
2002-03-21 Guus SliepenPut a break on requests that run around in circles.
2002-02-26 Guus SliepenAllow multiple listening sockets.
2002-02-11 Guus SliepenAdded support for packet compression, thanks to Mark...
2002-02-10 Guus SliepenMerging of the entire pre5 branch. release-1.0pre5
2001-10-28 Guus SliepenWhat was I thinking? s/vertex/edge/g.
2001-10-27 Guus SliepenBig bad commit:
2001-09-24 Guus SliepenNot only keep track of nexthop, but also of lastbutoneh...
2001-05-24 Guus SliepenSince this is incompatible with some earlier versions...
2001-02-25 Guus SliepenImplemented new authentication scheme from doc/SECURITY2.
2001-01-07 Guus Sliepen- Added indirectdata and tcponly functionality.
2001-01-07 Guus Sliepen- It's 2001, all copyright notices are updated.
2000-11-22 Guus Sliepen- No more %as.
2000-11-20 Guus Sliepen- Integrate rbl trees into tinc.
2000-11-03 Ivo TimmermansWarnings removal pass: always include config.h first...
2000-10-29 Guus Sliepen- Finishing touch: encrypt the meta connections
2000-10-28 Guus Sliepen- Lots of small fixes
2000-10-20 Guus Sliepen- tinc now really does public/private key encryption...
2000-10-18 Ivo TimmermansBring head revision up to date with cabal (try #3)
2000-10-15 Guus Sliepen- The daemon actually runs now (somewhat)
2000-10-11 Guus Sliepen- Fixing-things pass: every source file compiles into...
2000-10-11 Guus SliepenBig and bad commit of my current tree...
2000-09-26 Guus Sliepen- Added meta.c which contains functions to send, receiv...
2000-09-11 Guus Sliepen- Fixed modulo in keylength check
2000-09-10 Ivo TimmermansAdd Guus' name and shift out old protocol requests
2000-08-07 Guus Sliepen- Lots o' buglets fixed (-Wall helps)
2000-08-07 Guus Sliepen- Added experimental hackish tunneling-over-TCP support.
2000-06-29 Guus Sliepen- New semantics for BASIC_INFO, ADD_HOST and DEL_HOST...
2000-06-25 Guus SliepenAdded CVS Id tags to header files.
2000-06-23 Guus SliepenFirst step for implementation of the "indirectdata...
2000-05-14 Guus SliepenCleanups.
2000-05-01 Guus SliepenMeta protocol overhaul. Tinc is now incompatible with...
2000-04-30 Ivo TimmermansNew way of handling the meta protocol.
2000-04-29 Ivo TimmermansFilled up the protocol structs with unused bytes.
2000-03-26 Ivo TimmermansInitial revision