Add #ifdefs in case not all platforms support IPv4 and IPv6 multicast.
[tinc] / src /
2012-03-25 Guus SliepenAdd #ifdefs in case not all platforms support IPv4...
2012-03-23 Guus SliepenSet default value of DecrementTTL to "no".
2012-03-21 Guus SliepenAdd support for multicast communication with UML/QEMU...
2012-03-21 Guus SliepenAllow a port to be specified in BindToAddress statements.
2012-03-20 Guus SliepenAlways try next Address when an outgoing connection...
2012-03-10 Guus SliepenUpdate copyright notices.
2012-03-08 Guus SliepenMake sure disabling old RSA keys works on Windows.
2012-03-07 Guus SliepenAccept Subnets passed with the -o option when StrictSub...
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-25 Guus SliepenStricter checks against routing loops.
2012-02-25 Guus SliepenDon't send ICMP Time Exceeded messages for other Time...
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-21 Guus SliepenFix check for raw socket support.
2012-02-21 Guus SliepenFix a bug that caused tinc to ignore all but the last...
2012-02-21 Guus SliepenDocument the command line flag -o and provide --option...
2012-02-21 Guus SliepenMove initialization of char *priority up to prevent...
2012-02-20 Guus SliepenAllow disabling of broadcast packets.
2012-02-20 Guus SliepenRename connection_t *broadcast to everyone.
2012-02-20 Guus SliepenDon't bind outgoing TCP sockets anymore.
2012-02-20 Guus SliepenDecrement TTL of incoming packets.
2012-02-20 Guus SliepenOnly compile raw socket code when it is supported on...
2012-02-18 Guus SliepenMerge branch 'master' of black:tinc
2012-02-18 Guus SliepenAllow setting DeviceType to tun or tap on Linux.
2012-02-18 Guus SliepenSend packets back using the same socket as they were...
2012-02-18 Guus SliepenMerge branch 'master' of black:tinc
2012-02-17 Guus SliepenAllow multiple BindToAddress statements.
2012-02-17 Guus SliepenSet FD_CLOEXEC flag on all sockets.
2011-12-04 Guus SliepenAllow linking with multiple device drivers.
2011-12-03 Guus SliepenFix a few small memory leaks.
2011-11-27 Guus SliepenAdd vde/device.c to the tarball.
2011-11-27 Guus SliepenFix compilation of VDE and UML interfaces.
2011-08-30 Guus SliepenReturn false instead of void when there is an error.
2011-08-30 Guus SliepenPrevent read_rsa_public_key() from returning an uniniti...
2011-07-23 Guus SliepenUse usleep() instead of sleep(), MinGW complained.
2011-07-17 Guus SliepenFlush output buffer in send_tcppacket().
2011-07-16 Guus SliepenMake code to detect two nodes with the same Name less...
2011-06-24 Guus SliepenRemove redundant @CFLAGS@ from AM_CFLAGS.
2011-06-06 Guus SliepenImproved --logfile option.
2011-06-04 Guus SliepenAttribution for Loïc Grenié.
2011-06-04 Loïc GreniéNearly tickless tinc.
2011-05-28 Guus SliepenRemove a few unnecessary #includes.
2011-05-28 Guus SliepenRemove newlines from log messages.
2011-05-28 Guus SliepenFix sparse warnings and add an extra sprinkling of...
2011-05-22 Guus SliepenMake return value of SetPriorityClass() behave the...
2011-05-08 Guus SliepenReleasing 1.0.14. release-1.0.14
2011-05-08 Guus SliepenUpdate THANKS and copyright information.
2011-05-08 Guus SliepenAlways use the default signal handler for ABRT signals.
2011-05-08 Guus SliepenIncrease threshold for detecting two nodes with the...
2011-04-28 Julien MuchembledFix command-line '-o' option for host configuration
2011-03-09 Guus SliepenDo not set indirect flag on edges from nodes with multi...
2011-02-18 Guus SliepenPrevent anything from updating our own UDP address.
2011-02-18 Guus SliepenFix spurious misidentification of incoming UDP packets.
2011-02-12 RumkoDragonFlyBSD support
2011-02-07 Guus SliepenAdd support for VDE through libvdeplug.
2011-01-02 Guus SliepenRemove unused variables.
2011-01-02 Guus SliepenReplace bogus #else with #endif.
2011-01-02 Guus SliepenClose all filedescriptors in Solaris close_device().
2011-01-02 Guus SliepenAlways send MTU probes at least once every PingInterval.
2010-11-20 Guus SliepenUse setpriority() instead of nice() on UNIX-like systems.
2010-11-16 Guus SliepenAttribution for Brandon Black.
2010-11-16 Guus SliepenFix variable length array declaration.
2010-11-13 Guus SliepenFree replay window when freeing a node_t.
2010-11-13 Guus SliepenFix warning message when setting SO_RCVBUF or SO_SNDBUF...
2010-11-13 Brandon L BlackImproved handling of queue-jumping packets on receive
2010-11-13 Brandon L BlackConfigurable ReplayWindow size, zero disables
2010-11-13 Brandon L BlackConfigurable SO_RCVBUF/SO_SNDBUF for the UDP socket
2010-11-13 Brandon L BlackExperimental IFF_ONE_QUEUE support for Linux
2010-11-13 Guus SliepenUse variable length arrays instead of alloca().
2010-11-12 Guus SliepenDon't use strlen() on a NULL pointer.
2010-11-02 Guus SliepenRead error counter must be static.
2010-11-02 Guus SliepenQuit when there are too many consecutive errors on...
2010-10-24 Michael TokarevTreat netname="." in a special way.
2010-10-22 Guus SliepenRemove unused variables.
2010-10-22 Guus SliepenAbort disabling old PEM keys on I/O errors.
2010-10-22 Guus SliepenEnsure there is a newline character before a PEM key...
2010-10-22 Guus SliepenAttribution for Timothy Redaelli.
2010-10-22 Guus SliepenAttribution for Julien Muchembled.
2010-10-22 Guus SliepenRemove duplicate command-line option parsing.
2010-10-22 Guus SliepenMerge local host configuration with server configuration.
2010-09-05 Julien MuchembledNew '-o' option to configure server or hosts from comma...
2010-06-04 Guus SliepenDo not append an address to ANS_KEY messages if we...
2010-06-04 Guus SliepenUse 64 bit counters to keep track of bytes sent/receive...
2010-06-04 Guus SliepenDetect and prevent two nodes with the same Name being...
2010-05-07 Guus SliepenUse strrchr() insteaad of rindex().
2010-05-06 Timothy RedaelliFix warnings under BSD
2010-05-03 Timothy RedaelliFix warnings showed using -D_FORTIFY_SOURCE=2
2010-05-01 Guus SliepenFix all warnings when compiling with mingw64.
2010-04-17 Guus SliepenFix reading configuration files that do not end with...
2010-04-11 Guus SliepenDon't redefine MAX if it already exists.
2010-04-11 Guus SliepenFixes for definitions under Windows.
2010-04-11 Guus SliepenEnsure subnet-up/down scripts are called after HUP...
2010-04-11 Guus SliepenFix reloading Subnets when StrictSubnets is set.
2010-04-10 Guus SliepenReload Subnets when getting a HUP signal and StrictSubn...
2010-04-03 Guus SliepenConvert Port to numeric form before sending it to other...
2010-03-18 Sven-Haegar KochNever delete Subnets when StrictSubnets is set
2010-03-08 Guus SliepenLog unauthorized Subnets when StrictSubnets is set.
2010-03-02 Guus SliepenFixes for the Forwarding option.
2010-03-02 Guus SliepenAdd the DirectOnly option.
next