Big bad commit:
[tinc] / src / protocol.c
2001-10-27 Guus SliepenBig bad commit:
2001-10-08 Guus SliepenFix bug when dropping an old connection in favour of...
2001-10-08 Guus Sliepen- Renamed lastbutonehop to prevhop.
2001-09-24 Guus SliepenNot only keep track of nexthop, but also of lastbutoneh...
2001-09-01 Guus SliepenRemove IndirectData support for now, new implementation...
2001-08-17 Guus SliepenDon't send DEL_HOSTs when !status.meta
2001-07-21 Guus SliepenUpdated terminate_connection() so you can choose if...
2001-07-20 Guus SliepenAdded purge_tree for connection_t's which are no longer...
2001-07-20 Guus SliepenRemove all unnecessary status.meta and status.active...
2001-07-19 Guus SliepenCorrectly use the active_tree.
2001-07-15 Guus SliepenSplit connection list into two lists:
2001-07-04 Guus Sliepen- Always use <openssl/include.h> instead of just <inclu...
2001-07-01 Guus SliepenCheck for all potential duplicate entries in the id...
2001-07-01 Guus SliepenFix printf format bug.
2001-06-29 Guus SliepenLog error if two hosts connect with same IP/port tuple.
2001-06-09 Guus SliepenWoops - big bug in send_key_changed fixed.
2001-06-08 Guus SliepenOnly reset seconds_till_retry when we activate the...
2001-06-05 Guus Sliepen- tinc can now act as a switch or a hub too (as opposed...
2001-05-25 Guus SliepenTCPonly now works (in a relatively clean way too).
2001-05-25 Guus SliepenSmall fixes:
2001-05-24 Guus SliepenOnly send key_changed if it was previously requested.
2001-05-24 Guus SliepenAdd randomness to PING/PONG packets to prevent crypto...
2001-05-07 Guus Sliepen- s/ip_t/ipv4_t/g
2001-03-13 Guus SliepenCheck indirectdata option before forwarding certain...
2001-03-04 Guus Sliepen- route.c is now used to determine destination
2001-03-02 Guus SliepenAdded explaination of our key exchange using RSA encryp...
2001-02-27 Guus SliepenRemoved lots of compiler warnings.
2001-02-26 Guus Sliepen- Make sure METAKEY is smaller than the modulus of...
2001-02-25 Guus SliepenImplemented new authentication scheme from doc/SECURITY2.
2001-02-25 Guus SliepenEncrypt network packets in CBC mode instead of CFB...
2001-02-25 Guus SliepenCorrected check for errors after read() calls.
2001-02-06 Guus SliepenRemoved another local definition of the variable "errno"
2001-02-06 Guus SliepenFreeBSD compile fixes (thanks to XeF4)
2001-01-08 Guus Sliepen- Squashed another nasty bug.
2001-01-07 Guus Sliepen- Added indirectdata and tcponly functionality.
2001-01-07 Guus Sliepen- It's 2001, all copyright notices are updated.
2001-01-07 Guus Sliepen- Reinstated a queue for outgoing packets.
2001-01-06 Guus Sliepen- Check and follow symlinks in is_safe_path
2001-01-05 Guus Sliepen- Let user choose whether keys are in the config files...
2000-12-22 Guus Sliepen- Don't even think about using sscanf with %as anymore
2000-12-05 Ivo TimmermansTiny bits of code beautifying
2000-11-30 Ivo TimmermansNew function read_rsa_public_key();
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...
next