Updated terminate_connection() so you can choose if DEL_HOSTs should be
[tinc] / src / net.c
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-15 Guus SliepenCorrect inclusion of standard if_tun.h header file.
2001-07-04 Guus Sliepen- Always use <openssl/include.h> instead of just <inclu...
2001-06-29 Guus SliepenExecute tinc-down BEFORE tap device is closed. This...
2001-06-21 Guus SliepenRemove #warnings I used for debugging stuff.
2001-06-21 Guus Sliepen- Solaris compile fixes
2001-06-08 Guus SliepenOnly reset seconds_till_retry when we activate the...
2001-06-05 Guus SliepenAdd missing? counting of total_socket_in.
2001-06-05 Guus SliepenYou can now put an option "Mode" in tinc.conf, and...
2001-06-05 Guus Sliepen- tinc can now act as a switch or a hub too (as opposed...
2001-05-28 Guus SliepenMake sure Solaris is happy too.
2001-05-28 Guus SliepenSmall fixes to allow correct compilation under FreeBSD...
2001-05-25 Guus SliepenTCPonly now works (in a relatively clean way too).
2001-05-25 Guus SliepenWith recent kernels the tun device file is located...
2001-05-25 Guus SliepenSmall fixes:
2001-05-07 Guus Sliepen- s/ip_t/ipv4_t/g
2001-05-04 Guus SliepenCorrectly cycle through ConnectTo variables.
2001-03-13 Guus SliepenIgnore alarm signals if we do not need to respond to...
2001-03-04 Guus Sliepen- route.c is now used to determine destination
2001-03-01 Guus SliepenVarious small fixes.
2001-02-27 Guus SliepenRemoved lots of compiler warnings.
2001-02-27 Guus Sliepen- Fixed Interface option (untested)
2001-02-27 Guus SliepenDon't forget to reconnect if outgoing connection fails...
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
next