Put a break on requests that run around in circles.
[tinc] / src / protocol.c
2000-08-08 Guus Sliepen- Moved TCP packet reception to meta handler: less...
2000-08-08 Guus SliepenRemoved calling add_queue for tcponly packets.
2000-08-08 Guus SliepenFixed PACKET read loop.
2000-08-07 Guus Sliepen- Lots o' buglets fixed (-Wall helps)
2000-08-07 Guus Sliepen- Added experimental hackish tunneling-over-TCP support.
2000-06-30 Guus Sliepen- Made tinc even more silent if no -d flag is given...
2000-06-30 Guus Sliepen- Instead of logging an error when remote end closes...
2000-06-29 Guus Sliepen- Fixed memory leak.
2000-06-29 Guus Sliepen- New semantics for BASIC_INFO, ADD_HOST and DEL_HOST...
2000-06-29 Guus Sliepen- Removed all IP_ADDR_S macros, because gettext doesn...
2000-06-28 Guus Sliepen- Fixed a message in nl.po
2000-06-28 Guus Sliepen- Fixed some spelling errors.
2000-06-27 Guus Sliepen- Purge old connections that are ADD_HOSTed.
2000-06-27 Guus Sliepen- Improved handling of errors on connection attempts.
2000-06-27 Guus Sliepen- Fixed KEY_CHANGED notification. A lot of notify_other...
2000-06-26 Guus Sliepen- Moved all connection messages to debug level 1, witho...
2000-06-26 Guus Sliepen- Indirectdata finally REALLY REALLY works now!
2000-06-26 Guus SliepenFixes some hostlookups. Fixes indirectdata for real...
2000-06-25 Guus Sliepen- More verbose connection list
2000-06-25 Guus SliepenHostlookup() is actually being called now.
2000-06-25 Guus SliepenHostnames are back!
2000-06-25 Guus Sliepen- Log possible spoofing attacks.
2000-06-25 Guus SliepenLarge cleanup:
2000-06-23 Guus SliepenFirst step for implementation of the "indirectdata...
2000-05-30 Ivo TimmermansOnly accept an ADD_HOST request for a host that already...
2000-05-29 Guus SliepenOnly activate a connection upon receiving it's public...
2000-05-29 Ivo TimmermansInternationalization of tinc.
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