From: Arne Schwabe Date: Sun, 29 Nov 2015 18:52:24 +0000 (+0100) Subject: Reflect enable-password-save change in documentation X-Git-Tag: v2.3.9~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbf3763aab42c0f4de8362474edaaa2ea580dd17;p=thirdparty%2Fopenvpn.git Reflect enable-password-save change in documentation Acked-by: Gert Doering Message-Id: <1448823144-1497-1-git-send-email-arne@rfc2549.org> URL: http://article.gmane.org/gmane.network.openvpn.devel/10665 Signed-off-by: Gert Doering (cherry picked from commit 1e9c1f09cba95ebf72083c746cf847056a61c761) --- diff --git a/Changes.rst b/Changes.rst new file mode 100644 index 000000000..018832398 --- /dev/null +++ b/Changes.rst @@ -0,0 +1,24 @@ +Version 2.3.9 +============= + + +New features +------------ + +Peer ID support + Added new packet format P_DATA_V2, which includes peer-id. If + server and client support it, client sends all data packets in + the new format. When data packet arrives, server identifies peer + by peer-id. If peer's ip/port has changed, server assumes that + client has floated, verifies HMAC and updates ip/port in internal structs. + + (2.3.x has client-side functionality only, server needs 2.4) + + +User-visible Changes +-------------------- + +- sndbuf and recvbuf default now to OS default instead of 64k + +- Removed --enable-password-save from configure. This option is now + always enabled. diff --git a/doc/openvpn.8 b/doc/openvpn.8 index 46c1e0cc4..db722efb3 100644 --- a/doc/openvpn.8 +++ b/doc/openvpn.8 @@ -3684,10 +3684,7 @@ over the client's routing table. Authenticate with server using username/password. .B up is a file containing username/password on 2 lines. If the -password line is missing, OpenVPN will prompt for one. (Note: OpenVPN -will only read passwords from a file if it has been built -with the \-\-enable\-password\-save configure option, or on Windows -by defining ENABLE_PASSWORD_SAVE in win/settings.in). +password line is missing, OpenVPN will prompt for one. If .B up