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 |
2004-03-15 |
Guus Sliepen | Replace cvs-clean with a much better svn-clean. |
commit | commitdiff | tree | snapshot |
2004-01-10 |
cvs2svn | This commit was generated by cvs2svn to compensate... |
commit | commitdiff | tree | snapshot |
2004-01-10 |
Guus Sliepen | Remove autogen.sh, the autoreconf program does exactly... |
commit | commitdiff | tree | snapshot |
2004-01-10 |
Guus Sliepen | Small updates. |
commit | commitdiff | tree | snapshot |
2003-12-27 |
Guus Sliepen | Don't forget to update destination MAC address. |
commit | commitdiff | tree | snapshot |
2003-12-24 |
Guus Sliepen | Small fixes for PMTU discovery. |
commit | commitdiff | tree | snapshot |
2003-12-22 |
Guus Sliepen | Missing definitions. |
commit | commitdiff | tree | snapshot |
2003-12-22 |
Guus Sliepen | Improvements for PMTU discovery and IPv4 packet fragmen... |
commit | commitdiff | tree | snapshot |
2003-12-20 |
Guus Sliepen | Better name, show probed MTU in dump. |
commit | commitdiff | tree | snapshot |
2003-12-20 |
Guus Sliepen | Describe the TunnelServer and PMTUDiscovery options. |
commit | commitdiff | tree | snapshot |
2003-12-20 |
Guus Sliepen | More sensible name, and try to set PMTU discovery on... |
commit | commitdiff | tree | snapshot |
2003-12-20 |
Guus Sliepen | Let tinc figure out the exact MTU of the link. |
commit | commitdiff | tree | snapshot |
2003-12-13 |
Guus Sliepen | Forget multicast. Always inline some function. |
commit | commitdiff | tree | snapshot |
2003-12-12 |
Guus Sliepen | Code beautification, start of multicast support. |
commit | commitdiff | tree | snapshot |
2003-12-08 |
Guus Sliepen | Fix proxy-neighborsolicitation. |
commit | commitdiff | tree | snapshot |
2003-12-07 |
Guus Sliepen | Don't retry if configuration is wrong from the beginning. |
commit | commitdiff | tree | snapshot |
2003-12-07 |
Guus Sliepen | Missing space between words. |
commit | commitdiff | tree | snapshot |
2003-12-07 |
Guus Sliepen | Read MaxTimeout from tinc.conf like the manpage says. |
commit | commitdiff | tree | snapshot |
2003-11-27 |
Guus Sliepen | Complain if pid file cannot be created. |
commit | commitdiff | tree | snapshot |
2003-11-17 |
Guus Sliepen | Replace Opaque and Strict options with a TunnelServer... |
commit | commitdiff | tree | snapshot |
2003-11-10 |
Guus Sliepen | Add Opaque option which prevent information from being... |
commit | commitdiff | tree | snapshot |
2003-11-08 |
Guus Sliepen | Release notes for 1.0.2 release-1.0.2 |
commit | commitdiff | tree | snapshot |
2003-11-08 |
Guus Sliepen | Add missing definitions. |
commit | commitdiff | tree | snapshot |
2003-11-08 |
Guus Sliepen | Update dutch translation. |
commit | commitdiff | tree | snapshot |
2003-10-12 |
Guus Sliepen | Fix another bug in meta.c. |
commit | commitdiff | tree | snapshot |
2003-10-11 |
Guus Sliepen | Small fixes in documentation. |
commit | commitdiff | tree | snapshot |
2003-10-11 |
Guus Sliepen | Fix bug that could lead to an assertion failure in... |
commit | commitdiff | tree | snapshot |
2003-10-11 |
Guus Sliepen | Parentheses in the wrong spots. |
commit | commitdiff | tree | snapshot |
2003-10-11 |
Guus Sliepen | Check all EVP_ function calls. |
commit | commitdiff | tree | snapshot |
2003-10-10 |
Guus Sliepen | Check return value of EVP_* functions, and check if... |
commit | commitdiff | tree | snapshot |
2003-10-10 |
Guus Sliepen | Fix ASCII art. |
commit | commitdiff | tree | snapshot |
2003-10-09 |
Guus Sliepen | Update documentation. |
commit | commitdiff | tree | snapshot |
2003-10-08 |
Guus Sliepen | Some platforms don't know sa_family_t or define it... |
commit | commitdiff | tree | snapshot |
2003-10-08 |
Guus Sliepen | Set media status for newer TAP-Win32 driver. |
commit | commitdiff | tree | snapshot |
2003-10-08 |
Guus Sliepen | Missing declaration. |
commit | commitdiff | tree | snapshot |
2003-10-08 |
Guus Sliepen | Update missing definitions, structs describing headers... |
commit | commitdiff | tree | snapshot |
2003-10-08 |
Guus Sliepen | Forgot to #include "xalloc.h" |
commit | commitdiff | tree | snapshot |
2003-10-06 |
Guus Sliepen | Make sure type of AF_UNKNOWN is sa_family_t. |
commit | commitdiff | tree | snapshot |
2003-10-06 |
Guus Sliepen | PIDs are of type pid_t, and use %ld when reading/writin... |
commit | commitdiff | tree | snapshot |
2003-10-06 |
Guus Sliepen | Use CPPFLAGS, LDFLAGS and LIBS as appropiate. |
commit | commitdiff | tree | snapshot |
2003-10-06 |
Guus Sliepen | Don't confuse users with "Address family not supported... |
commit | commitdiff | tree | snapshot |
2003-10-06 |
Guus Sliepen | Unused variable in struct. |
commit | commitdiff | tree | snapshot |
2003-10-06 |
Guus Sliepen | Ethernet protocol types. |
commit | commitdiff | tree | snapshot |
2003-10-06 |
Guus Sliepen | const |
commit | commitdiff | tree | snapshot |
2003-10-06 |
Guus Sliepen | Copy structs from packets to the stack before using... |
commit | commitdiff | tree | snapshot |
2003-10-01 |
Guus Sliepen | Add description of new authentication scheme. |
commit | commitdiff | tree | snapshot |
2003-10-01 |
Guus Sliepen | Better length checks. |
commit | commitdiff | tree | snapshot |
2003-09-25 |
Guus Sliepen | Generate keys with 0x10001 as public exponent, which... |
commit | commitdiff | tree | snapshot |
2003-09-23 |
Guus Sliepen | Check for short packets from the tun/tap device and... |
commit | commitdiff | tree | snapshot |
2003-09-09 |
Guus Sliepen | Update translations. |
commit | commitdiff | tree | snapshot |
2003-09-08 |
Guus Sliepen | Remove pidfile when exitting. |
commit | commitdiff | tree | snapshot |
2003-09-03 |
Guus Sliepen | Prevent multiple inclusions. |
commit | commitdiff | tree | snapshot |
2003-08-28 |
Guus Sliepen | We don't have to tell GCC how to cast. |
commit | commitdiff | tree | snapshot |
2003-08-28 |
Guus Sliepen | Remove old edges from unreachable nodes to us. This... |
commit | commitdiff | tree | snapshot |
2003-08-27 |
Guus Sliepen | Forgot to synchronise po/ directory... |
commit | commitdiff | tree | snapshot |
2003-08-27 |
Guus Sliepen | Makevars file was accidentily removed. |
commit | commitdiff | tree | snapshot |
2003-08-27 |
Guus Sliepen | Some device.c files weren't synchronised. |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Guus Sliepen | This will become 2.0. |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Guus Sliepen | Synchronise HEAD with CABAL branch. |
commit | commitdiff | tree | snapshot |
2003-08-22 |
Guus Sliepen | Add license exception from Markus Oberhumer. |
commit | commitdiff | tree | snapshot |
2003-08-22 |
Guus Sliepen | Remove debug message. |
commit | commitdiff | tree | snapshot |
2003-08-22 |
Guus Sliepen | When purging nodes, only delete them if nobody referenc... |
commit | commitdiff | tree | snapshot |
2003-08-22 |
Guus Sliepen | Add checkpoints. |
commit | commitdiff | tree | snapshot |
2003-08-22 |
Guus Sliepen | Don't overwrite the first " when installing a service. |
commit | commitdiff | tree | snapshot |
next |