Close the proper filedescriptor (if it exists).
[tinc] / src /
2007-02-14 Guus SliepenApply patch from Scott Lamb fixing some memory and...
2007-02-14 Guus SliepenApply patch from Scott Lamb preventing an infinite...
2007-01-05 Guus SliepenUpdate copyright notices.
2007-01-05 Guus Sliepenrename() cannot replace existing files on Windows.
2007-01-05 Guus SliepenFix generic BSD tun device to write only the actual...
2007-01-04 Guus SliepenTapreader socket should be bound to localhost only.
2007-01-03 Guus SliepenUse a ringbuffer in shared memory to transfer packets...
2006-12-16 Guus SliepenDo a simple test for linux/if_tun.h instead of no test...
2006-12-16 Guus SliepenRemove the test for linux/if_tun.h.
2006-12-12 Guus SliepenUse the correct next pointer.
2006-12-12 Guus SliepenWhen building the minimum spanning tree, make sure...
2006-11-29 Guus SliepenSearch for lzo/lzo1x.h, lzo2/lzo1x.h and lzo1x.h.
2006-11-29 Guus SliepenMake sure resolved addressed for outgoing connections...
2006-11-14 Guus SliepenEWOULDBLOCK does not exist on platforms without O_NONBLOCK
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-11-11 Guus Sliepenpopen() requires pclose().
2006-11-11 Guus SliepenAdded graph dumping ability based on Markus Goetz's...
2006-11-11 Guus SliepenThe "active" bit in node.status is not used.
2006-08-09 Guus Sliepenmemcpy() addresses from packet headers before calling...
2006-08-08 Guus SliepenRemove unused variable.
2006-08-08 Guus SliepenRemove unused parameter from maskcmp().
2006-08-08 Guus SliepenRemove unused variables.
2006-08-08 Guus SliepenFix format string warnings.
2006-08-08 Guus SliepenDo not break strict aliasing of status_t structs.
2006-06-12 Guus SliepenAdd generic host-up and host-down scripts.
2006-06-11 Guus SliepenUse memcpy() to copy sockaddrs returned by getaddrinfo().
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-04-12 Guus SliepenFix a bug in handling prefixlengths that are not a...
2006-03-19 Guus SliepenFix signedness compiler warnings.
2006-03-19 Guus SliepenExport flush_meta().
2006-03-19 Guus SliepenMissing #include.
2006-02-06 Guus SliepenMake sure $NAME is set correctly when executing tinc...
2006-01-19 Guus SliepenApply patch from Scott Lamb adding an output buffer...
2006-01-13 Guus SliepenApply patch from Scott Lamb unifying configuration...
2006-01-13 Guus SliepenEVP_Cleanup() when quitting.
2005-11-16 Guus SliepenEnable OpenSSL ENGINE, so crypto hardware gets used...
2005-06-03 Guus SliepenPrevent possible buffer overflows when using very large...
2005-05-04 Guus SliepenUpdate copyright notices.
2005-05-04 Guus SliepenSearching through splay trees may change the tree variable.
2005-05-04 Guus SliepenBe on the safe side with initialisation of c->name.
2005-04-06 Guus SliepenRemove unused (and potentially segfaulting) net2str...
2005-01-20 Guus SliepenDon't try to add a non-existing node back to the node_u...
2005-01-04 Guus SliepenNodes should only be in the node_udp_tree if they are...
2005-01-04 Guus SliepenCorrect size argument for strncat().
2004-12-03 Guus SliepenUse the proper free function.
2004-12-03 Guus SliepenFree memory used by connection_t after it is deleted...
2004-12-01 Guus SliepenSmall fix.
2004-12-01 Guus Sliepensubnet-up/down hooks, use list_t for the todo list.
2004-12-01 Guus Sliepensubnet-up/down hooks
2004-11-16 Guus SliepenMake sure broadcast packet reach the local network...
2004-11-10 Guus SliepenSet BSD tuns to broadcast mode. On OpenBSD, this enable...
2004-11-10 Guus SliepenAdd BlockingTCP option, useful when using TCPOnly on...
2004-11-10 Guus SliepenSupport tunneling IPv6 on Solaris.
2004-11-10 Guus SliepenLet compiler decide when to inline.
2004-11-10 Guus SliepenUse the generic BSD tun/tap code.
2004-11-10 Guus SliepenMissing check for NULL-pointer.
2004-11-09 Guus SliepenHopefully this really fixes late packet handling.
2004-11-08 Guus SliepenFixed another bug in late packet handling.
2004-11-08 Guus SliepenUpdate to make it compile again.
2004-11-01 Guus Sliepenstatic
2004-11-01 Guus SliepenGeneric device driver for *BSD and MacOS/X
2004-11-01 Guus SliepenSupport alternative tun/tap driver from www-user.rhrk...
2004-11-01 Guus SliepenDon't let tinc service depend on NDIS component.
2004-11-01 Guus SliepenCorrect return value.
2004-10-01 Guus SliepenAllow tinc to work with the latest TAP-Win32 driver.
2004-10-01 Guus Sliepenstrndupa() is too arcane for some environments.
2004-10-01 Guus SliepenFix several #includes.
2004-09-20 Guus SliepenRemove duplicate #include "system.h"
2004-09-20 Guus SliepenMarking potential late packets was in the wrong place.
2004-07-17 Guus SliepenDon't set $INTERFACE automatically, don't quit on EINTR...
2004-07-17 Guus SliepenAdded UML network socket handling.
2004-06-21 Guus SliepenHandle timeouts during connecting the same way as other...
2004-06-14 Guus SliepenClean up environment after executing scripts.
2004-04-15 Guus SliepenIncrease MTU by 4 bytes to allow VLAN tagged Ethernet...
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 SliepenFix declaration of update_node_address().
2004-03-20 Guus SliepenApplied Martin Kihlgren's IdentityGenerosity patch,
2004-03-15 Guus SliepenOnly read our public key if it wasn't already in the...
2004-03-15 Guus SliepenEat trailing whitespace in config files.
2004-03-15 Guus SliepenRemove CVS related cruft.
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 SliepenBetter name, show probed MTU in dump.
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-13 Guus SliepenForget multicast. Always inline some function.
2003-12-12 Guus SliepenCode beautification, start of multicast support.
2003-12-08 Guus SliepenFix proxy-neighborsolicitation.
2003-12-07 Guus SliepenDon't retry if configuration is wrong from the beginning.
2003-12-07 Guus SliepenMissing space between words.
2003-12-07 Guus SliepenRead MaxTimeout from tinc.conf like the manpage says.
2003-11-27 Guus SliepenComplain if pid file cannot be created.
2003-11-17 Guus SliepenReplace Opaque and Strict options with a TunnelServer...
2003-11-10 Guus SliepenAdd Opaque option which prevent information from being...
2003-10-12 Guus SliepenFix another bug in meta.c.
next