Changes between Version 24 and Version 25 of ChangesInOpenvpn23


Ignore:
Timestamp:
12/16/15 13:41:58 (8 years ago)
Author:
Samuli Seppänen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ChangesInOpenvpn23

    v24 v25  
    22
    33= Overview of changes in OpenVPN v2.3 =
     4
     5== OpenVPN 2.3.9 ==
     6
     7OpenVPN 2.3.9 contains the following changes:
     8
     9{{{
     10Arne Schwabe (7):
     11      Show extra-certs in current parameters.
     12      Fix commit a3160fc1bd7368395745b9cee6e40fb819f5564c
     13      Do not set the buffer size by default but rely on the operation system default.
     14      Remove --enable-password-save option
     15      Reflect enable-password-save change in documentation
     16      Also remove second instance of enable-password-save in the man page
     17      Detect config lines that are too long and give a warning/error
     18
     19Boris Lytochkin (1):
     20      Log serial number of revoked certificate
     21
     22Christos Trochalakis (1):
     23      Adjust server-ipv6 documentation
     24
     25David Sommerseth (1):
     26      Avoid partial authentication state when using --disabled in CCD configs
     27
     28Fish (1):
     29      Make "block-outside-dns" option platform agnostic
     30
     31Gert Doering (8):
     32      Un-break --auth-user-pass on windows
     33      Replace unaligned 16bit access to TCP MSS value with bytewise access
     34      Repair test_local_addr() on WIN32
     35      Fix possible heap overflow on read accessing getaddrinfo() result.
     36      Fix FreeBSD-specific mishandling of gc arena pointer in create_arbitrary_remote()
     37      remove unused gc_arena in FreeBSD close_tun()
     38      Fix isatty() check for good.
     39      Preparing for release v2.3.9 (ChangeLog, version.m4)
     40
     41Heiko Hund (1):
     42      put virtual IPv6 addresses into env
     43
     44Lev Stipakov (5):
     45      Use adapter index instead of name for windows IPv6 interface config
     46      Client-side part for server restart notification
     47      Use adapter index for add/delete_route_ipv6
     48      Pass adapter index to up/down scripts
     49      Fix VS2013 compilation
     50
     51Lukasz Kutyla (1):
     52      Fix privilege drop if first connection attempt fails
     53
     54Michal Ludvig (1):
     55      Support for username-only auth file.
     56
     57Samuli Seppänen (2):
     58      Add CONTRIBUTING.rst
     59      Updates to Changes.rst
     60
     61Selva Nair (4):
     62      Fix termination when windows suspends/sleeps
     63      Do not hard-code windows systemroot in env_block
     64      Handle ctrl-C and ctrl-break events on Windows
     65      Unbreak read username password from management
     66
     67Steffan Karger (11):
     68      Replace strdup() calls for string_alloc() calls
     69      Check return value of ms_error_text()
     70      Increase control channel packet size for faster handshakes
     71      hardening: add insurance to exit on a failed ASSERT()
     72      Fix memory leak in auth-pam plugin
     73      Fix (potential) memory leak in init_route_list()
     74      Fix unintialized variable in plugin_vlog()
     75      Add macro to ensure we exit on fatal errors
     76      Fix memory leak in add_option() by simplifying get_ipv6_addr
     77      openssl: properly check return value of RAND_bytes()
     78      Fix rand_bytes return value checking
     79
     80ValdikSS (1):
     81      Add Windows DNS Leak fix using WFP ('block-outside-dns')
     82
     83janjust (1):
     84      Fix "White space before end tags can break the config parser"
     85}}}
     86
    487
    588== OpenVPN 2.3.8 ==