Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | improved tap device handling on openbsd | Christian Pointner | 2009-02-04 | 1 | -0/+7 |
* | OpenBSD support for new ifconifg method | Christian Pointner | 2009-02-04 | 1 | -36/+35 |
* | added linux support for new ifconfig usage | Christian Pointner | 2009-02-04 | 4 | -18/+37 |
* | fixed build on bsd (do_ifconfig not working yet) | Christian Pointner | 2009-02-03 | 1 | -43/+40 |
* | new ifconfig syntax (only command line parser yet) | Christian Pointner | 2009-02-03 | 6 | -63/+97 |
* | droping privileges without chroot is now possible | Christian Pointner | 2009-01-28 | 4 | -40/+97 |
* | readded phony targets to makefile | Christian Pointner | 2009-01-28 | 1 | -0/+2 |
* | reenabled ld-kdr | Christian Pointner | 2009-01-28 | 3 | -19/+19 |
* | deactivated option for ld_kdr | Christian Pointner | 2009-01-28 | 3 | -18/+20 |
* | cleanup | Christian Pointner | 2009-01-22 | 1 | -4/+2 |
* | updated exit status handling of exec script | Christian Pointner | 2009-01-20 | 2 | -2/+13 |
* | switching key derivation prf to null if no auth or no enc | Christian Pointner | 2009-01-20 | 1 | -0/+6 |
* | fixed bug which prevents uanytun from detecting device type properly | Christian Pointner | 2009-01-19 | 4 | -7/+6 |
* | moved signal init to better place | Christian Pointner | 2009-01-18 | 1 | -2/+1 |
* | fixed anytun 0.2 compat mode | Christian Pointner | 2009-01-16 | 2 | -6/+0 |
* | fixed packet length errors | Christian Pointner | 2009-01-16 | 8 | -4/+32 |
* | Release 0.2.1rel-0.2.1v0.2.1 | Christian Pointner | 2009-01-14 | 3 | -51/+27 |
* | change dual kd to single kd with 2 key storages | Christian Pointner | 2009-01-14 | 7 | -83/+79 |
* | fixed auth_algo length check | Christian Pointner | 2009-01-14 | 1 | -2/+1 |
* | small improvement auth_algo | Christian Pointner | 2009-01-14 | 1 | -1/+7 |
* | small cleanup | Christian Pointner | 2009-01-14 | 2 | -3/+3 |
* | small cleanup | Christian Pointner | 2009-01-14 | 1 | -1/+1 |
* | Release 0.2rel-0.2v0.2 | Christian Pointner | 2009-01-11 | 1 | -2/+2 |
* | added posibility to disable passphrase calculation | Christian Pointner | 2009-01-10 | 4 | -4/+24 |
* | added usage output and --help to configure script | Christian Pointner | 2009-01-10 | 1 | -0/+14 |
* | no crypto wokrs now with new build scripts | Christian Pointner | 2009-01-10 | 2 | -2/+6 |
* | improved Makefile and configure script | Christian Pointner | 2009-01-10 | 2 | -64/+103 |
* | some cleanup (better handling if error on hex string option i.e. key) | Christian Pointner | 2009-01-08 | 2 | -19/+23 |
* | --key and --salt have now higher priority than a passphrase | Christian Pointner | 2009-01-07 | 2 | -18/+19 |
* | minor cleanups | Christian Pointner | 2009-01-07 | 3 | -10/+14 |
* | updated manpage | Christian Pointner | 2009-01-06 | 1 | -1/+1 |
* | added passprhrase algorithm for master key and master salt | Christian Pointner | 2009-01-06 | 1 | -1/+116 |
* | cleaned up main_loop | Christian Pointner | 2009-01-06 | 1 | -78/+93 |
* | cleaned up main_loop a little | Christian Pointner | 2009-01-06 | 1 | -32/+54 |
* | some cleanup | Christian Pointner | 2009-01-06 | 5 | -23/+77 |
* | added libssl crypto based auth algo HMAC-Sha1 | Christian Pointner | 2009-01-05 | 3 | -3/+52 |
* | removed silly anytun 02 compat handling | Christian Pointner | 2009-01-05 | 3 | -24/+8 |
* | added ssl-crypto based implementation of cipher | Christian Pointner | 2009-01-05 | 3 | -7/+37 |
* | added alternative implementation of key derivation using ssl crypto library | Christian Pointner | 2009-01-05 | 3 | -10/+40 |
* | cleaned up auth algo | Christian Pointner | 2009-01-04 | 2 | -18/+41 |
* | removed useless gcry_strsource output | Christian Pointner | 2009-01-04 | 4 | -15/+15 |
* | removed | Christian Pointner | 2009-01-04 | 5 | -196/+45 |
* | disabling gmp by default | Christian Pointner | 2009-01-04 | 1 | -2/+2 |
* | added libgmp free calc ctr implementation to cipher | Christian Pointner | 2009-01-04 | 3 | -9/+56 |
* | added libgmp free ctr calc implementation to key derivation | Christian Pointner | 2009-01-04 | 3 | -8/+59 |
* | get rid of some mallocs and mpz_inits at cipher | Christian Pointner | 2009-01-04 | 4 | -50/+97 |
* | get rid of some mallocs and mpz_inits at key derivation | Christian Pointner | 2009-01-04 | 3 | -44/+93 |
* | added NO_LIBGMP and NO_CRYPT to build a daemon without cryptosupport | Christian Pointner | 2009-01-04 | 7 | -23/+90 |
* | some cleanup @ cipher, auth_algo and key derivation | Christian Pointner | 2009-01-03 | 5 | -90/+96 |
* | added auth algo | Christian Pointner | 2009-01-03 | 10 | -24/+435 |