Add stricter checks for netnames.
[tinc] / src / net_socket.c
2016-04-15 Guus SliepenStop using SOL_TCP, SOL_IP and SOL_IPV6.
2016-04-10 Guus SliepenUpdate "now" after connect() when making outgoing conne...
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-26 Guus Sliepenlist_delete() already free()s the deleted element.
2015-11-24 Guus SliepenDon't leave dead outgoing_t's in the outgoing_list.
2015-07-02 Florian Klinksetup_outgoing_connection: log to LOG_DEBUG on if no...
2015-05-23 Etienne DechampsDon't set up an ongoing connection to myself.
2015-04-12 Guus SliepenMerge remote-tracking branch 'dechamps/wintapver' into 1.1
2015-04-12 Guus SliepenAlways call res_init() before getaddrinfo().
2015-03-15 Etienne DechampsSet the default for UDPRcvBuf and UDPSndBuf to 1M.
2015-03-14 Guus SliepenMerge remote-tracking branch 'seehuhn/1.1' into 1.1
2014-12-29 Guus SliepenAllow tinc to be compiled without OpenSSL.
2014-07-12 Guus SliepenMerge branch 'keysegfault' of https://github.com/decham...
2014-07-12 Guus SliepenMerge branch 'winwarnings' of https://github.com/decham...
2014-07-12 Etienne DechampsRemove redundant connection_t::status.active field.
2014-06-28 Guus SliepenGive getsockopt() a reference to a socklen_t.
2014-06-28 Guus SliepenMerge branch 'winevents-clean' of https://github.com...
2014-06-28 Etienne DechampsFix connection event error handling.
2014-06-27 Etienne DechampsProtect against spurious connection events.
2014-06-26 Etienne DechampsFix errno references when handling socket errors.
2014-06-22 Guus SliepenRemove the warnings when IP_DONTFRAGMENT/IPV6-DONTFRAG...
2014-02-07 Guus SliepenUpdate copyright notices.
2014-01-30 Guus SliepenUse addresses learned from other nodes when making...
2014-01-20 Guus SliepenAdd the ListenAddress option.
2013-11-20 Guus SliepenRemove an unused variable.
2013-09-01 Guus SliepenSlightly relax the connection rate limit for a single...
2013-08-18 Guus SliepenBind outgoing sockets again.
2013-07-11 Guus SliepenAdd connection rate limiting.
2013-05-01 Guus SliepenRename xmalloc_and_zero() to xzalloc().
2013-03-08 Guus SliepenAvoid calling time(NULL).
2013-03-01 Guus SliepenFlush output buffers in the tap reader thread on Windows.
2013-02-20 Guus SliepenFix compiler warnings on Windows.
2013-02-07 Guus SliepenDon't send proxy requests for incoming connections.
2013-02-06 Guus SliepenCheck for writability when waiting for a socket to...
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-10-21 Guus SliepenSlightly randomize all timeouts.
2012-10-14 Guus SliepenFix a few compiler errors/warnings.
2012-10-10 Guus SliepenFix whitespace.
2012-10-09 Guus SliepenFix memory leaks found by valgrind.
2012-10-09 Guus SliepenRemove unused variables, fix some #includes.
2012-10-07 Guus SliepenC99 extravaganza.
2012-10-07 Guus SliepenReplace the connection_tree with a connection_list.
2012-10-07 Guus SliepenRefactor outgoing connection handling.
2012-10-07 Guus SliepenUseful error messages when writing to a meta connection...
2012-09-30 Guus SliepenMerge branch 'master' into 1.1
2012-09-28 Guus SliepenCorrectly add/remove outgoing connections when reloadin...
2012-09-04 Guus SliepenRemove newlines at end of log messages.
2012-07-27 Guus SliepenMerge branch 'master' into 1.1
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-06-25 Guus SliepenFix compiler warnings.
2012-06-25 Guus SliepenSmall fixes in proxy code.
2012-04-19 Guus SliepenAdd support for proxying through an external command.
2012-04-18 Guus SliepenAdd basic support for SOCKS 4 and HTTP CONNECT proxies.
2012-03-26 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-03-25 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-03-08 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
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-20 Guus SliepenDon't bind outgoing TCP sockets anymore.
2012-02-18 Guus SliepenMerge branch 'master' of black:tinc
2012-02-18 Guus SliepenMerge branch 'master' of black:tinc
2012-02-17 Guus SliepenSet FD_CLOEXEC flag on all sockets.
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-06-02 Guus SliepenFix format strings for Windows.
2011-06-02 Guus SliepenUse send() when writing to sockets, and the return...
2011-06-02 Guus SliepenRemove unused functions and variables.
2011-05-29 Sven-Haegar Kochdo_outgoing_connection() may delete a failed connection...
2011-05-29 Sven-Haegar Kochsrc/net_socket.c bind_to_address(): Use after free...
2011-05-28 Guus SliepenFix sparse warnings and add an extra sprinkling of...
2011-05-28 Sven-Haegar Kochsparse fixup: warning: symbol '...' was not declared...
2011-05-22 Guus SliepenCheck if an event is initialized before calling event_d...
2011-05-14 Guus SliepenRemove use of bufferevent and eventbuffers, use our...
2011-05-09 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2010-11-19 Guus SliepenMerge branch 'master' into 1.1
2010-11-13 Guus SliepenFix warning message when setting SO_RCVBUF or SO_SNDBUF...
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-05-01 Guus SliepenFix all warnings when compiling with mingw64.
2010-04-17 Guus SliepenMerge branch 'master' into 1.1
2010-03-31 Sven-Haegar KochDemote all LOG_EMERG to LOG_ERR, spamming all xterms...
2010-03-26 Sven-Haegar KochMerge branch 'master' into 1.1
2010-02-02 Guus SliepenUpdate copyright notices.
2010-02-02 Guus SliepenTry to set DF bit on BSDs as well.
2009-12-23 Guus SliepenAllow port to be specified in Address statements.
2009-12-11 Guus SliepenMerge branch 'master' into 1.1
2009-11-02 Guus SliepenMerge branch 'master' into 1.1
2009-10-24 Guus SliepenMove socket error interpretation to utils.h.
2009-10-24 Guus SliepenUse IP_DONTFRAGMENT instead of IP_MTU_DISCOVER on Windows.
2009-10-20 Guus SliepenFix a possible crash when sending the HUP signal.
2009-09-29 Guus SliepenMerge branch 'master' into 1.1
next