oweals/tinc.git
2010-02-02 Guus SliepenTry to set DF bit on BSDs as well.
2010-02-02 Guus SliepenImmediately exchange keys when establishing a meta...
2010-02-01 Guus SliepenDetermine peer's reflexive address and port when exchan...
2010-01-23 Guus SliepenBe liberal in accepting KEY_CHANGED/REQ_KEY/ANS_KEY...
2010-01-22 Guus SliepenRun subnet-up/down scripts for local MAC addresses...
2010-01-22 Guus SliepenFix subnet-up/down scripts being called with an empty...
2010-01-16 Guus SliepenMake MSS clamping configurable, but enabled by default.
2010-01-16 Guus SliepenAlso clamp MSS of TCP over IPv6 packets.
2010-01-15 Guus SliepenOptimise handling of select() returning <= 0.
2010-01-15 Guus SliepenPing nodes immediately when receiving SIGALRM.
2010-01-15 Guus SliepenClamp MSS of IPv4 SYN packets.
2009-12-31 Guus SliepenMove source from lib/ to src/.
2009-12-31 Guus SliepenRemove unused AVL tree library.
2009-12-24 Guus SliepenAllow Port and PMTUDiscovery options in tinc.conf,...
2009-12-23 Guus SliepenUse xstrdup() instead of xasprintf() to copy static...
2009-12-23 Guus SliepenAllow port to be specified in Address statements.
2009-12-23 Guus SliepenDo not fragment packets smaller than RFC defined minimu...
2009-12-19 Guus SliepenDo not use hardcoded cipher block length when padding.
2009-12-19 Guus SliepenFix alignment of results of RSA operations when using...
2009-12-19 Guus SliepenDo not consider unreachable nodes when trying to determ...
2009-12-19 Guus Sliepenrecv() and recvfrom() return int, do not prematurely...
2009-12-19 Guus SliepenFix reading raw RSA keys with libgcrypt.
2009-12-19 Guus SliepenReinitialise block cipher IV each time we encrypt a...
2009-12-19 Guus SliepenFix block cipher padding when using libgcrypt.
2009-12-18 Guus SliepenFix packet authentication.
2009-12-16 Guus SliepenStart of a GUI for tinc.
2009-12-16 Guus SliepenAllow connections to be closed.
2009-12-14 Guus SliepenInclude missing header files and source directories.
2009-12-14 Guus SliepenDo not include OpenSSL headers directly.
2009-12-11 Guus SliepenFix compiler warnings.
2009-12-11 Guus SliepenMerge branch 'master' into 1.1
2009-12-11 Guus SliepenOnly call ioctlsocket() on Windows.
2009-12-08 Guus SliepenForget addresses of unreachable nodes.
2009-11-28 Guus SliepenRemove unused variable in lookup_subnet_*() functions.
2009-11-28 Guus SliepenWhen learning MAC addresses, only check our own Subnets...
2009-11-07 Guus SliepenUse the TCP socket infrastructure for control sockets.
2009-11-07 Guus SliepenSmall fixes to get really working control sockets on...
2009-11-07 Guus SliepenBetter integration of libevent in build system.
2009-11-05 Guus SliepenMake sure the 1.1 branch compiles in a MinGW environment.
2009-11-04 Guus SliepenHandle PKCS#5 padding in the gcrypt backend.
2009-11-04 Guus SliepenHandle truncated message authentication codes with...
2009-11-04 Guus SliepenUse %x instead of %lx where appropriate.
2009-11-04 Guus SliepenDon't enable device events when there is no valid filed...
2009-11-02 Guus SliepenMerge branch 'master' into 1.1
2009-11-01 Guus SliepenReleasing 1.0.11. release-1.0.11
2009-11-01 Guus SliepenStart a tinc service if it already exists.
2009-10-27 Guus SliepenFast handoff of roaming MAC addresses.
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 Michael TokarevRemove localedir leftovers.
2009-10-24 Guus SliepenUse IP_DONTFRAGMENT instead of IP_MTU_DISCOVER on Windows.
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-24 Guus SliepenUse uint32_t instead of long int for connection options.
2009-10-24 Guus SliepenAdd dummy device.
2009-10-20 Guus SliepenClarify and increase level of log message about MTU...
2009-10-20 Guus SliepenHandle weighted Subnets in switch and hub modes.
2009-10-20 Guus SliepenStarting to work towards 1.0.11.
2009-10-20 Guus SliepenFix a possible crash when sending the HUP signal.
2009-10-18 Guus SliepenReleasing 1.0.10. release-1.0.10
2009-10-18 Guus SliepenFix description of the WEIGHT environment variable.
2009-10-18 Guus SliepenInclude missing header.
2009-10-12 Guus SliepenRemove debugging message when reading packets from...
2009-10-12 Guus SliepenAllow the cloning /dev/tap interface to be used on...
2009-10-11 Guus SliepenUse MTU probes to regularly ping other nodes over UDP.
2009-10-11 Guus SliepenSmall updates to the documentation.
2009-10-11 Guus SliepenEnsure that the texinfo manual can be converted to...
2009-10-11 Guus SliepenRevert "Raise default crypto algorithms to AES256 and...
2009-10-11 Guus SliepenRemove code duplication when checking ADD_EDGE/DEL_EDGE...
2009-10-11 Guus SliepenDon't disconnect clients in TunnelServer mode who send...
2009-10-03 BorgRemoved last gettext function.
2009-09-29 Guus SliepenRemove autogenerated files from EXTRA_DIST.
2009-09-29 Guus SliepenUpdate FSF address in files not covered by the merge.
2009-09-29 Guus SliepenDrop localisation and checkpoint tracing in files not...
2009-09-29 Guus SliepenMerge branch 'master' into 1.1
2009-09-26 Guus SliepenUpdate the NEWS.
2009-09-25 Guus SliepenAdd more authors to the copyright headers.
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 Ivo's old email addresses.
2009-09-24 Guus SliepenRemove all occurences of $Id$.
2009-09-24 Guus SliepenUpdate copyright information.
2009-09-16 Guus SliepenAdd a better autoconf check for libevent.
2009-09-16 Guus SliepenReplace asprintf()s not covered by the merge to xasprin...
2009-09-16 Guus SliepenUse correct format specifiers.
2009-09-16 Guus SliepenAdd missing #include.
2009-09-16 Guus SliepenMerge branch 'master' into 1.1
2009-09-15 Guus SliepenSend large packets we cannot handle properly via TCP.
2009-09-15 Guus SliepenRaise default RSA key length to 2048 bits.
2009-09-15 Guus SliepenUse a mutex to allow the TAP reader to process packets...
2009-09-15 Guus SliepenRemove extra {.
2009-09-15 Guus SliepenRaise default crypto algorithms to AES256 and SHA256.
2009-09-14 Guus SliepenUse access() instead of stat() for checking whether...
2009-09-14 Guus SliepenRemove dropin random() function, as it is not used...
2009-09-14 Guus SliepenAllow compiling for Windows XP and higher.
2009-09-14 Guus SliepenAlso do not use drand48(), it is not available on Windows.
next