Updating dutch translation.
[oweals/tinc.git] / src /
2004-03-15 Guus SliepenOnly read our public key if it wasn't already in the...
2004-03-15 Guus SliepenEat trailing whitespace in config files.
2004-03-15 Guus SliepenRemove CVS related cruft.
2003-12-27 Guus SliepenDon't forget to update destination MAC address.
2003-12-24 Guus SliepenSmall fixes for PMTU discovery.
2003-12-22 Guus SliepenImprovements for PMTU discovery and IPv4 packet fragmen...
2003-12-20 Guus SliepenBetter name, show probed MTU in dump.
2003-12-20 Guus SliepenMore sensible name, and try to set PMTU discovery on...
2003-12-20 Guus SliepenLet tinc figure out the exact MTU of the link.
2003-12-13 Guus SliepenForget multicast. Always inline some function.
2003-12-12 Guus SliepenCode beautification, start of multicast support.
2003-12-08 Guus SliepenFix proxy-neighborsolicitation.
2003-12-07 Guus SliepenDon't retry if configuration is wrong from the beginning.
2003-12-07 Guus SliepenMissing space between words.
2003-12-07 Guus SliepenRead MaxTimeout from tinc.conf like the manpage says.
2003-11-27 Guus SliepenComplain if pid file cannot be created.
2003-11-17 Guus SliepenReplace Opaque and Strict options with a TunnelServer...
2003-11-10 Guus SliepenAdd Opaque option which prevent information from being...
2003-10-12 Guus SliepenFix another bug in meta.c.
2003-10-11 Guus SliepenFix bug that could lead to an assertion failure in...
2003-10-11 Guus SliepenParentheses in the wrong spots.
2003-10-11 Guus SliepenCheck all EVP_ function calls.
2003-10-10 Guus SliepenCheck return value of EVP_* functions, and check if...
2003-10-10 Guus SliepenFix ASCII art.
2003-10-08 Guus SliepenSome platforms don't know sa_family_t or define it...
2003-10-08 Guus SliepenSet media status for newer TAP-Win32 driver.
2003-10-08 Guus SliepenMissing declaration.
2003-10-06 Guus SliepenMake sure type of AF_UNKNOWN is sa_family_t.
2003-10-06 Guus SliepenPIDs are of type pid_t, and use %ld when reading/writin...
2003-10-06 Guus SliepenDon't confuse users with "Address family not supported...
2003-10-06 Guus SliepenUnused variable in struct.
2003-10-06 Guus Sliepenconst
2003-10-06 Guus SliepenCopy structs from packets to the stack before using...
2003-10-01 Guus SliepenBetter length checks.
2003-09-25 Guus SliepenGenerate keys with 0x10001 as public exponent, which...
2003-09-23 Guus SliepenCheck for short packets from the tun/tap device and...
2003-09-08 Guus SliepenRemove pidfile when exitting.
2003-09-03 Guus SliepenPrevent multiple inclusions.
2003-08-28 Guus SliepenWe don't have to tell GCC how to cast.
2003-08-28 Guus SliepenRemove old edges from unreachable nodes to us. This...
2003-08-22 Guus SliepenRemove debug message.
2003-08-22 Guus SliepenWhen purging nodes, only delete them if nobody referenc...
2003-08-22 Guus SliepenAdd checkpoints.
2003-08-22 Guus SliepenDon't overwrite the first " when installing a service.
2003-08-22 Guus SliepenAllow tinc to handle unknown type addresses from other...
2003-08-17 Guus SliepenIf we're not in main_loop() and the service is stopped...
2003-08-17 Guus SliepenDo what the SDK documentation tells.
2003-08-17 Guus SliepenUse the event log under Windows.
2003-08-17 Guus SliepenFix --logfile under Windows.
2003-08-16 Guus SliepenDon't getsockopt() SO_ERROR. We get the error from...
2003-08-16 Guus Sliepenstat() batch files under Windows.
2003-08-14 Guus SliepenFix permissions check for rsa_key.priv.
2003-08-12 Guus SliepenSmall fixes.
2003-08-10 Guus SliepenAdd a description for the Service control panel.
2003-08-08 Guus SliepenOnly system() needs script name quoted.
2003-08-08 Guus SliepenSimpler checking of permissions on private RSA key...
2003-08-08 Guus SliepenSmall things.
2003-08-08 Guus SliepenBetter error checking and reporting.
2003-08-08 Guus SliepenUnder Windows, the installation directory can be found...
2003-08-08 Guus SliepenQuote when needed and don't try stuff that doesn't...
2003-08-08 Guus SliepenLog error first, try to close later.
2003-08-08 Guus SliepenTypo.
2003-08-08 Guus SliepenReadd quotes.
2003-08-08 Guus SliepenAllow empty lines in config files.
2003-08-08 Guus SliepenSimplify execute_script(). It will probably work under...
2003-08-08 Guus SliepenCorrect error message when remote host closed connection.
2003-08-08 Guus SliepenTell windows to be patient.
2003-08-08 Guus SliepenWindows uses backslashes...
2003-08-08 Guus SliepenSync CABAL branch with release-1_0 branch. release-1.0
2003-08-03 Guus SliepenUse our own port when connecting to ourself.
2003-08-03 Guus SliepenSimplify translation
2003-08-03 Guus SliepenRemove newlines from log messages.
2003-08-03 Guus SliepenKeep Windows happy.
2003-08-03 Guus SliepenOld gcc compilers don't like declarations in the middle...
2003-08-03 Guus SliepenClean up last part of main().
2003-08-02 Guus SliepenOops.
2003-08-02 Guus SliepenMissing include.
2003-08-02 Guus SliepenCleanups and error messages.
2003-08-02 Guus SliepenError messages.
2003-08-02 Guus SliepenInstall tinc as a service under Windows (MinGW). Remove...
2003-08-02 Guus SliepenOops.
2003-08-02 Guus SliepenAllow whitespace in values.
2003-08-02 Guus SliepenPrevent system headers from including our own headers.
2003-08-01 Guus SliepenWrong function...
2003-07-31 Guus SliepenWoops!
2003-07-31 Guus SliepenNo easy way to properly detect header files...
2003-07-31 Guus SliepenRemove forgotten braces.
2003-07-31 Guus SliepenWrong argument.
2003-07-30 Guus SliepenPrevent definitions from messing up attributes.
2003-07-30 Guus SliepenNo C99 initialisers, gcc 2.95.3 doesn't like it.
2003-07-30 Guus SliepenRemove doc/es/ and src/device.c from the distribution.
2003-07-29 Guus SliepenCleanups.
2003-07-29 Guus SliepenNative Windows support.
2003-07-29 Guus SliepenMake sure (at least) the MinGW device driver works.
2003-07-29 Guus SliepenMake sure it works.
2003-07-29 Guus SliepenUpdate dutch translation and make sure all device drive...
2003-07-29 Guus SliepenFix compile errors and warnings.
2003-07-28 Guus SliepenMore checks for missing functions.
2003-07-28 Guus SliepenMore generic handling of tap device under Windows.
2003-07-24 Guus SliepenSprinkle around a lot of const and some C99 initialisers.
next