2006-12-12 |
Guus Sliepen | Use the correct next pointer. |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Guus Sliepen | When building the minimum spanning tree, make sure... |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Guus Sliepen | Search for lzo/lzo1x.h, lzo2/lzo1x.h and lzo1x.h. |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Guus Sliepen | Make sure resolved addressed for outgoing connections... |
commit | commitdiff | tree | snapshot |
2006-11-14 |
Guus Sliepen | Releasing 1.0.5. release-1.0.5 |
commit | commitdiff | tree | snapshot |
2006-11-14 |
Guus Sliepen | EWOULDBLOCK does not exist on platforms without O_NONBLOCK |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Guus Sliepen | When deleting an entire tree, start at head, not at... |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Guus Sliepen | Nodes use events, so event system should be initialised... |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Guus Sliepen | Update Dutch translation. |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Guus Sliepen | Document GraphDumpFile option. |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Guus Sliepen | Support and autodetect LZO version 2.0 and later. |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Guus Sliepen | Support and autodetect LZO version 2.0 and later. |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Guus Sliepen | popen() requires pclose(). |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Guus Sliepen | Added graph dumping ability based on Markus Goetz's... |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Guus Sliepen | The "active" bit in node.status is not used. |
commit | commitdiff | tree | snapshot |
2006-08-09 |
Guus Sliepen | memcpy() addresses from packet headers before calling... |
commit | commitdiff | tree | snapshot |
2006-08-08 |
Guus Sliepen | Remove unused variable. |
commit | commitdiff | tree | snapshot |
2006-08-08 |
Guus Sliepen | Remove unused parameter from maskcmp(). |
commit | commitdiff | tree | snapshot |
2006-08-08 |
Guus Sliepen | Remove unused variables. |
commit | commitdiff | tree | snapshot |
2006-08-08 |
Guus Sliepen | Fix format string warnings. |
commit | commitdiff | tree | snapshot |
2006-08-08 |
Guus Sliepen | Do not break strict aliasing of status_t structs. |
commit | commitdiff | tree | snapshot |
2006-06-12 |
Guus Sliepen | Add generic host-up and host-down scripts. |
commit | commitdiff | tree | snapshot |
2006-06-11 |
Guus Sliepen | Use memcpy() to copy sockaddrs returned by getaddrinfo(). |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Guus Sliepen | Restore length of the original packet in send_udppacket(). |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Guus Sliepen | Update copyright notices, remove Ivo's email address. |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Guus Sliepen | Fix a bug in handling prefixlengths that are not a... |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Guus Sliepen | Fix signedness compiler warnings. |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Guus Sliepen | Export flush_meta(). |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Guus Sliepen | Missing #include. |
commit | commitdiff | tree | snapshot |
2006-02-06 |
Guus Sliepen | Make sure $NAME is set correctly when executing tinc... |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Guus Sliepen | Apply patch from Scott Lamb adding an output buffer... |
commit | commitdiff | tree | snapshot |
2006-01-13 |
Guus Sliepen | Apply patch from Scott Lamb unifying configuration... |
commit | commitdiff | tree | snapshot |
2006-01-13 |
Guus Sliepen | EVP_Cleanup() when quitting. |
commit | commitdiff | tree | snapshot |
2005-11-16 |
Guus Sliepen | Enable OpenSSL ENGINE, so crypto hardware gets used... |
commit | commitdiff | tree | snapshot |
2005-06-03 |
Guus Sliepen | Add alloca.h to the list of necessary header files. |
commit | commitdiff | tree | snapshot |
2005-06-03 |
Guus Sliepen | Prevent possible buffer overflows when using very large... |
commit | commitdiff | tree | snapshot |
2005-05-04 |
Guus Sliepen | Releasing 1.0.4. release-1.0.4 |
commit | commitdiff | tree | snapshot |
2005-05-04 |
Guus Sliepen | Update copyright notices. |
commit | commitdiff | tree | snapshot |
2005-05-04 |
Guus Sliepen | Describe subnet-up/down scripts in documentation. |
commit | commitdiff | tree | snapshot |
2005-05-04 |
Guus Sliepen | Several splay tree fixes. |
commit | commitdiff | tree | snapshot |
2005-05-04 |
Guus Sliepen | Searching through splay trees may change the tree variable. |
commit | commitdiff | tree | snapshot |
2005-05-04 |
Guus Sliepen | Be on the safe side with initialisation of c->name. |
commit | commitdiff | tree | snapshot |
2005-04-06 |
Guus Sliepen | Remove unused (and potentially segfaulting) net2str... |
commit | commitdiff | tree | snapshot |
2005-01-20 |
Guus Sliepen | Don't try to add a non-existing node back to the node_u... |
commit | commitdiff | tree | snapshot |
2005-01-04 |
Guus Sliepen | Nodes should only be in the node_udp_tree if they are... |
commit | commitdiff | tree | snapshot |
2005-01-04 |
Guus Sliepen | Correct size argument for strncat(). |
commit | commitdiff | tree | snapshot |
2004-12-03 |
Guus Sliepen | Use the proper free function. |
commit | commitdiff | tree | snapshot |
2004-12-03 |
Guus Sliepen | Free memory used by connection_t after it is deleted... |
commit | commitdiff | tree | snapshot |
2004-12-01 |
Guus Sliepen | Small fix. |
commit | commitdiff | tree | snapshot |
2004-12-01 |
Guus Sliepen | subnet-up/down hooks, use list_t for the todo list. |
commit | commitdiff | tree | snapshot |
2004-12-01 |
Guus Sliepen | subnet-up/down hooks |
commit | commitdiff | tree | snapshot |
2004-11-18 |
Guus Sliepen | Fix splay tree code. |
commit | commitdiff | tree | snapshot |
2004-11-16 |
Guus Sliepen | Make sure broadcast packet reach the local network... |
commit | commitdiff | tree | snapshot |
2004-11-11 |
Guus Sliepen | Releasing 1.0.3. release-1.0.3 |
commit | commitdiff | tree | snapshot |
2004-11-11 |
Guus Sliepen | Add more people who have contributed to tinc. |
commit | commitdiff | tree | snapshot |
2004-11-11 |
Guus Sliepen | Short readme about how to compile tinc from a Subversio... |
commit | commitdiff | tree | snapshot |
2004-11-10 |
Guus Sliepen | Updated dutch translation. |
commit | commitdiff | tree | snapshot |
2004-11-10 |
Guus Sliepen | Remove duplication. |
commit | commitdiff | tree | snapshot |
2004-11-10 |
Guus Sliepen | Set BSD tuns to broadcast mode. On OpenBSD, this enable... |
commit | commitdiff | tree | snapshot |
2004-11-10 |
Guus Sliepen | Update documentation. |
commit | commitdiff | tree | snapshot |
2004-11-10 |
Guus Sliepen | Add BlockingTCP option, useful when using TCPOnly on... |
commit | commitdiff | tree | snapshot |
2004-11-10 |
Guus Sliepen | Support tunneling IPv6 on Solaris. |
commit | commitdiff | tree | snapshot |
2004-11-10 |
Guus Sliepen | Let compiler decide when to inline. |
commit | commitdiff | tree | snapshot |
2004-11-10 |
Guus Sliepen | Fix order of arguments for tar. |
commit | commitdiff | tree | snapshot |
2004-11-10 |
Guus Sliepen | Use the generic BSD tun/tap code. |
commit | commitdiff | tree | snapshot |
2004-11-10 |
Guus Sliepen | Missing check for NULL-pointer. |
commit | commitdiff | tree | snapshot |
2004-11-09 |
Guus Sliepen | Hopefully this really fixes late packet handling. |
commit | commitdiff | tree | snapshot |
2004-11-08 |
Guus Sliepen | Fixed another bug in late packet handling. |
commit | commitdiff | tree | snapshot |
2004-11-08 |
Guus Sliepen | Update to make it compile again. |
commit | commitdiff | tree | snapshot |
2004-11-08 |
Guus Sliepen | Hoopjumping to get the default directories in the manua... |
commit | commitdiff | tree | snapshot |
2004-11-02 |
Guus Sliepen | Splay trees. |
commit | commitdiff | tree | snapshot |
2004-11-01 |
Guus Sliepen | Don't include .svn directory in sample configuration. |
commit | commitdiff | tree | snapshot |
2004-11-01 |
Guus Sliepen | Check for sys/uio.h, net/if_tun.h and net/if_tap.h |
commit | commitdiff | tree | snapshot |
2004-11-01 |
Guus Sliepen | static |
commit | commitdiff | tree | snapshot |
2004-11-01 |
Guus Sliepen | Generic device driver for *BSD and MacOS/X |
commit | commitdiff | tree | snapshot |
2004-11-01 |
Guus Sliepen | Support alternative tun/tap driver from www-user.rhrk... |
commit | commitdiff | tree | snapshot |
2004-11-01 |
Guus Sliepen | Don't let tinc service depend on NDIS component. |
commit | commitdiff | tree | snapshot |
2004-11-01 |
Guus Sliepen | Correct return value. |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Guus Sliepen | Allow tinc to work with the latest TAP-Win32 driver. |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Guus Sliepen | strndupa() is too arcane for some environments. |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Guus Sliepen | Fix several #includes. |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Guus Sliepen | Move all #ifdef HAVE_HEADER_H #include <header.h> to... |
commit | commitdiff | tree | snapshot |
2004-09-20 |
Guus Sliepen | Remove duplicate #include "system.h" |
commit | commitdiff | tree | snapshot |
2004-09-20 |
Guus Sliepen | Marking potential late packets was in the wrong place. |
commit | commitdiff | tree | snapshot |
2004-07-17 |
Guus Sliepen | Don't set $INTERFACE automatically, don't quit on EINTR... |
commit | commitdiff | tree | snapshot |
2004-07-17 |
Guus Sliepen | Added UML network socket handling. |
commit | commitdiff | tree | snapshot |
2004-06-21 |
Guus Sliepen | Handle timeouts during connecting the same way as other... |
commit | commitdiff | tree | snapshot |
2004-06-14 |
Guus Sliepen | Clean up environment after executing scripts. |
commit | commitdiff | tree | snapshot |
2004-04-15 |
Guus Sliepen | Increase MTU by 4 bytes to allow VLAN tagged Ethernet... |
commit | commitdiff | tree | snapshot |
2004-03-21 |
Guus Sliepen | Update copyrights, links, email addresses and let Subve... |
commit | commitdiff | tree | snapshot |
2004-03-21 |
Guus Sliepen | Move CABAL branch to its rightful place: the trunk. |
commit | commitdiff | tree | snapshot |
2004-03-20 |
Guus Sliepen | Revert Martin Kihlgren's patch, it doesn't work the... |
commit | commitdiff | tree | snapshot |
2004-03-20 |
Guus Sliepen | Use Subversion to create ChangeLog, better svn-clean... |
commit | commitdiff | tree | snapshot |
2004-03-20 |
Guus Sliepen | Fix declaration of update_node_address(). |
commit | commitdiff | tree | snapshot |
2004-03-20 |
Guus Sliepen | Applied Martin Kihlgren's IdentityGenerosity patch, |
commit | commitdiff | tree | snapshot |
2004-03-15 |
Guus Sliepen | Even better svn-clean command. |
commit | commitdiff | tree | snapshot |
2004-03-15 |
Guus Sliepen | Updating dutch translation. |
commit | commitdiff | tree | snapshot |
2004-03-15 |
Guus Sliepen | Only read our public key if it wasn't already in the... |
commit | commitdiff | tree | snapshot |
2004-03-15 |
Guus Sliepen | Eat trailing whitespace in config files. |
commit | commitdiff | tree | snapshot |
2004-03-15 |
Guus Sliepen | Remove CVS related cruft. |
commit | commitdiff | tree | snapshot |
next |