2007-01-05 |
Guus Sliepen | No things to do for the 1.0 branch except bugfixing.
|
commit | commitdiff | tree |
2007-01-05 |
Guus Sliepen | rename() cannot replace existing files on Windows.
|
commit | commitdiff | tree |
2007-01-05 |
Guus Sliepen | Fix generic BSD tun device to write only the actual...
|
commit | commitdiff | tree |
2007-01-04 |
Guus Sliepen | Tapreader socket should be bound to localhost only.
|
commit | commitdiff | tree |
2007-01-03 |
Guus Sliepen | Use a ringbuffer in shared memory to transfer packets...
|
commit | commitdiff | tree |
2006-12-18 |
Guus Sliepen | Releasing 1.0.6.
|
commit | commitdiff | tree |
2006-12-18 |
Guus Sliepen | Prevent compiler warnings about redefinition of EAI_FAMILY...
|
commit | commitdiff | tree |
2006-12-16 |
Guus Sliepen | Do a simple test for linux/if_tun.h instead of no test...
|
commit | commitdiff | tree |
2006-12-16 |
Guus Sliepen | Remove the test for linux/if_tun.h.
|
commit | commitdiff | tree |
2006-12-16 |
Guus Sliepen | We do properly check for malloc and realloc.
|
commit | commitdiff | tree |
2006-12-16 |
Guus Sliepen | Use standard autoconf macros instead of our own.
|
commit | commitdiff | tree |
2006-12-16 |
Guus Sliepen | Fix rule that creates html version of manpages.
|
commit | commitdiff | tree |
2006-12-15 |
Guus Sliepen | Remove old Spanish translation.
|
commit | commitdiff | tree |
2006-12-15 |
Guus Sliepen | Remove unnecessary stuff from configure.in.
|
commit | commitdiff | tree |
2006-12-12 |
Guus Sliepen | Use the correct next pointer.
|
commit | commitdiff | tree |
2006-12-12 |
Guus Sliepen | When building the minimum spanning tree, make sure...
|
commit | commitdiff | tree |
2006-11-29 |
Guus Sliepen | Search for lzo/lzo1x.h, lzo2/lzo1x.h and lzo1x.h.
|
commit | commitdiff | tree |
2006-11-29 |
Guus Sliepen | Make sure resolved addressed for outgoing connections...
|
commit | commitdiff | tree |
2006-11-14 |
Guus Sliepen | Releasing 1.0.5.
|
commit | commitdiff | tree |
2006-11-14 |
Guus Sliepen | EWOULDBLOCK does not exist on platforms without O_NONBLOCK
|
commit | commitdiff | tree |
2006-11-11 |
Guus Sliepen | When deleting an entire tree, start at head, not at...
|
commit | commitdiff | tree |
2006-11-11 |
Guus Sliepen | Nodes use events, so event system should be initialised...
|
commit | commitdiff | tree |
2006-11-11 |
Guus Sliepen | Update Dutch translation.
|
commit | commitdiff | tree |
2006-11-11 |
Guus Sliepen | Document GraphDumpFile option.
|
commit | commitdiff | tree |
2006-11-11 |
Guus Sliepen | Support and autodetect LZO version 2.0 and later.
|
commit | commitdiff | tree |
2006-11-11 |
Guus Sliepen | Support and autodetect LZO version 2.0 and later.
|
commit | commitdiff | tree |
2006-11-11 |
Guus Sliepen | popen() requires pclose().
|
commit | commitdiff | tree |
2006-11-11 |
Guus Sliepen | Added graph dumping ability based on Markus Goetz's...
|
commit | commitdiff | tree |
2006-11-11 |
Guus Sliepen | The "active" bit in node.status is not used.
|
commit | commitdiff | tree |
2006-08-09 |
Guus Sliepen | memcpy() addresses from packet headers before calling...
|
commit | commitdiff | tree |
2006-08-08 |
Guus Sliepen | Remove unused variable.
|
commit | commitdiff | tree |
2006-08-08 |
Guus Sliepen | Remove unused parameter from maskcmp().
|
commit | commitdiff | tree |
2006-08-08 |
Guus Sliepen | Remove unused variables.
|
commit | commitdiff | tree |
2006-08-08 |
Guus Sliepen | Fix format string warnings.
|
commit | commitdiff | tree |
2006-08-08 |
Guus Sliepen | Do not break strict aliasing of status_t structs.
|
commit | commitdiff | tree |
2006-06-12 |
Guus Sliepen | Add generic host-up and host-down scripts.
|
commit | commitdiff | tree |
2006-06-11 |
Guus Sliepen | Use memcpy() to copy sockaddrs returned by getaddrinfo().
|
commit | commitdiff | tree |
2006-04-26 |
Guus Sliepen | Restore length of the original packet in send_udppacket().
|
commit | commitdiff | tree |
2006-04-26 |
Guus Sliepen | Update copyright notices, remove Ivo's email address.
|
commit | commitdiff | tree |
2006-04-12 |
Guus Sliepen | Fix a bug in handling prefixlengths that are not a...
|
commit | commitdiff | tree |
2006-03-19 |
Guus Sliepen | Fix signedness compiler warnings.
|
commit | commitdiff | tree |
2006-03-19 |
Guus Sliepen | Export flush_meta().
|
commit | commitdiff | tree |
2006-03-19 |
Guus Sliepen | Missing #include.
|
commit | commitdiff | tree |
2006-02-06 |
Guus Sliepen | Make sure $NAME is set correctly when executing tinc...
|
commit | commitdiff | tree |
2006-01-19 |
Guus Sliepen | Apply patch from Scott Lamb adding an output buffer...
|
commit | commitdiff | tree |
2006-01-13 |
Guus Sliepen | Apply patch from Scott Lamb unifying configuration...
|
commit | commitdiff | tree |
2006-01-13 |
Guus Sliepen | EVP_Cleanup() when quitting.
|
commit | commitdiff | tree |
2005-11-16 |
Guus Sliepen | Enable OpenSSL ENGINE, so crypto hardware gets used...
|
commit | commitdiff | tree |
2005-06-03 |
Guus Sliepen | Add alloca.h to the list of necessary header files.
|
commit | commitdiff | tree |
2005-06-03 |
Guus Sliepen | Prevent possible buffer overflows when using very large...
|
commit | commitdiff | tree |
2005-05-04 |
Guus Sliepen | Releasing 1.0.4.
|
commit | commitdiff | tree |
2005-05-04 |
Guus Sliepen | Update copyright notices.
|
commit | commitdiff | tree |
2005-05-04 |
Guus Sliepen | Describe subnet-up/down scripts in documentation.
|
commit | commitdiff | tree |
2005-05-04 |
Guus Sliepen | Several splay tree fixes.
|
commit | commitdiff | tree |
2005-05-04 |
Guus Sliepen | Searching through splay trees may change the tree variable.
|
commit | commitdiff | tree |
2005-05-04 |
Guus Sliepen | Be on the safe side with initialisation of c->name.
|
commit | commitdiff | tree |
2005-04-06 |
Guus Sliepen | Remove unused (and potentially segfaulting) net2str...
|
commit | commitdiff | tree |
2005-01-20 |
Guus Sliepen | Don't try to add a non-existing node back to the node_udp_tree.
|
commit | commitdiff | tree |
2005-01-04 |
Guus Sliepen | Nodes should only be in the node_udp_tree if they are...
|
commit | commitdiff | tree |
2005-01-04 |
Guus Sliepen | Correct size argument for strncat().
|
commit | commitdiff | tree |
2004-12-03 |
Guus Sliepen | Use the proper free function.
|
commit | commitdiff | tree |
2004-12-03 |
Guus Sliepen | Free memory used by connection_t after it is deleted...
|
commit | commitdiff | tree |
2004-12-01 |
Guus Sliepen | Small fix.
|
commit | commitdiff | tree |
2004-12-01 |
Guus Sliepen | subnet-up/down hooks, use list_t for the todo list.
|
commit | commitdiff | tree |
2004-12-01 |
Guus Sliepen | subnet-up/down hooks
|
commit | commitdiff | tree |
2004-11-18 |
Guus Sliepen | Fix splay tree code.
|
commit | commitdiff | tree |
2004-11-16 |
Guus Sliepen | Make sure broadcast packet reach the local network...
|
commit | commitdiff | tree |
2004-11-11 |
Guus Sliepen | Releasing 1.0.3.
|
commit | commitdiff | tree |
2004-11-11 |
Guus Sliepen | Add more people who have contributed to tinc.
|
commit | commitdiff | tree |
2004-11-11 |
Guus Sliepen | Short readme about how to compile tinc from a Subversion...
|
commit | commitdiff | tree |
2004-11-10 |
Guus Sliepen | Updated dutch translation.
|
commit | commitdiff | tree |
2004-11-10 |
Guus Sliepen | Remove duplication.
|
commit | commitdiff | tree |
2004-11-10 |
Guus Sliepen | Set BSD tuns to broadcast mode. On OpenBSD, this enables...
|
commit | commitdiff | tree |
2004-11-10 |
Guus Sliepen | Update documentation.
|
commit | commitdiff | tree |
2004-11-10 |
Guus Sliepen | Add BlockingTCP option, useful when using TCPOnly on...
|
commit | commitdiff | tree |
2004-11-10 |
Guus Sliepen | Support tunneling IPv6 on Solaris.
|
commit | commitdiff | tree |
2004-11-10 |
Guus Sliepen | Let compiler decide when to inline.
|
commit | commitdiff | tree |
2004-11-10 |
Guus Sliepen | Fix order of arguments for tar.
|
commit | commitdiff | tree |
2004-11-10 |
Guus Sliepen | Use the generic BSD tun/tap code.
|
commit | commitdiff | tree |
2004-11-10 |
Guus Sliepen | Missing check for NULL-pointer.
|
commit | commitdiff | tree |
2004-11-09 |
Guus Sliepen | Hopefully this really fixes late packet handling.
|
commit | commitdiff | tree |
2004-11-08 |
Guus Sliepen | Fixed another bug in late packet handling.
|
commit | commitdiff | tree |
2004-11-08 |
Guus Sliepen | Update to make it compile again.
|
commit | commitdiff | tree |
2004-11-08 |
Guus Sliepen | Hoopjumping to get the default directories in the manuals...
|
commit | commitdiff | tree |
2004-11-02 |
Guus Sliepen | Splay trees.
|
commit | commitdiff | tree |
2004-11-01 |
Guus Sliepen | Don't include .svn directory in sample configuration.
|
commit | commitdiff | tree |
2004-11-01 |
Guus Sliepen | Check for sys/uio.h, net/if_tun.h and net/if_tap.h
|
commit | commitdiff | tree |
2004-11-01 |
Guus Sliepen | static
|
commit | commitdiff | tree |
2004-11-01 |
Guus Sliepen | Generic device driver for *BSD and MacOS/X
|
commit | commitdiff | tree |
2004-11-01 |
Guus Sliepen | Support alternative tun/tap driver from http://www...
|
commit | commitdiff | tree |
2004-11-01 |
Guus Sliepen | Don't let tinc service depend on NDIS component.
|
commit | commitdiff | tree |
2004-11-01 |
Guus Sliepen | Correct return value.
|
commit | commitdiff | tree |
2004-10-01 |
Guus Sliepen | Allow tinc to work with the latest TAP-Win32 driver.
|
commit | commitdiff | tree |
2004-10-01 |
Guus Sliepen | strndupa() is too arcane for some environments.
|
commit | commitdiff | tree |
2004-10-01 |
Guus Sliepen | Fix several #includes.
|
commit | commitdiff | tree |
2004-10-01 |
Guus Sliepen | Move all #ifdef HAVE_HEADER_H #include <header.h> to...
|
commit | commitdiff | tree |
2004-09-20 |
Guus Sliepen | Remove duplicate #include "system.h"
|
commit | commitdiff | tree |
2004-09-20 |
Guus Sliepen | Marking potential late packets was in the wrong place.
|
commit | commitdiff | tree |
2004-07-17 |
Guus Sliepen | Don't set $INTERFACE automatically, don't quit on EINTR...
|
commit | commitdiff | tree |
2004-07-17 |
Guus Sliepen | Added UML network socket handling.
|
commit | commitdiff | tree |
next |