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 |
2003-10-06 |
Guus Sliepen | PIDs are of type pid_t, and use %ld when reading/writin... |
tree | commitdiff |
2003-10-06 |
Guus Sliepen | Don't confuse users with "Address family not supported... |
tree | commitdiff |
2003-10-06 |
Guus Sliepen | Unused variable in struct. |
tree | commitdiff |
2003-10-06 |
Guus Sliepen | const |
tree | commitdiff |
2003-10-06 |
Guus Sliepen | Copy structs from packets to the stack before using... |
tree | commitdiff |
2003-10-01 |
Guus Sliepen | Better length checks. |
tree | commitdiff |
2003-09-25 |
Guus Sliepen | Generate keys with 0x10001 as public exponent, which... |
tree | commitdiff |
2003-09-23 |
Guus Sliepen | Check for short packets from the tun/tap device and... |
tree | commitdiff |
2003-09-08 |
Guus Sliepen | Remove pidfile when exitting. |
tree | commitdiff |
2003-09-03 |
Guus Sliepen | Prevent multiple inclusions. |
tree | commitdiff |
2003-08-28 |
Guus Sliepen | We don't have to tell GCC how to cast. |
tree | commitdiff |
2003-08-28 |
Guus Sliepen | Remove old edges from unreachable nodes to us. This... |
tree | commitdiff |
2003-08-27 |
Guus Sliepen | Some device.c files weren't synchronised. |
tree | commitdiff |
2003-08-24 |
Guus Sliepen | Synchronise HEAD with CABAL branch. |
tree | commitdiff |
2003-08-22 |
Guus Sliepen | Remove debug message. |
tree | commitdiff |
2003-08-22 |
Guus Sliepen | When purging nodes, only delete them if nobody referenc... |
tree | commitdiff |
2003-08-22 |
Guus Sliepen | Add checkpoints. |
tree | commitdiff |
2003-08-22 |
Guus Sliepen | Don't overwrite the first " when installing a service. |
tree | commitdiff |
2003-08-22 |
Guus Sliepen | Allow tinc to handle unknown type addresses from other... |
tree | commitdiff |
2003-08-17 |
Guus Sliepen | If we're not in main_loop() and the service is stopped... |
tree | commitdiff |
2003-08-17 |
Guus Sliepen | Do what the SDK documentation tells. |
tree | commitdiff |
2003-08-17 |
Guus Sliepen | Use the event log under Windows. |
tree | commitdiff |
2003-08-17 |
Guus Sliepen | Fix --logfile under Windows. |
tree | commitdiff |
2003-08-16 |
Guus Sliepen | Don't getsockopt() SO_ERROR. We get the error from... |
tree | commitdiff |
2003-08-16 |
Guus Sliepen | stat() batch files under Windows. |
tree | commitdiff |
2003-08-14 |
Guus Sliepen | Fix permissions check for rsa_key.priv. |
tree | commitdiff |
2003-08-12 |
Guus Sliepen | Small fixes. |
tree | commitdiff |
2003-08-10 |
Guus Sliepen | Add a description for the Service control panel. |
tree | commitdiff |
2003-08-08 |
Guus Sliepen | Only system() needs script name quoted. |
tree | commitdiff |
2003-08-08 |
Guus Sliepen | Simpler checking of permissions on private RSA key... |
tree | commitdiff |
2003-08-08 |
Guus Sliepen | Small things. |
tree | commitdiff |
2003-08-08 |
Guus Sliepen | Better error checking and reporting. |
tree | commitdiff |
2003-08-08 |
Guus Sliepen | Under Windows, the installation directory can be found... |
tree | commitdiff |
next |