summaryrefslogtreecommitdiffstats
path: root/src/openvpn/options.c
Commit message (Expand)AuthorAgeFilesLines
* Fix option inconsistency warnings about "proto" and "tun-ipv6"Gert Doering2012-12-171-1/+14
* Properly require --key even if defined(MANAGMENT_EXTERNAL_KEY)Arne Schwabe2012-11-291-2/+2
* Error message if max-routes used incorrectlyArne Schwabe2012-11-221-0/+5
* Remove the support for using system() when executing external programs or scr...David Sommerseth2012-10-311-15/+1
* Options parsing demands unnecessary configuration if PKCS11 is usedArne Schwabe2012-10-251-4/+6
* Add --compat-names optionHeiko Hund2012-09-121-0/+10
* Add checks for external-key-managementsArne Schwabe2012-09-111-1/+24
* Reduce --version string detail about IPv6 to just "[IPv6]".Gert Doering2012-09-021-2/+1
* Fixes error: --key fails with EXTERNAL_PRIVATE_KEY: No such file or directory...Arne Schwabe2012-08-061-2/+15
* fix regression with --http-proxy[-*] optionsHeiko Hund2012-07-301-4/+4
* add option --management-query-proxyHeiko Hund2012-07-191-97/+15
* cleanup: windows: convert argv (UCS-2 to UTF-8) at earliestAlon Bar-Lev2012-06-291-27/+0
* Remove ENABLE_CONNECTIONS ifdefsArne Schwabe2012-06-221-24/+0
* Remove ENABLE_INLINE_FILES conditionalsArne Schwabe2012-06-221-24/+0
* Completely remove ancient IANA port warning.Arne Schwabe2012-06-221-3/+0
* Only use tmpdir if tmp_dir is really used.Arne Schwabe2012-06-221-2/+5
* build: add --with-special-build to provide special build stringAlon Bar-Lev2012-06-131-0/+3
* remove the --auto-proxy option from openvpnHeiko Hund2012-06-131-38/+2
* Add the name of the context where option is not allowed to the error message.Arne Schwabe2012-06-071-2/+3
* Explain that route-nopull also causes the client to ignore dhcp options.Arne Schwabe2012-06-071-1/+1
* Remove two unused functionsDavid Sommerseth2012-06-011-16/+0
* build: add git revision to --version output if build from git repositoryAlon Bar-Lev2012-06-011-0/+6
* Simplify check_cmd_access() functionDavid Sommerseth2012-05-031-22/+26
* Clarified the docs and help screen about what a 'cmd' isJonathan K. Bullard2012-05-021-13/+13
* Fix file access checks on commandsJonathan K. Bullard2012-05-021-21/+68
* Added a configuration option to enable prediction resistance in the PolarSSL ...Adriaan de Jong2012-04-271-0/+22
* build: properly detect TUNSETPERSISTAlon Bar-Lev2012-04-261-4/+4
* build: move wrappers into platform moduleAlon Bar-Lev2012-03-241-7/+7
* build: move gettimeofday() emulation to compatAlon Bar-Lev2012-03-221-4/+4
* build: move out config.h include from sysheadAlon Bar-Lev2012-03-221-0/+6
* build: proper crypto detection and usageAlon Bar-Lev2012-03-221-70/+70
* build: proper lzo detection and usageAlon Bar-Lev2012-03-221-7/+11
* build: proper selinux detection and usageAlon Bar-Lev2012-03-221-3/+3
* build: standard directory layoutAlon Bar-Lev2012-03-221-0/+6804