Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed build on FreeBSD | Christian Pointner | 2009-03-04 | 1 | -1/+1 |
| | |||||
* | make distclean is now always possible | Christian Pointner | 2009-03-03 | 1 | -1/+5 |
| | |||||
* | added adduser and deluser to insatll target | Christian Pointner | 2009-02-28 | 1 | -15/+25 |
| | |||||
* | added string_list | Christian Pointner | 2009-02-23 | 1 | -0/+1 |
| | |||||
* | small cleanup | Christian Pointner | 2009-02-18 | 1 | -0/+1 |
| | |||||
* | added install target to make file | Christian Pointner | 2009-02-06 | 1 | -1/+46 |
| | |||||
* | remove LD completly | Christian Pointner | 2009-02-04 | 1 | -3/+1 |
| | |||||
* | always use gcc for linking (not ld) | Christian Pointner | 2009-02-04 | 1 | -0/+2 |
| | |||||
* | cleaned file header | Christian Pointner | 2009-02-04 | 1 | -7/+7 |
| | |||||
* | readded phony targets to makefile | Christian Pointner | 2009-01-28 | 1 | -0/+2 |
| | |||||
* | reenabled ld-kdr | Christian Pointner | 2009-01-28 | 1 | -12/+12 |
| | | | | | | cleaning up Makefile | ||||
* | no crypto wokrs now with new build scripts | Christian Pointner | 2009-01-10 | 1 | -1/+4 |
| | |||||
* | improved Makefile and configure script | Christian Pointner | 2009-01-10 | 1 | -64/+27 |
| | |||||
* | removed silly anytun 02 compat handling | Christian Pointner | 2009-01-05 | 1 | -2/+2 |
| | |||||
* | added ssl-crypto based implementation of cipher | Christian Pointner | 2009-01-05 | 1 | -2/+2 |
| | |||||
* | added alternative implementation of key derivation using ssl crypto library | Christian Pointner | 2009-01-05 | 1 | -2/+2 |
| | |||||
* | removed | Christian Pointner | 2009-01-04 | 1 | -2/+2 |
| | |||||
* | disabling gmp by default | Christian Pointner | 2009-01-04 | 1 | -2/+2 |
| | |||||
* | added libgmp free ctr calc implementation to key derivation | Christian Pointner | 2009-01-04 | 1 | -1/+1 |
| | |||||
* | get rid of some mallocs and mpz_inits at cipher | Christian Pointner | 2009-01-04 | 1 | -1/+1 |
| | |||||
* | get rid of some mallocs and mpz_inits at key derivation | Christian Pointner | 2009-01-04 | 1 | -1/+1 |
| | |||||
* | added NO_LIBGMP and NO_CRYPT to build a daemon without cryptosupport | Christian Pointner | 2009-01-04 | 1 | -3/+6 |
| | | | | | | NOTE: with NO_LIBGMP the cipher and the keyderivation don't work until now | ||||
* | added auth algo | Christian Pointner | 2009-01-03 | 1 | -3/+7 |
| | | | | | | | tested with anytun an ANYTUN_02_COMPAT set switched defaults for kd-prf, cipher and auth algo to use crypto | ||||
* | added define for anytun compat | Christian Pointner | 2009-01-02 | 1 | -1/+1 |
| | |||||
* | key derivation seems to work now | Christian Pointner | 2009-01-02 | 1 | -1/+1 |
| | |||||
* | added key derivation - not tested yet | Christian Pointner | 2009-01-01 | 1 | -0/+4 |
| | |||||
* | fixed build on OpenBSD | Christian Pointner | 2009-01-01 | 1 | -1/+1 |
| | | | | | | fixed memory errors with key and salt handling | ||||
* | added aes-ctr cipher | Christian Pointner | 2009-01-01 | 1 | -1/+1 |
| | | | | | | TODO: key derivation | ||||
* | added sequence window | Christian Pointner | 2008-12-31 | 1 | -0/+4 |
| | |||||
* | works on OpenBSD now (but no support for UDPv6) | Christian Pointner | 2008-12-29 | 1 | -0/+1 |
| | |||||
* | fixed build for OpenBSD (no tun device yet) | Christian Pointner | 2008-12-29 | 1 | -1/+1 |
| | |||||
* | added -O2 to CCFLAGS | Christian Pointner | 2008-12-29 | 1 | -1/+1 |
| | |||||
* | added cipher (net tested yet) | Christian Pointner | 2008-12-28 | 1 | -0/+4 |
| | |||||
* | added options parser | Christian Pointner | 2008-12-28 | 1 | -0/+4 |
| | |||||
* | added encrypted packet | Christian Pointner | 2008-12-28 | 1 | -0/+4 |
| | | | | | | some cleanup | ||||
* | added plain packet | Christian Pointner | 2008-12-28 | 1 | -0/+4 |
| | |||||
* | added udp socket | Christian Pointner | 2008-12-28 | 1 | -0/+4 |
| | |||||
* | added empty tun.c and h | Christian Pointner | 2008-12-27 | 1 | -1/+6 |
| | |||||
* | initial checkin | Christian Pointner | 2008-12-27 | 1 | -0/+78 |
damonizing chroot signal handling syslog |