2002-03-01 |
Guus Sliepen | Document and clean up MAC address expiry. |
tree | commitdiff |
2002-03-01 |
Guus Sliepen | - Global time_t now, so that we don't have to call... |
tree | commitdiff |
2002-03-01 |
Guus Sliepen | Create/bind TCP and UDP listening sockets in pairs. |
tree | commitdiff |
2002-03-01 |
Guus Sliepen | If "PriorityInheritance = yes" is specified in tinc... |
tree | commitdiff |
2002-03-01 |
Guus Sliepen | Fix listening sockets. |
tree | commitdiff |
2002-03-01 |
Guus Sliepen | Make BindToInterface work. |
tree | commitdiff |
2002-02-27 |
Guus Sliepen | Fix send_request() bug. |
tree | commitdiff |
2002-02-26 |
Guus Sliepen | Allow multiple listening sockets. |
tree | commitdiff |
2002-02-26 |
Guus Sliepen | Tweaking IPv6 support. |
tree | commitdiff |
2002-02-20 |
Guus Sliepen | - Change SA_LEN to SALEN, former one is already defined... |
tree | commitdiff |
2002-02-20 |
Guus Sliepen | - Use gai_strerror() where appropriate |
tree | commitdiff |
2002-02-20 |
Guus Sliepen | Preserve inpkt->len, needed for broadcasts. |
tree | commitdiff |
2002-02-20 |
Guus Sliepen | Protocol now also exchanges cipher/digest/maclength... |
tree | commitdiff |
2002-02-20 |
Guus Sliepen | Cache results of lookup_subnet_...(). |
tree | commitdiff |
2002-02-20 |
Guus Sliepen | Fix maskcmp() and maskcpy(). |
tree | commitdiff |
2002-02-20 |
Guus Sliepen | Forward packets in router mode. |
tree | commitdiff |
2002-02-20 |
Guus Sliepen | Use AF_UNSPEC for listening sockets if AddressFamily... |
tree | commitdiff |
2002-02-20 |
Guus Sliepen | Fix segfault when receiving HUP signal. |
tree | commitdiff |
2002-02-18 |
Guus Sliepen | - Non-blocking connect()s. |
tree | commitdiff |
2002-02-12 |
Guus Sliepen | Added device.c for NetBSD, actually a copy of the OpenB... |
tree | commitdiff |
2002-02-12 |
Guus Sliepen | Get rid of sys/signal.h. |
tree | commitdiff |
2002-02-12 |
Guus Sliepen | Don't use sa_sigaction (which NetBSD doesn't like)... |
tree | commitdiff |
2002-02-11 |
Guus Sliepen | Added support for packet compression, thanks to Mark... |
tree | commitdiff |
2002-02-11 |
Guus Sliepen | Small fix. |
tree | commitdiff |
2002-02-11 |
Guus Sliepen | - If no PrivateKeyFile is specified, /etc/tinc/netname... |
tree | commitdiff |
2002-02-11 |
Guus Sliepen | Sensible defaults for $INTERFACE. |
tree | commitdiff |
2002-02-11 |
Guus Sliepen | Last bits of the merger. |
tree | commitdiff |
2002-02-11 |
Guus Sliepen | Forgot to merge new files from pre5. |
tree | commitdiff |
2002-02-10 |
Guus Sliepen | Merging of the entire pre5 branch. release-1.0pre5 |
tree | commitdiff |
2001-11-16 |
Ivo Timmermans | Conversion to struct addrinfo is almost complete for... |
tree | commitdiff |
2001-11-16 |
Ivo Timmermans | Don't include netutl.h. |
tree | commitdiff |
2001-11-16 |
Ivo Timmermans | Fixed silly typo: "np" instead of "no" |
tree | commitdiff |
2001-11-16 |
Ivo Timmermans | get_config_subnet needs to be fixed. |
tree | commitdiff |
2001-11-16 |
Ivo Timmermans | route_ipv4 and route_ipv6 replaced by route_ip. |
tree | commitdiff |
2001-11-16 |
Ivo Timmermans | Don't include netutl.h. |
tree | commitdiff |
2001-11-16 |
Ivo Timmermans | lookup_node_udp changed. |
tree | commitdiff |
2001-11-16 |
Ivo Timmermans | First part of rewriting things to use struct addrinfo. |
tree | commitdiff |
2001-11-16 |
Ivo Timmermans | (re)added port to struct node_t |
tree | commitdiff |
2001-11-16 |
Ivo Timmermans | Don't include netutl.h. |
tree | commitdiff |
2001-11-16 |
Ivo Timmermans | Obsoleted. |
tree | commitdiff |
2001-11-16 |
Ivo Timmermans | Don't compile/link netutl.c. |
tree | commitdiff |
2001-11-16 |
Ivo Timmermans | get_config_{ip,port} removed. |
tree | commitdiff |
2001-11-16 |
Ivo Timmermans | Changed to use struct addrinfo where needed. |
tree | commitdiff |
2001-11-16 |
Ivo Timmermans | Obsoleted all IP<x> types in favor of struct addrinfo |
tree | commitdiff |
2001-11-16 |
Ivo Timmermans | Removed definitions of ipv4_t, ipv6_t, port_t |
tree | commitdiff |
2001-11-16 |
Ivo Timmermans | Changed lookup_connection to use struct addrinfo |
tree | commitdiff |
2001-11-16 |
Ivo Timmermans | Changed prototype for lookup_connection to use struct... |
tree | commitdiff |
2001-11-16 |
Ivo Timmermans | Use struct addrinfo in connection_t to hold all host... |
tree | commitdiff |
2001-11-16 |
Ivo Timmermans | Deprecated get_config_ip and get_config_port |
tree | commitdiff |
2001-11-05 |
Guus Sliepen | More fixes for Solaris. |
tree | commitdiff |
2001-11-05 |
Guus Sliepen | Various fixes needed for Solaris. |
tree | commitdiff |
2001-11-04 |
Guus Sliepen | Correctly check if subnet owner exists. |
tree | commitdiff |
2001-11-04 |
Guus Sliepen | Be liberal in what you accept: allow unknown edges... |
tree | commitdiff |
2001-11-03 |
Guus Sliepen | *** empty log message *** |
tree | commitdiff |
2001-11-03 |
Guus Sliepen | Several bugfixes. |
tree | commitdiff |
2001-11-03 |
Guus Sliepen | Use PEM functions as suggested by OpenSSL docs. |
tree | commitdiff |
2001-10-31 |
Guus Sliepen | Some very small fixes |
tree | commitdiff |
2001-10-31 |
Guus Sliepen | Avoid connecting to another node twice, and check name... |
tree | commitdiff |
2001-10-31 |
Guus Sliepen | Show cfg->variable instead of cfg->value when complaini... |
tree | commitdiff |
2001-10-31 |
Guus Sliepen | Don't forget to read public RSA key when making an... |
tree | commitdiff |
2001-10-31 |
Guus Sliepen | - Small fixes to graph algorithms |
tree | commitdiff |
2001-10-30 |
Guus Sliepen | More updates to protocol handlers and reimplemented... |
tree | commitdiff |
2001-10-30 |
Guus Sliepen | Various fixes, tinc is now somewhat capable of actually... |
tree | commitdiff |
2001-10-29 |
Guus Sliepen | Working version of Kruskal's algorithm. The running... |
tree | commitdiff |
2001-10-28 |
Guus Sliepen | - More changes needed for Kruskal's algorithm |
tree | commitdiff |
2001-10-28 |
Guus Sliepen | - More s/vertex/edge/g |
tree | commitdiff |
2001-10-28 |
Guus Sliepen | What was I thinking? s/vertex/edge/g. |
tree | commitdiff |
2001-10-27 |
Guus Sliepen | Various small fixes to make tinc runnable again. |
tree | commitdiff |
2001-10-27 |
Guus Sliepen | Make sure everything links. |
tree | commitdiff |
2001-10-27 |
Guus Sliepen | Big bad commit: |
tree | commitdiff |
2001-10-13 |
Guus Sliepen | Support new files (node/vertex/device.[ch]) and OpenBSD. |
tree | commitdiff |
2001-10-12 |
Guus Sliepen | Forgot the tun specific stuff. |
tree | commitdiff |
2001-10-12 |
Guus Sliepen | Added OpenBSD tun device handling. Untested though. |
tree | commitdiff |
2001-10-12 |
Guus Sliepen | Forgot to remove some old #ifdef stuff. |
tree | commitdiff |
2001-10-12 |
Guus Sliepen | Solaris tun device handling cleaned up a bit and added. |
tree | commitdiff |
2001-10-12 |
Guus Sliepen | Added FreeBSD tap device handling. |
tree | commitdiff |
2001-10-12 |
Guus Sliepen | - Split tap device stuff out of net.[ch] |
tree | commitdiff |
2001-10-10 |
Guus Sliepen | More updates to new node/vertex/connection combo. |
tree | commitdiff |
2001-10-10 |
Guus Sliepen | Revamp configuration handling: |
tree | commitdiff |
2001-10-10 |
Guus Sliepen | Removed everything from connection.c that has already... |
tree | commitdiff |
2001-10-10 |
Guus Sliepen | Further implementation of doc/CONNECTIVITY. connection... |
tree | commitdiff |
2001-10-09 |
Guus Sliepen | Small corrections. |
tree | commitdiff |
2001-10-09 |
Guus Sliepen | Started implementing doc/CONNECTIVITY. |
tree | commitdiff |
2001-10-08 |
Guus Sliepen | Fix bug when dropping an old connection in favour of... |
tree | commitdiff |
2001-10-08 |
Guus Sliepen | - Use ping timeout mechanism to close connections that... |
tree | commitdiff |
2001-10-08 |
Guus Sliepen | Fix bug where tinc would crash because of a portscan... |
tree | commitdiff |
2001-10-08 |
Guus Sliepen | - Renamed lastbutonehop to prevhop. |
tree | commitdiff |
2001-09-25 |
Guus Sliepen | Fill in next- and lastbutonehop for myself. |
tree | commitdiff |
2001-09-25 |
Guus Sliepen | Try next connectto instead of the same over and over. |
tree | commitdiff |
2001-09-24 |
Guus Sliepen | Show next- and lastbutonehop when dumping connectionlis... |
tree | commitdiff |
2001-09-24 |
Guus Sliepen | Not only keep track of nexthop, but also of lastbutoneh... |
tree | commitdiff |
2001-09-24 |
Guus Sliepen | - Try old TUN/TAP ioctl() request if the one from if_tu... |
tree | commitdiff |
2001-09-05 |
Ivo Timmermans | Killing tincd with SIGINT causes it to toggle between... |
tree | commitdiff |
2001-09-01 |
Guus Sliepen | config_t* is a const parameter in get_config_val(). |
tree | commitdiff |
2001-09-01 |
Guus Sliepen | Optional signal number for -k option. |
tree | commitdiff |
2001-09-01 |
Guus Sliepen | Revised reconnection mechanism, always try out all... |
tree | commitdiff |
2001-09-01 |
Guus Sliepen | Remove IndirectData support for now, new implementation... |
tree | commitdiff |
2001-08-28 |
Guus Sliepen | Fix signed comparison bug in lookup_subnet_ipv4(). |
tree | commitdiff |
2001-08-17 |
Guus Sliepen | Don't send DEL_HOSTs when !status.meta |
tree | commitdiff |
2001-07-24 |
Guus Sliepen | Explicitly log which type of tunnel device is used. |
tree | commitdiff |
next |