GitHub CI: update list of container images
[tinc] / src / net_setup.c
2022-06-02 Kirill IsakovSilence clang-tidy warnings about atoi(getenv())
2022-05-31 Kirill IsakovFix listen_sockets overflow in close_network_connections()
2022-05-29 Kirill IsakovImprove recently seen address cache
2022-05-02 Kirill IsakovAdd basic pledge/unveil sandbox on OpenBSD
2022-04-28 Kirill IsakovImprove use of compiler attributes
2022-04-22 Kirill IsakovWipe (some) secrets from memory after use
2022-04-21 Kirill Isakovconnection_t: remove unused compression_level field
2022-04-21 Kirill IsakovMinor type improvements in legacy protocol code
2022-04-21 Kirill Isakovconnection_t: allocate legacy context on first use
2022-04-21 Kirill IsakovUse actual port in tincd logs / tinc get Port / invitations
2022-04-10 Kirill IsakovCorrect close() function when building with MSVC
2021-08-23 Guus SliepenUse xoshiro256** to generate pseudo-random numbers.
2021-08-15 Kirill IsakovReplace pointers to cipher_t/digest_t in connection_t...
2021-08-11 Kirill IsakovReplace pointers to global splay trees with structs.
2021-08-10 Fufu FangReduce pointer indirection for global list_t variables
2021-08-02 Kirill IsakovAssign more suitable types and fix narrowing conversion...
2021-07-29 Kirill IsakovRemove unused '#include's.
2021-07-29 Kirill IsakovAllow using key & configuration parser from tincd in...
2021-07-25 Guus SliepenEnsure we delete removed BroadcastSubnets when reloadin...
2021-07-25 Kirill IsakovFix more memory leaks found by ASAN.
2021-07-25 Kirill IsakovFix all UBSAN warnings triggered by tests.
2021-07-21 Guus SliepenFix a few memory leaks at exit time.
2021-07-21 Guus SliepenAvoid unhelpful warnings about UDP buffer sizes.
2021-07-20 Darik HornAdd LZ4 compression support
2021-06-27 Guus SliepenUpdate copyright notices.
2021-06-27 Guus SliepenFix spelling errors.
2021-06-27 Guus SliepenDon't compile support for Device=fd on platforms that...
2018-10-22 Guus SliepenDrop support for Cygwin.
2018-10-18 Guus SliepenFix building with --disable-legacy-protocol.
2018-10-06 Guus SliepenFix all warnings when compiling with -Wall -W -pedantic.
2018-10-06 Guus SliepenFix warnings from the Clang static analyzer.
2018-09-09 Guus SliepenPrevent oracle attacks in the legacy protocol (CVE...
2018-06-24 Guus SliepenEnable AutoConnect by default.
2018-04-02 Guus SliepenAdd the ability to set a firewall mark on sockets.
2018-01-22 Todd C. MillerAdd some missing freeaddrinfo() calls to avoid leaking...
2017-12-16 Guus SliepenAssume all IPPROTO_* macros exist.
2017-11-06 Guus SliepenDon't log errors when autoconnecting fails and debuglev...
2017-10-23 Guus SliepenDisable PMTU discovery when TCPOnly is used.
2017-10-07 Guus SliepenReformat all code using astyle.
2017-10-07 Guus SliepenConvert sizeof foo to sizeof(foo).
2017-07-09 Guus SliepenAdd configurable experation time for invitations.
2017-03-21 Guus SliepenPut script environment creation/deletion in functions.
2017-03-20 Guus SliepenMerge remote-tracking branch 'dechamps/sleep' into 1.1
2017-03-01 Pacien TRAN-GIRARDAdd fd_device
2016-10-30 Guus SliepenUse AES256 and SHA256 by default for the legacy protocol.
2016-07-14 Etienne DechampsFix error handling when setting up the UDP socket.
2016-04-30 Guus SliepenAutoConnect now only chooses from nodes for which we...
2016-04-17 Guus SliepenDon't call terminate_connection(myself->connection).
2016-04-15 Guus SliepenStop using SOL_TCP, SOL_IP and SOL_IPV6.
2016-04-10 Guus SliepenSupport ToS/DiffServ for IPv6 meta and UDP connections.
2016-01-17 Guus SliepenMerge remote-tracking branch 'mweinelt/tinc-gui' into 1.1
2015-11-21 Etienne DechampsAdd UPnP support to tincd.
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.
next