tinc-gui: Reformat codebase according to PEP8
[tinc] / src / net_setup.c
2015-07-04 Guus SliepenCoalesce two if statements that check for the same...
2015-07-04 thorkillFixed 2 leaks in setup_myself()
2015-05-19 Guus SliepenAllocate temporary filenames on the stack.
2015-04-24 Guus SliepenFix a possible segmentation fault during key upgrades.
2015-04-12 Guus SliepenMerge remote-tracking branch 'dechamps/wintapver' into 1.1
2015-04-12 Guus SliepenAlways call res_init() before getaddrinfo().
2015-04-12 Guus SliepenMerge remote-tracking branch 'dechamps/windevice' into 1.1
2015-04-12 Guus SliepenMerge remote-tracking branch 'dechamps/winmtu' into 1.1
2015-04-12 Guus SliepenMerge remote-tracking branch 'dechamps/fsckwin' into 1.1
2015-04-12 Guus SliepenMerge remote-tracking branch 'dechamps/staticfix' into 1.1
2015-03-15 Etienne DechampsSet the default for UDPRcvBuf and UDPSndBuf to 1M.
2015-03-14 Etienne DechampsFix HAVE_DECL_RES_INIT conditionals.
2015-03-14 Etienne DechampsThrottle the rate of MTU_INFO messages.
2015-03-14 Etienne DechampsThrottle the rate of UDP_INFO messages.
2015-03-14 Guus SliepenMerge remote-tracking branch 'seehuhn/1.1' into 1.1
2015-02-16 Guus SliepenSuppress warnings about parsing Ed25519 keys when they...
2015-02-09 Guus SliepenAlways call res_init() before getaddrinfo().
2015-01-10 Guus SliepenRemember whether we sent our key to another node.
2015-01-03 Etienne DechampsUse a different UDP discovery interval if the tunnel...
2015-01-01 Etienne DechampsAdd UDP discovery mechanism.
2014-12-29 Guus SliepenAllow tinc to be compiled without OpenSSL.
2014-12-26 Guus SliepenAllow running tinc without RSA keys.
2014-12-25 Guus SliepenMerge remote-tracking branch 'groxxda/gui-fixes' into 1.1
2014-12-24 Guus SliepenFix memory leaks found by Valgrind.
2014-12-24 Guus SliepenDon't use myself->name in device_disable(), it's alread...
2014-08-25 William A. Kenning... utils: Refactor get_name's functionality into util...
2014-07-12 Guus SliepenMerge branch 'keysegfault' of https://github.com/decham...
2014-07-12 Etienne DechampsCheck if devops is valid before closing the device.
2014-07-08 Guus SliepenFix compiler warnings.
2014-07-06 Etienne DechampsMake sure myport is set correctly when running with...
2014-06-29 Etienne DechampsMake IPv4 multicast space 224.0.0.0/4 broadcast by...
2014-06-29 Etienne DechampsMake broadcast addresses configurable.
2014-06-29 Etienne DechampsRemove broadcast-based local discovery mechanism.
2014-06-26 Etienne DechampsFix errno references when handling socket errors.
2014-06-22 Etienne DechampsMake DeviceStandby control network interface link statu...
2014-06-22 Etienne DechampsAdd DeviceStandby option to only enable the device...
2014-06-22 Etienne DechampsCleanly remove the device FD from the event loop before...
2014-05-18 Guus SliepenRename ECDSA to Ed25519.
2014-05-06 Guus SliepenChange AutoConnect from int to bool.
2014-02-07 Guus SliepenUpdate copyright notices.
2014-01-20 Guus SliepenAdd the ListenAddress option.
2013-12-08 Guus SliepenRemove erroneous warning about SPTPS being disabled.
2013-12-08 Guus SliepenDon't print an error when no ECDSA key is known for...
2013-12-08 Guus SliepenAllow running without ECDSA keys If ExperimentalProtoco...
2013-12-05 Guus SliepenIf no Port is specified, set myport to actual port...
2013-11-28 Guus SliepenAllow "none" for Cipher and Digest again.
2013-11-15 Guus SliepenFix two warnings from Clang's static analyzer.
2013-09-27 Guus SliepenFix segfault when Name = $HOST but $HOST is not set.
2013-08-23 Guus SliepenUse PATHEXT when checking for the presence of scripts...
2013-08-18 Guus SliepenRemove broadcast of KEY_CHANGED message during tinc...
2013-08-18 Guus SliepenFix order of tincd's initialization.
2013-08-18 Guus SliepenDon't force a .bat extension for scripts under Windows.
2013-08-18 Guus SliepenCreate UNIX socket at the same time as the PID file...
2013-08-02 Guus SliepenUse umask() to set file and UNIX socket permissions...
2013-07-11 Guus SliepenAdd connection rate limiting.
2013-07-05 Guus SliepenSet $NAME when calling host-up/down and subnet-up/down...
2013-05-31 Guus SliepenAdd the LocalDiscoveryAddress option.
2013-05-31 Guus SliepenUse strerror() instead of gai_strerror() when err ...
2013-05-29 Guus SliepenAdd an invitation protocol.
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
next