Allow empty lines in config files.
[tinc] / src /
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.
2003-07-23 Guus SliepenDon't initialise a CIPHER_CTX if cipher == NULL.
2003-07-22 Guus SliepenRun setup_device() after parsing configuration but...
2003-07-22 Guus SliepenUse bools and enums where appropriate.
2003-07-22 Guus SliepenOption to specify pidfile location.
2003-07-21 Guus SliepenCopy cygwin driver to mingw directory. It doesn't work...
2003-07-21 Guus SliepenUse functions from logger.c
2003-07-21 Guus SliepenCheck for sys/mman.h.
2003-07-18 Guus SliepenNo UNIX style permissions under Windows.
2003-07-18 Guus SliepenUse iface instead of interface because it might already...
2003-07-18 Guus SliepenUpdate all device.c files.
2003-07-18 Guus SliepenRemove all #ifndefs from route.c
2003-07-18 Guus SliepenEven more missing definitions.
2003-07-17 Guus SliepenBig header file cleanup: everything that has to do...
2003-07-15 Guus SliepenWindows headers declare a struct interface somewhere.
2003-07-15 Guus SliepenMake use of the CIPE driver. Woohoo, tinc for Windows!
2003-07-15 Guus SliepenExport mymac.
2003-07-12 Guus SliepenFormat string checking for logger().
2003-07-12 Guus SliepenSimplify logging, update copyrights and some minor...
2003-07-11 Guus SliepenMore missing IPv6 definitions and autoconf checks to...
2003-07-07 Guus SliepenProvide all missing IPv6 definitions in lib/ipv6.h.
2003-07-06 Guus SliepenSprinkling the source with static and attributes.
2003-07-06 Guus SliepenDefine logger(), cleans up source code and allows us...
2003-07-06 Guus SliepenCheck for IPv6 header files.
2003-07-06 Guus Sliepen- simplify configure.in
2003-06-25 Guus SliepenThis subtle pointer arithmetic thingy is (I'm very...
2003-06-25 Guus SliepenReally make tinc default to any addressfamily.
2003-06-11 Guus SliepenMore braces to make gcc happy.
2003-06-11 Guus SliepenRemove mymac stuff from device.c.
2003-06-11 Guus SliepenAddressFamily is "any" by default.
2003-06-11 Guus SliepenIf we have a Linux tun/tap device and we are in router...
2003-06-11 Guus SliepenCall make_names() before doing anything else.
2003-06-07 Guus SliepenFix warning and add missing checks for LZO library.
2003-05-07 Guus SliepenSmall fixes.
2003-05-06 Guus SliepenSmall fixes to make LZO compression work.
2003-05-06 Guus Sliepen- Per-node EVP_CIPHER_CTX to avoid initialisation overhead.
2003-04-19 Guus SliepenMake sure outgoing_t is completely freed.
2003-04-18 Guus SliepenBetter handling of late packets.
2003-04-03 Guus SliepenHUP signal now closes connections to hosts if their...
2003-03-29 Guus SliepenChecksums must also work for uneven number of bytes.
2003-03-29 Guus SliepenDon't copy more than necessary.
2003-03-29 Guus Sliepen- Speed up checksumming
2003-03-28 Guus Sliepen- Avoid memory leak caused by OpenSSL 0.9.7a.
2003-03-19 Guus SliepenTypo.
2003-03-19 Guus SliepenMake sure send_meta() writes everything.
2003-03-14 Ivo TimmermansCall RSA_blinding_on(), as advised in the paper on
2003-01-17 Guus SliepenVarious fixes for autoconf and OpenSSL 0.9.7 and a...
2003-01-17 Guus Sliepen- Fix indentation in some places.
2003-01-14 Guus SliepenAdd $NAME for tinc-up/down scripts.
2003-01-12 Guus SliepenRun graph algorithm when replacing a second connection...
2002-11-14 Guus SliepenFix PriorityInheritance.
2002-09-30 Ivo TimmermansFix saving of debug level for startup level 0
2002-09-24 Guus SliepenRun graph() after edge_del() when updating an edge.
2002-09-15 Guus SliepenUse /dev/net/tun as default for tun/tap device under...
2002-09-15 Guus SliepenSmall fixes so tinc compiles out of the box on SunOS 5.8
2002-09-15 Guus Sliepenport_t isn't used anymore and conflicts with MacOS...
2002-09-15 Guus SliepenMacOS/X needs #define _P1003_1B_VISIBLE in order to...
2002-09-11 Guus SliepenWhat was I thinking?
2002-09-10 Guus SliepenFix placement of #include "config.h"
2002-09-10 Guus SliepenLink with libintl if necessary.
2002-09-10 Guus SliepenClean up after indent.
2002-09-10 Guus SliepenFix compiler warnings.
2002-09-09 Guus SliepenLet GCC check format string and arguments of send_reque...
2002-09-09 Guus SliepenRemove redundant spaces.
next