summaryrefslogtreecommitdiffstats
path: root/options.c
Commit message (Expand)AuthorAgeFilesLines
* Revamp check_file_access() checks in stdin scenariosDavid Sommerseth2012-02-201-4/+12
* Connection entry {tun,link}_mtu_defined not set correctlyDavid Sommerseth2012-02-141-15/+17
* Made some options connection-entry specificJan Just Keijser2012-02-131-61/+64
* Remove --show-gateway if debug info is not enabled (--disable-debug)David Sommerseth2012-02-131-0/+4
* handle Windows unicode pathsHeiko Hund2012-02-131-5/+32
* Fix assert() situations where gc_malloc() is called without a gc_arena objectDavid Sommerseth2012-02-081-1/+6
* UTF-8 X.509 distinguished namesHeiko Hund2012-02-041-11/+1
* Implement IPv6 interface config with non-/64 prefix lengths.Gert Doering2012-02-041-2/+3
* Add --route-pre-down/OPENVPN_PLUGIN_ROUTE_PREDOWN script/plug-in hookDavid Sommerseth2012-01-251-0/+11
* Don't check for file presence on inline filesDavid Sommerseth2012-01-161-8/+15
* Fix compilation errors on Linux platforms without SO_MARKDavid Sommerseth2012-01-111-3/+3
* Enable access() when building in Visual StudioDavid Sommerseth2012-01-101-1/+0
* Move away from openvpn_basename() over to platform provided basename()David Sommerseth2012-01-101-1/+0
* Fix build-up of duplicate IPv6 routes on reconnect.Gert Doering2012-01-041-0/+13
* Fix compiling with --disable-crypto and/or --disable-sslDavid Sommerseth2011-12-151-5/+5
* Added "memstats" option to maintain real-time operating statsJames Yonan2011-12-141-0/+10
* Don't look for 'stdin' file when using --auth-user-passDavid Sommerseth2011-12-051-2/+3
* Do some file/directory tests before really starting openvpnDavid Sommerseth2011-11-251-0/+151
* Make '--win-sys env' defaultDavid Sommerseth2011-11-231-3/+5
* Fix PolarSSL and --pkcs12 option issuesDavid Sommerseth2011-11-081-1/+7
* Fixed an unintentional change in the options calculated key size.Adriaan de Jong2011-10-221-1/+1
* Disabled X.509 track and username selection for PolarSSLAdriaan de Jong2011-10-221-0/+2
* Added SSL library to title stringAdriaan de Jong2011-10-221-2/+14
* Refactored (and disabled for PolarSSL) support for writing external cert file...Adriaan de Jong2011-10-221-0/+4
* Disable CryptoAPI when not using OpenSSL, and document that fact.Adriaan de Jong2011-10-221-4/+4
* Added warning that --capath is not available with PolarSSLAdriaan de Jong2011-10-221-0/+2
* Added a warning that the PolarSSL library does not support pkcs12 files.Adriaan de Jong2011-10-221-0/+4
* Added PolarSSL support:Adriaan de Jong2011-10-221-5/+20
* Refactored: Netscape certificate type verificationAdriaan de Jong2011-10-211-2/+2
* Refactored cipher key typesAdriaan de Jong2011-10-191-2/+2
* Refactored message digest type functionsAdriaan de Jong2011-10-191-1/+1
* Move block for "stale-routes-check" config inside #ifdef P2MP_SERVER blockGert Doering2011-10-091-19/+19
* New feauture: Add --stale-routes-checkDavide Guerri2011-09-301-0/+25
* add --mark option to set SO_MARK sockoptHeiko Hund2011-08-311-0/+14
* USE_PF_INET6 by default for v2.3JuanJo Ciarlante2011-08-251-62/+18
* remove function is_proto_tcp()Heiko Hund2011-08-241-1/+1
* Redact "echo" directive strings from log, sinceJames Yonan2011-08-241-0/+4
* Merge remote branch SVN 2.1 into the git treeDavid Sommerseth2011-08-191-0/+34
|\
| * Added "management-query-remote" directive (client) to allowJames Yonan2011-07-051-0/+10
| * Added redirect-gateway block-local flag, with support forJames Yonan2011-06-121-0/+13
| * r7316 fixes.James Yonan2011-06-101-0/+1
| * Added support for static challenge/response protocol.James Yonan2011-06-031-0/+10
| * Fixed compile issues on Windows.James Yonan2011-04-251-1/+1
| * Added new "extra-certs" and "verify-hash" options (see man page forJames Yonan2011-04-251-0/+52
| * Added 'dir' flag to "crl-verify" (see man page for info).James Yonan2011-04-241-1/+3
| * Added "auth-token" client directive, which is intended to beJames Yonan2011-03-261-0/+9
| * Renamed branch to reflect that it is no longer beta.James Yonan2011-03-171-0/+6053
* Documented --x509-username-field optionRobert Fischer2011-06-141-1/+1
* Added info about --show-proxy-settingsRobert Fischer2011-06-141-0/+1
* Merge remote-tracking branch 'cron2/feat_ipv6_payload_2.3'David Sommerseth2011-05-231-1/+1
|\