summaryrefslogtreecommitdiff
path: root/src/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* added -O2 to CCFLAGSChristian Pointner2008-12-291-1/+1
* added cipher (net tested yet)Christian Pointner2008-12-281-0/+4
* added options parserChristian Pointner2008-12-281-0/+4
* added encrypted packetChristian Pointner2008-12-281-0/+4
* added plain packetChristian Pointner2008-12-281-0/+4
* added udp socketChristian Pointner2008-12-281-0/+4
* added empty tun.c and hChristian Pointner2008-12-271-1/+6
* initial checkin Christian Pointner2008-12-271-0/+78