aboutsummaryrefslogtreecommitdiff
path: root/options.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-27Added "net stop dnscache" and "net start dnscache" in frontJames Yonan1-2/+2
2010-07-16Added --register-dns option for Windows.James Yonan1-3/+18
2010-07-10Fixed bug in proxy fallback capability where openvpn.exe couldJames Yonan1-9/+14
2010-06-01Implemented a key/value auth channel from client to server.James Yonan1-0/+16
2010-05-24Implemented http-proxy-override and http-proxy-fallback directives to make itJames Yonan1-5/+163
2010-05-11Proxy improvements:James Yonan1-3/+9
2010-04-28Updated copyright date to 2010.James Yonan1-2/+2
2010-03-12Added stub directive "remote-ip-hint".James Yonan1-0/+5
2009-12-11Version 2.1.0v2.1.0james1-1/+1
2009-11-19Fixed a client-side bug that occurred when the "dhcp-pre-release"james1-0/+21
2009-10-16Added "setenv GENERIC_CONFIG" directive, for generic configsjames1-0/+5
2009-09-28Fixed a bug introduced in r4436 (2.1_rc17) where using thejames1-2/+2
2009-09-28Added --server-poll-timeout option : when polling possible remotejames1-0/+15
2009-09-27Eliminated the limitation on the number of options that can be pushedjames1-10/+16
2009-09-17The maximum number of "route" directives (specified in the configjames1-3/+20
2009-09-04Added "setcon" directive for interoperability with SELinuxjames1-0/+13
2009-08-22Added --remote-random-hostname option.james1-4/+17
2009-05-30Update copyright to 2009.james1-2/+2
2009-05-30Fixed bug where the remote_X environmental variables were not beingjames1-2/+2
2009-05-24Added new 'autolocal' redirect-gateway flag. When enabled, the OpenVPNjames1-0/+2
2009-05-23Added "redirect-private" option which allows private subnetsjames1-3/+7
2009-04-13Added errors-to-stderr option. When enabled, fatal errorsjames1-1/+6
2009-04-10Allow "management-client" directive to be usedjames1-6/+2
2009-04-09Added the ability to read the configuration filejames1-2/+6
2008-12-26Added daemon_start_time and daemon_pid environmental variables.james1-0/+2
2008-11-20Added optional "nogw" (no gateway) flag to --server-bridgejames1-0/+6
2008-11-18Added --tcp-nodelay option: Macro that sets TCP_NODELAY socketjames1-0/+10
2008-11-18Minor options check fix: --no-name-remapping is ajames1-0/+2
2008-11-18Added server-side --opt-verify option: clients that connectjames1-0/+9
2008-11-18Added --prng option to control PRNG (pseudo-randomjames1-0/+28
2008-11-17* Added additional method parameter to --script-security to preservejames1-7/+28
2008-11-05Minor fix to previous commit (r3476).james1-3/+3
2008-11-04Added config file option "setenv FORWARD_COMPATIBLE 1" to relaxjames1-2/+16
2008-11-03Fixed some ifconfig-pool issues that precludedjames1-1/+2
2008-10-31Updated docs to reflect the addition ofjames1-1/+1
2008-10-31Added --no-name-remapping option to allow Common Name, X509 Subject,james1-0/+7
2008-10-31Added --status-version 3 which is the same as version 2james1-2/+2
2008-10-28Added server-side --auth-user-pass-optional directive, to allowjames1-8/+18
2008-10-06Copyright notice changed to reflect change in name ofjames1-2/+2
2008-09-30Management interface can now listen on a unixjames1-4/+46
2008-09-19Fixed --lladdr bug introduced in 2.1-rc9 where input validation codejames1-2/+2
2008-09-04Added --allow-pull-fqdn option which allows client to pull DNS namesjames1-12/+20
2008-08-10Fixed build issue with ./configure --disable-socks --disable-http.james1-1/+1
2008-08-02Added "--server-bridge" (without parameters) to enablejames1-7/+20
2008-07-26Perform additional input validation on options pulledjames1-21/+85
2008-07-26Completely revamped the system for calling external programs and scripts:james1-0/+19
2008-07-18Fixed format string issue in read_inline_file,james1-1/+1
2008-07-14Copyright change OpenVPN Solutions LLC -> Telethra, Inc.james1-2/+2
2008-06-11Updated copyright notice to 2008.james1-2/+2
2008-06-11Merged connection profiles fromjames1-314/+513
2008-06-11Updated version to 2.1_rc7e.james1-22/+39
2008-06-04Incremented version to 2.1_rc7d.james1-4/+4
2008-05-12Moved branch into official BETA21 position.james1-11/+16
2008-01-24Fixed pkcs11_private_mode undef.james1-1/+1
2008-01-23Added --management-forget-disconnect option -- forgetjames1-1/+10
2008-01-21Allow OpenVPN to run completely unprivileged under Linuxjames1-0/+12
2007-10-22Use pkcs11-helper as external library, can be downloadedjames1-91/+21
2007-10-22Modified command line and config file parser to allowjames1-1/+16
2007-10-22Added --management-signal option to signal SIGUSR1 when the managementjames1-1/+8
2007-04-25TAP driver now passes signing tests on Vista x64.james1-0/+3
2007-02-28On Windows, revert to "ip-win32 dynamic" as the default.james1-1/+1
2007-02-27The Windows version will now use a default route-delayjames1-1/+1
2006-06-24Eliminated gcc 3.3.3 warnings on NetBSDjames1-1/+1
2006-06-11Added optional minimum-number-of-bytesjames1-1/+4
2006-04-13Added --lladdr option to specify the link layer (MAC) addressjames1-0/+11
2006-04-13Added --route-metric option to set a default route metricjames1-0/+7
2006-04-05I've recently worked on a better version of pkcs11-helper. I've also mergedjames1-27/+43
2006-04-05Security Vulnerability -- An OpenVPN client connecting to ajames1-1/+6
2006-02-16svn merge -r 888:889 https://svn.openvpn.net/projects/openvpn/contrib/alon/BE...james1-3/+3
2006-02-16Added --port-share option for allowing OpenVPN and HTTPSjames1-0/+34
2006-02-03Added feature to --management-client to confirm connectionjames1-1/+4
2006-01-23Added --management-client option to connect as a client tojames1-1/+9
2005-12-22Man page and usage message changes to reflectjames1-1/+2
2005-12-22Added new option --route-method adaptive (Win32)james1-3/+5
2005-12-22--ip-win32 adaptive is now the default.james1-0/+4
2005-12-14svn merge -r 845:854 $SO/trunk/openvpn .james1-11/+2
2005-12-12Added --auto-proxy directive to auto-detect HTTP or SOCKSjames1-76/+70
2005-12-08First attempt at automatic proxy detection,james1-10/+68
2005-12-08Inline file capability now works forjames1-0/+24
2005-11-25Added --connect-timeout option to control the timeoutjames1-1/+13
2005-11-12For Windows, set ip-win32 default back to dynamic.james1-1/+1
2005-11-12Fixed minor typos in --remote-cert-* documentation.james1-1/+1
2005-11-12Merged --remote-cert-ku, --remote-cert-eku, andjames1-0/+58
2005-11-09Merged (with some changes) Alon'sjames1-0/+8
2005-11-09Removed annoying 'i' variable from add_option.james1-218/+16
2005-11-08Added ENABLE_INLINE_FILES feature.james1-0/+134
2005-11-03Documented --ip-win32 adaptive.james1-2/+2
2005-11-03Documented --route-nopull.james1-0/+2
2005-11-01More PKCS#11 changes.james1-0/+10
2005-10-31svn merge -r 734:737 $SO/trunk/openvpnjames1-1/+1
2005-10-31Windows reliability changes:james1-4/+8
2005-10-20Merged with Alon's r688.james1-2/+2
2005-10-17Brought up-to-date with Alon's PKCS11 patch atjames1-124/+130
2005-10-15svn merge -r 614:615 $SO/patches/openvpn-2-1_alpha3a-tcpbindjames1-2/+48
2005-10-15svn merge -r 618:619 $SO/patches/openvpn-2-0_rc16-mh/openvpnjames1-0/+10
2005-10-15Merged --capath patch (Thomas Noel).james1-2/+21
2005-10-15Enable the use of --ca together with --pkcs12. If --ca isjames1-3/+1
2005-10-14Minor PKCS#11 changes.james1-1/+0
2005-10-13Merged PKCS#11 patch.james1-0/+184
2005-10-12version 2.1_beta2james1-2/+17
2005-10-02version 2.1_beta1james1-8/+20
2005-09-26version 2.1_beta1james1-22/+173
2005-09-26This is the start of the BETA21 branch.james1-0/+4561