aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-11-14Clean-up: Removing useless code - hash related functionsDavid Sommerseth6-49/+20
2010-11-14Clean-up: Remove more dead and inactive code pathsDavid Sommerseth11-52/+5
2010-11-14Clean-up: Remove pthread and mutex locking codeDavid Sommerseth32-921/+1
2010-11-14Merge branch 'feat_misc' into beta2.2David Sommerseth1-0/+2
2010-11-14Added check for variable CONFIGURE_DEFINES into options.cSamuli Seppänen1-0/+2
2010-11-13Merge branch 'feat_misc' into beta2.2David Sommerseth7-39/+266
2010-11-13Merge branch 'bugfix2.1' into beta2.2David Sommerseth2-4/+9
2010-11-13Merge branch 'svn-BETA21' into beta2.2David Sommerseth9-26/+231
2010-11-13Merge branch 'svn-BETA21' into bugfix2.1David Sommerseth9-26/+231
2010-11-12Clarified --explicit-exit-notify man page entryDavid Sommerseth1-2/+3
2010-11-12Improved man page entry for script_typeGert Doering1-2/+2
2010-11-12Add HTTP/1.1 Host headerLars Hupel1-0/+4
2010-11-12Make "topology subnet" work on Solaris (ifconfig + route metric changes by Ka...Gert Doering2-5/+30
2010-11-12Integrate support for TAP mode on Solaris, written by Kazuyoshi Aizawa <admin...Gert Doering1-22/+98
2010-11-12Adding support for SOCKS plain text authenticationPierre Bourdon5-12/+138
2010-10-28Version 2.1.3bJames Yonan1-1/+1
2010-10-24Make base64.h have the same conditional compilation expression asJames Yonan1-1/+1
2010-10-24Implement challenge/response authentication support in client mode,James Yonan7-24/+229
2010-10-23Fixed initialization bug in route_list_add_default_gatewayJames Yonan1-0/+2
2010-10-21Preparing for v2.2-beta3David Sommerseth2-2/+25
2010-10-21Fixed compiler warning in ssl.cDavid Sommerseth1-2/+2
2010-10-21Solved hidden merge conflict between feat_misc and bugfix2.1David Sommerseth1-1/+1
2010-10-21Fixed static defined length check to use sizeof()Emilien Mantel1-1/+1
2010-10-21Choose a different field in X509 to be usernameEmilien Mantel4-14/+36
2010-10-21ssl.c: fix use of openvpn_run_script()'s return valueFabian Knittel1-13/+5
2010-10-21Revamped the script-security warning logging (version 2)David Sommerseth8-11/+27
2010-10-21Don't add compile time information if --enable-small is usedDavid Sommerseth1-0/+2
2010-10-21Make use of automake CLEANFILES variable instead of clean-local ruleDavid Sommerseth1-4/+1
2010-10-21Fix dependency checking for configure.h (v2)David Sommerseth3-8/+11
2010-10-21Add comile time information/settings from ./configure to --versionDavid Sommerseth4-0/+85
2010-10-21pkitool lacks expected option "--help"Wil Cooley1-0/+6
2010-10-21Several updates to openvpn.8 (man page updates)Karl O. Pinc1-9/+13
2010-10-21enhance tls-verify possibilityMathieu GIANNECCHINI6-0/+87
2010-10-21Reworked the eurephia patch for inclusion to the openvpn-testing treeDavid Sommerseth3-0/+29
2010-10-21Fix problem with special case route targets ('remote_host')Gert Doering1-0/+2
2010-10-21Fixed compiler warnings reported on Ubuntu 10.04David Sommerseth4-10/+11
2010-10-21More t_client.sh updates - exit with SKIP when we want to skipDavid Sommerseth1-3/+3
2010-10-21Test framework improvment - Do not FAIL if t_client.rc is missingDavid Sommerseth1-10/+10
2010-10-21Build t_client.sh by configure at run-time.Gert Doering2-14/+22
2010-10-21full "VPN client connect" test framework for OpenVPNGert Doering3-1/+382
2010-10-21Fixes openssl-1.0.0 compilation warningchantra1-3/+3
2010-10-21Fix <net/if.h> compile time problems on OpenBSD for goodGert Doering1-4/+4
2010-10-21Fix compile problems on NetBSD and OpenBSDGert Doering1-0/+3
2010-10-21Fix multiple configured scripts conflicts issue (version 2)David Sommerseth1-0/+18
2010-10-21Exclude ping and control packets from activityDavide Brini3-7/+20
2010-10-21Fix errors in openvpn-plugin.h documentationchantra1-1/+2
2010-10-21Fixed client hang when server don't PUSH (aka the NO_SOUP_FOR_YOU patch)David Sommerseth1-0/+17
2010-10-21Handle non standard subnets in PF grammarchantra1-0/+5
2010-10-21OCSP_check.sh: new check logicDavid Sommerseth1-10/+32
2010-10-21Avoid repetition of "this config may cache passwords in memory" (v2)David Sommerseth1-1/+3
2010-10-21Fix certificate serial number exportDavide Brini3-4/+119
2010-10-21Fix missing /bin/bash -> /bin/shDavide Brini1-1/+1
2010-10-21Enhance contrib/pull-resolv-conf/client.{up,down} scriptsDavide Brini2-69/+64
2010-10-21The man page does not mention that the default value of "mssfix" is 1450.Davide Brini1-1/+2
2010-10-21Fixed potential NULL pointer issueDavid Sommerseth1-1/+1
2010-10-21Removed no longer needed delete_file() callDavid Sommerseth1-1/+0
2010-10-21Updated the man page to reflect the behavioural change of create_temp_file()David Sommerseth1-1/+1
2010-10-21Renamed all calls to create_temp_filename()David Sommerseth4-37/+53
2010-10-21Harden create_temp_filename() (version 2)David Sommerseth2-16/+48
2010-10-21Make use of counter_type instead of int when counting bytes and network packetsDavid Sommerseth2-3/+4
2010-10-21The man page needs dash escaping in UTF-8 environmentsJan Brinkmann1-1/+1
2010-10-21When I began testing OpenVPN v2.1_rc9 I was having trouble authenticating to ...Daniel Johnson1-7/+35
2010-10-21Debian patch: Fix spelling in log messageAlberto Gonzalez Iniesta1-1/+1
2010-10-21Fix autotools cross-compiling supportDavid Sommerseth2-22/+21
2010-10-21On TARGET_LINUX define _GNU_SOURCE if not definedDavid Sommerseth1-0/+4
2010-10-21The man page needs dash escaping in UTF-8 environmentsJan Brinkmann1-807/+807
2010-10-21bash->bourne script cleanupDan Nelson17-17/+17
2010-10-21Allow 'lport 0' setup for random port bindingEnrico Scholz1-1/+1
2010-10-21remove duplicate code in FREEBSD+DRAGONFLY system-dependent ifconfigGert Doering1-14/+3
2010-10-21verb 5 logging wrongly reports received bytesDavid Sommerseth1-2/+2
2010-10-21[PATCH] Change verify-cn so cn is no longer hardcoded in openvpn's config fileKarl O. Pinc1-15/+27
2010-10-21Added mapping files from SVN commit ID to more descriptive commit IDs.David Sommerseth2-0/+2
2010-09-01Added --proto-force directive.James Yonan5-2/+35
2010-08-31Don't configure Linux tun/tap txqueuelen setting if OpenVPNJames Yonan1-1/+1
2010-08-29Allow PKCS12 file content to be included inline in configuration file,James Yonan3-10/+39
2010-08-20Attempt to fix issue where domake-win build system was not properlyv2.1.3James Yonan11-203/+191
2010-08-15Windows security issue:v2.1.2James Yonan4-3/+116
2010-08-10Added warning about tls-remote in man page.James Yonan1-0/+7
2010-08-09Distribute win directory (Python/MSVC-based build system)James Yonan1-1/+2
2010-07-27Added "net stop dnscache" and "net start dnscache" in frontJames Yonan6-8/+34
2010-07-27Fixed an issue where application payload transmissions on theJames Yonan6-12/+54
2010-07-26Fixed typo: missing comment close.James Yonan1-1/+1
2010-07-16Added win/build_exe.py script, which is similar toJames Yonan2-21/+38
2010-07-16Added --register-dns option for Windows.James Yonan9-11/+79
2010-07-12Implemented multi-address DNS expansion on the network field of routeJames Yonan4-16/+85
2010-07-10Version 2.1.1kJames Yonan1-1/+1
2010-07-10Fixed bug in proxy fallback capability where openvpn.exe couldJames Yonan2-18/+22
2010-07-10Added support for MSVC debugging of openvpn.exe in settings.in:James Yonan3-7/+16
2010-06-26Fixed static defined length check to use sizeof()Emilien Mantel1-1/+1
2010-06-17Choose a different field in X509 to be usernameEmilien Mantel4-14/+36
2010-06-10Fixed issue where bad creds provided by the management interfaceJames Yonan2-3/+6
2010-06-01Implemented a key/value auth channel from client to server.James Yonan14-9/+248
2010-05-24Implemented http-proxy-override and http-proxy-fallback directives to make itJames Yonan14-72/+565
2010-05-11Minor fixes to recent HTTP proxy changes:James Yonan3-5/+5
2010-05-11Proxy improvements:James Yonan10-101/+676
2010-05-09Fixed issue on Windows with MSVC compiler, where TCP_NODELAY supportJames Yonan1-1/+1
2010-05-04ssl.c: fix use of openvpn_run_script()'s return valueFabian Knittel1-13/+5
2010-04-29Revamped the script-security warning logging (version 2)David Sommerseth8-11/+27
2010-04-28Updated copyright date to 2010.James Yonan157-160/+160
2010-04-22Don't add compile time information if --enable-small is usedDavid Sommerseth1-0/+2
2010-04-22Make use of automake CLEANFILES variable instead of clean-local ruleDavid Sommerseth1-4/+1
2010-04-22Fix dependency checking for configure.h (v2)David Sommerseth3-8/+11
2010-04-22Added Python-based build system for Windows inJames Yonan24-26/+609
2010-04-17Minor change to doclean script:James Yonan1-1/+0
2010-04-16Management interface performance optimizations:James Yonan6-12/+161
2010-04-08Add comile time information/settings from ./configure to --versionDavid Sommerseth4-0/+85
2010-03-31Updated MSVC build scripts to Visual Studio 2008:James Yonan17-530/+491
2010-03-30Set socket buffers (SO_SNDBUF and SO_RCVBUF) immediately afterJames Yonan2-4/+5
2010-03-17Version 2.1.1cJames Yonan2-2/+2
2010-03-12Modified ">PASSWORD:Verification Failed" management interfaceJames Yonan4-6/+9
2010-03-12Added stub directive "remote-ip-hint".James Yonan1-0/+5
2010-03-12Trivial fix to proxy.c -- #define proxy auth type as UP_TYPE_PROXY.James Yonan1-1/+3
2010-03-06Fixed an issue where if reneg-sec was set to 0 on the client,James Yonan1-2/+5
2010-03-02pkitool lacks expected option "--help"Wil Cooley1-0/+6
2010-03-02Several updates to openvpn.8 (man page updates)Karl O. Pinc1-9/+13
2010-03-02enhance tls-verify possibilityMathieu GIANNECCHINI6-0/+87
2010-03-01Allow 'lport 0' setup for random port bindingEnrico Scholz1-1/+1
2010-02-28remove duplicate code in FREEBSD+DRAGONFLY system-dependent ifconfigGert Doering1-14/+3
2010-02-26Merge branch 'master' into bugfix2.1David Sommerseth1-6/+15
2010-02-26Added mapping files from SVN commit ID to more descriptive commit IDs.David Sommerseth2-0/+2
2010-02-26Fixed an issue in the Management Interface that could causeJames Yonan1-6/+15
2010-02-26Fixed an issue in the Management Interface that could causejames1-6/+15
2010-02-19verb 5 logging wrongly reports received bytesDavid Sommerseth1-2/+2
2010-02-18[PATCH] Change verify-cn so cn is no longer hardcoded in openvpn's config fileKarl O. Pinc1-15/+27
2010-02-18Do not randomize resolving of IP addresses in getaddr()David Sommerseth1-3/+2
2010-02-16Added mapping files from SVN commit ID to more descriptive commit IDs.David Sommerseth2-0/+2
2010-01-16Version 2.1.1bjames1-1/+1
2010-01-16Don't advance the connection list on AUTH_FAILED errors.james1-0/+1
2010-01-16Fixed an issue where AUTH_FAILED was not being properly deliveredjames2-13/+35
2010-01-12When aborting in a non-graceful way, try to execute do_close_tun injames3-1/+20
2009-12-11Fixed some breakage in openvpn.spec (which is required to build anv2.1.1james3-2/+12
2009-12-11Version 2.1.0v2.1.0james4-2/+19
2009-12-11Clarified that TAP-Win32 driver is licensed under GPL 2.james19-94/+19
2009-12-11Documented --multihome in the man page.james1-0/+9
2009-12-10Fixed a couple issues in sample plugins auth-pam.c and down-root.c:james2-2/+6
2009-11-20Version 2.1_rc22v2.1_rc22james2-1/+13
2009-11-19Fixed a client-side bug that occurred when the "dhcp-pre-release"james7-33/+141
2009-11-13Increase MAX_CERT_DEPTH to 16 (from 8), and when exceeded,james3-3/+6
2009-11-12Version 2.1_rc21v2.1_rc21james3-2/+18
2009-10-25Version 2.1_rc20ajames1-1/+1
2009-10-25On server, lock client-provided certs against mid-session TLSjames3-5/+156
2009-10-25Change to doval valgrind script. The openvpn command parameter is nowjames2-1/+14
2009-10-24On server, lock session username against changes in mid-session TLSjames2-3/+31
2009-10-16Added "setenv GENERIC_CONFIG" directive, for generic configsjames1-0/+5
2009-10-07Fixed issue where some .svn directories were being inadvertentlyv2.1_rc20james1-1/+1
2009-10-01Version 2.1_rc20james2-1/+51
2009-10-01client-kill management interface command, when issued on server, willjames6-7/+41
2009-10-01Minor fix: management interface shouldn't echo 'load-stats' commands tojames1-1/+1
2009-09-29Added the ability for the server to provide a custom reason stringjames8-14/+84
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 remotejames8-0/+70
2009-09-27Eliminated the limitation on the number of options that can be pushedjames16-115/+271
2009-09-17The maximum number of "route" directives (specified in the configjames8-30/+86
2009-09-16Modified client to send a PUSH_REQUEST message to server 1 secondjames3-5/+14
2009-09-08Updated version number to 2.1_rc19c.james1-1/+1
2009-09-04Added "setcon" directive for interoperability with SELinuxjames6-4/+104
2009-08-24Added new ./configure flags:james3-3/+23
2009-08-24Added PLATFORM-SPECIFIC comment tag to platform-specific functionsjames1-4/+4
2009-08-23Added "load-stats" management interface command to get globaljames2-0/+27
2009-08-22Added --remote-random-hostname option.james6-10/+89
2009-08-19Fixed ifconfig command for "topology subnet" on FreeBSD (Stefan Bethke).james1-6/+10
2009-08-19Fixed build problem when ./configure --disable-server is used.james1-0/+2
2009-07-16OpenVPN version 2.1_rc19 releasedv2.1_rc19james2-1/+13
2009-06-22In Windows TAP driver, refactor DHCP/ARP packet injection code tojames7-28/+154
2009-06-22Rename generated tapdrvr.cod to a unique name to avoid the issue wherejames1-0/+1
2009-06-09In configure.ac, use datadir instead of datarootdir for compatibilityjames1-1/+1
2009-06-07Version 2.1_rc18v2.1_rc18james2-2/+9
2009-06-07Fixed issue introduced in r4475 (2.1-rc17) where cryptoapi.c changejames1-0/+2
2009-06-01Fixed compile error on ./configure --enable-smalljames1-0/+1
2009-06-01Version 2.1_rc17v2.1_rc17james2-2/+45
2009-05-30Update copyright to 2009.james157-160/+160
2009-05-30Fixed bug where the remote_X environmental variables were not beingjames1-2/+2
2009-05-30Fixed issue of symbol conflicts interfering with Windows CryptoAPIjames4-8/+7
2009-05-24Added new 'autolocal' redirect-gateway flag. When enabled, the OpenVPNjames6-33/+119
2009-05-23Added "redirect-private" option which allows private subnetsjames3-69/+80
2009-05-21Fixed race condition in management interface recv code onjames3-5/+6
2009-05-21Reduce the debug level (--verb) at which received management interfacejames1-1/+1
2009-05-18Version 2.1_rc16v2.1_rc16james2-1/+54
2009-05-13Updated Windows build scripts to package openssl-0.9.8k,james4-21/+21
2009-04-13Added errors-to-stderr option. When enabled, fatal errorsjames3-6/+28
2009-04-10Allow "management-client" directive to be usedjames5-44/+91
2009-04-09Added the ability to read the configuration filejames1-2/+6
2009-02-13install-win32/buildinstaller will now always sign executablejames1-1/+1
2009-01-27Fixed issue involving an #ifdef in a macro reference that breaks early gccjames1-2/+5
2009-01-27Updated common.h types for _WIN64.james1-0/+8
2009-01-27Updated configure.ac to work on MinGW.james1-53/+58
2009-01-27Fixed some compile-time warnings.james4-5/+7
2009-01-27Fixed some issues with C++ style comments that leaked into the code.james2-6/+6
2009-01-21Version 2.1_rc15ejames2-1/+6
2009-01-01In Windows installer generator, don't sign the installer .exejames1-1/+1
2008-12-26Added daemon_start_time and daemon_pid environmental variables.james6-6/+22
2008-12-25Fixed issue where SIGUSR1 restarts would fail if privatejames3-4/+7
2008-12-23Version 2.1_rc15bjames1-1/+1
2008-12-18Added n_clients environmental variable to information passedjames1-4/+20
2008-12-18Added "nclients" command to management interface tojames4-0/+37
2008-12-01Added MultiFileExtract capability to Windows Installer.james4-128/+16
2008-11-30Added ExtractAuxFile capability to Windows Installer.james4-2/+136
2008-11-20Added new management interface command "pid" to show thejames2-0/+10
2008-11-20Added optional "nogw" (no gateway) flag to --server-bridgejames5-84/+101
2008-11-19Version 2.1_rc15v2.1_rc15james2-1/+28