Revert Martin Kihlgren's patch, it doesn't work the way it should.
[tinc] / src / net_setup.c
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-14 Guus SliepenFix permissions check for rsa_key.priv.
2003-08-08 Guus SliepenSimpler checking of permissions on private RSA key...
2003-07-30 Guus SliepenNo C99 initialisers, gcc 2.95.3 doesn't like it.
2003-07-29 Guus SliepenNative Windows support.
2003-07-23 Guus SliepenDon't initialise a CIPHER_CTX if cipher == NULL.
2003-07-22 Guus SliepenRun setup_device() after parsing configuration but...
2003-07-22 Guus SliepenUse bools and enums where appropriate.
2003-07-18 Guus SliepenUse iface instead of interface because it might already...
2003-07-17 Guus SliepenBig header file cleanup: everything that has to do...
2003-07-12 Guus SliepenSimplify logging, update copyrights and some minor...
2003-07-06 Guus SliepenDefine logger(), cleans up source code and allows us...
2003-06-25 Guus SliepenReally make tinc default to any addressfamily.
2003-05-06 Guus Sliepen- Per-node EVP_CIPHER_CTX to avoid initialisation overhead.
2003-03-28 Guus Sliepen- Avoid memory leak caused by OpenSSL 0.9.7a.
2003-03-14 Ivo TimmermansCall RSA_blinding_on(), as advised in the paper on
2003-01-14 Guus SliepenAdd $NAME for tinc-up/down scripts.
2002-09-15 Guus SliepenSmall fixes so tinc compiles out of the box on SunOS 5.8
2002-09-09 Guus SliepenRemove redundant spaces.
2002-09-09 Guus SliepenSwitch to K&R style indentation.
2002-09-09 Guus SliepenCleanups:
2002-09-04 Guus SliepenRevert to edge and graph stuff. This time, use a direct...
2002-09-03 Guus SliepenDrop graph and edge stuff. Use new node stuff instead.
2002-07-10 Guus SliepenAllow list of environment variables to be passed to...
2002-06-21 Guus Sliepens/sliepen.warande.net/sliepen.eu.org/g
2002-06-13 Guus SliepenReset listen_sockets after SIGHUP.
2002-06-08 Guus Sliepen- netinet/* include files depend on netinet/in_systm.h.
2002-06-08 Guus SliepenCleanup:
2002-06-02 Guus SliepenSupport RSA_PUBKEYs (as opposed to RSAPublicKeys) so...
2002-04-23 Guus SliepenAdd BindToAddress variable, similar to the late BindToIP.
2002-04-01 Guus Sliepencheck_rsa() is broken, I don't know why, just remove...
2002-03-25 Guus SliepenSet myself->status.reachable.
2002-03-22 Guus Sliepen- Added support for jumbograms.
2002-03-18 Guus SliepenRemember sockaddrs of listening sockets, use appropriat...
2002-03-10 Guus SliepenDon't retry to make outgoing connections when exitting.
2002-03-01 Guus SliepenCheck if BindToDevice and PriorityInheritance are suppo...
2002-03-01 Guus Sliepen- Global time_t now, so that we don't have to call...
2002-03-01 Guus SliepenCreate/bind TCP and UDP listening sockets in pairs.
2002-03-01 Guus SliepenFix listening sockets.
2002-02-26 Guus SliepenAllow multiple listening sockets.
2002-02-20 Guus Sliepen- Use gai_strerror() where appropriate
2002-02-20 Guus SliepenProtocol now also exchanges cipher/digest/maclength...
2002-02-20 Guus SliepenUse AF_UNSPEC for listening sockets if AddressFamily...
2002-02-18 Guus Sliepen- Non-blocking connect()s.