aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2018-04-27 14:43:01 +0200
committerMichael Albinus2018-04-27 14:43:01 +0200
commitcaa93364d47bd28633cc065e31dd5972a1e916d5 (patch)
tree5ef5c5b24d186babfe9534e9ae9ea8f2fefef07e
parent217202c084232f36d4fa0fead0f3aca21396d074 (diff)
downloademacs-caa93364d47bd28633cc065e31dd5972a1e916d5.tar.gz
emacs-caa93364d47bd28633cc065e31dd5972a1e916d5.zip
Manual update for Tramp
* doc/misc/tramp.texi (Password handling): Explain, how passwords are saved permanently. * etc/NEWS: auth-source Secret Service backend supports :create. Tramp saves validated passwords.
-rw-r--r--doc/misc/tramp.texi7
-rw-r--r--etc/NEWS10
2 files changed, 16 insertions, 1 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 02ca75d8a43..329c46bdaad 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -1675,6 +1675,13 @@ file name syntax, must be appended to the machine and login items:
1675machine melancholia#4711 port davs login daniel%BIZARRE password geheim 1675machine melancholia#4711 port davs login daniel%BIZARRE password geheim
1676@end example 1676@end example
1677 1677
1678@vindex auth-source-save-behavior
1679If there doesn't exist a proper entry, the password is read
1680interactively. After successful login (verification of the password),
1681it is offered to save a corresponding entry for further use by
1682@code{auth-source} backends which support this. This could be changed
1683by setting the variable @code{auth-source-save-behavior} to @code{nil}.
1684
1678@vindex auth-source-debug 1685@vindex auth-source-debug
1679Set @code{auth-source-debug} to @code{t} to debug messages. 1686Set @code{auth-source-debug} to @code{t} to debug messages.
1680 1687
diff --git a/etc/NEWS b/etc/NEWS
index ca46c88ce62..7d4abd384fb 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -396,17 +396,25 @@ To restore the old behavior, use
396Previously eshell/kill would fail if provided a kill signal to send to the 396Previously eshell/kill would fail if provided a kill signal to send to the
397process. It now accepts signals specified either by name or by its number. 397process. It now accepts signals specified either by name or by its number.
398 398
399
400** Pcomplete 399** Pcomplete
401*** The function 'pcomplete-uniquify-list' has been renamed from 400*** The function 'pcomplete-uniquify-list' has been renamed from
402'pcomplete-uniqify-list'. 401'pcomplete-uniqify-list'.
403 402
403
404** Auth-source
405
406---
407*** The Secret Service backend supports the :create key now.
408
404** Tramp 409** Tramp
405 410
406+++ 411+++
407*** New connection method "owncloud", which allows to access OwnCloud 412*** New connection method "owncloud", which allows to access OwnCloud
408or NextCloud hosted files and directories. 413or NextCloud hosted files and directories.
409 414
415+++
416*** Validated passwords are saved by auth-source backends which support this.
417
410--- 418---
411** The options.el library has been removed. 419** The options.el library has been removed.
412It was obsolete since Emacs 22.1, replaced by customize. 420It was obsolete since Emacs 22.1, replaced by customize.