Age | Commit message (Expand) | Author | Files | Lines |
2008-07-18 | Modified create_temp_filename to create unpredictable | james | 1 | -5/+12 |
2008-07-17 | Previously, OpenVPN might log a client's auth-user-pass | james | 3 | -2/+19 |
2008-07-17 | gen_path now rejects filenames that match Windows | james | 3 | -1/+72 |
2008-07-17 | Call prng_init after fork in background process | james | 1 | -0/+4 |
2008-07-17 | Added warning when using chroot without specifying user and group. | james | 1 | -0/+3 |
2008-07-17 | Check for multiplication overflow on ALLOC_ARRAY* functions. | james | 2 | -4/+16 |
2008-07-17 | Removed old version of extract_x509_field. | james | 1 | -40/+0 |
2008-07-17 | Support wraparound of reliable.[ch] packet IDs. In | james | 1 | -12/+44 |
2008-07-17 | Fixed a potential information leak in the new NTLM phase 3 code, | james | 2 | -8/+21 |
2008-07-17 | Fixed issue in read_key_file, where the return value of | james | 1 | -1/+3 |
2008-07-16 | Added SOCKET_SND_RCV_BUF_MAX constant (set to 1000000) to limit the | james | 2 | -5/+16 |
2008-07-16 | In the Windows version of tun_finalize, on errors that would | james | 1 | -1/+6 |
2008-07-16 | Used unlikely() macro to tell compiler that msg() will | james | 1 | -1/+1 |
2008-07-16 | Added likely() and unlikely() branch prediction hint macros | james | 4 | -21/+68 |
2008-07-14 | Copyright change OpenVPN Solutions LLC -> Telethra, Inc. | james | 153 | -159/+159 |
2008-06-13 | Version 2.1_rc8v2.1_rc8 | james | 2 | -5/+13 |
2008-06-11 | Updated copyright notice to 2008. | james | 150 | -152/+152 |
2008-06-11 | Updated version & changelog. | james | 4 | -4/+77 |
2008-06-11 | Merged connection profiles from | james | 23 | -582/+1076 |
2008-06-11 | Updated version to 2.1_rc7e. | james | 30 | -569/+2495 |
2008-06-04 | Added support for building and linking with | james | 6 | -6/+91 |
2008-06-04 | Fixed unbounded memory growth bug in | james | 3 | -2/+18 |
2008-06-04 | Fixed an issue in extract_x509_field_ssl where the extraction | james | 1 | -1/+1 |
2008-06-04 | In auth-pam authentication module, even when in debug mode, | james | 1 | -2/+8 |
2008-06-04 | Incremented version to 2.1_rc7d. | james | 26 | -108/+1210 |
2008-05-25 | Fixed a bug in plugin.c that caused openvpn_plugin_client_destructor_v1 | james | 6 | -13/+136 |
2008-05-24 | Support asynchronous/deferred authentication in | james | 19 | -101/+456 |
2008-05-24 | Did: | james | 0 | -0/+0 |
2008-05-24 | Modified .svnignore to only ignore files generated | james | 3 | -46/+18 |
2008-05-12 | Moved branch into official BETA21 position. | james | 90 | -1274/+2241 |
2008-03-11 | Misc XGUI fixes. | james | 4 | -20/+24 |
2008-03-11 | Set tool defaults in pkitool. | james | 1 | -0/+5 |
2008-03-10 | First working version of XGUI inclusion. | james | 10 | -55/+221 |
2008-03-05 | Added new OpenVPN icon and installer graphic. | james | 2 | -0/+0 |
2008-02-18 | Version 2.1_rc7a. | james | 5 | -12/+15 |
2008-02-17 | Clarified tcp-queue-limit man page entry | james | 1 | -3/+3 |
2008-02-17 | The new function extract_x509_field_ssl tends to break | james | 2 | -1/+14 |
2008-02-17 | Cleanup IP address for persistence interfaces for tap and also using | james | 1 | -8/+26 |
2008-02-01 | Changes to Windows build system: added GENOUT_PREBUILT mode | james | 5 | -15/+86 |
2008-02-01 | Changes to Windows build system to make it easier to do | james | 19 | -195/+248 |
2008-01-30 | Version 2.1_rc7v2.1_rc7 | james | 2 | -1/+8 |
2008-01-26 | Fixup null interface on close, don't use ip addr flush | james | 1 | -9/+16 |
2008-01-25 | Added a few extra files that exist in the svn repo | james | 2 | -2/+6 |
2008-01-24 | VERSION 2.1_rc6v2.1_rc6 | james | 2 | -1/+8 |
2008-01-24 | Fixed pkcs11_private_mode undef. | james | 1 | -1/+1 |
2008-01-23 | VERSION 2.1_rc5v2.1_rc5 | james | 5 | -39/+138 |
2008-01-23 | Forgot to put struct WIN2K_NDIS_MINIPORT_BLOCK outside | james | 1 | -4/+4 |
2008-01-23 | Squashed Win2K TAP bug that was introduced by Vista fixes. | james | 3 | -88/+106 |
2008-01-23 | Incremented TAP version number to 9.4. | james | 2 | -8/+29 |
2008-01-23 | Added --management-forget-disconnect option -- forget | james | 6 | -1/+36 |
2008-01-22 | Upgraded TAP build scripts to use WDK 6001.17121 | james | 8 | -11/+20 |
2008-01-22 | Incremented version number to 2.1_rc4a. | james | 7 | -14/+81 |
2008-01-21 | Changed ASSERT(0) to a more descriptive fatal error in tun.c | james | 1 | -1/+1 |
2008-01-21 | Fixed --disable-iproute2 in ./configure to actually disable | james | 1 | -1/+1 |
2008-01-21 | Allow OpenVPN to run completely unprivileged under Linux | james | 9 | -10/+100 |
2008-01-21 | Rewrote extract_x509_field and modified COMMON_NAME_CHAR_CLASS | james | 2 | -2/+48 |
2008-01-21 | Added PLUGIN_LIBDIR preprocessor string to prepend a default plugin | james | 1 | -1/+20 |
2008-01-21 | Define ALLOW_NON_CBC_CIPHERS for people who don't | james | 1 | -0/+2 |
2008-01-21 | Simple fix where options->ca_file was used without | james | 1 | -1/+1 |
2008-01-21 | epoll driver in event.c should be prepared to handle an | james | 1 | -1/+1 |
2008-01-21 | Fixed interim memory growth issue in TCP connect loop where | james | 1 | -0/+2 |
2008-01-21 | Added note about alternative version of easy-rsa | james | 1 | -1/+9 |
2007-10-26 | PKCS-11 fixups (Alon Bar-Lev). | james | 1 | -1/+1 |
2007-10-22 | Use pkcs11-helper as external library, can be downloaded | james | 22 | -14449/+468 |
2007-10-22 | Modified command line and config file parser to allow | james | 2 | -4/+20 |
2007-10-22 | Added --management-signal option to signal SIGUSR1 when the management | james | 6 | -1/+37 |
2007-10-22 | Add "forget-passwords" command to the management interface (Alon Bar-Lev). | james | 2 | -0/+23 |
2007-08-17 | AUTO_USERID feature -- if the auth-user-pass option is used | james | 3 | -3/+5 |
2007-08-14 | config-win32.h and install-win32/openvpn.nsi are no longer generated | james | 1 | -1/+1 |
2007-07-18 | updated icon | james | 1 | -0/+0 |
2007-06-11 | Fixed a variable declaration that wasn't at the start | james | 1 | -2/+4 |
2007-04-26 | script comment changes | james | 2 | -1/+3 |
2007-04-25 | Version 2.1_rc4v2.1_rc4 | james | 2 | -1/+10 |
2007-04-25 | Fixed 64-bit portability bug in time_string function (Thomas Habets). | james | 1 | -1/+2 |
2007-04-25 | misc Windows build system changes | james | 6 | -6/+24 |
2007-04-25 | TAP driver now passes signing tests on Vista x64. | james | 36 | -315/+431 |
2007-04-23 | Forgot to add changelog item about OpenVPN GUI being | james | 1 | -1/+5 |
2007-04-23 | Version 2.1_rc3v2.1_rc3 | james | 2 | -1/+21 |
2007-04-22 | Version is now specified in version.m4 for both | james | 19 | -92/+204 |
2007-04-21 | Moved OpenVPN version number from configure.ac | james | 2 | -1/+4 |
2007-04-21 | Added a Windows README file to the installer than | james | 2 | -3/+20 |
2007-04-21 | Added OpenVPN GUI (Mathias Sundman version) as install | james | 2 | -2/+36 |
2007-04-21 | The easy-rsa directory installed by the windows installer comes with the | james | 3 | -0/+24 |
2007-04-21 | Clean up configure on FreeBSD for recent autotool versions that | james | 2 | -7/+39 |
2007-04-19 | Use Server 2003 rather than Vista as x64 target for tap/tapinstall. | james | 4 | -8/+4 |
2007-04-19 | Updated build system and tap driver to work with | james | 9 | -28/+42 |
2007-04-14 | Added options to version.nsi that allow prebuilt | james | 3 | -4/+35 |
2007-03-16 | Revert r1773 | james | 4 | -11/+13 |
2007-03-08 | Don't build special x64 version of tapinstall.exe | james | 4 | -13/+11 |
2007-03-07 | Windows TAP driver license text changes. | james | 19 | -168/+174 |
2007-03-07 | Cleaned up Windows build scripts. | james | 13 | -113/+234 |
2007-03-06 | Forgot to svn add buildinstaller before last commit. | james | 1 | -0/+6 |
2007-03-06 | ./domake-win will now do a full build of the installer | james | 3 | -2/+35 |
2007-03-06 | Added maketapinstall. | james | 6 | -15/+83 |
2007-03-06 | Added maketap and signtap scripts. | james | 3 | -0/+62 |
2007-03-06 | Added service configuration to install-win32/winconfig | james | 2 | -0/+17 |
2007-03-06 | Changes to Windows build environment, to allow straightforward building | james | 16 | -437/+106 |
2007-03-05 | Allow installation of TAP-Win64 | james | 3 | -15/+15 |
2007-03-05 | TAP driver fix for Vista x64 BSOD. | james | 4 | -4/+21 |
2007-03-05 | Include tap.cat (TAP driver catalog file) in Windows | james | 3 | -3/+5 |
2007-02-28 | Version 2.1_rc2 releasedv2.1_rc2 | james | 2 | -1/+64 |
2007-02-28 | On Windows, revert to "ip-win32 dynamic" as the default. | james | 1 | -1/+1 |
2007-02-28 | Worked around an incompatibility in the Windows Vista | james | 1 | -7/+25 |
2007-02-27 | The Windows version will now use a default route-delay | james | 1 | -1/+1 |
2007-02-27 | Renamed TAP-Win32 driver from tap0801.sys to tap0901.sys | james | 12 | -88/+232 |
2006-12-24 | --reneg-sec clarification in man page. | james | 1 | -0/+13 |
2006-12-05 | Interim snapshot 2.1_rc1c | james | 1 | -1/+1 |
2006-11-23 | updated valgrind-suppress for OpenSSL 0.9.8 | james | 1 | -228/+40 |
2006-11-23 | Fixed issue where struct env_set methods that | james | 4 | -4/+40 |
2006-11-13 | Interim snapshot 2.1_rc1b | james | 1 | -1/+1 |
2006-11-13 | Revert TAP-Win64 binaries to tapbin64-0801 | james | 1 | -2/+4 |
2006-11-13 | New try at AUTO_USERID. | james | 9 | -2/+236 |
2006-11-13 | Attempt at rational signal handling when in the | james | 4 | -11/+69 |
2006-11-10 | Backed out AUTO_USERID feature introduced in r1436. | james | 4 | -48/+4 |
2006-11-09 | Fixed issue where OpenVPN does not apply the --txqueuelen option | james | 3 | -3/+5 |
2006-11-08 | Interim snapshot 2.1_rc1a | james | 1 | -1/+1 |
2006-11-08 | Added time_ascii, time_duration, and time_unix | james | 4 | -8/+63 |
2006-11-08 | Added #ifdefed out AUTO_USERID feature. | james | 4 | -4/+48 |
2006-11-08 | PROTO_TCPv4 is never used as an index into | james | 2 | -5/+8 |
2006-11-02 | Fixed typo in tapdrvr.c -- the fix is functionally cosmetic | james | 1 | -1/+1 |
2006-11-01 | SO_REUSEADDR should not be set on Windows TCP sockets because | james | 1 | -0/+2 |
2006-11-01 | Prevent SIGUSR1 or SIGHUP from causing program | james | 4 | -1/+28 |
2006-11-01 | auth-pam change: link with -lpam rather | james | 2 | -3/+2 |
2006-11-01 | Merged Alon's branch:v2.1_rc1 | james | 7 | -36/+88 |
2006-10-01 | Version 2.1_beta16 released | james | 1 | -1/+1 |
2006-10-01 | For Windows build, updated OpenSSL to 0.9.7l. | james | 4 | -7/+47 |
2006-09-21 | Documented --socket-flags and the TCP_NODELAY flag. | james | 1 | -0/+17 |
2006-09-14 | ChangeLog edits for r1229 and r1230. | james | 1 | -0/+13 |
2006-09-14 | Fixed bug in loopback self-test introduced | james | 2 | -2/+2 |
2006-09-14 | TAP-Win32 fixes to run on Windows Vista. | james | 11 | -31/+320 |
2006-09-12 | Version 2.1_beta15 released | james | 3 | -2/+49 |
2006-07-03 | Comment about assertion being hit. | james | 1 | -1/+1 |
2006-06-30 | Fixed bug introduced with the --port-share directive | james | 1 | -1/+1 |
2006-06-29 | pkcs11 changes: | james | 2 | -17/+28 |
2006-06-29 | Added two new management states: | james | 4 | -7/+39 |
2006-06-28 | Minor syshead.h change for NetBSD to allow | james | 1 | -0/+4 |
2006-06-26 | Removed 'keywords' propset from everything | james | 0 | -0/+0 |
2006-06-26 | Removed spurious executable propset from | james | 4 | -0/+0 |
2006-06-24 | Modified --port-share code to remove the assumption that | james | 2 | -17/+15 |
2006-06-24 | Eliminated gcc 3.3.3 warnings on NetBSD | james | 8 | -12/+16 |
2006-06-13 | -r 1026:1032 | james | 5 | -29/+79 |
2006-06-11 | Added optional minimum-number-of-bytes | james | 7 | -17/+38 |
2006-06-11 | A few more updates: | james | 3 | -2/+72 |
2006-05-11 | Added credit for CAN-2005-2532. | james | 2 | -2/+2 |
2006-04-13 | Version 2.1_beta14 released | james | 1 | -1/+1 |
2006-04-13 | Added --lladdr option to specify the link layer (MAC) address | james | 9 | -1/+97 |
2006-04-13 | Added --route-metric option to set a default route metric | james | 7 | -3/+42 |
2006-04-13 | Version number increment. | james | 1 | -1/+1 |
2006-04-13 | ChangeLog edits. | james | 1 | -0/+8 |
2006-04-13 | Re-added backtrack handling code. | james | 3 | -3/+84 |
2006-04-13 | Merged PKCS#11 extensions to easy-rsa/2.0 (Alon Bar-Lev). | james | 9 | -33/+501 |
2006-04-13 | Temporarily backed out time backtrack handling code | james | 4 | -109/+81 |
2006-04-12 | Version 2.1_beta13 released | james | 2 | -1/+7 |
2006-04-12 | svn merge -r 999:1000 $SO/trunk/openvpn . | james | 2 | -3/+17 |
2006-04-12 | Added credit and CVE number to security vulnerability fix in 2.0.6. | james | 1 | -1/+2 |
2006-04-05 | Version 2.1_beta12 released | james | 2 | -1/+40 |
2006-04-05 | svn merge -r 886:987 $SO/trunk/openvpn . | james | 3 | -4/+25 |
2006-04-05 | I've recently worked on a better version of pkcs11-helper. I've also merged | james | 10 | -2353/+9422 |
2006-04-05 | Added man page entry for --setenv-safe. | james | 1 | -0/+12 |
2006-04-05 | "topology subnet" fix for FreeBSD (Benoit Bourdin). | james | 1 | -2/+25 |
2006-04-05 | Security Vulnerability -- An OpenVPN client connecting to a | james | 3 | -1/+15 |
2006-02-23 | Minor fixes for gcc (GCC) 4.0.2 warnings. | james | 4 | -5/+3 |
2006-02-19 | Version 2.1_beta11 released | james | 3 | -34/+41 |
2006-02-18 | Port share proxy bug fixes. | james | 2 | -99/+61 |
2006-02-18 | ps.c debug code | james | 2 | -75/+155 |
2006-02-18 | Added comments to ps.c (port share proxy code). | james | 2 | -4/+64 |
2006-02-17 | Version 2.1_beta10 released | james | 5 | -9/+36 |
2006-02-16 | Version 2.1_beta9 released | james | 2 | -1/+2 |
2006-02-16 | svn merge -r 888:889 https://svn.openvpn.net/projects/openvpn/contrib/alon/BE... | james | 3 | -6/+10 |
2006-02-16 | Added --port-share option for allowing OpenVPN and HTTPS | james | 24 | -42/+1122 |
2006-02-10 | Added "bytecount" command to management interface. | james | 5 | -2/+70 |
2006-02-03 | Added feature to --management-client to confirm connection | james | 10 | -24/+112 |
2006-01-23 | Added --management-client option to connect as a client to | james | 11 | -52/+155 |
2006-01-14 | pkcs11 fixes. | james | 1 | -47/+96 |
2006-01-07 | Small fixes: | james | 4 | -3/+20 |
2006-01-03 | Version 2.1_beta8 released | james | 2 | -2/+2 |
2006-01-03 | incremented version number to 2.1_beta7b | james | 1 | -1/+1 |
2005-12-30 | Added patch to modify openvpn.nsi for building | james | 1 | -0/+76 |
2005-12-29 | Fixed bug with tls-auth and key-direction parameter | james | 3 | -4/+6 |
2005-12-29 | svn merge -r 854:863 $SO/trunk/openvpn | james | 1 | -0/+8 |
2005-12-28 | Added OPENVPN_PLUGIN_TLS_FINAL plugin callback. | james | 3 | -2/+15 |
2005-12-23 | Minor ChangeLog edit. | james | 1 | -3/+0 |
2005-12-23 | Some PKCS11-related code wasn't properly #ifdefed. | james | 1 | -1/+5 |
2005-12-22 | Man page and usage message changes to reflect | james | 2 | -3/+10 |
2005-12-22 | Added new option --route-method adaptive (Win32) | james | 4 | -9/+38 |
2005-12-22 | --ip-win32 adaptive is now the default. | james | 7 | -19/+252 |
2005-12-17 | Fixed bug in automatic Win32 PATH setting code. | james | 1 | -5/+17 |
2005-12-14 | svn merge -r 845:854 $SO/trunk/openvpn . | james | 12 | -52/+137 |
2005-12-13 | Don't warn user if he uses user/group/chroot and | james | 1 | -2/+7 |
2005-12-12 | Added --auto-proxy directive to auto-detect HTTP or SOCKS | james | 17 | -242/+539 |
2005-12-08 | First attempt at automatic proxy detection, | james | 8 | -13/+291 |
2005-12-08 | Inline file capability now works for | james | 7 | -115/+215 |
2005-12-08 | Fixed some gcc 4 warnings in misc.c. | james | 1 | -2/+2 |
2005-12-05 | Fixed segfault that occurred if remote_cert_eku is undefined and no | james | 2 | -1/+5 |
2005-12-05 | Patch to support --topology subnet on Mac OS X (Mathias Sundman). | james | 4 | -10/+36 |
2005-11-28 | svn merge -r 780:820 $SO/trunk/openvpn . | james | 4 | -4/+13 |
2005-11-28 | svn merge -r 823:825 $SO/contrib/alon/BETA21/openvpn . | james | 1 | -1/+2 |
2005-11-28 | Modified nonblocking connect code so that this works as it should: | james | 1 | -3/+14 |
2005-11-25 | Added --connect-timeout option to control the timeout | james | 7 | -7/+122 |
2005-11-24 | --remap-usr1 will now also remap signals thrown during initialization. | james | 2 | -1/+9 |