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 |
2003-08-08 |
Guus Sliepen | Quote when needed and don't try stuff that doesn't... |
tree | commitdiff |
2003-08-08 |
Guus Sliepen | Log error first, try to close later. |
tree | commitdiff |
2003-08-08 |
Guus Sliepen | Typo. |
tree | commitdiff |
2003-08-08 |
Guus Sliepen | Readd quotes. |
tree | commitdiff |
2003-08-08 |
Guus Sliepen | Allow empty lines in config files. |
tree | commitdiff |
2003-08-08 |
Guus Sliepen | Simplify execute_script(). It will probably work under... |
tree | commitdiff |
2003-08-08 |
Guus Sliepen | Correct error message when remote host closed connection. |
tree | commitdiff |
2003-08-08 |
Guus Sliepen | Tell windows to be patient. |
tree | commitdiff |
2003-08-08 |
Guus Sliepen | Windows uses backslashes... |
tree | commitdiff |
2003-08-08 |
Guus Sliepen | Sync CABAL branch with release-1_0 branch. |
tree | commitdiff |
2003-08-03 |
Guus Sliepen | Use our own port when connecting to ourself. |
tree | commitdiff |
2003-08-03 |
Guus Sliepen | Simplify translation |
tree | commitdiff |
2003-08-03 |
Guus Sliepen | Remove newlines from log messages. |
tree | commitdiff |
2003-08-03 |
Guus Sliepen | Keep Windows happy. |
tree | commitdiff |
2003-08-03 |
Guus Sliepen | Old gcc compilers don't like declarations in the middle... |
tree | commitdiff |
2003-08-03 |
Guus Sliepen | Clean up last part of main(). |
tree | commitdiff |
2003-08-02 |
Guus Sliepen | Oops. |
tree | commitdiff |
2003-08-02 |
Guus Sliepen | Missing include. |
tree | commitdiff |
2003-08-02 |
Guus Sliepen | Cleanups and error messages. |
tree | commitdiff |
2003-08-02 |
Guus Sliepen | Error messages. |
tree | commitdiff |
2003-08-02 |
Guus Sliepen | Install tinc as a service under Windows (MinGW). Remove... |
tree | commitdiff |
2003-08-02 |
Guus Sliepen | Oops. |
tree | commitdiff |
2003-08-02 |
Guus Sliepen | Allow whitespace in values. |
tree | commitdiff |
2003-08-02 |
Guus Sliepen | Prevent system headers from including our own headers. |
tree | commitdiff |
next |