Use CPPFLAGS, LDFLAGS and LIBS as appropiate.
[tinc] / src /
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.
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.
next