Use read_host_config() where appropriate.
[tinc] / src / net_setup.c
2013-05-11 Guus SliepenUse read_host_config() where appropriate.
2013-05-11 Guus SliepenFix check for presence of ECDSA public key for outgoing...
2013-05-10 Guus SliepenEnable the SPTPS protocol by default.
2013-05-01 Guus SliepenUse conditional compilation for cryptographic functions.
2013-04-22 Guus SliepenDrop packets forwarded via TCP if they are too big...
2013-03-08 Guus SliepenAvoid calling time(NULL).
2013-01-20 Guus SliepenReleasing 1.1pre5. release-1.1pre5
2013-01-17 Guus SliepenAllow connections via UNIX sockets.
2013-01-17 Guus SliepenMove make_names() and related variables to its own...
2012-11-29 Guus SliepenDrop libevent and use our own event handling again.
2012-11-10 Guus SliepenUsing alloca() for a constant sized buffer is very...
2012-10-21 Guus SliepenSlightly randomize all timeouts.
2012-10-21 Guus SliepenAdd the AutoConnect option.
2012-10-14 Guus SliepenLog more messages using logger().
2012-10-14 Guus SliepenMake sure the ReplayWindow option works for SPTPS as...
2012-10-10 Guus SliepenFix whitespace.
2012-10-09 Guus SliepenFix memory leaks found by valgrind.
2012-10-07 Guus SliepenC99 extravaganza.
2012-10-07 Guus SliepenReplace the connection_tree with a connection_list.
2012-10-07 Guus SliepenFix warnings from cppcheck.
2012-10-06 Guus SliepenWhen terminating, keep control connections open until...
2012-10-01 Guus SliepenRemove abort() call that accidentily sneaked into commi...
2012-09-30 Guus SliepenFix not reading Port statement from host config file.
2012-09-30 Guus SliepenMerge branch 'master' into 1.1
2012-09-30 Guus SliepenAdd strict checks to hex to binary conversions.
2012-09-28 Guus SliepenCorrectly add/remove outgoing connections when reloadin...
2012-09-26 Guus SliepenLet tincctl parse and format dumps.
2012-09-26 Guus SliepenKeep last known address and time since reachability...
2012-07-31 Guus SliepenUse a status bit to track which nodes use SPTPS.
2012-07-27 Guus SliepenMerge branch 'master' into 1.1
2012-07-21 Guus SliepenUse backslashes on Windows.
2012-07-20 Guus SliepenSplit setup_myself() into two functions, one for reload...
2012-07-17 Guus SliepenPut minor protocol version in connection options so...
2012-07-14 Guus SliepenMerge branch 'master' into 1.1
2012-06-26 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
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-04-15 Sven-Haegar KochRemove confusing error message for failed reading in...
2012-03-29 Guus SliepenAllow environment variables to be used for Name.
2012-03-26 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-03-26 Guus SliepenAdd support for systemd style socket activation.
2012-03-25 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
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-08 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-03-07 Guus SliepenAccept Subnets passed with the -o option when StrictSub...
2012-02-26 Guus SliepenAllow log messages to be captured by tincctl.
2012-02-26 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-25 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-23 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-22 Guus SliepenAdd LocalDiscovery option which tries to detect peers...
2012-02-22 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
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-26 Guus SliepenFix a few small memory leaks.
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-07-16 Guus SliepenUse ECDSA to sign ECDH key exchange for UDP session...
2011-07-11 Guus SliepenRequire ExperimentalProtocol = yes for new features...
2011-07-07 Guus SliepenRead ECDSA keys.
2011-07-05 Guus SliepenAdd a minor number to the protocol version.
2011-06-24 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2011-06-06 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2011-05-28 Guus SliepenFix sparse warnings and add an extra sprinkling of...
2011-05-28 Sven-Haegar Kochsparse fixup: warning: Using plain integer as NULL...
2011-05-28 Sven-Haegar Kochsparse fixup: warning: non-ANSI function declaration...
2011-05-28 Sven-Haegar Kochsparse fixup: warning: symbol '...' was not declared...
2011-05-28 Sven-Haegar Kochsparse fixup: error: too many arguments for function...
2011-05-09 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2010-11-19 Guus SliepenDo not try to dereference myself->connection->config_tree.
2010-11-19 Guus SliepenMerge branch 'master' into 1.1
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-11-12 Guus SliepenMerge branch 'master' into 1.1
2010-10-22 Guus SliepenRemove duplicate command-line option parsing.
2010-10-22 Guus SliepenMerge local host configuration with server configuration.
2010-04-30 Guus SliepenDo not try to free NULL pointers.
2010-04-17 Guus SliepenMerge branch 'master' into 1.1
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-31 Sven-Haegar KochDemote all LOG_EMERG to LOG_ERR, spamming all xterms...
2010-03-31 Sven-Haegar KochFixed 1.0 miss-merges
2010-03-26 Sven-Haegar KochMerge branch 'master' into 1.1
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,...
next