Convert sizeof foo to sizeof(foo).
[tinc] / src / net_setup.c
2017-10-07 Guus SliepenConvert sizeof foo to sizeof(foo).
2017-03-21 Guus SliepenMerge remote-tracking branch 'VittGam/master'
2017-03-20 Guus SliepenDon't dereference myself->incipher if it's NULL.
2016-10-30 Guus SliepenUse CFB mode for meta-connections to improve security.
2016-10-29 Guus SliepenUse AES in CTR mode instead of OFB mode for meta-connec...
2016-10-29 Guus SliepenUse AES256 and SHA256 by default, also for the meta...
2016-06-15 Guus SliepenEnsure compatibility with OpenSSL 1.1.0.
2015-11-06 Guus SliepenAdd ability to use proxies to connect to hostnames...
2015-07-05 Guus SliepenDon't try to call res_init() if ./configure told us...
2015-07-05 Guus SliepenUpdate copyright notices.
2015-02-09 Guus SliepenAlways call res_init() before getaddrinfo().
2014-12-21 VittGamSupport ToS/DiffServ priority handling for IPv6 meta...
2014-08-27 Tomislav ČoharConfigure minimum reconnect timeouts.
2014-06-28 BorgFixed tinc-up script calling on Win32.
2014-05-11 Guus SliepenReleasing 1.0.24. release-1.0.24
2014-05-06 Guus SliepenFix a few more issues found by Coverity.
2014-05-06 Guus SliepenFix a few more issues found by Coverity.
2014-05-06 Guus SliepenFix issues found by Coverity.
2013-12-05 Guus SliepenIf no Port is specified, set myport to actual port...
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...
next