Small updates.
[tinc] / src /
2002-03-27 Guus SliepenLimit the amount of packets in a queue to 8.
2002-03-27 Guus SliepenMerge do_prune() with build_fdset(). Probably fixes...
2002-03-26 Guus SliepenFix execute_script().
2002-03-25 Guus SliepenSend REQ_KEY only once until ANS_KEY has arrived.
2002-03-25 Guus SliepenSet myself->status.reachable.
2002-03-24 Guus SliepenConfiguration variables were still handled case sensiti...
2002-03-24 Guus SliepenOpenBSD tun device uses address family number instead...
2002-03-24 Guus SliepenRespect type field.
2002-03-24 Guus SliepenSet $INTERFACE correctly when using ethertap while...
2002-03-24 Guus SliepenExecute hosts/name-up when a node becomes reachable...
2002-03-24 Guus SliepenDon't try to execute scripts unless they exist.
2002-03-23 Guus SliepenReset retry timeout when receiving the first PONG,...
2002-03-23 Guus SliepenDon't run graph algorithms if no edge is deleted in...
2002-03-23 Guus Sliepenfree() request strings when deleting past requests...
2002-03-23 Guus Sliepensend_ack() was broken.
2002-03-22 Guus SliepenFix compiler warnings, strictly use long int and %lx...
2002-03-22 Guus SliepenFix add_edge_h().
2002-03-22 Guus Sliepen- Added support for jumbograms.
2002-03-21 Guus SliepenPut a break on requests that run around in circles.
2002-03-19 Guus SliepenUpdated SSSP algorithm to automatically detect indirect...
2002-03-19 Guus SliepenDon't use s6_addr[16|32] anymore.
2002-03-19 Guus SliepenCleanup.
2002-03-18 Guus SliepenRemember sockaddrs of listening sockets, use appropriat...
2002-03-18 Guus SliepenFix #define s6_addr32.
2002-03-18 Guus Sliepen#define s6_addr32, needed for FreeBSD.
2002-03-17 Guus SliepenOnly unmap IPv6 addresses.
2002-03-17 Guus SliepenUnmap v4mapped sockaddrs.
2002-03-15 Guus SliepenTypo.
2002-03-15 Guus SliepenDifferent way of detecting neighbor solicitation requests.
2002-03-15 Guus SliepenOops, don't forget to actually put the checksum in...
2002-03-15 Guus SliepenNeighbor solicitation requests now work (I think).
2002-03-12 Guus SliepenRevert changes to Kruskal's algo.
2002-03-12 Guus SliepenPut #ifdef NEIGHBORSOL around corresponding code.
2002-03-12 Guus SliepenRemove silly cache thingy.
2002-03-12 Guus SliepenPacket sequence number/authentication warnings only...
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.
next