oweals/tinc.git
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-18 Guus SliepenReleasing 1.0.6. release-1.0.6
2006-12-18 Guus SliepenPrevent compiler warnings about redefinition of EAI_FAM...
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-16 Guus SliepenWe do properly check for malloc and realloc.
2006-12-16 Guus SliepenUse standard autoconf macros instead of our own.
2006-12-16 Guus SliepenFix rule that creates html version of manpages.
2006-12-15 Guus SliepenRemove old Spanish translation.
2006-12-15 Guus SliepenRemove unnecessary stuff from configure.in.
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 SliepenReleasing 1.0.5. release-1.0.5
2006-11-14 Guus SliepenEWOULDBLOCK does not exist on platforms without O_NONBLOCK
2006-11-11 Guus SliepenWhen deleting an entire tree, start at head, not at...
2006-11-11 Guus SliepenNodes use events, so event system should be initialised...
2006-11-11 Guus SliepenUpdate Dutch translation.
2006-11-11 Guus SliepenDocument GraphDumpFile option.
2006-11-11 Guus SliepenSupport and autodetect LZO version 2.0 and later.
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 SliepenAdd alloca.h to the list of necessary header files.
2005-06-03 Guus SliepenPrevent possible buffer overflows when using very large...
2005-05-04 Guus SliepenReleasing 1.0.4. release-1.0.4
2005-05-04 Guus SliepenUpdate copyright notices.
2005-05-04 Guus SliepenDescribe subnet-up/down scripts in documentation.
2005-05-04 Guus SliepenSeveral splay tree fixes.
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-18 Guus SliepenFix splay tree code.
2004-11-16 Guus SliepenMake sure broadcast packet reach the local network...
2004-11-11 Guus SliepenReleasing 1.0.3. release-1.0.3
2004-11-11 Guus SliepenAdd more people who have contributed to tinc.
2004-11-11 Guus SliepenShort readme about how to compile tinc from a Subversio...
2004-11-10 Guus SliepenUpdated dutch translation.
2004-11-10 Guus SliepenRemove duplication.
2004-11-10 Guus SliepenSet BSD tuns to broadcast mode. On OpenBSD, this enable...
2004-11-10 Guus SliepenUpdate documentation.
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 SliepenFix order of arguments for tar.
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-08 Guus SliepenHoopjumping to get the default directories in the manua...
2004-11-02 Guus SliepenSplay trees.
2004-11-01 Guus SliepenDon't include .svn directory in sample configuration.
2004-11-01 Guus SliepenCheck for sys/uio.h, net/if_tun.h and net/if_tap.h
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-10-01 Guus SliepenMove all #ifdef HAVE_HEADER_H #include <header.h> to...
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.
next