| 4 | |
| 5 | == OpenVPN 2.4.10 == |
| 6 | |
| 7 | {{{ |
| 8 | Antonio Quartulli (1): |
| 9 | pool: prevent IPv6 pools to be larger than 2^16 addresses |
| 10 | |
| 11 | Arne Schwabe (5): |
| 12 | Fix tls_ctx_client/server_new leaving error on OpenSSL error stack |
| 13 | Normalise ncp-ciphers option and restrict it to 127 bytes |
| 14 | Also announce IV_CIPHERS as client in OpenVPN 2.4 |
| 15 | Fix auth-token not being updated if auth-nocache is set |
| 16 | Remove auth_user_pass.wait_for_push variable |
| 17 | |
| 18 | David Sommerseth (1): |
| 19 | compat/lz4: Update to v1.9.2 |
| 20 | |
| 21 | Gert Doering (13): |
| 22 | Fix stack overflow in OpenSolaris NEXTADDR() |
| 23 | Document that --push-remove is generally more suitable than --push-reset |
| 24 | Fix error detection / abort in --inetd corner case. |
| 25 | Fix TUNSETGROUP compatibility with very old Linux systems. |
| 26 | Fix handling of 'route remote_host' for IPv6 transport case. |
| 27 | Fix description of --client-disconnect calling convention in manpage. |
| 28 | Handle NULL returns from calloc() in sample plugins. |
| 29 | Fix --show-gateway for IPv6 on NetBSD/i386. |
| 30 | socks.c: fix alen for DOMAIN type addresses, bump up buffer sizes |
| 31 | Fix redirecting of IPv4 default gateway if connecting over IPv6. |
| 32 | Change travis build scripts to use https when fetching prerequisites. |
| 33 | Fix line number reporting on config file errors after <inline> segments |
| 34 | Preparing release v2.4.10 (ChangeLog, version.m4, Changes.rst) |
| 35 | |
| 36 | Jeremy Evans (1): |
| 37 | Switch assertion failure to returning false |
| 38 | |
| 39 | Matthias Andree (1): |
| 40 | Fix stack buffer overruns in NEXTADDR() macro: |
| 41 | |
| 42 | Selva Nair (3): |
| 43 | Parse static challenge response in auth-pam plugin |
| 44 | Accept empty password and/or response in auth-pam plugin |
| 45 | Persist management-query-remote and proxy prompts |
| 46 | |
| 47 | Vladislav Grishenko (2): |
| 48 | Log serial number of revoked certificate |
| 49 | Fix fatal error at switching remotes (#629) |
| 50 | }}} |
| 51 | |