Update copyright notices.
[tinc] / src / protocol.c
2012-03-10 Guus SliepenUpdate copyright notices.
2012-02-20 Guus SliepenRename connection_t *broadcast to everyone.
2011-06-04 Loïc GreniéNearly tickless tinc.
2011-05-28 Guus SliepenFix sparse warnings and add an extra sprinkling of...
2010-03-01 Guus SliepenAdd the StrictSubnets option.
2009-09-24 Guus SliepenDrop support for localisation.
2009-09-24 Guus SliepenRemove checkpoint tracing.
2009-09-24 Guus SliepenK&R style braces.
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-09-08 Guus SliepenReplace asprintf() by xasprintf().
2006-04-26 Guus SliepenUpdate copyright notices, remove Ivo's email address.
2006-01-19 Guus SliepenApply patch from Scott Lamb adding an output buffer...
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-28 Guus SliepenWe don't have to tell GCC how to cast.
2003-08-24 Guus SliepenSynchronise HEAD with CABAL branch.
2003-08-03 Guus SliepenRemove newlines from log messages.
2003-07-30 Guus SliepenNo C99 initialisers, gcc 2.95.3 doesn't like it.
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-12 Guus SliepenSimplify logging, update copyrights and some minor...
2003-07-06 Guus SliepenSprinkling the source with static and attributes.
2003-07-06 Guus SliepenDefine logger(), cleans up source code and allows us...
2002-09-09 Guus SliepenRemove redundant spaces.
2002-09-09 Guus SliepenSwitch to K&R style indentation.
2002-09-09 Guus SliepenCleanups:
2002-09-04 Guus SliepenSmall updates.
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 SliepenReduce KEY_CHANGED traffic.
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-13 Ivo TimmermansUse logging.h instead of syslog.h
2002-04-09 Ivo TimmermansUpdating HEAD branch #4; Merging CABAL -> HEAD.
2002-03-27 Guus SliepenRemove cruft.
2002-03-23 Guus Sliepenfree() request strings when deleting past requests...
2002-03-22 Guus SliepenFix compiler warnings, strictly use long int and %lx...
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-27 Guus SliepenFix send_request() bug.
2002-02-10 Guus SliepenMerging of the entire pre5 branch. release-1.0pre5
2001-11-16 Ivo TimmermansDon't include netutl.h.
2001-11-04 Guus SliepenCorrectly check if subnet owner exists.
2001-11-04 Guus SliepenBe liberal in what you accept: allow unknown edges...
2001-11-03 Guus SliepenSeveral bugfixes.
2001-10-31 Guus SliepenSome very small fixes
2001-10-31 Guus SliepenDon't forget to read public RSA key when making an...
2001-10-31 Guus Sliepen- Small fixes to graph algorithms
2001-10-30 Guus SliepenMore updates to protocol handlers and reimplemented...
2001-10-30 Guus SliepenVarious fixes, tinc is now somewhat capable of actually...
2001-10-28 Guus Sliepen- More changes needed for Kruskal's algorithm
2001-10-28 Guus Sliepen- More s/vertex/edge/g
2001-10-28 Guus SliepenWhat was I thinking? s/vertex/edge/g.
2001-10-27 Guus SliepenBig bad commit:
2001-10-08 Guus SliepenFix bug when dropping an old connection in favour of...
2001-10-08 Guus Sliepen- Renamed lastbutonehop to prevhop.
2001-09-24 Guus SliepenNot only keep track of nexthop, but also of lastbutoneh...
2001-09-01 Guus SliepenRemove IndirectData support for now, new implementation...
2001-08-17 Guus SliepenDon't send DEL_HOSTs when !status.meta
2001-07-21 Guus SliepenUpdated terminate_connection() so you can choose if...
2001-07-20 Guus SliepenAdded purge_tree for connection_t's which are no longer...
2001-07-20 Guus SliepenRemove all unnecessary status.meta and status.active...
2001-07-19 Guus SliepenCorrectly use the active_tree.
2001-07-15 Guus SliepenSplit connection list into two lists:
2001-07-04 Guus Sliepen- Always use <openssl/include.h> instead of just <inclu...
2001-07-01 Guus SliepenCheck for all potential duplicate entries in the id...
2001-07-01 Guus SliepenFix printf format bug.
2001-06-29 Guus SliepenLog error if two hosts connect with same IP/port tuple.
2001-06-09 Guus SliepenWoops - big bug in send_key_changed fixed.
2001-06-08 Guus SliepenOnly reset seconds_till_retry when we activate the...
2001-06-05 Guus Sliepen- tinc can now act as a switch or a hub too (as opposed...
2001-05-25 Guus SliepenTCPonly now works (in a relatively clean way too).
2001-05-25 Guus SliepenSmall fixes:
2001-05-24 Guus SliepenOnly send key_changed if it was previously requested.
2001-05-24 Guus SliepenAdd randomness to PING/PONG packets to prevent crypto...
2001-05-07 Guus Sliepen- s/ip_t/ipv4_t/g
2001-03-13 Guus SliepenCheck indirectdata option before forwarding certain...
2001-03-04 Guus Sliepen- route.c is now used to determine destination
2001-03-02 Guus SliepenAdded explaination of our key exchange using RSA encryp...
2001-02-27 Guus SliepenRemoved lots of compiler warnings.
2001-02-26 Guus Sliepen- Make sure METAKEY is smaller than the modulus of...
2001-02-25 Guus SliepenImplemented new authentication scheme from doc/SECURITY2.
2001-02-25 Guus SliepenEncrypt network packets in CBC mode instead of CFB...
2001-02-25 Guus SliepenCorrected check for errors after read() calls.
2001-02-06 Guus SliepenRemoved another local definition of the variable "errno"
2001-02-06 Guus SliepenFreeBSD compile fixes (thanks to XeF4)
2001-01-08 Guus Sliepen- Squashed another nasty bug.
2001-01-07 Guus Sliepen- Added indirectdata and tcponly functionality.
2001-01-07 Guus Sliepen- It's 2001, all copyright notices are updated.
2001-01-07 Guus Sliepen- Reinstated a queue for outgoing packets.
2001-01-06 Guus Sliepen- Check and follow symlinks in is_safe_path
2001-01-05 Guus Sliepen- Let user choose whether keys are in the config files...
2000-12-22 Guus Sliepen- Don't even think about using sscanf with %as anymore
2000-12-05 Ivo TimmermansTiny bits of code beautifying
next