summaryrefslogtreecommitdiff
path: root/src/options.c
Commit message (Collapse)AuthorAgeFilesLines
* tested with gcc pedantic -> cleanupChristian Pointner2009-02-201-0/+1
|
* added runtime switch for anytun 0.2 crypto compabilityChristian Pointner2009-02-181-0/+4
|
* cleaned file header Christian Pointner2009-02-041-7/+7
|
* new ifconfig syntax (only command line parser yet)Christian Pointner2009-02-031-24/+56
|
* droping privileges without chroot is now possibleChristian Pointner2009-01-281-9/+11
|
* reenabled ld-kdrChristian Pointner2009-01-281-2/+2
| | | | | | cleaning up Makefile
* deactivated option for ld_kdrChristian Pointner2009-01-281-16/+16
| | | | | | cleanup at options parser and manpage
* 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-191-2/+1
| | | | | | some cleanup
* fixed anytun 0.2 compat modeChristian Pointner2009-01-161-1/+0
| | | | | | fixed invalid free at options parser
* added posibility to disable passphrase calculationChristian Pointner2009-01-101-0/+4
|
* some cleanup (better handling if error on hex string option i.e. key)Christian Pointner2009-01-081-18/+22
|
* updated manpageChristian Pointner2009-01-061-1/+1
| | | | | | set default value for window size to 0
* some cleanupChristian Pointner2009-01-061-9/+28
| | | | | | | added option for passphrase enabled option for kd-prf
* added NO_LIBGMP and NO_CRYPT to build a daemon without cryptosupportChristian Pointner2009-01-041-0/+14
| | | | | | NOTE: with NO_LIBGMP the cipher and the keyderivation don't work until now
* added auth algoChristian Pointner2009-01-031-3/+3
| | | | | | | tested with anytun an ANYTUN_02_COMPAT set switched defaults for kd-prf, cipher and auth algo to use crypto
* added option ld-kdr for the key derivation rateChristian Pointner2009-01-021-1/+5
|
* added aes-ctr cipherChristian Pointner2009-01-011-1/+3
| | | | | | TODO: key derivation
* changed useless malloc for options_tChristian Pointner2008-12-311-82/+74
|
* fixed some out of memory errorsChristian Pointner2008-12-301-9/+20
| | | | | | | options parser gives now a hint where the error happened added build instructions for OpenBSD to Readme
* processing of device packets works now (null cipher and no auth algo)Christian Pointner2008-12-281-3/+3
|
* some cleanupChristian Pointner2008-12-281-0/+3
|
* int main() is pretty finished nowChristian Pointner2008-12-281-0/+13
|
* options parser finishedChristian Pointner2008-12-281-1/+5
|
* options parser almost doneChristian Pointner2008-12-281-14/+134
|
* added options parserChristian Pointner2008-12-281-0/+193