diff options
| author | Michael Albinus | 2018-04-27 14:43:01 +0200 |
|---|---|---|
| committer | Michael Albinus | 2018-04-27 14:43:01 +0200 |
| commit | caa93364d47bd28633cc065e31dd5972a1e916d5 (patch) | |
| tree | 5ef5c5b24d186babfe9534e9ae9ea8f2fefef07e | |
| parent | 217202c084232f36d4fa0fead0f3aca21396d074 (diff) | |
| download | emacs-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.texi | 7 | ||||
| -rw-r--r-- | etc/NEWS | 10 |
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: | |||
| 1675 | machine melancholia#4711 port davs login daniel%BIZARRE password geheim | 1675 | machine melancholia#4711 port davs login daniel%BIZARRE password geheim |
| 1676 | @end example | 1676 | @end example |
| 1677 | 1677 | ||
| 1678 | @vindex auth-source-save-behavior | ||
| 1679 | If there doesn't exist a proper entry, the password is read | ||
| 1680 | interactively. After successful login (verification of the password), | ||
| 1681 | it is offered to save a corresponding entry for further use by | ||
| 1682 | @code{auth-source} backends which support this. This could be changed | ||
| 1683 | by setting the variable @code{auth-source-save-behavior} to @code{nil}. | ||
| 1684 | |||
| 1678 | @vindex auth-source-debug | 1685 | @vindex auth-source-debug |
| 1679 | Set @code{auth-source-debug} to @code{t} to debug messages. | 1686 | Set @code{auth-source-debug} to @code{t} to debug messages. |
| 1680 | 1687 | ||
| @@ -396,17 +396,25 @@ To restore the old behavior, use | |||
| 396 | Previously eshell/kill would fail if provided a kill signal to send to the | 396 | Previously eshell/kill would fail if provided a kill signal to send to the |
| 397 | process. It now accepts signals specified either by name or by its number. | 397 | process. 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 |
| 408 | or NextCloud hosted files and directories. | 413 | or 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. |
| 412 | It was obsolete since Emacs 22.1, replaced by customize. | 420 | It was obsolete since Emacs 22.1, replaced by customize. |