summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | Updated the man page to reflect the behavioural change of create_temp_file()David Sommerseth2010-04-291-1/+1
| * | | | | | | | | | Renamed all calls to create_temp_filename()David Sommerseth2010-04-294-37/+53
| * | | | | | | | | | Harden create_temp_filename() (version 2)David Sommerseth2010-04-292-16/+48
| * | | | | | | | | | Make use of counter_type instead of int when counting bytes and network packetsDavid Sommerseth2010-04-292-3/+4
| * | | | | | | | | | When I began testing OpenVPN v2.1_rc9 I was having trouble authenticating to ...Daniel Johnson2010-04-291-7/+35
| * | | | | | | | | | Debian patch: Fix spelling in log messageAlberto Gonzalez Iniesta2010-04-291-1/+1
| * | | | | | | | | | Fix autotools cross-compiling supportDavid Sommerseth2010-04-292-22/+21
| * | | | | | | | | | On TARGET_LINUX define _GNU_SOURCE if not definedDavid Sommerseth2010-04-291-0/+4
| * | | | | | | | | | The man page needs dash escaping in UTF-8 environmentsJan Brinkmann2010-04-291-806/+806
| * | | | | | | | | | bash->bourne script cleanupDan Nelson2010-04-2917-17/+17
| * | | | | | | | | | Allow 'lport 0' setup for random port bindingEnrico Scholz2010-04-291-1/+1
| * | | | | | | | | | remove duplicate code in FREEBSD+DRAGONFLY system-dependent ifconfigGert Doering2010-04-291-14/+3
| * | | | | | | | | | verb 5 logging wrongly reports received bytesDavid Sommerseth2010-04-291-2/+2
| * | | | | | | | | | [PATCH] Change verify-cn so cn is no longer hardcoded in openvpn's config fileKarl O. Pinc2010-04-291-15/+27
| * | | | | | | | | | Do not randomize resolving of IP addresses in getaddr()David Sommerseth2010-04-291-3/+2
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | Cleaning up after rebaseDavid Sommerseth2010-04-291-1/+0
| * | | | | | | | | Set socket buffers (SO_SNDBUF and SO_RCVBUF) immediately afterjames2010-04-291-0/+1
| * | | | | | | | | Added mapping files from SVN commit ID to more descriptive commit IDs.David Sommerseth2010-04-292-0/+2
* | | | | | | | | | Added win/build_exe.py script, which is similar toJames Yonan2010-07-162-21/+38
* | | | | | | | | | Added --register-dns option for Windows.James Yonan2010-07-169-11/+79
* | | | | | | | | | Implemented multi-address DNS expansion on the network field of routeJames Yonan2010-07-124-16/+85
* | | | | | | | | | Version 2.1.1kJames Yonan2010-07-101-1/+1
* | | | | | | | | | Fixed bug in proxy fallback capability where openvpn.exe couldJames Yonan2010-07-102-18/+22
* | | | | | | | | | Added support for MSVC debugging of openvpn.exe in settings.in:James Yonan2010-07-103-7/+16
* | | | | | | | | | Fixed issue where bad creds provided by the management interfaceJames Yonan2010-06-102-3/+6
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Implemented a key/value auth channel from client to server.James Yonan2010-06-0114-9/+248
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Implemented http-proxy-override and http-proxy-fallback directives to make itJames Yonan2010-05-2414-72/+565
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Minor fixes to recent HTTP proxy changes:James Yonan2010-05-113-5/+5
* | | | | | | Proxy improvements:James Yonan2010-05-1110-101/+676
* | | | | | | Fixed issue on Windows with MSVC compiler, where TCP_NODELAY supportJames Yonan2010-05-091-1/+1
|/ / / / / /
* / / / / / Updated copyright date to 2010.James Yonan2010-04-28157-160/+160
|/ / / / /
* | | | / Added Python-based build system for Windows inJames Yonan2010-04-2224-26/+609
| |_|_|/ |/| | |
* | | | Minor change to doclean script:James Yonan2010-04-171-1/+0
* | | | Management interface performance optimizations:James Yonan2010-04-166-12/+161
|/ / /
* | | Updated MSVC build scripts to Visual Studio 2008:James Yonan2010-03-3117-530/+491
* | | Set socket buffers (SO_SNDBUF and SO_RCVBUF) immediately afterJames Yonan2010-03-302-4/+5
* | | Version 2.1.1cJames Yonan2010-03-172-2/+2
| |/ |/|
* | Modified ">PASSWORD:Verification Failed" management interfaceJames Yonan2010-03-124-6/+9
* | Added stub directive "remote-ip-hint".James Yonan2010-03-121-0/+5
* | Trivial fix to proxy.c -- #define proxy auth type as UP_TYPE_PROXY.James Yonan2010-03-121-1/+3
* | Fixed an issue where if reneg-sec was set to 0 on the client,James Yonan2010-03-061-2/+5
* | Fixed an issue in the Management Interface that could causeJames Yonan2010-02-261-6/+15
|/
* Version 2.1.1bjames2010-01-161-1/+1
* Don't advance the connection list on AUTH_FAILED errors.james2010-01-161-0/+1
* Fixed an issue where AUTH_FAILED was not being properly deliveredjames2010-01-162-13/+35
* When aborting in a non-graceful way, try to execute do_close_tun injames2010-01-123-1/+20
* Fixed some breakage in openvpn.spec (which is required to build anv2.1.1james2009-12-113-2/+12
* Version 2.1.0v2.1.0james2009-12-114-2/+19
* Clarified that TAP-Win32 driver is licensed under GPL 2.james2009-12-1119-94/+19
* Documented --multihome in the man page.james2009-12-111-0/+9