Mention in the manual that multiple Address staments are allowed.
[tinc] / src / net_setup.c
2013-09-27 Guus SliepenFix segfault when Name = $HOST but $HOST is not set.
2013-07-05 Guus SliepenSet $NAME when calling host-up/down and subnet-up/down...
2013-03-03 Guus SliepenFix compiler warnings on Windows.
2012-11-14 Guus SliepenUsing alloca() for a constant sized buffer is very...
2012-10-07 Guus SliepenFix warnings from cppcheck.
2012-09-30 Guus SliepenAdd strict checks to hex to binary conversions.
2012-04-19 Guus SliepenAdd support for SOCKS 5 proxies.
2012-04-18 Guus SliepenAdd basic support for SOCKS 4 and HTTP CONNECT proxies.
2012-04-15 Guus SliepenAllow broadcast packets to be sent directly instead...
2012-03-29 Guus SliepenAllow environment variables to be used for Name.
2012-03-26 Guus SliepenAdd support for systemd style socket activation.
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-07 Guus SliepenAccept Subnets passed with the -o option when StrictSub...
2012-02-22 Guus SliepenAdd LocalDiscovery option which tries to detect peers...
2012-02-21 Guus SliepenFix a bug that caused tinc to ignore all but the last...
2012-02-20 Guus SliepenAllow disabling of broadcast packets.
2012-02-20 Guus SliepenDecrement TTL of incoming packets.
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 SliepenMerge branch 'master' of black:tinc
2012-02-17 Guus SliepenAllow multiple BindToAddress statements.
2011-12-04 Guus SliepenAllow linking with multiple device drivers.
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-05-28 Guus SliepenFix sparse warnings and add an extra sprinkling of...
2010-11-16 Guus SliepenAttribution for Brandon Black.
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-10-22 Guus SliepenRemove duplicate command-line option parsing.
2010-10-22 Guus SliepenMerge local host configuration with server configuration.
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-02 Guus SliepenFixes for the Forwarding option.
2010-03-02 Guus SliepenAdd the DirectOnly option.
2010-03-02 Guus SliepenAdd the Forwarding option.
2010-03-01 Guus SliepenAdd the StrictSubnets option.
2010-03-01 Guus SliepenPreload all Subnets in TunnelServer mode.
2010-02-02 Guus SliepenUpdate copyright notices.
2010-01-16 Guus SliepenMake MSS clamping configurable, but enabled by default.
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-10-20 Guus SliepenFix a possible crash when sending the HUP signal.
2009-10-11 Guus SliepenRevert "Raise default crypto algorithms to AES256 and...
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 all occurences of $Id$.
2009-09-15 Guus SliepenRaise default crypto algorithms to AES256 and SHA256.
2009-09-12 Guus SliepenAllow PMTUDiscovery in switch and hub modes again.
2009-09-08 Guus SliepenReplace asprintf() by xasprintf().
2009-05-24 Guus SliepenFix initialisation of packet decryption context broken...
2009-05-18 Michael Tokarevformat 'not supported on this platform' error message
2009-05-18 Michael TokarevRename setup_network_connections() and split out try_ou...
2009-04-02 Guus SliepenHandle UDP packets from different and ports than advert...
2009-03-09 Guus SliepenUse a simple Random Early Drop algorithm in send_tcppac...
2009-03-09 Guus SliepenDisable PMTUDiscovery in switch and hub modes.
2009-03-05 Guus SliepenUpdate THANKS and copyright information.
2009-01-20 Guus SliepenUse a global list to track outgoing connections.
2009-01-19 Guus SliepenAdd missing cleanup functions in close_network_connecti...
2009-01-09 Guus SliepenMove free()s at the end om main() to the proper destruc...
2008-12-22 Guus SliepenEnable PMTU discovery by default.
2006-11-29 Guus SliepenMake sure resolved addressed for outgoing connections...
2006-11-11 Guus SliepenNodes use events, so event system should be initialised...
2006-11-11 Guus SliepenThe "active" bit in node.status is not used.
2006-06-11 Guus SliepenUse memcpy() to copy sockaddrs returned by getaddrinfo().
2006-04-26 Guus SliepenUpdate copyright notices, remove Ivo's email address.
2006-03-19 Guus SliepenFix signedness compiler warnings.
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...
2005-05-04 Guus SliepenUpdate copyright notices.
2004-12-01 Guus Sliepensubnet-up/down hooks
2004-11-10 Guus SliepenAdd BlockingTCP option, useful when using TCPOnly on...
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,
2004-03-15 Guus SliepenOnly read our public key if it wasn't already in the...
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-07 Guus SliepenRead MaxTimeout from tinc.conf like the manpage says.
2003-11-17 Guus SliepenReplace Opaque and Strict options with a TunnelServer...
2003-10-11 Guus SliepenCheck all EVP_ function calls.
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-14 Guus SliepenFix permissions check for rsa_key.priv.
2003-08-08 Guus SliepenSimpler checking of permissions on private RSA key...
2003-07-30 Guus SliepenNo C99 initialisers, gcc 2.95.3 doesn't like it.
2003-07-29 Guus SliepenNative Windows support.
2003-07-23 Guus SliepenDon't initialise a CIPHER_CTX if cipher == NULL.
2003-07-22 Guus SliepenRun setup_device() after parsing configuration but...
2003-07-22 Guus SliepenUse bools and enums where appropriate.
2003-07-18 Guus SliepenUse iface instead of interface because it might already...
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 SliepenDefine logger(), cleans up source code and allows us...
next