Handle special characters in sptps_test only if the --special option is given.
[tinc] / src / sptps_test.c
2016-04-17 Guus SliepenHandle special characters in sptps_test only if the...
2015-06-07 Guus SliepenFix receiving SPTPS data in sptps_speed and sptps_test.
2015-05-20 Guus SliepenDon't write log messages to the umbilical pipe if we...
2015-03-14 Guus SliepenMerge remote-tracking branch 'seehuhn/1.1' into 1.1
2015-01-11 Guus SliepenFix segfault when sptps_test cannot open the key files.
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-06-26 Etienne DechampsFix errno references when handling socket errors.
2014-05-18 Guus SliepenRename ECDSA to Ed25519.
2014-04-15 Guus Sliepensptps_test: allow using a tun device instead of stdio.
2013-10-22 Guus SliepenFix sending bulk data starting with a newline.
2013-10-22 Guus SliepenMake sptps_test less verbose by default.
2013-09-01 Guus SliepenMake sptps_test more easy to work with.
2013-08-30 Guus SliepenAllow testing the replay window with sptps_test.
2013-08-30 Guus SliepenAdd an option to test datagram SPTPS with packet loss.
2013-05-01 Guus SliepenUse conditional compilation for cryptographic functions.
2013-02-22 Guus SliepenUse UDP when using sptps_test in datagram mode.
2012-11-29 Guus SliepenDrop libevent and use our own event handling again.
2012-10-14 Guus SliepenUpdate copyright notices.
2012-10-10 Guus SliepenFix whitespace.
2012-10-07 Guus SliepenReplace the connection_tree with a connection_list.
2012-10-01 Guus SliepenMake sure sptps_test compiles without -flto.
2012-09-30 Guus SliepenMerge branch 'master' into 1.1
2012-09-13 Guus SliepenEnsure sptps_test compiles with -flto.
2012-07-30 Guus SliepenUse datagram SPTPS for packet exchange between nodes.
2012-07-27 Guus SliepenMerge branch 'master' into 1.1
2012-07-21 Guus SliepenMake sure tinc compiles on Windows.
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 SliepenTest SPTPS messages sent while key renegotation is...
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 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
2011-10-05 Guus SliepenTest corner cases in the SPTPS protocol.
2011-07-24 Guus SliepenStart of "Simple Peer-To-Peer Security" protocol.