tinc
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-24 Guus SliepenMore on edges.
2001-07-23 Guus SliepenDiscuss how sending ADD_EDGEs would be better than...
2001-07-22 Guus SliepenWritten down a possible solution.
2001-07-22 Guus SliepenCorrectie.
2001-07-22 Guus SliepenSmall update.
2001-07-22 Guus SliepenDescribed problem in more detail.
2001-07-22 Guus SliepenStarted writing a document about how daemons connect...
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-07-01 Guus SliepenMore items marked as done.
2001-06-29 Guus SliepenDutch translation updated.
2001-06-29 Guus SliepenUpdate of RedHat build scripts.
2001-06-29 Guus SliepenIt appears that autogen.sh doesn't like es.po if it...
2001-06-29 Guus SliepenCheck for dlopen in standard libraries first (needed...
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 SliepenAlso remove po/Makefile.in.in, which is generated by...
2001-06-29 Guus Sliepenes.po revived.
2001-06-29 Guus SliepenExecute tinc-down BEFORE tap device is closed. This...
2001-06-29 Guus SliepenDon't build Spanish translation.
2001-06-29 Guus SliepenABOUT-NLS is created by autogen.sh.
2001-06-29 Guus SliepenSpanish translation removed. Nobody maintains it, and...
2001-06-26 Ivo TimmermansSmall fix to make it compile again
2001-06-21 Guus SliepenReinstated search for if_tun.h in kernel source tree...
2001-06-21 Guus SliepenRemove #warnings I used for debugging stuff.
2001-06-21 Guus SliepenCheck for and add -ldl.
2001-06-21 Guus Sliepen- Solaris compile fixes
2001-06-20 Ivo TimmermansDon't include the debian/ dir in a release
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-07 Guus SliepenChanged drastically because it didn't work correctly:
2001-06-07 Guus SliepenSave configure cache more often.
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 SliepenUpdated dutch translation.
2001-06-05 Guus SliepenChanged some stuff to allow correct generation of po...
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-26 Ivo TimmermansDon't distribute autogen.sh in a release
2001-05-26 Ivo TimmermansChanged version number to 1.0-cvs
2001-05-26 Ivo TimmermansNew make target: `make release'
2001-05-25 Guus SliepenFix sample configuration to show keys in PEM format... release-1.0pre4
2001-05-25 Guus SliepenDocuments are merged. Now we only need to check the...
2001-05-25 Guus SliepenMerged PROTOCOL, NETWORK and SECURITY2 with the texinfo...
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 corrections to the manuals.
2001-05-25 Guus SliepenSmall fixes:
2001-05-24 Guus SliepenOnly send key_changed if it was previously requested.
2001-05-24 Guus SliepenAll features for 1.0 are implemented now, we just have...
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-24 Guus SliepenChanged URL from kernelnotes.org to linuxdoc.org.
2001-05-24 Guus SliepenMore revisions to the documentation:
2001-05-19 Guus Sliepen- Make sure correct information is supplied for both...
2001-05-07 Guus Sliepen- s/ip_t/ipv4_t/g
2001-05-04 Guus SliepenCorrectly cycle through ConnectTo variables.
2001-04-13 Guus SliepenDepend on new ssl package and install alias for univers...
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 SliepenAdded a description of what is going on in net.c and...
2001-03-04 Guus SliepenUpdated translation.
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...
next