Simplified implementation of Kruskal's minimum spanning tree algorithm.
[tinc] / src /
2002-03-12 Guus SliepenSimplified implementation of Kruskal's minimum spanning...
2002-03-11 Guus SliepenNew strategy: forward icmp6 neighbor solicitations...
2002-03-11 Guus SliepenTry to reply to neighbor solicitation requests.
2002-03-11 Guus Sliepenprune_connections() before build_fdset().
2002-03-11 Guus SliepenCleanups, spelling fixes, allow symbol names for signal...
2002-03-10 Guus SliepenDon't retry to make outgoing connections when exitting.
2002-03-10 Guus SliepenFix forwarding of IPv6 packets.
2002-03-01 Guus SliepenCheck if BindToDevice and PriorityInheritance are suppo...
2002-03-01 Guus SliepenWoops.
2002-03-01 Guus SliepenDocument and clean up MAC address expiry.
2002-03-01 Guus Sliepen- Global time_t now, so that we don't have to call...
2002-03-01 Guus SliepenCreate/bind TCP and UDP listening sockets in pairs.
2002-03-01 Guus SliepenIf "PriorityInheritance = yes" is specified in tinc...
2002-03-01 Guus SliepenFix listening sockets.
2002-03-01 Guus SliepenMake BindToInterface work.
2002-02-27 Guus SliepenFix send_request() bug.
2002-02-26 Guus SliepenAllow multiple listening sockets.
2002-02-26 Guus SliepenTweaking IPv6 support.
2002-02-20 Guus Sliepen- Change SA_LEN to SALEN, former one is already defined...
2002-02-20 Guus Sliepen- Use gai_strerror() where appropriate
2002-02-20 Guus SliepenPreserve inpkt->len, needed for broadcasts.
2002-02-20 Guus SliepenProtocol now also exchanges cipher/digest/maclength...
2002-02-20 Guus SliepenCache results of lookup_subnet_...().
2002-02-20 Guus SliepenFix maskcmp() and maskcpy().
2002-02-20 Guus SliepenForward packets in router mode.
2002-02-20 Guus SliepenUse AF_UNSPEC for listening sockets if AddressFamily...
2002-02-20 Guus SliepenFix segfault when receiving HUP signal.
2002-02-18 Guus Sliepen- Non-blocking connect()s.
2002-02-12 Guus SliepenAdded device.c for NetBSD, actually a copy of the OpenB...
2002-02-12 Guus SliepenGet rid of sys/signal.h.
2002-02-12 Guus SliepenDon't use sa_sigaction (which NetBSD doesn't like)...
2002-02-11 Guus SliepenAdded support for packet compression, thanks to Mark...
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...
next