2002-09-02 |
Guus Sliepen | Replacement for the current routing algorithm. |
tree | commitdiff |
2002-08-24 |
Guus Sliepen | Gettext 1.11.5 compatibility. |
tree | commitdiff |
2002-07-18 |
Guus Sliepen | Added support for raw sockets. This can be used instead... |
tree | commitdiff |
2002-07-16 |
Guus Sliepen | Allow tincd to be locked into main memory. |
tree | commitdiff |
2002-07-11 |
Guus Sliepen | Added stub device.c for Cygwin. |
tree | commitdiff |
2002-07-11 |
Guus Sliepen | Started port to Cygwin. |
tree | commitdiff |
2002-07-11 |
Guus Sliepen | Clear subnets before using them. |
tree | commitdiff |
2002-07-10 |
Guus Sliepen | Allow identical subnets from different owners. |
tree | commitdiff |
2002-07-10 |
Guus Sliepen | Allow list of environment variables to be passed to... |
tree | commitdiff |
2002-06-21 |
Guus Sliepen | Fix for prefixlengths of 32 (IPv4) and 128 (IPv6) bits. |
tree | commitdiff |
2002-06-21 |
Guus Sliepen | s/sliepen.warande.net/sliepen.eu.org/g |
tree | commitdiff |
2002-06-13 |
Guus Sliepen | Reset listen_sockets after SIGHUP. |
tree | commitdiff |
2002-06-10 |
Guus Sliepen | Include darwin/device.c in distribution. |
tree | commitdiff |
2002-06-10 |
Guus Sliepen | Added Darwin (MacOS/X) tun device handling. |
tree | commitdiff |
2002-06-09 |
Ivo Timmermans | Include netbsd's device.c in make dist |
tree | commitdiff |
2002-06-08 |
Guus Sliepen | - netinet/* include files depend on netinet/in_systm.h. |
tree | commitdiff |
2002-06-08 |
Guus Sliepen | Use inttypes.h instead of stdint.h. |
tree | commitdiff |
2002-06-08 |
Guus Sliepen | Cleanup: |
tree | commitdiff |
2002-06-07 |
Wessel Dankers | This should work much better. |
tree | commitdiff |
2002-06-05 |
Guus Sliepen | Use correct includes on NetBSD. |
tree | commitdiff |
2002-06-05 |
Guus Sliepen | Make it work correctly with NetBSD tun device. |
tree | commitdiff |
2002-06-02 |
Guus Sliepen | Support RSA_PUBKEYs (as opposed to RSAPublicKeys) so... |
tree | commitdiff |
2002-05-01 |
Guus Sliepen | Only purge once when there are no more connections. |
tree | commitdiff |
2002-04-29 |
Guus Sliepen | Fix very stupid bug in node_del(), which might have... |
tree | commitdiff |
2002-04-27 |
Guus Sliepen | Informative log message if execl() failed. |
tree | commitdiff |
2002-04-26 |
Ivo Timmermans | Typo |
tree | commitdiff |
2002-04-23 |
Guus Sliepen | Add BindToAddress variable, similar to the late BindToIP. |
tree | commitdiff |
2002-04-19 |
Guus Sliepen | Support for MaxOS/X. |
tree | commitdiff |
2002-04-18 |
Ivo Timmermans | Put #ifndef checks for HAVE_RAND_PSEUDO_BYTES in the... |
tree | commitdiff |
2002-04-09 |
Guus Sliepen | masklength is better known as prefixlength. |
tree | commitdiff |
2002-04-05 |
Guus Sliepen | Fix maskcheck() and maskcmp(). |
tree | commitdiff |
2002-04-01 |
Guus Sliepen | check_rsa() is broken, I don't know why, just remove... |
tree | commitdiff |
2002-04-01 |
Guus Sliepen | Don't check_network_activity() if select() is interrupt... |
tree | commitdiff |
2002-03-27 |
Guus Sliepen | Fix format strings. |
tree | commitdiff |
2002-03-27 |
Guus Sliepen | Remove symlink to device.c when doing a make dist. |
tree | commitdiff |
2002-03-27 |
Guus Sliepen | Remove cruft. |
tree | commitdiff |
2002-03-27 |
Guus Sliepen | Limit the amount of packets in a queue to 8. |
tree | commitdiff |
2002-03-27 |
Guus Sliepen | Merge do_prune() with build_fdset(). Probably fixes... |
tree | commitdiff |
2002-03-26 |
Guus Sliepen | Fix execute_script(). |
tree | commitdiff |
2002-03-25 |
Guus Sliepen | Send REQ_KEY only once until ANS_KEY has arrived. |
tree | commitdiff |
2002-03-25 |
Guus Sliepen | Set myself->status.reachable. |
tree | commitdiff |
2002-03-24 |
Guus Sliepen | Configuration variables were still handled case sensiti... |
tree | commitdiff |
2002-03-24 |
Guus Sliepen | OpenBSD tun device uses address family number instead... |
tree | commitdiff |
2002-03-24 |
Guus Sliepen | Respect type field. |
tree | commitdiff |
2002-03-24 |
Guus Sliepen | Set $INTERFACE correctly when using ethertap while... |
tree | commitdiff |
2002-03-24 |
Guus Sliepen | Execute hosts/name-up when a node becomes reachable... |
tree | commitdiff |
2002-03-24 |
Guus Sliepen | Don't try to execute scripts unless they exist. |
tree | commitdiff |
2002-03-23 |
Guus Sliepen | Reset retry timeout when receiving the first PONG,... |
tree | commitdiff |
2002-03-23 |
Guus Sliepen | Don't run graph algorithms if no edge is deleted in... |
tree | commitdiff |
2002-03-23 |
Guus Sliepen | free() request strings when deleting past requests... |
tree | commitdiff |
2002-03-23 |
Guus Sliepen | send_ack() was broken. |
tree | commitdiff |
2002-03-22 |
Guus Sliepen | Fix compiler warnings, strictly use long int and %lx... |
tree | commitdiff |
2002-03-22 |
Guus Sliepen | Fix add_edge_h(). |
tree | commitdiff |
2002-03-22 |
Guus Sliepen | - Added support for jumbograms. |
tree | commitdiff |
2002-03-21 |
Guus Sliepen | Put a break on requests that run around in circles. |
tree | commitdiff |
2002-03-19 |
Guus Sliepen | Updated SSSP algorithm to automatically detect indirect... |
tree | commitdiff |
2002-03-19 |
Guus Sliepen | Don't use s6_addr[16|32] anymore. |
tree | commitdiff |
2002-03-19 |
Guus Sliepen | Cleanup. |
tree | commitdiff |
2002-03-18 |
Guus Sliepen | Remember sockaddrs of listening sockets, use appropriat... |
tree | commitdiff |
2002-03-18 |
Guus Sliepen | Fix #define s6_addr32. |
tree | commitdiff |
2002-03-18 |
Guus Sliepen | #define s6_addr32, needed for FreeBSD. |
tree | commitdiff |
2002-03-17 |
Guus Sliepen | Only unmap IPv6 addresses. |
tree | commitdiff |
2002-03-17 |
Guus Sliepen | Unmap v4mapped sockaddrs. |
tree | commitdiff |
2002-03-15 |
Guus Sliepen | Typo. |
tree | commitdiff |
2002-03-15 |
Guus Sliepen | Different way of detecting neighbor solicitation requests. |
tree | commitdiff |
2002-03-15 |
Guus Sliepen | Oops, don't forget to actually put the checksum in... |
tree | commitdiff |
2002-03-15 |
Guus Sliepen | Neighbor solicitation requests now work (I think). |
tree | commitdiff |
2002-03-12 |
Guus Sliepen | Revert changes to Kruskal's algo. |
tree | commitdiff |
2002-03-12 |
Guus Sliepen | Put #ifdef NEIGHBORSOL around corresponding code. |
tree | commitdiff |
2002-03-12 |
Guus Sliepen | Remove silly cache thingy. |
tree | commitdiff |
2002-03-12 |
Guus Sliepen | Packet sequence number/authentication warnings only... |
tree | commitdiff |
2002-03-12 |
Guus Sliepen | Simplified implementation of Kruskal's minimum spanning... |
tree | commitdiff |
2002-03-11 |
Guus Sliepen | New strategy: forward icmp6 neighbor solicitations... |
tree | commitdiff |
2002-03-11 |
Guus Sliepen | Try to reply to neighbor solicitation requests. |
tree | commitdiff |
2002-03-11 |
Guus Sliepen | prune_connections() before build_fdset(). |
tree | commitdiff |
2002-03-11 |
Guus Sliepen | Cleanups, spelling fixes, allow symbol names for signal... |
tree | commitdiff |
2002-03-10 |
Guus Sliepen | Don't retry to make outgoing connections when exitting. |
tree | commitdiff |
2002-03-10 |
Guus Sliepen | Fix forwarding of IPv6 packets. |
tree | commitdiff |
2002-03-01 |
Guus Sliepen | Check if BindToDevice and PriorityInheritance are suppo... |
tree | commitdiff |
2002-03-01 |
Guus Sliepen | Woops. |
tree | commitdiff |
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 |
next |