summaryrefslogtreecommitdiff
path: root/src/Makefile
Commit message (Expand)AuthorAgeFilesLines
* make usage of compiler flags more standard compliantHEADmasterChristian Pointner2018-07-231-2/+2
* updated copyright headerChristian Pointner2017-01-041-1/+1
* updated copyright headerChristian Pointner2016-02-251-1/+1
* added exception to the license which allows linking against OpenSSLChristian Pointner2014-06-211-0/+13
* fixed typo in descriptionChristian Pointner2014-06-211-1/+1
* merged most changes from rail branch to trunkChristian Pointner2014-06-081-2/+2
* updated copyright yearChristian Pointner2010-02-111-1/+1
* added version info into binaryChristian Pointner2009-12-221-0/+1
* added --no-manpage to configure and makeChristian Pointner2009-11-151-6/+17
* no in-place sed at make installChristian Pointner2009-11-151-4/+5
* added --no-examples to configure scriptChristian Pointner2009-11-141-2/+13
* small fix at configureChristian Pointner2009-11-141-2/+1
* example configs get installed in examples directory nowChristian Pointner2009-11-141-18/+23
* smalle Makefile improvementChristian Pointner2009-11-121-4/+4
* cleaned MakefileChristian Pointner2009-11-121-38/+43
* no stripping by default at make installChristian Pointner2009-11-111-1/+3
* fixed install targetChristian Pointner2009-11-111-12/+2
* switched to GPLv3 or higherChristian Pointner2009-10-281-2/+3
* linux tun device now uses uanytun_exec for ifconfig callChristian Pointner2009-06-241-0/+1
* fixed build on FreeBSDChristian Pointner2009-03-041-1/+1
* make distclean is now always possibleChristian Pointner2009-03-031-1/+5
* added adduser and deluser to insatll targetChristian Pointner2009-02-281-15/+25
* added string_listChristian Pointner2009-02-231-0/+1
* small cleanupChristian Pointner2009-02-181-0/+1
* added install target to make fileChristian Pointner2009-02-061-1/+46
* remove LD completlyChristian Pointner2009-02-041-3/+1
* always use gcc for linking (not ld)Christian Pointner2009-02-041-0/+2
* cleaned file header Christian Pointner2009-02-041-7/+7
* readded phony targets to makefileChristian Pointner2009-01-281-0/+2
* reenabled ld-kdrChristian Pointner2009-01-281-12/+12
* no crypto wokrs now with new build scriptsChristian Pointner2009-01-101-1/+4
* improved Makefile and configure scriptChristian Pointner2009-01-101-64/+27
* removed silly anytun 02 compat handlingChristian Pointner2009-01-051-2/+2
* added ssl-crypto based implementation of cipherChristian Pointner2009-01-051-2/+2
* added alternative implementation of key derivation using ssl crypto libraryChristian Pointner2009-01-051-2/+2
* removed Christian Pointner2009-01-041-2/+2
* disabling gmp by defaultChristian Pointner2009-01-041-2/+2
* added libgmp free ctr calc implementation to key derivationChristian Pointner2009-01-041-1/+1
* get rid of some mallocs and mpz_inits at cipherChristian Pointner2009-01-041-1/+1
* get rid of some mallocs and mpz_inits at key derivationChristian Pointner2009-01-041-1/+1
* added NO_LIBGMP and NO_CRYPT to build a daemon without cryptosupportChristian Pointner2009-01-041-3/+6
* added auth algoChristian Pointner2009-01-031-3/+7
* added define for anytun compatChristian Pointner2009-01-021-1/+1
* key derivation seems to work now Christian Pointner2009-01-021-1/+1
* added key derivation - not tested yetChristian Pointner2009-01-011-0/+4
* fixed build on OpenBSDChristian Pointner2009-01-011-1/+1
* added aes-ctr cipherChristian Pointner2009-01-011-1/+1
* added sequence windowChristian Pointner2008-12-311-0/+4
* works on OpenBSD now (but no support for UDPv6)Christian Pointner2008-12-291-0/+1
* fixed build for OpenBSD (no tun device yet)Christian Pointner2008-12-291-1/+1