Branch | Commit message | Author | Age |
master | Win32: define WINDRES on mingw on Windows build process | Bertrand Jacquin | 13 years |
|
Tag | Download | Author | Age |
v2.2.1 | openvpn-2.2.1.tar.xz | David Sommerseth | 13 years |
v2.2.0 | openvpn-2.2.0.tar.xz | David Sommerseth | 14 years |
v2.2-RC2 | openvpn-2.2-RC2.tar.xz | David Sommerseth | 14 years |
v2.2-RC | openvpn-2.2-RC.tar.xz | David Sommerseth | 14 years |
v2.2-beta5 | openvpn-2.2-beta5.tar.xz | David Sommerseth | 14 years |
v2.2-beta4 | openvpn-2.2-beta4.tar.xz | David Sommerseth | 14 years |
v2.1.4 | openvpn-2.1.4.tar.xz | David Sommerseth | 14 years |
v2.2-beta3 | openvpn-2.2-beta3.tar.xz | David Sommerseth | 14 years |
v2.1.3 | openvpn-2.1.3.tar.xz | James Yonan | 14 years |
v2.2-beta2 | openvpn-2.2-beta2.tar.xz | David Sommerseth | 14 years |
[...] |
|
Age | Commit message | Author | Files | Lines |
2008-10-08 | Version 2.1_rc13v2.1_rc13 | james | 10 | -30/+43 |
2008-10-06 | Copyright notice changed to reflect change in name of | james | 157 | -198/+194 |
2008-09-30 | Management interface can now listen on a unix | james | 16 | -45/+693 |
2008-09-23 | Version 2.1_rc12v2.1_rc12 | james | 2 | -1/+10 |
2008-09-19 | Fixed --lladdr bug introduced in 2.1-rc9 where input validation code | james | 3 | -2/+42 |
2008-09-15 | Patched Makefile.am so that the new t_cltsrv-down.sh script becomes | james | 2 | -2/+3 |
2008-09-15 | Version 2.1_rc11v2.1_rc11 | james | 4 | -10/+38 |
2008-09-10 | Version 2.1_rc10v2.1_rc10 | james | 2 | -1/+94 |
2008-09-08 | Version 2.1_rc9b | james | 1 | -1/+1 |
2008-09-08 | Fixed bug in intra-session TLS key rollover that was introduced with | james | 3 | -18/+68 |
2008-09-06 | Modified ip_or_dns_addr_safe, which validates pulled DNS names, | james | 2 | -4/+16 |
2008-09-06 | 2.1_rc8 and earlier did implicit shell expansion on script | james | 9 | -363/+350 |
2008-09-04 | Added --allow-pull-fqdn option which allows client to pull DNS names | james | 5 | -12/+45 |
2008-08-11 | Fixed minor compile issue in ntlm.c (mid-block declaration). | james | 1 | -2/+4 |
2008-08-11 | LZO compression buffer overflow errors will now invalidate | james | 1 | -1/+7 |
2008-08-10 | Workaround bug in OpenSSL 0.9.6b ASN1_STRING_to_UTF8, which | james | 2 | -5/+2 |
2008-08-10 | Fixed build issue with ./configure --disable-socks --disable-http. | james | 3 | -4/+4 |
2008-08-10 | Tagged security fix in 2.1-rc9 as CVE-2008-3459. | james | 1 | -0/+1 |
2008-08-10 | Updated openvpn/t_cltsrv.sh (used by "make check") to conform to new | james | 2 | -14/+44 |
2008-08-05 | Reverted r3181, accomplish the same thing via a special case | james | 3 | -21/+16 |
2008-08-05 | Workaround for MinGW autoconf issue where HAVE_SETSOCKOPT, | james | 1 | -0/+12 |
2008-08-05 | Added additional warnings to flag common gotchas: | james | 5 | -27/+133 |
2008-08-04 | Fixed minor issue with --redirect-gateway bypass-dhcp or bypass-dns | james | 1 | -1/+1 |
2008-08-02 | Added "--server-bridge" (without parameters) to enable | james | 14 | -34/+427 |
2008-08-01 | Version 2.1_rc9v2.1_rc9 | james | 1 | -2/+2 |
2008-07-31 | In Windows build, package a statically linked openssl.exe to work around | james | 4 | -13/+6 |
2008-07-31 | Updated ChangeLog and version number. | james | 2 | -1/+22 |
2008-07-27 | Added additional warnings for: | james | 1 | -0/+7 |
2008-07-27 | Added additional defensive programming to buffer.[ch] functions. | james | 2 | -26/+118 |
2008-07-27 | Added a warning message when passwords are cached in memory. | james | 1 | -0/+4 |
2008-07-26 | Perform additional input validation on options pulled | james | 7 | -64/+230 |
2008-07-26 | Fixed compiler warnings in Windows build (MinGW). | james | 6 | -5/+8 |
2008-07-26 | Completely revamped the system for calling external programs and scripts: | james | 23 | -420/+1098 |
2008-07-23 | Added argv_x functions to buffer.[ch] to be used to safely build | james | 3 | -0/+265 |
2008-07-19 | buf_printf will now return false on errors, such as truncation | james | 2 | -3/+8 |
2008-07-19 | Modified extract_x509_field_ssl to return a status value indicating | james | 1 | -37/+41 |
2008-07-19 | Replace leading dash ('-') characters in an X509 name with underbars ('_') | james | 3 | -0/+19 |
2008-07-18 | Added a warning when plugins are specified without | james | 3 | -1/+28 |
2008-07-18 | Reverted some recent buffer.[ch] changes, including r3058 (except for | james | 3 | -64/+21 |
2008-07-18 | Fixed format string issue in read_inline_file, | james | 1 | -1/+1 |
2008-07-18 | status_printf function will now set error flag on | james | 2 | -7/+24 |
2008-07-18 | gen_path will no longer silently truncate the generated | james | 2 | -1/+15 |
2008-07-18 | Fixed code inclusion bug that was erroneously testing | james | 2 | -6/+9 |
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 |
[...] |
|
Clone |
https://git.pants-on.net/openvpn.git |