Split connection list into two lists:
[tinc] / src /
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 SliepenDon't load table of verbose OpenSSL errormessages.
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 compiler warning.
2001-07-01 Guus SliepenFix printf format bug.
2001-06-29 Guus SliepenFix gcc 3.0 warnings.
2001-06-29 Guus SliepenLog error if two hosts connect with same IP/port tuple.
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-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-06 Guus SliepenFixes to make switching work between hosts that have...
2001-06-06 Guus SliepenLog and warn about duplicate subnet_add()'s for 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 SliepenFix bug where lookup_subnet_ipv4() could go into an...
2001-06-05 Guus Sliepen- This oneliner removes the need for ifconfig tap?...
2001-06-05 Guus Sliepen- tinc can now act as a switch or a hub too (as opposed...
2001-06-04 Guus SliepenAdded proxy-arp support. No more ifconfig -arp needed...
2001-06-01 Guus SliepenFix subnet_lookup() for overlapping subnets. Needs...
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-24 Guus SliepenOnly send key_changed if it was previously requested.
2001-05-24 Guus SliepenSince this is incompatible with some earlier versions...
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-05-04 Guus SliepenCorrectly cycle through ConnectTo variables.
2001-03-13 Guus SliepenCheck indirectdata option before forwarding certain...
2001-03-13 Guus SliepenIgnore alarm signals if we do not need to respond to...
2001-03-13 Guus SliepenFixed bug in setup_signals() that would make tinc die...
2001-03-12 Guus SliepenFixed a race condition triggered by receive_meta()...
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-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-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 SliepenCopy packets before putting them in the queue.
2001-02-25 Guus SliepenAdd missing \n.
2001-02-25 Guus SliepenCorrected check for errors after read() calls.
2001-02-11 Ivo TimmermansMore files to ignore in CVS
2001-02-11 Guus Sliepen- Updated CVS_CREATED to remove intl/ directory and...
2001-02-11 Guus SliepenIgnore file for src/
2001-02-06 Guus SliepenRemoved another local definition of the variable "errno"
2001-02-06 Guus SliepenFreeBSD compile fixes (thanks to XeF4)
2001-01-17 Ivo TimmermansFix error reporting of read_config
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-08 Guus Sliepen- Cleaned up subnet_t
2001-01-08 Guus Sliepen- Squashed another nasty bug.
2001-01-07 Guus Sliepen- Added indirectdata and tcponly functionality.
2001-01-07 Guus Sliepen- Fixed IPv6 subnet lookup routine.
2001-01-07 Guus Sliepen- It's 2001, all copyright notices are updated.
2001-01-07 Guus Sliepen- Added header file for route.c. The routing routines...
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-22 Ivo TimmermansAdded lint target, requires lclint.
2000-12-06 Ivo TimmermansRe-introduced MyVirtualIP and VpnMask, as dummy options.
2000-12-05 Ivo TimmermansTiny bits of code beautifying
2000-12-05 Ivo TimmermansOops. I did some VERY wrong things with readline(...
2000-12-03 Ivo TimmermansOption -d accepts an argument to set the debug level...
2000-12-03 Ivo TimmermansSort configuration directives
2000-12-01 Ivo TimmermansUse buffer instead of line in read_config_file(), line...
2000-12-01 Ivo Timmermansreadline() accepts two extra parameters, buf and buflen...
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 TimmermansIn readline(): initialise the line to zero length;
2000-11-30 Ivo TimmermansThe file is safe if it doesn't exist.
2000-11-30 Ivo TimmermansRead the PEM file pointed to by the configuration directive
2000-11-30 Ivo TimmermansImplemented is_safe_path, and extended ask_and_safe_open.
2000-11-29 Ivo TimmermansAlso free the pointer returned by readline().
2000-11-29 Ivo TimmermansUse readline() in read_config_file() instead of fgets.
2000-11-29 Ivo TimmermansImplemented a readline() function that will read an...
2000-11-28 Ivo TimmermansSave RSA public and private keys to a separate file...
2000-11-28 Ivo TimmermansUse sigaction to set signal handlers, the previous...
2000-11-26 Ivo TimmermansGive an error message if daemon() failed.
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-24 Ivo TimmermansDo not use the C library's daemon() call.
2000-11-22 Guus Sliepen- Fixed all (except 2) compiler warnings gcc -Wall...
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- Write pidfile AFTER detaching...
2000-11-22 Guus Sliepen- Cleaned up and checked for some more NULL pointers...
2000-11-22 Ivo TimmermansDeclare fd.
2000-11-22 Ivo TimmermansAdd more checks to ensure that filedescriptors are...
2000-11-22 Ivo TimmermansHonor the --localstatedir option to configure, instead...
next