Terminate a connection on any error. Furthermore, disallow del_host,
[tinc] / src / protocol.c
2000-05-27 Guus SliepenTerminate a connection on any error. Furthermore, disal...
2000-05-27 Guus SliepenFixed typos. When terminating a connection, it's status...
2000-05-27 Guus SliepenFix for a DoS attack:
2000-05-14 Ivo TimmermansOnly print an error with send_termreq if debug_lvl...
2000-05-14 Guus SliepenCleanups.
2000-05-04 Ivo TimmermansInclude sys/types.h.
2000-05-03 Guus SliepenFixes typo and UDP network byte order.
2000-05-02 Guus SliepenReplaced sprintf() by safer snprintf(), removed possibl...
2000-05-02 Guus SliepenPrevious fix fixed. Meta protocol should be really...
2000-05-01 Ivo TimmermansFixed meta protocol.
2000-05-01 Guus SliepenMeta protocol overhaul. Tinc is now incompatible with...
2000-04-30 Ivo TimmermansKey forwarding, write one byte extra.
2000-04-30 Ivo TimmermansProtocol fix (ANS_KEY). This breaks 0.3.3 protocol...
2000-04-30 Ivo TimmermansSend one less byte from an ANS_KEY request.
2000-04-30 Ivo TimmermansRead one less byte from an ANS_KEY request.
2000-04-30 Ivo TimmermansRemoved debug messages.
2000-04-30 Ivo TimmermansRead public keys the right way (tm).
2000-04-30 Ivo TimmermansNew way of handling the meta protocol.
2000-04-30 Ivo TimmermansGot rid of the nasty hacks... and replaced it by anothe...
2000-04-29 Ivo TimmermansFilled up the protocol structs with unused bytes.
2000-04-26 Guus SliepenCleanups:
2000-04-25 Guus SliepenAdded checkpoints to beginning and ending of every...
2000-04-24 Guus SliepenBug found! Wrong pointer was used for handling multiple...
2000-04-24 Guus SliepenAdded extra checks for desynchronized connection lists...
2000-03-26 Ivo TimmermansInitial revision