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 |
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 |
next |