]> git.eshelyaron.com Git - emacs.git/commit
Futher tramp-crypt implementation and documentation
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 10 Jun 2020 17:36:53 +0000 (19:36 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 10 Jun 2020 17:36:53 +0000 (19:36 +0200)
commitb19259c8412ee2e715c4bd145711e23729411fd0
tree6e79f2d9bc1dd3ab3533380faa441e5564eb7149
parentee8b2742d7f6d03daea37f1bac48c2746f7ca789
Futher tramp-crypt implementation and documentation

* doc/misc/tramp.texi (Top, Configuration): Insert section
`Keeping files encrypted' in menu.
(Keeping files encrypted): New node.

* lisp/net/tramp-crypt.el (tramp-crypt-file-name-handler-alist):
Add `tramp-set-file-uid-gid'.
(tramp-crypt-maybe-open-connection): Simplify.
(tramp-crypt-do-encrypt-or-decrypt-file): Use `binary' coding system.
(tramp-crypt-handle-set-file-uid-gid): New defun.

* test/lisp/net/tramp-tests.el (tramp-test09-insert-file-contents):
Adapt test.
doc/misc/tramp.texi
lisp/net/tramp-crypt.el
test/lisp/net/tramp-tests.el