summaryrefslogtreecommitdiff
path: root/src/options.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* some cleanupChristian Pointner2009-01-061-9/+28
* added NO_LIBGMP and NO_CRYPT to build a daemon without cryptosupportChristian Pointner2009-01-041-0/+14
* added auth algoChristian Pointner2009-01-031-3/+3
* added option ld-kdr for the key derivation rateChristian Pointner2009-01-021-1/+5
* added aes-ctr cipherChristian Pointner2009-01-011-1/+3
* changed useless malloc for options_tChristian Pointner2008-12-311-82/+74
* fixed some out of memory errorsChristian Pointner2008-12-301-9/+20
* 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