Check for short packets from the tun/tap device and from other tinc daemons.
[oweals/tinc.git] / src / protocol_key.c
2003-07-24 Guus SliepenSprinkle around a lot of const and some C99 initialisers.
2003-07-23 Guus SliepenDon't initialise a CIPHER_CTX if cipher == NULL.
2003-07-22 Guus SliepenUse bools and enums where appropriate.
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-05-06 Guus Sliepen- Per-node EVP_CIPHER_CTX to avoid initialisation overhead.
2003-04-18 Guus SliepenBetter handling of late packets.
2002-09-09 Guus SliepenRemove redundant spaces.
2002-09-09 Guus SliepenSwitch to K&R style indentation.
2002-09-09 Guus SliepenCleanups:
2002-09-06 Guus SliepenReset the *correct* seqnos.
2002-09-04 Guus SliepenGeneralized request broadcasting/forwarding.
2002-09-04 Guus SliepenReduce KEY_CHANGED traffic.
2002-09-03 Guus SliepenDrop graph and edge stuff. Use new node stuff instead.
2002-06-21 Guus Sliepens/sliepen.warande.net/sliepen.eu.org/g
2002-03-22 Guus SliepenFix compiler warnings, strictly use long int and %lx...
2002-03-21 Guus SliepenPut a break on requests that run around in circles.
2002-02-27 Guus SliepenFix send_request() bug.
2002-02-20 Guus SliepenProtocol now also exchanges cipher/digest/maclength...
2002-02-11 Guus SliepenAdded support for packet compression, thanks to Mark...
2002-02-11 Guus SliepenForgot to merge new files from pre5.