2006-12-12 |
Guus Sliepen | Use the correct next pointer. |
tree | commitdiff |
2006-12-12 |
Guus Sliepen | When building the minimum spanning tree, make sure... |
tree | commitdiff |
2006-11-29 |
Guus Sliepen | Search for lzo/lzo1x.h, lzo2/lzo1x.h and lzo1x.h. |
tree | commitdiff |
2006-11-29 |
Guus Sliepen | Make sure resolved addressed for outgoing connections... |
tree | commitdiff |
2006-11-14 |
Guus Sliepen | EWOULDBLOCK does not exist on platforms without O_NONBLOCK |
tree | commitdiff |
2006-11-11 |
Guus Sliepen | Nodes use events, so event system should be initialised... |
tree | commitdiff |
2006-11-11 |
Guus Sliepen | Support and autodetect LZO version 2.0 and later. |
tree | commitdiff |
2006-11-11 |
Guus Sliepen | popen() requires pclose(). |
tree | commitdiff |
2006-11-11 |
Guus Sliepen | Added graph dumping ability based on Markus Goetz's... |
tree | commitdiff |
2006-11-11 |
Guus Sliepen | The "active" bit in node.status is not used. |
tree | commitdiff |
2006-08-09 |
Guus Sliepen | memcpy() addresses from packet headers before calling... |
tree | commitdiff |
2006-08-08 |
Guus Sliepen | Remove unused variable. |
tree | commitdiff |
2006-08-08 |
Guus Sliepen | Remove unused parameter from maskcmp(). |
tree | commitdiff |
2006-08-08 |
Guus Sliepen | Remove unused variables. |
tree | commitdiff |
2006-08-08 |
Guus Sliepen | Fix format string warnings. |
tree | commitdiff |
2006-08-08 |
Guus Sliepen | Do not break strict aliasing of status_t structs. |
tree | commitdiff |
2006-06-12 |
Guus Sliepen | Add generic host-up and host-down scripts. |
tree | commitdiff |
2006-06-11 |
Guus Sliepen | Use memcpy() to copy sockaddrs returned by getaddrinfo(). |
tree | commitdiff |
2006-04-26 |
Guus Sliepen | Restore length of the original packet in send_udppacket(). |
tree | commitdiff |
2006-04-26 |
Guus Sliepen | Update copyright notices, remove Ivo's email address. |
tree | commitdiff |
2006-04-12 |
Guus Sliepen | Fix a bug in handling prefixlengths that are not a... |
tree | commitdiff |
2006-03-19 |
Guus Sliepen | Fix signedness compiler warnings. |
tree | commitdiff |
2006-03-19 |
Guus Sliepen | Export flush_meta(). |
tree | commitdiff |
2006-03-19 |
Guus Sliepen | Missing #include. |
tree | commitdiff |
2006-02-06 |
Guus Sliepen | Make sure $NAME is set correctly when executing tinc... |
tree | commitdiff |
2006-01-19 |
Guus Sliepen | Apply patch from Scott Lamb adding an output buffer... |
tree | commitdiff |
2006-01-13 |
Guus Sliepen | Apply patch from Scott Lamb unifying configuration... |
tree | commitdiff |
2006-01-13 |
Guus Sliepen | EVP_Cleanup() when quitting. |
tree | commitdiff |
2005-11-16 |
Guus Sliepen | Enable OpenSSL ENGINE, so crypto hardware gets used... |
tree | commitdiff |
2005-06-03 |
Guus Sliepen | Prevent possible buffer overflows when using very large... |
tree | commitdiff |
2005-05-04 |
Guus Sliepen | Update copyright notices. |
tree | commitdiff |
2005-05-04 |
Guus Sliepen | Searching through splay trees may change the tree variable. |
tree | commitdiff |
2005-05-04 |
Guus Sliepen | Be on the safe side with initialisation of c->name. |
tree | commitdiff |
2005-04-06 |
Guus Sliepen | Remove unused (and potentially segfaulting) net2str... |
tree | commitdiff |
2005-01-20 |
Guus Sliepen | Don't try to add a non-existing node back to the node_u... |
tree | commitdiff |
2005-01-04 |
Guus Sliepen | Nodes should only be in the node_udp_tree if they are... |
tree | commitdiff |
2005-01-04 |
Guus Sliepen | Correct size argument for strncat(). |
tree | commitdiff |
2004-12-03 |
Guus Sliepen | Use the proper free function. |
tree | commitdiff |
2004-12-03 |
Guus Sliepen | Free memory used by connection_t after it is deleted... |
tree | commitdiff |
2004-12-01 |
Guus Sliepen | Small fix. |
tree | commitdiff |
2004-12-01 |
Guus Sliepen | subnet-up/down hooks, use list_t for the todo list. |
tree | commitdiff |
2004-12-01 |
Guus Sliepen | subnet-up/down hooks |
tree | commitdiff |
2004-11-16 |
Guus Sliepen | Make sure broadcast packet reach the local network... |
tree | commitdiff |
2004-11-10 |
Guus Sliepen | Set BSD tuns to broadcast mode. On OpenBSD, this enable... |
tree | commitdiff |
2004-11-10 |
Guus Sliepen | Add BlockingTCP option, useful when using TCPOnly on... |
tree | commitdiff |
2004-11-10 |
Guus Sliepen | Support tunneling IPv6 on Solaris. |
tree | commitdiff |
2004-11-10 |
Guus Sliepen | Let compiler decide when to inline. |
tree | commitdiff |
2004-11-10 |
Guus Sliepen | Use the generic BSD tun/tap code. |
tree | commitdiff |
2004-11-10 |
Guus Sliepen | Missing check for NULL-pointer. |
tree | commitdiff |
2004-11-09 |
Guus Sliepen | Hopefully this really fixes late packet handling. |
tree | commitdiff |
2004-11-08 |
Guus Sliepen | Fixed another bug in late packet handling. |
tree | commitdiff |
2004-11-08 |
Guus Sliepen | Update to make it compile again. |
tree | commitdiff |
2004-11-01 |
Guus Sliepen | static |
tree | commitdiff |
2004-11-01 |
Guus Sliepen | Generic device driver for *BSD and MacOS/X |
tree | commitdiff |
2004-11-01 |
Guus Sliepen | Support alternative tun/tap driver from http://www... |
tree | commitdiff |
2004-11-01 |
Guus Sliepen | Don't let tinc service depend on NDIS component. |
tree | commitdiff |
2004-11-01 |
Guus Sliepen | Correct return value. |
tree | commitdiff |
2004-10-01 |
Guus Sliepen | Allow tinc to work with the latest TAP-Win32 driver. |
tree | commitdiff |
2004-10-01 |
Guus Sliepen | strndupa() is too arcane for some environments. |
tree | commitdiff |
2004-10-01 |
Guus Sliepen | Fix several #includes. |
tree | commitdiff |
2004-09-20 |
Guus Sliepen | Remove duplicate #include "system.h" |
tree | commitdiff |
2004-09-20 |
Guus Sliepen | Marking potential late packets was in the wrong place. |
tree | commitdiff |
2004-07-17 |
Guus Sliepen | Don't set $INTERFACE automatically, don't quit on EINTR... |
tree | commitdiff |
2004-07-17 |
Guus Sliepen | Added UML network socket handling. |
tree | commitdiff |
2004-06-21 |
Guus Sliepen | Handle timeouts during connecting the same way as other... |
tree | commitdiff |
2004-06-14 |
Guus Sliepen | Clean up environment after executing scripts. |
tree | commitdiff |
2004-04-15 |
Guus Sliepen | Increase MTU by 4 bytes to allow VLAN tagged Ethernet... |
tree | commitdiff |
2004-03-21 |
Guus Sliepen | Update copyrights, links, email addresses and let Subve... |
tree | commitdiff |
2004-03-21 |
Guus Sliepen | Move CABAL branch to its rightful place: the trunk. |
tree | commitdiff |
2004-03-20 |
Guus Sliepen | Revert Martin Kihlgren's patch, it doesn't work the... |
tree | commitdiff |
2004-03-20 |
Guus Sliepen | Fix declaration of update_node_address(). |
tree | commitdiff |
2004-03-20 |
Guus Sliepen | Applied Martin Kihlgren's IdentityGenerosity patch, |
tree | commitdiff |
2004-03-15 |
Guus Sliepen | Only read our public key if it wasn't already in the... |
tree | commitdiff |
2004-03-15 |
Guus Sliepen | Eat trailing whitespace in config files. |
tree | commitdiff |
2004-03-15 |
Guus Sliepen | Remove CVS related cruft. |
tree | commitdiff |
2003-12-27 |
Guus Sliepen | Don't forget to update destination MAC address. |
tree | commitdiff |
2003-12-24 |
Guus Sliepen | Small fixes for PMTU discovery. |
tree | commitdiff |
2003-12-22 |
Guus Sliepen | Improvements for PMTU discovery and IPv4 packet fragmen... |
tree | commitdiff |
2003-12-20 |
Guus Sliepen | Better name, show probed MTU in dump. |
tree | commitdiff |
2003-12-20 |
Guus Sliepen | More sensible name, and try to set PMTU discovery on... |
tree | commitdiff |
2003-12-20 |
Guus Sliepen | Let tinc figure out the exact MTU of the link. |
tree | commitdiff |
2003-12-13 |
Guus Sliepen | Forget multicast. Always inline some function. |
tree | commitdiff |
2003-12-12 |
Guus Sliepen | Code beautification, start of multicast support. |
tree | commitdiff |
2003-12-08 |
Guus Sliepen | Fix proxy-neighborsolicitation. |
tree | commitdiff |
2003-12-07 |
Guus Sliepen | Don't retry if configuration is wrong from the beginning. |
tree | commitdiff |
2003-12-07 |
Guus Sliepen | Missing space between words. |
tree | commitdiff |
2003-12-07 |
Guus Sliepen | Read MaxTimeout from tinc.conf like the manpage says. |
tree | commitdiff |
2003-11-27 |
Guus Sliepen | Complain if pid file cannot be created. |
tree | commitdiff |
2003-11-17 |
Guus Sliepen | Replace Opaque and Strict options with a TunnelServer... |
tree | commitdiff |
2003-11-10 |
Guus Sliepen | Add Opaque option which prevent information from being... |
tree | commitdiff |
2003-10-12 |
Guus Sliepen | Fix another bug in meta.c. |
tree | commitdiff |
2003-10-11 |
Guus Sliepen | Fix bug that could lead to an assertion failure in... |
tree | commitdiff |
2003-10-11 |
Guus Sliepen | Parentheses in the wrong spots. |
tree | commitdiff |
2003-10-11 |
Guus Sliepen | Check all EVP_ function calls. |
tree | commitdiff |
2003-10-10 |
Guus Sliepen | Check return value of EVP_* functions, and check if... |
tree | commitdiff |
2003-10-10 |
Guus Sliepen | Fix ASCII art. |
tree | commitdiff |
2003-10-08 |
Guus Sliepen | Some platforms don't know sa_family_t or define it... |
tree | commitdiff |
2003-10-08 |
Guus Sliepen | Set media status for newer TAP-Win32 driver. |
tree | commitdiff |
2003-10-08 |
Guus Sliepen | Missing declaration. |
tree | commitdiff |
2003-10-06 |
Guus Sliepen | Make sure type of AF_UNKNOWN is sa_family_t. |
tree | commitdiff |
next |