summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* finished kamikaze initscript Christian Pointner2009-02-054-20/+56
* moved uanytun-sslcrypt kamikaze package to default (uanytun)Christian Pointner2009-02-053-0/+0
* added openwrt initscript and configChristian Pointner2009-02-052-0/+147
* initscript clean upChristian Pointner2009-02-051-1/+1
* updated md5 checksums @ openwrt makefilesChristian Pointner2009-02-052-2/+2
* added linux (debian) initscript Christian Pointner2009-02-058-0/+393
* updated ChangeLogChristian Pointner2009-02-041-0/+10
* added sslcrypt kamikaze packageChristian Pointner2009-02-042-1/+62
* fixed gcrypt/ssl issueChristian Pointner2009-02-041-0/+2
* added nocrypt kamikaze package MakefileChristian Pointner2009-02-041-0/+60
* remove LD completlyChristian Pointner2009-02-041-3/+1
* always use gcc for linking (not ld)Christian Pointner2009-02-042-1/+2
* cleaned file header Christian Pointner2009-02-0431-217/+217
* added --target option to configure scriptChristian Pointner2009-02-041-0/+4
* updated manpageChristian Pointner2009-02-041-18/+8
* not sending packet when remote addr is unkownChristian Pointner2009-02-043-1/+8
* improved tap device handling on openbsdChristian Pointner2009-02-041-0/+7
* OpenBSD support for new ifconifg methodChristian Pointner2009-02-041-36/+35
* added linux support for new ifconfig usageChristian Pointner2009-02-044-18/+37
* fixed build on bsd (do_ifconfig not working yet)Christian Pointner2009-02-031-43/+40
* new ifconfig syntax (only command line parser yet)Christian Pointner2009-02-036-63/+97
* droping privileges without chroot is now possibleChristian Pointner2009-01-285-54/+113
* readded phony targets to makefileChristian Pointner2009-01-281-0/+2
* reenabled ld-kdrChristian Pointner2009-01-284-20/+32
* deactivated option for ld_kdrChristian Pointner2009-01-284-77/+69
* cleanupChristian Pointner2009-01-221-4/+2
* updated exit status handling of exec scriptChristian Pointner2009-01-202-2/+13
* switching key derivation prf to null if no auth or no encChristian Pointner2009-01-201-0/+6
* fixed bug which prevents uanytun from detecting device type properlyChristian Pointner2009-01-194-7/+6
* moved signal init to better placeChristian Pointner2009-01-181-2/+1
* fixed anytun 0.2 compat modeChristian Pointner2009-01-162-6/+0
* fixed packet length errors Christian Pointner2009-01-168-4/+32
* Release 0.2.1rel-0.2.1v0.2.1Christian Pointner2009-01-144-51/+32
* change dual kd to single kd with 2 key storagesChristian Pointner2009-01-147-83/+79
* fixed auth_algo length checkChristian Pointner2009-01-141-2/+1
* small improvement auth_algoChristian Pointner2009-01-141-1/+7
* small cleanupChristian Pointner2009-01-142-3/+3
* small cleanupChristian Pointner2009-01-141-1/+1
* Release 0.2rel-0.2v0.2Christian Pointner2009-01-112-3/+3
* updated README and ChangeLogChristian Pointner2009-01-102-7/+41
* added posibility to disable passphrase calculationChristian Pointner2009-01-104-4/+24
* added usage output and --help to configure scriptChristian Pointner2009-01-101-0/+14
* no crypto wokrs now with new build scriptsChristian Pointner2009-01-102-2/+6
* improved Makefile and configure scriptChristian Pointner2009-01-102-64/+103
* some cleanup (better handling if error on hex string option i.e. key)Christian Pointner2009-01-082-19/+23
* --key and --salt have now higher priority than a passphraseChristian Pointner2009-01-073-19/+20
* minor cleanupsChristian Pointner2009-01-073-10/+14
* updated manpageChristian Pointner2009-01-062-1/+28
* added passprhrase algorithm for master key and master saltChristian Pointner2009-01-061-1/+116
* cleaned up main_loopChristian Pointner2009-01-061-78/+93