Small fix.
[tinc] / src /
2002-02-11 Guus SliepenSmall fix.
2002-02-11 Guus Sliepen- If no PrivateKeyFile is specified, /etc/tinc/netname...
2002-02-11 Guus SliepenSensible defaults for $INTERFACE.
2002-02-11 Guus SliepenLast bits of the merger.
2002-02-11 Guus SliepenForgot to merge new files from pre5.
2002-02-10 Guus SliepenMerging of the entire pre5 branch. release-1.0pre5
2001-11-16 Ivo TimmermansConversion to struct addrinfo is almost complete for...
2001-11-16 Ivo TimmermansDon't include netutl.h.
2001-11-16 Ivo TimmermansFixed silly typo: "np" instead of "no"
2001-11-16 Ivo Timmermansget_config_subnet needs to be fixed.
2001-11-16 Ivo Timmermansroute_ipv4 and route_ipv6 replaced by route_ip.
2001-11-16 Ivo TimmermansDon't include netutl.h.
2001-11-16 Ivo Timmermanslookup_node_udp changed.
2001-11-16 Ivo TimmermansFirst part of rewriting things to use struct addrinfo.
2001-11-16 Ivo Timmermans(re)added port to struct node_t
2001-11-16 Ivo TimmermansDon't include netutl.h.
2001-11-16 Ivo TimmermansObsoleted.
2001-11-16 Ivo TimmermansDon't compile/link netutl.c.
2001-11-16 Ivo Timmermansget_config_{ip,port} removed.
2001-11-16 Ivo TimmermansChanged to use struct addrinfo where needed.
2001-11-16 Ivo TimmermansObsoleted all IP<x> types in favor of struct addrinfo
2001-11-16 Ivo TimmermansRemoved definitions of ipv4_t, ipv6_t, port_t
2001-11-16 Ivo TimmermansChanged lookup_connection to use struct addrinfo
2001-11-16 Ivo TimmermansChanged prototype for lookup_connection to use struct...
2001-11-16 Ivo TimmermansUse struct addrinfo in connection_t to hold all host...
2001-11-16 Ivo TimmermansDeprecated get_config_ip and get_config_port
2001-11-05 Guus SliepenMore fixes for Solaris.
2001-11-05 Guus SliepenVarious fixes needed for Solaris.
2001-11-04 Guus SliepenCorrectly check if subnet owner exists.
2001-11-04 Guus SliepenBe liberal in what you accept: allow unknown edges...
2001-11-03 Guus Sliepen*** empty log message ***
2001-11-03 Guus SliepenSeveral bugfixes.
2001-11-03 Guus SliepenUse PEM functions as suggested by OpenSSL docs.
2001-10-31 Guus SliepenSome very small fixes
2001-10-31 Guus SliepenAvoid connecting to another node twice, and check name...
2001-10-31 Guus SliepenShow cfg->variable instead of cfg->value when complaini...
2001-10-31 Guus SliepenDon't forget to read public RSA key when making an...
2001-10-31 Guus Sliepen- Small fixes to graph algorithms
2001-10-30 Guus SliepenMore updates to protocol handlers and reimplemented...
2001-10-30 Guus SliepenVarious fixes, tinc is now somewhat capable of actually...
2001-10-29 Guus SliepenWorking version of Kruskal's algorithm. The running...
2001-10-28 Guus Sliepen- More changes needed for Kruskal's algorithm
2001-10-28 Guus Sliepen- More s/vertex/edge/g
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...
next