Include <limits.h> for PATH_MAX.
[tinc] / src / net_packet.c
2013-08-08 Guus SliepenDon't echo broadcast packets back when Broadcast =...
2013-04-12 Guus SliepenDrop packets forwarded via TCP if they are too big...
2013-03-03 Guus SliepenReleasing 1.0.20. release-1.0.20
2013-01-31 Guus SliepenDetect increases in PMTU.
2012-11-14 Guus SliepenSend broadcast packets using a random socket, and prope...
2012-11-14 Guus SliepenDon't take the address of a variable whose scope is...
2012-06-25 Guus SliepenFix crash when using Broadcast = direct.
2012-04-15 Guus SliepenAllow broadcast packets to be sent directly instead...
2012-03-10 Guus SliepenUpdate copyright notices.
2012-03-02 Guus SliepenOnly log errors sending UDP packets when debug level...
2012-02-26 Guus SliepenOnly use broadcast at the start of the PMTU discovery...
2012-02-22 Guus SliepenAdd LocalDiscovery option which tries to detect peers...
2012-02-22 Guus SliepenPass index into listen_socket[] to handle_incoming_vpn_...
2012-02-18 Guus SliepenSend packets back using the same socket as they were...
2012-02-18 Guus SliepenMerge branch 'master' of black:tinc
2011-12-04 Guus SliepenAllow linking with multiple device drivers.
2011-06-04 Loïc GreniéNearly tickless tinc.
2011-05-28 Guus SliepenRemove a few unnecessary #includes.
2011-05-28 Guus SliepenFix sparse warnings and add an extra sprinkling of...
2011-05-08 Guus SliepenUpdate THANKS and copyright information.
2011-02-18 Guus SliepenPrevent anything from updating our own UDP address.
2011-02-18 Guus SliepenFix spurious misidentification of incoming UDP packets.
2011-01-02 Guus SliepenAlways send MTU probes at least once every PingInterval.
2010-11-16 Guus SliepenAttribution for Brandon Black.
2010-11-13 Brandon L BlackImproved handling of queue-jumping packets on receive
2010-11-13 Brandon L BlackConfigurable ReplayWindow size, zero disables
2010-10-22 Guus SliepenAttribution for Timothy Redaelli.
2010-05-06 Timothy RedaelliFix warnings under BSD
2010-02-10 Timothy RedaelliAdd --disable-zlib configure option
2010-02-10 Timothy RedaelliAdd --disable-lzo configure option
2010-02-02 Guus SliepenUpdate copyright notices.
2010-01-23 Guus SliepenBe liberal in accepting KEY_CHANGED/REQ_KEY/ANS_KEY...
2009-10-24 Guus SliepenMove socket error interpretation to utils.h.
2009-10-24 Guus SliepenUse WSAGetLastError() to determine cause of network...
2009-10-24 Guus SliepenForward packets to not directly reachable hosts via...
2009-10-24 Guus SliepenMake maxmtu equal to minmtu when fixing the path MTU...
2009-10-24 Guus SliepenAlways reply to MTU probes via UDP.
2009-10-24 Guus SliepenAllow UDP packets with an address different from the...
2009-10-20 Guus SliepenClarify and increase level of log message about MTU...
2009-10-11 Guus SliepenUse MTU probes to regularly ping other nodes over UDP.
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-15 Guus SliepenSend large packets we cannot handle properly via TCP.
2009-09-14 Guus SliepenUse only rand(), not random().
2009-06-11 Guus SliepenChange level of some debug messages, zero pointer after...
2009-06-11 Guus SliepenDo not log errors when recvfrom() returns EAGAIN or...
2009-06-11 Guus SliepenDon't try to send MTU probes to unreachable nodes.
2009-05-25 Guus SliepenDo not forward broadcast packets when TunnelServer...
2009-05-25 Guus SliepenUse packet size before decompression to calculate path...
2009-05-24 Guus SliepenFix initialisation of packet decryption context broken...
2009-05-24 Michael Tokarevdon't log every strange packet coming to the UDP port
2009-05-24 Guus SliepenIf PMTUDiscovery is not set, do not forward packets...
2009-04-02 Guus SliepenHandle UDP packets from different and ports than advert...
2009-03-05 Guus SliepenUpdate THANKS and copyright information.
2009-01-03 Guus SliepenOnly send packets via UDP if UDP communication is possible.
2006-11-29 Guus SliepenSearch for lzo/lzo1x.h, lzo2/lzo1x.h and lzo1x.h.
2006-11-11 Guus SliepenNodes use events, so event system should be initialised...
2006-11-11 Guus SliepenSupport and autodetect LZO version 2.0 and later.
2006-04-26 Guus SliepenRestore length of the original packet in send_udppacket().
2006-04-26 Guus SliepenUpdate copyright notices, remove Ivo's email address.
2006-03-19 Guus SliepenFix signedness compiler warnings.
2005-05-04 Guus SliepenUpdate copyright notices.
2004-11-16 Guus SliepenMake sure broadcast packet reach the local network...
2004-11-09 Guus SliepenHopefully this really fixes late packet handling.
2004-11-08 Guus SliepenFixed another bug in late packet handling.
2004-09-20 Guus SliepenMarking potential late packets was in the wrong place.
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.
2004-03-20 Guus SliepenRevert Martin Kihlgren's patch, it doesn't work the...
2004-03-20 Guus SliepenApplied Martin Kihlgren's IdentityGenerosity patch,
2003-12-27 Guus SliepenDon't forget to update destination MAC address.
2003-12-24 Guus SliepenSmall fixes for PMTU discovery.
2003-12-22 Guus SliepenImprovements for PMTU discovery and IPv4 packet fragmen...
2003-12-20 Guus SliepenMore sensible name, and try to set PMTU discovery on...
2003-12-20 Guus SliepenLet tinc figure out the exact MTU of the link.
2003-12-12 Guus SliepenCode beautification, start of multicast support.
2003-10-11 Guus SliepenCheck all EVP_ function calls.
2003-10-10 Guus SliepenCheck return value of EVP_* functions, and check if...
2003-09-23 Guus SliepenCheck for short packets from the tun/tap device and...
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-22 Guus SliepenAllow tinc to handle unknown type addresses from other...
2003-08-16 Guus SliepenDon't getsockopt() SO_ERROR. We get the error from...
2003-08-08 Guus SliepenLog error first, try to close later.
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...
2003-05-07 Guus SliepenSmall fixes.
2003-05-06 Guus SliepenSmall fixes to make LZO compression work.
2003-05-06 Guus Sliepen- Per-node EVP_CIPHER_CTX to avoid initialisation overhead.
2003-04-18 Guus SliepenBetter handling of late packets.
2003-03-28 Guus Sliepen- Avoid memory leak caused by OpenSSL 0.9.7a.
2002-11-14 Guus SliepenFix PriorityInheritance.
2002-09-15 Guus SliepenSmall fixes so tinc compiles out of the box on SunOS 5.8
next