1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-12 10:44:12 -08:00
emacs/lisp/net
Michael Albinus b6f5da3240 In Tramp, use scp "-T" argument if available
* lisp/net/tramp-sh.el (tramp-scp-strict-file-name-checking): New defvar.
(tramp-scp-strict-file-name-checking): New defun.
(tramp-do-copy-or-rename-file-out-of-band): Use it.
(tramp-methods) <scp, scpx>: Use "%x".
(tramp-make-copy-program-file-name): Use local quoting.
(tramp-sh-handle-make-process): Don't call
`tramp-maybe-open-connection', this happens implicitly by
`tramp-send-command'.

* lisp/net/tramp.el (tramp-methods): Adapt docstring.

* test/lisp/net/tramp-tests.el (tramp-test40-special-characters)
(tramp-test40-special-characters-with-stat)
(tramp-test40-special-characters-with-perl)
(tramp-test40-special-characters-with-ls): Don't skip for
`tramp--test-windows-nt-and-scp-p'.
2021-05-06 17:15:30 +02:00
..
ange-ftp.el ; Remove some useless comments 2021-04-16 14:54:02 +02:00
browse-url.el * lisp/net/*.el: Use lexical-binding 2021-03-08 10:11:22 -05:00
dbus.el Fix a dbus.el byte compilation warning 2021-03-28 19:22:15 +02:00
dictionary-connection.el
dictionary.el Make "not found" message in dictionary less misleading 2021-03-18 08:43:22 +01:00
dig.el * lisp/net/*.el: Use lexical-binding 2021-03-08 10:11:22 -05:00
dns.el * lisp/net/*.el: Use lexical-binding 2021-03-08 10:11:22 -05:00
eudc-bob.el * lisp/net/*.el: Use lexical-binding 2021-03-08 10:11:22 -05:00
eudc-export.el * lisp/net/*.el: Use lexical-binding 2021-03-08 10:11:22 -05:00
eudc-hotlist.el * lisp/net/*.el: Use lexical-binding 2021-03-08 10:11:22 -05:00
eudc-vars.el
eudc.el * lisp/net/*.el: Use lexical-binding 2021-03-08 10:11:22 -05:00
eudcb-bbdb.el * lisp/net/*.el: Use lexical-binding 2021-03-08 10:11:22 -05:00
eudcb-ldap.el * lisp/net/*.el: Use lexical-binding 2021-03-08 10:11:22 -05:00
eudcb-mab.el * lisp/net/*.el: Use lexical-binding 2021-03-08 10:11:22 -05:00
eudcb-macos-contacts.el * lisp/net/*.el: Use lexical-binding 2021-03-08 10:11:22 -05:00
eww.el Add command in eww to toggle images 2021-04-12 10:31:46 +02:00
gnutls.el Remove redundant #' before lambda in {mail,net,url}/*.el 2021-04-01 22:05:16 +02:00
goto-addr.el * lisp/**/*.el: Avoid positional args to define-minor-mode 2021-04-11 23:47:14 -04:00
hmac-def.el
hmac-md5.el
imap.el Remove redundant #' before lambda in {mail,net,url}/*.el 2021-04-01 22:05:16 +02:00
ldap.el
mailcap.el
mairix.el
net-utils.el Update whois-server-tld 2021-04-07 14:33:10 +02:00
netrc.el
network-stream.el * lisp/net/*.el: Use lexical-binding 2021-03-08 10:11:22 -05:00
newst-backend.el Replace local intersection functions with seq-intersection 2021-04-05 11:14:34 +02:00
newst-plainview.el Address some --without-x byte-compilation warnings 2021-03-26 17:35:34 +00:00
newst-reader.el * lisp/net/*.el: Use lexical-binding 2021-03-08 10:11:22 -05:00
newst-ticker.el ; Normalize and add missing first and last lines 2021-04-19 12:21:01 +02:00
newst-treeview.el Delete empty "History" sections 2021-03-30 15:50:26 +02:00
newsticker.el
nsm.el Convert many more links to use HTTPS 2021-03-24 10:20:18 +01:00
ntlm.el
pop3.el Remove redundant #' before lambda in {mail,net,url}/*.el 2021-04-01 22:05:16 +02:00
puny.el * lisp/net/*.el: Use lexical-binding 2021-03-08 10:11:22 -05:00
quickurl.el * lisp/net/*.el: Use lexical-binding 2021-03-08 10:11:22 -05:00
rcirc.el Don't hard-code "~/.emacs.d/" in rcirc.el 2021-04-19 09:30:58 +02:00
rfc2104.el
rlogin.el
sasl-cram.el
sasl-digest.el
sasl-ntlm.el
sasl-scram-rfc.el
sasl-scram-sha256.el
sasl.el
secrets.el ; Normalize and add missing first and last lines 2021-04-19 12:21:01 +02:00
shr-color.el * lisp/net/*.el: Use lexical-binding 2021-03-08 10:11:22 -05:00
shr.el Add command in eww to toggle images 2021-04-12 10:31:46 +02:00
sieve-manage.el ; Normalize and add missing first and last lines 2021-04-19 12:21:01 +02:00
sieve-mode.el ; Normalize and add missing first and last lines 2021-04-19 12:21:01 +02:00
sieve.el ; Normalize and add missing first and last lines 2021-04-19 12:21:01 +02:00
snmp-mode.el
soap-client.el * lisp/net/*.el: Use lexical-binding 2021-03-08 10:11:22 -05:00
soap-inspect.el * lisp/net/*.el: Use lexical-binding 2021-03-08 10:11:22 -05:00
socks.el
telnet.el * lisp/net/*.el: Use lexical-binding 2021-03-08 10:11:22 -05:00
tramp-adb.el Remove ;;;###tramp-autoload cookie from Tramp defcustoms (Bug#47063) 2021-03-13 14:35:39 +01:00
tramp-archive.el Tramp code cleanup 2021-04-28 22:00:55 +02:00
tramp-cache.el Add remote processes to Tramp sshfs method 2021-03-11 17:16:50 +01:00
tramp-cmds.el Tidy file-matching regexps and remove some ineffective backslashes 2021-05-06 15:53:48 +02:00
tramp-compat.el * lisp/net/*.el: Use lexical-binding 2021-03-08 10:11:22 -05:00
tramp-crypt.el Improve command completion in tramp-crypt.el 2021-03-15 09:49:20 +01:00
tramp-ftp.el
tramp-fuse.el
tramp-gvfs.el Remove ;;;###tramp-autoload cookie from Tramp defcustoms (Bug#47063) 2021-03-13 14:35:39 +01:00
tramp-integration.el Adapt Tramp file notification support 2021-03-25 12:02:57 +01:00
tramp-rclone.el Remove ;;;###tramp-autoload cookie from Tramp defcustoms (Bug#47063) 2021-03-13 14:35:39 +01:00
tramp-sh.el In Tramp, use scp "-T" argument if available 2021-05-06 17:15:30 +02:00
tramp-smb.el Remove ;;;###tramp-autoload cookie from Tramp defcustoms (Bug#47063) 2021-03-13 14:35:39 +01:00
tramp-sshfs.el Remove ;;;###tramp-autoload cookie from Tramp defcustoms (Bug#47063) 2021-03-13 14:35:39 +01:00
tramp-sudoedit.el Add remote processes to Tramp sshfs method 2021-03-11 17:16:50 +01:00
tramp-uu.el
tramp.el In Tramp, use scp "-T" argument if available 2021-05-06 17:15:30 +02:00
trampver.el
webjump.el * lisp/net/*.el: Use lexical-binding 2021-03-08 10:11:22 -05:00
zeroconf.el