December 9, 2005
View c959fc7

Inline file capability now works for --secret and --tls-auth. For example:

james authored on 2005/12/09 03:29:38
December 5, 2005
View bed7362

Fixed segfault that occurred if remote_cert_eku is undefined and no server certificate verification method was enabled. Don't declare pkcs11 variables in struct options unless pkcs11 support is enabled.

james authored on 2005/12/05 13:00:00
November 28, 2005
View 027a87c

svn merge -r 823:825 $SO/contrib/alon/BETA21/openvpn .

james authored on 2005/11/28 14:09:54
November 25, 2005
View 1ae9d05

Added --connect-timeout option to control the timeout on TCP client connection attempts (doesn't work on all OSes). This patch also makes OpenVPN signalable during TCP connection attempts.

james authored on 2005/11/25 09:05:56
View d5badcf

--remap-usr1 will now also remap signals thrown during initialization.

james authored on 2005/11/25 03:44:57
November 12, 2005
View 0475d17

Reduce sensitivity to system clock instability and backtracks.

james authored on 2005/11/12 19:59:41
View 411e89a

Merged --remote-cert-ku, --remote-cert-eku, and --remote-cert-tls from Alon's branch: svn merge -r 793:796 $SO/contrib/alon/BETA21/openvpn .

james authored on 2005/11/12 17:26:57
November 9, 2005
View b540a9e

Merged (with some changes) Alon's connect-retry-max option from /contrib/alon/BETA21@783.

james authored on 2005/11/09 17:36:26
November 8, 2005
View d40f2b2

Added ENABLE_INLINE_FILES feature.

james authored on 2005/11/08 21:50:11
November 5, 2005
View 06d92b2

Merged /contrib/alon/BETA21@778

james authored on 2005/11/05 16:48:05
November 2, 2005
View 76a59ea

Merged 2.0.4 changes. svn merge -r 737:749 $SO/trunk/openvpn

james authored on 2005/11/02 06:05:04
October 31, 2005
View 79df31c

svn merge -r 734:737 $SO/trunk/openvpn Security fixes from 2.0.3

james authored on 2005/10/31 12:49:25
View c67d59c

Windows reliability changes: * Added code to make sure that the local PATH environmental variable points to the Windows system32 directory. * Added new --ip-win32 adaptive mode which tries 'dynamic' and then fails over to 'netsh' if the DHCP negotiation fails. * Made --ip-win32 adaptive the default.

james authored on 2005/10/31 12:01:17
October 21, 2005
View 5ad8458

Added actual remote address used to the ">STATE" alert in the management interface (Rolf Fokkens).

james authored on 2005/10/21 04:00:56
October 20, 2005
View dd1047f

Some changes to GET_USER_PASS_NEED_OK flag to get_user_pass. (1) Allow an additional longer prompt string to be passed to the management interface client, in addition to the request type string. (2) Allow the management interface client to return a string, usually "ok" or "cancel" as the third argument to "needok" command. (3) Renamed "ok" command in management interface to "needok". (4) Edited management-notes.txt to reflect new needok feature. (5) See init.c:125 for new code example.

james authored on 2005/10/20 19:16:41