emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 01/01: (Network Security): Mention more NSM variabl


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 01/01: (Network Security): Mention more NSM variables.
Date: Mon, 24 Nov 2014 16:57:33 +0000

branch: master
commit f9bff82aa49b4380f7d2efa916207d2874616ba8
Author: Lars Magne Ingebrigtsen <address@hidden>
Date:   Mon Nov 24 17:57:28 2014 +0100

    (Network Security): Mention more NSM variables.
---
 doc/lispref/ChangeLog      |    1 +
 doc/lispref/processes.texi |   18 ++++++++++++++++++
 2 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 3df6bfc..57c5c65 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -2,6 +2,7 @@
 
        * processes.texi (Network Security): Made into its own section and
        fleshed out.
+       (Network Security): Mention more NSM variables.
 
 2014-11-23  Lars Magne Ingebrigtsen  <address@hidden>
 
diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi
index fcf5e8d..c93288f 100644
--- a/doc/lispref/processes.texi
+++ b/doc/lispref/processes.texi
@@ -2157,6 +2157,24 @@ also be notified the first time the @acronym{NSM} sees 
any new
 certificate.  This will allow you to inspect all the certificates from
 all the connections that Emacs makes.
 
+The following additional variables can be used to control
address@hidden details.
+
address@hidden @code
address@hidden nsm-settings-file
address@hidden nsm-settings-file
+The @acronym{NSM} stores details on the connections in this file.  It
+defaults to @file{~/.emacs.d/network-security.data}.
+
address@hidden nsm-save-host-names
address@hidden nsm-save-host-names
+By default, host names will not be saved per address@hidden
+connection.  Instead a host/port hash is used to identify connections.
+This means that one can't casually read the settings file to see what
+servers the user has connected to.  If this variable is @code{t}, host
+names will be saved in the file, too.
address@hidden table
+
 
 @node Network Servers
 @section Network Servers



reply via email to

[Prev in Thread] Current Thread [Next in Thread]