Free resources in rsa_t.
[oweals/tinc.git] / src / net_setup.c
2011-01-14 Guus SliepenUse tinc 1.0's event infrastructure to handle timeouts.
2011-01-14 Guus SliepenUse threads for TCP listening sockets.
2011-01-14 Guus SliepenUse threads for UDP sockets.
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,...
2009-12-23 Guus SliepenUse xstrdup() instead of xasprintf() to copy static...
2009-12-11 Guus SliepenMerge branch 'master' into 1.1
2009-11-04 Guus SliepenDon't enable device events when there is no valid filed...
2009-11-02 Guus SliepenMerge branch 'master' into 1.1
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-29 Guus SliepenMerge branch 'master' into 1.1
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-16 Guus SliepenReplace asprintf()s not covered by the merge to xasprin...
2009-09-16 Guus SliepenMerge branch 'master' into 1.1
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-06-06 Guus SliepenHandle truncated message authentication codes.
2009-06-05 Guus SliepenMerge branch 'master' into 1.1
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 SliepenMerge branch 'master' into 1.1
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.
2008-12-11 Guus SliepenUse the crypto wrappers again instead of calling OpenSS...
2007-11-07 Scott LambTemporarily revert to old crypto code
2007-05-23 Guus SliepenFinish crypto wrapping. Also provide wrappers for OpenSSL.
2007-05-20 Guus SliepenParse PEM RSA keys ourself, and use libgcrypt to do...
2007-05-19 Guus SliepenRemove pidfile in favour of control socket.
2007-05-18 Guus SliepenStart of control socket implementation.
2007-05-18 Guus SliepenUse splay trees instead of AVL trees.
2007-05-18 Guus SliepenK&R style braces
2007-05-18 Guus SliepenRemove global variable "now".
2007-05-17 Guus SliepenMove key regeneration handling to net_setup.c.
2007-05-17 Guus SliepenRemove legacy event system.
2007-05-17 Guus SliepenProperly delete listener socket events on shutdown.
2007-02-27 Scott LambConvert to libevent.
2007-02-27 Scott LambA couple missed tevent things.
2007-02-27 Scott LambRename "event_t" to "tevent_t", along with associated...
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...
2003-12-20 Guus SliepenBetter name, show probed MTU in dump.
2003-12-20 Guus SliepenMore sensible name, and try to set PMTU discovery on...
2003-12-20 Guus SliepenLet tinc figure out the exact MTU of the link.
2003-12-07 Guus SliepenRead MaxTimeout from tinc.conf like the manpage says.
2003-11-17 Guus SliepenReplace Opaque and Strict options with a TunnelServer...
2003-10-11 Guus SliepenCheck all EVP_ function calls.
2003-08-28 Guus SliepenWe don't have to tell GCC how to cast.
2003-08-24 Guus SliepenSynchronise HEAD with CABAL branch.
2003-08-14 Guus SliepenFix permissions check for rsa_key.priv.
2003-08-08 Guus SliepenSimpler checking of permissions on private RSA key...
next