Implemented new authentication scheme from doc/SECURITY2.
[tinc] / src / net.c
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 SliepenCopy packets before putting them in the queue.
2001-01-13 Guus Sliepen- Allow ASN1 style keys to be in the config files.
2001-01-11 Guus Sliepen- Only send out DEL_HOSTs for hosts with a meta connection
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-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-30 Ivo TimmermansAvoid printing duplicate messages from read_rsa_keys
2000-11-30 Ivo TimmermansBetter error checking when reading the RSA private...
2000-11-30 Ivo TimmermansRead the PEM file pointed to by the configuration directive
2000-11-25 Guus Sliepen- Use only one socket for all UDP traffic (for compatib...
2000-11-24 Guus SliepenAnother big & bad commit:
2000-11-20 Guus Sliepen- More fixes.
2000-11-20 Guus Sliepen- Various small fixes.
2000-11-20 Guus Sliepen- Proper initialization of rbltree structures.
2000-11-20 Guus Sliepen- Integrate rbl trees into tinc.
2000-11-16 Ivo TimmermansDelete struct ifr
2000-11-16 Ivo TimmermansMove all process-related functions into process.c.
2000-11-15 Ivo TimmermansKeep a list of running children, and in each loop in...
2000-11-15 Guus SliepenPorting to FreeBSD:
2000-11-15 Ivo TimmermansLet the output from an executed script in execute_scrip...
2000-11-15 Ivo TimmermansUse the HAVE_OPENSSL_xxx_H defined from m4/openssl...
2000-11-08 Guus Sliepen- Applied Jamie Brigg's patch (close sockets after...
2000-11-08 Guus SliepenPorting to SunOS 5.8:
2000-11-07 Guus SliepenChanged execution of tinc-up:
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- Check for packets that are looping back.
2000-11-04 Ivo TimmermansIn execute_script:
2000-11-04 Guus Sliepen- Resolve scriptname after fork()
2000-11-04 Ivo TimmermansUse putenv() instead of clumsy do-it-yourself in execut...
2000-11-04 Ivo TimmermansSmall change to the way the environment is copied.
2000-11-04 Guus Sliepen- Removed even more warnings.
2000-11-04 Guus Sliepen- Removed unused MAC strip/add functions.
2000-11-03 Ivo TimmermansRun the scripts tinc-up and tinc-down from a separate...
2000-11-02 Ivo TimmermansChanged a few messages wrt. system calls; updated and...
2000-10-30 Guus Sliepen- Small cleanups
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- Updated dutch translation.
2000-10-29 Guus Sliepen- Hit people who can't figure out subnet address/mask...
2000-10-29 Guus Sliepen- Very big cleanup.
2000-10-28 Guus Sliepen- Override destination ethernet address on incoming...
2000-10-28 Guus Sliepen- Fixed offsets when reading/writing from/to tap device
2000-10-28 Guus Sliepen- Lots of small fixes
2000-10-28 Guus Sliepen- Updated subnet list handling. Subnets are added to...
2000-10-24 Guus Sliepen- Lots of little stuff modified
2000-10-22 Ivo TimmermansInclude linux/sockios.h and net/if.h anyway, regardless...
2000-10-21 Guus Sliepen- Fixed all debug levels.
2000-10-20 Guus Sliepen- Removed last reference to genauth from Makefile.am
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 SliepenCorrected #ifdefs for tun/tap support.
2000-10-15 Ivo TimmermansWrap the tun/tap code in #ifdef HAVE_TUNTAP
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 SliepenBig and bad commit of my current tree...
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-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-06 Guus Sliepen- Use strerror() instead of sys_errlist[] for increased...
2000-08-09 Guus Sliepen- Added two extra configuration options, Interface...
2000-08-09 Guus Sliepen- Reinstated O_NONBLOCK for meta socket
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-07 Guus Sliepen- Lots o' buglets fixed (-Wall helps)
2000-08-07 Guus Sliepen- Added experimental hackish tunneling-over-TCP support.
2000-07-02 Guus Sliepen- Fixed typo.
2000-07-02 Guus Sliepen- Delayed address resolving for ConnectTo lines in...
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-30 Guus Sliepen- Removed segfault bug in conf.c (must have been there...
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- Extra check op EINTR bij inlezen requests
2000-06-27 Guus Sliepen- Fixes a silly little insignificant buglet.
2000-06-27 Guus Sliepen- Improved handling of errors on connection attempts.
2000-06-27 Guus Sliepen- Fixed indirectdata=no problem
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 SliepenHostlookup() is actually being called now.
2000-06-25 Guus SliepenHostnames are back!
2000-06-25 Guus SliepenLarge cleanup:
2000-06-24 Guus SliepenIf we have "indirectdata" flag set, we only send data...
2000-06-23 Guus SliepenFirst step for implementation of the "indirectdata...
2000-05-31 Ivo TimmermansMiscellaneous copyright updates. release-1.0pre2
2000-05-30 Ivo TimmermansIn terminate_connection, only send a notification to...
2000-05-30 Ivo TimmermansWhen a connection is terminated, all hosts that are...
next