Add stricter checks for netnames.
[tinc] / src / sptps.h
2015-05-10 Etienne DechampsOnly read one record at a time in sptps_receive_data().
2015-03-14 Guus SliepenMerge remote-tracking branch 'seehuhn/1.1' into 1.1
2014-12-25 Guus SliepenMerge remote-tracking branch 'groxxda/gui-fixes' into 1.1
2014-12-24 Guus SliepenUse void pointers for opaque data blobs in the SPTPS...
2014-05-12 Guus SliepenFix PMTU discovery via datagram SPTPS.
2014-04-14 Guus SliepenUse the ChaCha-Poly1305 cipher for the SPTPS protocol.
2013-05-12 Guus SliepenDon't try to handle incoming data if sptps_start()...
2013-05-01 Guus SliepenUse conditional compilation for cryptographic functions.
2013-01-20 Guus SliepenReleasing 1.1pre5. release-1.1pre5
2013-01-15 Guus SliepenCount the number of correctly received UDP packets.
2012-10-14 Guus SliepenUpdate copyright notices.
2012-10-14 Guus SliepenLog more messages using logger().
2012-09-30 Guus SliepenMerge branch 'master' into 1.1
2012-07-31 Guus SliepenAdd Brandon Black's replay window code to SPTPS.
2012-07-31 Guus SliepenHandle SPTPS datagrams in try_mac().
2012-07-30 Guus SliepenUse datagram SPTPS for packet exchange between nodes.
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-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-08 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
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-25 Guus SliepenApply HMAC after encryption.
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
2011-10-06 Guus SliepenExchange ACK records to indicate switch to new keys.
2011-10-05 Guus SliepenUpdate SPTPS protocol.
2011-07-24 Guus SliepenStart of "Simple Peer-To-Peer Security" protocol.