summaryrefslogtreecommitdiff
path: root/src/options.h
Commit message (Collapse)AuthorAgeFilesLines
* updated copyright headerChristian Pointner2016-02-251-1/+1
|
* merged trunk changes to rail branchChristian Pointner2014-06-291-1/+14
|
* added explicit option for RAIL modeChristian Pointner2014-02-101-0/+1
|
* * inital commit for RAIL modeChristian Pointner2014-02-071-2/+2
| | | | | | | | | - added information about it at manpage - updated output for --help * white space cleanups * updated copyright header
* -Wall cleanupChristian Pointner2012-09-251-0/+1
|
* updated copyright yearChristian Pointner2010-02-111-1/+1
|
* added --debug cmd line optionsChristian Pointner2010-01-141-0/+1
|
* fixed typo at include guardsChristian Pointner2009-11-231-2/+2
|
* fixed include guards, new format: UANYTUN_filename_h_INCLUDEDChristian Pointner2009-11-121-2/+2
|
* switched to GPLv3 or higherChristian Pointner2009-10-281-2/+3
|
* removed anytun02 compat modeChristian Pointner2009-04-071-2/+0
|
* removed role symmetric (useless)Christian Pointner2009-03-161-1/+1
| | | | | | added new label (direction specific)
* removed ld_kdr and key store Christian Pointner2009-03-161-1/+0
| | | | | | started to add role support to key derivation
* added --role to options parserChristian Pointner2009-03-161-0/+4
|
* added command line option for auth tag lengthChristian Pointner2009-03-131-0/+1
|
* added -4 and -6 command line argumentsChristian Pointner2009-02-261-0/+4
|
* added command line parameters for new loggingChristian Pointner2009-02-231-0/+4
|
* added runtime switch for anytun 0.2 crypto compabilityChristian Pointner2009-02-181-0/+1
|
* cleaned file header Christian Pointner2009-02-041-7/+7
|
* new ifconfig syntax (only command line parser yet)Christian Pointner2009-02-031-2/+8
|
* droping privileges without chroot is now possibleChristian Pointner2009-01-281-1/+1
|
* deactivated option for ld_kdrChristian Pointner2009-01-281-2/+2
| | | | | | cleanup at options parser and manpage
* some cleanup (better handling if error on hex string option i.e. key)Christian Pointner2009-01-081-1/+1
|
* some cleanupChristian Pointner2009-01-061-0/+1
| | | | | | | 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/+2
| | | | | | NOTE: with NO_LIBGMP the cipher and the keyderivation don't work until now
* added option ld-kdr for the key derivation rateChristian Pointner2009-01-021-0/+1
|
* changed useless malloc for options_tChristian Pointner2008-12-311-2/+2
|
* small cleanupChristian Pointner2008-12-281-6/+0
|
* options parser almost doneChristian Pointner2008-12-281-5/+10
|
* added options parserChristian Pointner2008-12-281-0/+75