Fix for a DoS attack:
[tinc] / src / net.c
2000-05-27 Guus SliepenFix for a DoS attack:
2000-05-14 Ivo TimmermansGive IP address instead of hex number when connecting...
2000-05-14 Guus SliepenFixed typos.
2000-05-14 Guus SliepenChanged ping behaviour (backwards compatible). If we...
2000-05-14 Guus SliepenCleanups.
2000-05-14 Guus SliepenProxymode removed.
2000-05-08 Guus SliepenAdded new config variable "ProxyMode". If enabled,... release-1.0pre1
2000-05-03 Guus SliepenSquashed gcc warning.
2000-05-03 Guus SliepenFixes typo and UDP network byte order.
2000-05-03 Guus SliepenOutgoing packets now use network byte order in header.
2000-05-02 Guus SliepenPrevious fix fixed. Meta protocol should be really...
2000-05-02 Guus SliepenFixed small mistake that would prevent forwarding requests.
2000-05-01 Guus SliepenMeta protocol overhaul. Tinc is now incompatible with...
2000-04-30 Ivo TimmermansNew way of handling the meta protocol.
2000-04-30 Ivo TimmermansReplaced check for status.active by status.dataopen...
2000-04-30 Ivo TimmermansGot rid of the nasty hacks... and replaced it by anothe...
2000-04-28 Guus SliepenOops! Reference to write_n() removed and changed into...
2000-04-27 Guus SliepenRemoved write_n() function.
2000-04-26 Guus SliepenCleanups:
2000-04-25 Ivo TimmermansDebug level tweaking.
2000-04-25 Guus SliepenWhen trying to talk to a host that is in the netmask...
2000-04-25 Guus SliepenFixed typo and removed some unnecessary variables.
2000-04-25 Guus SliepenPacket queues fixed. They caused the trouble when resen...
2000-04-25 Guus SliepenAdded checkpoints to beginning and ending of every...
2000-03-27 Ivo TimmermansGet rid of the message `zxnrbl\'.
2000-03-26 Ivo TimmermansInitial revision