Don't assume sa.sa_family is a short int.
[tinc] / src / protocol_auth.c
2016-04-15 Guus SliepenDon't assume sa.sa_family is a short int.
2015-04-24 Guus SliepenAllow one-sided upgrades to Ed25519.
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-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 SliepenAdd a variable offset to vpn_packet_t, drop sptps_packet_t.
2014-12-24 Guus SliepenUse void pointers for opaque data blobs in the SPTPS...
2014-12-07 Guus SliepenBetter log messages when we already know the peer's...
2014-12-07 Sven-Haegar KochTry handling the case when the first side knows the...
2014-12-07 Guus SliepenCheck validity of Ed25519 key during an upgrade.
2014-12-07 Sven-Haegar KochDo not disconnect when no ecdsa key is known yet.
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-29 Etienne DechampsAdd local address information to edges.
2014-05-18 Guus SliepenAllow Cipher and Digest "none".
2014-05-18 Guus SliepenRename ECDSA to Ed25519.
2014-05-12 Guus SliepenFix a crash when we have a malformed public ECDSA key...
2014-02-07 Guus SliepenUpdate copyright notices.
2014-01-29 Guus SliepenDocument Weight and also allow it to be set from tinc...
2013-08-23 Guus SliepenUse PATHEXT when checking for the presence of scripts...
2013-08-20 Guus SliepenExecute scripts when invitations are created or accepted.
2013-08-20 Guus SliepenEnsure the invitation filenames do not reveal the secre...
2013-08-20 Guus SliepenLet a server explicitly send a notification when the...
2013-07-20 Guus SliepenForbid protocol version rollback.
2013-05-29 Guus SliepenAdd an invitation protocol.
2013-05-11 Guus SliepenFix check for presence of ECDSA public key for outgoing...
2013-05-10 Guus SliepenFix warnings for functions marked __attribute((warn_unu...
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-02-07 Guus SliepenDon't send proxy requests for incoming connections.
2012-10-10 Guus SliepenFix whitespace.
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-09-30 Guus SliepenMerge branch 'master' into 1.1
2012-09-30 Guus SliepenAdd strict checks to hex to binary conversions.
2012-09-30 Guus SliepenAttribution for Martin Schürrer.
2012-09-30 Martin SchürrerOutput details of encryption errors
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 SliepenFix some compiler warnings.
2012-07-21 Guus SliepenFix various compiler warnings.
2012-07-19 Guus SliepenUse minor protocol version to determine whether to...
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-05-08 Guus SliepenAlways pass request strings to other functions as const...
2012-05-08 Sven-Haegar KochLabel control connections for log output as "<control...
2012-04-19 Guus SliepenAdd support for proxying through an external command.
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-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-18 Guus SliepenAdd datagram mode to the SPTPS protocol.
2012-03-10 Guus SliepenUpdate copyright notices.
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-26 Guus SliepenEnsure all SPTPS functions are prefixed with sptps_.
2012-02-25 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-25 Guus SliepenUse SPTPS when ExperimentalProtocol is enabled.
2012-02-23 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-22 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-20 Guus SliepenRename connection_t *broadcast to everyone.
2011-12-26 Guus SliepenFix compiler warnings.
2011-07-19 Guus SliepenFix tinc 1.0.x daemons connecting when ExperimentalProt...
2011-07-16 Guus SliepenUse ECDSA to sign ECDH key exchange for UDP session...
2011-07-16 Guus SliepenUse the correct direction flag when setting cipher...
2011-07-13 Guus SliepenFix compiler warnings.
2011-07-12 Guus SliepenMake use of the improved hex and base64 functions.
2011-07-11 Guus SliepenRequire ExperimentalProtocol = yes for new features...
2011-07-10 Guus SliepenAutomatically exchange ECDSA keys and upgrade to new...
2011-07-07 Guus SliepenVery primitive ECDSA signed ECDH key exchange for the...
2011-07-05 Guus SliepenBump minor protocol to indicate ECDH capability for...
2011-07-05 Guus SliepenAdd a minor number to the protocol version.
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-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 SliepenUse variable length arrays instead of alloca().
2010-11-12 Guus SliepenMerge branch 'master' into 1.1
2010-10-22 Guus SliepenMerge local host configuration with server configuration.
2010-04-30 Guus SliepenUse correct digest length when checking a received...
2010-04-17 Guus SliepenMerge branch 'master' into 1.1
2010-04-03 Guus SliepenConvert Port to numeric form before sending it to other...
2010-03-26 Sven-Haegar KochMerge branch 'master' into 1.1
2010-02-02 Guus SliepenUpdate copyright notices.
2010-01-16 Guus SliepenMake MSS clamping configurable, but enabled by default.
2009-12-11 Guus SliepenMerge branch 'master' into 1.1
2009-11-07 Guus SliepenUse the TCP socket infrastructure for control sockets.
2009-11-02 Guus SliepenMerge branch 'master' into 1.1
2009-10-24 Guus SliepenUse uint32_t instead of long int for connection options.
2009-09-29 Guus SliepenDrop localisation and checkpoint tracing in files not...
2009-09-29 Guus SliepenMerge branch 'master' into 1.1
2009-09-24 Guus SliepenDrop support for localisation.
2009-09-24 Guus SliepenRemove checkpoint tracing.
2009-09-24 Guus SliepenK&R style braces.
next