August 5, 2008
View f77c60d

Added additional warnings to flag common gotchas:

james authored on 2008/08/05 13:44:31
View 36ee894

Fixed minor issue with --redirect-gateway bypass-dhcp or bypass-dns on Windows. If the bypass IP address is 0.0.0.0 or 255.255.255.255, ignore it.

james authored on 2008/08/05 04:01:11
August 2, 2008
View 03731db

Added "--server-bridge" (without parameters) to enable DHCP proxy mode: Configure server mode for ethernet bridging using a DHCP-proxy, where clients talk to the OpenVPN server-side DHCP server to receive their IP address allocation and DNS server addresses.

james authored on 2008/08/02 17:02:53
August 1, 2008
View 1698613

Version 2.1_rc9

james authored on 2008/08/01 15:50:39
View d0b4271

In Windows build, package a statically linked openssl.exe to work around observed instabilities in the dynamic build since the migration to OpenSSL 0.9.8h.

james authored on 2008/08/01 07:03:38
View 3e80c64

Updated ChangeLog and version number.

james authored on 2008/08/01 02:44:52
July 28, 2008
View c04bc02

Added additional warnings for:

james authored on 2008/07/28 03:20:52
July 27, 2008
View b551bec

Added additional defensive programming to buffer.[ch] functions.

james authored on 2008/07/27 14:31:09
View 70899be

Added a warning message when passwords are cached in memory.

james authored on 2008/07/27 09:43:49
View b4073a7

Perform additional input validation on options pulled by client from server. Fixes --iproute vulnerability.

james authored on 2008/07/27 08:08:29
July 26, 2008
View c373382

Fixed compiler warnings in Windows build (MinGW).

james authored on 2008/07/26 17:27:50
View 5a2e9a2

Completely revamped the system for calling external programs and scripts:

james authored on 2008/07/26 16:27:03
July 24, 2008
View 26bb4c7

Added argv_x functions to buffer.[ch] to be used to safely build up argv strings for execve without the possibility of truncation or misinterpretation of mid-argument spacing.

james authored on 2008/07/24 04:51:27
July 19, 2008
View bda8d38

buf_printf will now return false on errors, such as truncation due to overflow.

james authored on 2008/07/19 12:39:59
View 564cbab

Modified extract_x509_field_ssl to return a status value indicating success/error, and any truncation of output due to an insufficiently large output buffer will be cause for error.

james authored on 2008/07/19 12:33:27