tinc-gui: Reformat codebase according to PEP8
[tinc] / src / protocol_key.c
2015-05-17 Guus SliepenMerge remote-tracking branches 'dechamps/sptpsrestart...
2015-05-17 Etienne DechampsDon't send KEY_CHANGED messages if we don't support...
2015-05-17 Etienne DechampsProactively restart the SPTPS tunnel if we get receive...
2015-05-10 Etienne DechampsRename REQ_SPTPS to SPTPS_PACKET.
2015-05-10 Etienne DechampsTry to use UDP to relay SPTPS packets received over...
2015-05-10 Etienne DechampsExpose the raw SPTPS send interface from net_packet.
2015-04-12 Guus SliepenMerge remote-tracking branch 'dechamps/wintapver' into 1.1
2015-04-12 Guus SliepenAlways call res_init() before getaddrinfo().
2015-04-12 Guus SliepenMerge remote-tracking branch 'dechamps/windevice' into 1.1
2015-04-12 Guus SliepenMerge remote-tracking branch 'dechamps/winmtu' into 1.1
2015-04-12 Guus SliepenMerge remote-tracking branch 'dechamps/fsckwin' into 1.1
2015-04-12 Guus SliepenMerge remote-tracking branch 'dechamps/staticfix' into 1.1
2015-03-14 Etienne DechampsAdd MTU_INFO protocol message.
2015-03-14 Etienne DechampsAdd UDP_INFO protocol message.
2015-03-14 Guus SliepenMerge remote-tracking branch 'seehuhn/1.1' into 1.1
2015-01-10 Etienne DechampsFix typo in logging statement.
2015-01-10 Guus SliepenRemember whether we sent our key to another node.
2015-01-01 Etienne DechampsMove PMTU discovery code into the TX path.
2014-12-29 Guus SliepenAllow tinc to be compiled without OpenSSL.
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-10-04 Etienne DechampsDon't send MTU probes to nodes we can't reach directly.
2014-10-04 Etienne DechampsAdd UDP datagram relay support to SPTPS.
2014-09-22 Etienne DechampsPreemptively mirror REQ_PUBKEY messages from nodes...
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-05-18 Guus SliepenAllow Cipher and Digest "none".
2014-05-18 Guus SliepenRename ECDSA to Ed25519.
2013-11-28 Guus SliepenAllow "none" for Cipher and Digest again.
2013-07-20 Etienne DechampsDisable PMTU discovery when TCPOnly is set.
2013-05-28 Guus SliepenImprove base64 encoding/decoding, add URL-safe variant.
2013-05-10 Guus SliepenFix warnings for functions marked __attribute((warn_unu...
2013-05-01 Guus SliepenUse conditional compilation for cryptographic functions.
2013-03-08 Guus SliepenAvoid calling time(NULL).
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 SliepenFix handling of initial datagram SPTPS packet.
2012-10-10 Guus SliepenFix whitespace.
2012-10-09 Guus SliepenFix memory leaks found by valgrind.
2012-10-07 Guus SliepenC99 extravaganza.
2012-10-07 Guus SliepenReplace the connection_tree with a connection_list.
2012-10-07 Guus SliepenHandle packets encrypted via SPTPS that need to be...
2012-10-07 Guus SliepenMake datagram SPTPS key exchange more robust.
2012-09-30 Guus SliepenMerge branch 'master' into 1.1
2012-09-30 Guus SliepenAdd strict checks to hex to binary conversions.
2012-09-28 Guus SliepenRemove some debugging messages.
2012-08-02 Guus SliepenOptionally compress and/or strip Ethernet header from...
2012-08-02 Guus SliepenClear struct sptps before reusing it.
2012-07-31 Guus SliepenUse a status bit to track which nodes use SPTPS.
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-19 Guus SliepenUse minor protocol version to determine whether to...
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-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-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-25 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
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-03 Guus SliepenFix a few small memory leaks.
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-03 Guus SliepenProper use of PRF.
2011-07-03 Guus SliepenUse PRF.
2011-07-03 Guus SliepenSupport ECDH key exchange.
2011-06-24 Guus SliepenDon't call event_del() from the mtuevent handler, alway...
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-28 Guus SliepenFix sparse warnings and add an extra sprinkling of...
2011-05-28 Sven-Haegar Kochsparse fixup: warning: non-ANSI function declaration...
2011-05-14 Guus SliepenFix check for event initialization due to the merge.
2011-05-09 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2011-05-08 Guus SliepenUpdate THANKS and copyright information.
2011-01-02 Guus SliepenAlways send MTU probes at least once every PingInterval.
2010-11-19 Guus SliepenMerge branch 'master' into 1.1
2010-11-13 Brandon L BlackConfigurable ReplayWindow size, zero disables
2010-11-13 Guus SliepenUse variable length arrays instead of alloca().
2010-11-12 Guus SliepenMerge branch 'master' into 1.1
2010-06-04 Guus SliepenDo not append an address to ANS_KEY messages if we...
2010-04-17 Guus SliepenFix merge of commit 4a0b9981513059755b9fd15b38fc198f46a...
2010-04-17 Guus SliepenMerge branch 'master' into 1.1
2010-03-31 Sven-Haegar KochFixed 1.0 miss-merges
2010-03-26 Sven-Haegar KochMerge branch 'master' into 1.1
2010-02-03 Guus SliepenEnsure peers with a meta connection always have our...
2010-02-02 Guus SliepenUpdate copyright notices.
2010-02-01 Guus SliepenDetermine peer's reflexive address and port when exchan...
2010-01-23 Guus SliepenBe liberal in accepting KEY_CHANGED/REQ_KEY/ANS_KEY...
2009-12-18 Guus SliepenFix packet authentication.
2009-12-11 Guus SliepenMerge branch 'master' into 1.1
next