summaryrefslogtreecommitdiff
path: root/src/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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