Added AM_MAINTAINER_MODE
[tinc] / src / net.c
2002-09-04 Guus SliepenGeneralized request broadcasting/forwarding.
2002-09-04 Guus SliepenRevert to edge and graph stuff. This time, use a direct...
2002-09-03 Guus SliepenDrop graph and edge stuff. Use new node stuff instead.
2002-06-21 Guus Sliepens/sliepen.warande.net/sliepen.eu.org/g
2002-06-08 Guus Sliepen- netinet/* include files depend on netinet/in_systm.h.
2002-06-08 Guus SliepenCleanup:
2002-05-01 Guus SliepenOnly purge once when there are no more connections.
2002-04-18 Ivo TimmermansPut #ifndef checks for HAVE_RAND_PSEUDO_BYTES in the...
2002-04-01 Guus SliepenDon't check_network_activity() if select() is interrupt...
2002-03-27 Guus SliepenMerge do_prune() with build_fdset(). Probably fixes...
2002-03-24 Guus SliepenExecute hosts/name-up when a node becomes reachable...
2002-03-23 Guus SliepenDon't run graph algorithms if no edge is deleted in...
2002-03-22 Guus Sliepen- Added support for jumbograms.
2002-03-18 Guus SliepenRemember sockaddrs of listening sockets, use appropriat...
2002-03-11 Guus Sliepenprune_connections() before build_fdset().
2002-03-11 Guus SliepenCleanups, spelling fixes, allow symbol names for signal...
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-02-26 Guus SliepenAllow multiple listening sockets.
2002-02-20 Guus SliepenFix segfault when receiving HUP signal.
2002-02-18 Guus Sliepen- Non-blocking connect()s.
2002-02-12 Guus SliepenGet rid of sys/signal.h.
2002-02-11 Guus SliepenAdded support for packet compression, thanks to Mark...
2002-02-11 Guus Sliepen- If no PrivateKeyFile is specified, /etc/tinc/netname...
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 TimmermansFirst part of rewriting things to use struct addrinfo.
2001-11-16 Ivo TimmermansDon't include netutl.h.
2001-11-05 Guus SliepenMore fixes for Solaris.
2001-11-03 Guus Sliepen*** empty log message ***
2001-11-03 Guus SliepenUse PEM functions as suggested by OpenSSL docs.
2001-10-31 Guus SliepenAvoid connecting to another node twice, and check name...
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-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-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 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-01 Guus SliepenRevised reconnection mechanism, always try out all...
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-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 Sliepen- Always use <openssl/include.h> instead of just <inclu...
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-08 Guus SliepenOnly reset seconds_till_retry when we activate 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 Sliepen- tinc can now act as a switch or a hub too (as opposed...
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-07 Guus Sliepen- s/ip_t/ipv4_t/g
2001-05-04 Guus SliepenCorrectly cycle through ConnectTo variables.
2001-03-13 Guus SliepenIgnore alarm signals if we do not need to respond to...
2001-03-04 Guus Sliepen- route.c is now used to determine destination
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-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-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
2001-01-07 Guus Sliepen- Added indirectdata and tcponly functionality.
2001-01-07 Guus Sliepen- It's 2001, all copyright notices are updated.
2001-01-07 Guus Sliepen- Reinstated a queue for outgoing packets.
2001-01-05 Guus Sliepen- Let user choose whether keys are in the config files...
2000-12-22 Guus Sliepen- Don't even think about using sscanf with %as anymore
2000-12-05 Ivo TimmermansTiny bits of code beautifying
2000-11-30 Ivo TimmermansNew function read_rsa_public_key();
2000-11-30 Ivo TimmermansAvoid printing duplicate messages from read_rsa_keys
2000-11-30 Ivo TimmermansBetter error checking when reading the RSA private...
2000-11-30 Ivo TimmermansRead the PEM file pointed to by the configuration directive
2000-11-25 Guus Sliepen- Use only one socket for all UDP traffic (for compatib...
2000-11-24 Guus SliepenAnother big & bad commit:
2000-11-20 Guus Sliepen- More fixes.
2000-11-20 Guus Sliepen- Various small fixes.
2000-11-20 Guus Sliepen- Proper initialization of rbltree structures.
next