- Use only one socket for all UDP traffic (for compatibility)
[tinc] / src / protocol.c
2000-11-25 Guus Sliepen- Use only one socket for all UDP traffic (for compatib...
2000-11-22 Guus Sliepen- More porting to FreeBSD and Solaris.
2000-11-22 Guus Sliepen- Work with the correct key buffer in ans_key_h
2000-11-22 Guus Sliepen- No more %as.
2000-11-22 Guus Sliepen- Cleaned up and checked for some more NULL pointers...
2000-11-20 Guus Sliepen- Integrate rbl trees into tinc.
2000-11-15 Guus SliepenPorting to FreeBSD:
2000-11-15 Ivo TimmermansUse the HAVE_OPENSSL_xxx_H defined from m4/openssl...
2000-11-07 Guus Sliepen- Open UDP connection for all known hosts. Comments...
2000-11-04 Guus Sliepen- Prepended config_ to all configuration option names...
2000-11-04 Guus Sliepen- Simplified ping mechanism.
2000-11-04 Guus Sliepen- Forward keys in hex notation, not as binary data.
2000-11-04 Guus Sliepen- Don't forget to set packet cipher for added hosts.
2000-11-03 Ivo TimmermansWarnings removal pass: always include config.h first...
2000-10-29 Guus Sliepen- Finishing touch: encrypt the meta connections
2000-10-29 Guus Sliepen- Use CFB mode for encrypting packets: it works and...
2000-10-29 Guus Sliepen- Small fixes
2000-10-29 Guus Sliepen- Removed old encr stuff
2000-10-29 Guus Sliepen- Enforce correct order of authentication requests
2000-10-29 Guus Sliepen- Fixed ans_key_h
2000-10-29 Guus Sliepen- Very big cleanup.
2000-10-28 Guus Sliepen- Lots of small fixes
2000-10-24 Guus Sliepen- Lots of little stuff modified
2000-10-21 Guus Sliepen- Fixed all debug levels.
2000-10-20 Guus Sliepen- tinc now really does public/private key encryption...
2000-10-16 Guus Sliepen- More fixing. Tinc daemons can now even create activat...
2000-10-16 Guus Sliepen- Fixing little things
2000-10-15 Guus Sliepen- The daemon actually runs now (somewhat)
2000-10-14 Guus Sliepen- Second fixing-things pass: it even links now.
2000-10-11 Guus Sliepen- Fixing-things pass: every source file compiles into...
2000-10-11 Guus Sliepen- Generalized config file parsing to support multiple...
2000-09-26 Guus Sliepen- Added meta.c which contains functions to send, receiv...
2000-09-22 Guus Sliepen- Removed options "string" stuff. It was a bad idea...
2000-09-22 Guus Sliepen- Severe code reduction and simplification of challenge...
2000-09-17 Guus Sliepen- Updated authentication scheme.
2000-09-15 Ivo TimmermansSecond round of fixes
2000-09-14 Ivo TimmermansFirst round of needed fixes after the overhaul
2000-09-14 Guus Sliepen- Lots of small changes.
2000-09-11 Guus Sliepen- Fixed modulo in keylength check
2000-09-10 Guus Sliepen- Some key exchange stuff. (Last commit before going...
2000-09-10 Guus Sliepen- Lots of functions added for the new protocol.
2000-09-10 Guus Sliepen- Added more function skeletons for the new protocol.
2000-09-10 Guus Sliepen- New protocol. Will break everything else for now.
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