summaryrefslogtreecommitdiffstats
path: root/options.c
Commit message (Expand)AuthorAgeFilesLines
* Added "net stop dnscache" and "net start dnscache" in frontJames Yonan2010-07-271-2/+2
* Added --register-dns option for Windows.James Yonan2010-07-161-3/+18
* Fixed bug in proxy fallback capability where openvpn.exe couldJames Yonan2010-07-101-9/+14
* Implemented a key/value auth channel from client to server.James Yonan2010-06-011-0/+16
* Implemented http-proxy-override and http-proxy-fallback directives to make itJames Yonan2010-05-241-5/+163
* Proxy improvements:James Yonan2010-05-111-3/+9
* Updated copyright date to 2010.James Yonan2010-04-281-2/+2
* Added stub directive "remote-ip-hint".James Yonan2010-03-121-0/+5
* Version 2.1.0v2.1.0james2009-12-111-1/+1
* Fixed a client-side bug that occurred when the "dhcp-pre-release"james2009-11-191-0/+21
* Added "setenv GENERIC_CONFIG" directive, for generic configsjames2009-10-161-0/+5
* Fixed a bug introduced in r4436 (2.1_rc17) where using thejames2009-09-281-2/+2
* Added --server-poll-timeout option : when polling possible remotejames2009-09-281-0/+15
* Eliminated the limitation on the number of options that can be pushedjames2009-09-271-10/+16
* The maximum number of "route" directives (specified in the configjames2009-09-171-3/+20
* Added "setcon" directive for interoperability with SELinuxjames2009-09-041-0/+13
* Added --remote-random-hostname option.james2009-08-221-4/+17
* Update copyright to 2009.james2009-05-301-2/+2
* Fixed bug where the remote_X environmental variables were not beingjames2009-05-301-2/+2
* Added new 'autolocal' redirect-gateway flag. When enabled, the OpenVPNjames2009-05-241-0/+2
* Added "redirect-private" option which allows private subnetsjames2009-05-231-3/+7
* Added errors-to-stderr option. When enabled, fatal errorsjames2009-04-131-1/+6
* Allow "management-client" directive to be usedjames2009-04-101-6/+2
* Added the ability to read the configuration filejames2009-04-091-2/+6
* Added daemon_start_time and daemon_pid environmental variables.james2008-12-261-0/+2
* Added optional "nogw" (no gateway) flag to --server-bridgejames2008-11-201-0/+6
* Added --tcp-nodelay option: Macro that sets TCP_NODELAY socketjames2008-11-181-0/+10
* Minor options check fix: --no-name-remapping is ajames2008-11-181-0/+2
* Added server-side --opt-verify option: clients that connectjames2008-11-181-0/+9
* Added --prng option to control PRNG (pseudo-randomjames2008-11-181-0/+28
* * Added additional method parameter to --script-security to preservejames2008-11-171-7/+28
* Minor fix to previous commit (r3476).james2008-11-051-3/+3
* Added config file option "setenv FORWARD_COMPATIBLE 1" to relaxjames2008-11-041-2/+16
* Fixed some ifconfig-pool issues that precludedjames2008-11-031-1/+2
* Updated docs to reflect the addition ofjames2008-10-311-1/+1
* Added --no-name-remapping option to allow Common Name, X509 Subject,james2008-10-311-0/+7
* Added --status-version 3 which is the same as version 2james2008-10-311-2/+2
* Added server-side --auth-user-pass-optional directive, to allowjames2008-10-281-8/+18
* Copyright notice changed to reflect change in name ofjames2008-10-061-2/+2
* Management interface can now listen on a unixjames2008-09-301-4/+46
* Fixed --lladdr bug introduced in 2.1-rc9 where input validation codejames2008-09-191-2/+2
* Added --allow-pull-fqdn option which allows client to pull DNS namesjames2008-09-041-12/+20
* Fixed build issue with ./configure --disable-socks --disable-http.james2008-08-101-1/+1
* Added "--server-bridge" (without parameters) to enablejames2008-08-021-7/+20
* Perform additional input validation on options pulledjames2008-07-261-21/+85
* Completely revamped the system for calling external programs and scripts:james2008-07-261-0/+19
* Fixed format string issue in read_inline_file,james2008-07-181-1/+1
* Copyright change OpenVPN Solutions LLC -> Telethra, Inc.james2008-07-141-2/+2
* Updated copyright notice to 2008.james2008-06-111-2/+2
* Merged connection profiles fromjames2008-06-111-314/+513