Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added linux (debian) initscript | Christian Pointner | 2009-02-05 | 8 | -0/+393 |
| | |||||
* | updated ChangeLog | Christian Pointner | 2009-02-04 | 1 | -0/+10 |
| | |||||
* | added sslcrypt kamikaze package | Christian Pointner | 2009-02-04 | 2 | -1/+62 |
| | |||||
* | fixed gcrypt/ssl issue | Christian Pointner | 2009-02-04 | 1 | -0/+2 |
| | |||||
* | added nocrypt kamikaze package Makefile | Christian Pointner | 2009-02-04 | 1 | -0/+60 |
| | |||||
* | remove LD completly | Christian Pointner | 2009-02-04 | 1 | -3/+1 |
| | |||||
* | always use gcc for linking (not ld) | Christian Pointner | 2009-02-04 | 2 | -1/+2 |
| | |||||
* | cleaned file header | Christian Pointner | 2009-02-04 | 31 | -217/+217 |
| | |||||
* | added --target option to configure script | Christian Pointner | 2009-02-04 | 1 | -0/+4 |
| | |||||
* | updated manpage | Christian Pointner | 2009-02-04 | 1 | -18/+8 |
| | |||||
* | not sending packet when remote addr is unkown | Christian Pointner | 2009-02-04 | 3 | -1/+8 |
| | |||||
* | 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 | 5 | -54/+113 |
| | |||||
* | readded phony targets to makefile | Christian Pointner | 2009-01-28 | 1 | -0/+2 |
| | |||||
* | reenabled ld-kdr | Christian Pointner | 2009-01-28 | 4 | -20/+32 |
| | | | | | | cleaning up Makefile | ||||
* | deactivated option for ld_kdr | Christian Pointner | 2009-01-28 | 4 | -77/+69 |
| | | | | | | cleanup at options parser and manpage | ||||
* | 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 |
| | | | | | | some cleanup | ||||
* | 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 invalid free at options parser | ||||
* | 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 | 4 | -51/+32 |
| | | | | | | fixed key derivation rate bug | ||||
* | 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 | 2 | -3/+3 |
| | | | | | | updated ChangeLog for Release | ||||
* | updated README and ChangeLog | Christian Pointner | 2009-01-10 | 2 | -7/+41 |
| | |||||
* | 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 | 3 | -19/+20 |
| | |||||
* | minor cleanups | Christian Pointner | 2009-01-07 | 3 | -10/+14 |
| | |||||
* | updated manpage | Christian Pointner | 2009-01-06 | 2 | -1/+28 |
| | | | | | | set default value for window size to 0 | ||||
* | 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 option for passphrase enabled option for kd-prf | ||||
* | 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 |
| |