]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Reflect enable-password-save change in documentation
authorArne Schwabe <arne@rfc2549.org>
Sun, 29 Nov 2015 18:52:24 +0000 (19:52 +0100)
committerGert Doering <gert@greenie.muc.de>
Sun, 29 Nov 2015 19:25:59 +0000 (20:25 +0100)
Acked-by: Gert Doering <gert@greenie.muc.de>
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 <gert@greenie.muc.de>
(cherry picked from commit 1e9c1f09cba95ebf72083c746cf847056a61c761)

Changes.rst [new file with mode: 0644]
doc/openvpn.8

diff --git a/Changes.rst b/Changes.rst
new file mode 100644 (file)
index 0000000..0188323
--- /dev/null
@@ -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.
index 46c1e0cc424a98dd69e15353b74ce62cf66b5f6a..db722efb3a39cadb1c2d9151b6bf45823fa66e8e 100644 (file)
@@ -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