What was I thinking? s/vertex/edge/g.
[tinc] / src /
2001-10-28 Guus SliepenWhat was I thinking? s/vertex/edge/g.
2001-10-27 Guus SliepenVarious small fixes to make tinc runnable again.
2001-10-27 Guus SliepenMake sure everything links.
2001-10-27 Guus SliepenBig bad commit:
2001-10-13 Guus SliepenSupport new files (node/vertex/device.[ch]) and OpenBSD.
2001-10-12 Guus SliepenForgot the tun specific stuff.
2001-10-12 Guus SliepenAdded OpenBSD tun device handling. Untested though.
2001-10-12 Guus SliepenForgot to remove some old #ifdef stuff.
2001-10-12 Guus SliepenSolaris tun device handling cleaned up a bit and added.
2001-10-12 Guus SliepenAdded FreeBSD tap device handling.
2001-10-12 Guus Sliepen- Split tap device stuff out of net.[ch]
2001-10-10 Guus SliepenMore updates to new node/vertex/connection combo.
2001-10-10 Guus SliepenRevamp configuration handling:
2001-10-10 Guus SliepenRemoved everything from connection.c that has already...
2001-10-10 Guus SliepenFurther implementation of doc/CONNECTIVITY. connection...
2001-10-09 Guus SliepenSmall corrections.
2001-10-09 Guus SliepenStarted implementing doc/CONNECTIVITY.
2001-10-08 Guus SliepenFix bug when dropping an old connection in favour of...
2001-10-08 Guus Sliepen- Use ping timeout mechanism to close connections that...
2001-10-08 Guus SliepenFix bug where tinc would crash because of a portscan...
2001-10-08 Guus Sliepen- Renamed lastbutonehop to prevhop.
2001-09-25 Guus SliepenFill in next- and lastbutonehop for myself.
2001-09-25 Guus SliepenTry next connectto instead of the same over and over.
2001-09-24 Guus SliepenShow next- and lastbutonehop when dumping connectionlis...
2001-09-24 Guus SliepenNot only keep track of nexthop, but also of lastbutoneh...
2001-09-24 Guus Sliepen- Try old TUN/TAP ioctl() request if the one from if_tu...
2001-09-05 Ivo TimmermansKilling tincd with SIGINT causes it to toggle between...
2001-09-01 Guus Sliepenconfig_t* is a const parameter in get_config_val().
2001-09-01 Guus SliepenOptional signal number for -k option.
2001-09-01 Guus SliepenRevised reconnection mechanism, always try out all...
2001-09-01 Guus SliepenRemove IndirectData support for now, new implementation...
2001-08-28 Guus SliepenFix signed comparison bug in lookup_subnet_ipv4().
2001-08-17 Guus SliepenDon't send DEL_HOSTs when !status.meta
2001-07-24 Guus SliepenExplicitly log which type of tunnel device is used.
2001-07-24 Guus SliepenThe val variable in a config_t is never used as a long.
2001-07-24 Guus SliepenWrite public key to rsa_key.pub instead of rsa_key...
2001-07-24 Guus SliepenDon't use %m in fprintf().
2001-07-21 Guus SliepenWoohoo! tinc now compiles, runs and actually *works...
2001-07-21 Guus SliepenAlways close all sockets in terminate_connection().
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 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
next