Remove gateway methods in Tramp
commit8661313efd5fd5b0a27fe82f276a1ff862646424
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 21 Dec 2016 11:42:22 +0000 (21 12:42 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 21 Dec 2016 11:42:22 +0000 (21 12:42 +0100)
treeacdb27c91f2380b3aa13e25c36dc26a8e1cea5a5
parent221d3a9767422ba783aedcd354fd1fe2d60e9bb3
Remove gateway methods in Tramp

* doc/misc/tramp.texi (Top, Configuration): Remove section
`Gateway methods', insert section `Firewalls' in menu.
(History): Gateways are removed now.
(Gateway methods): Remove section.
(Multi-hops, Traces and Profiles): Don't reference to gateways anymore.
(Firewalls): New section.

* etc/NEWS: Gateway methods in Tramp have been removed.

* lisp/net/tramp.el (tramp-methods): Adapt docstring.
(tramp-file-name-port, tramp-accept-process-output): Simplify.

* lisp/net/tramp-gw.el: Remove.

* lisp/net/tramp-sh.el (tramp-gw-tunnel-method)
(tramp-gw-socks-method): Remove declarations.
(tramp-methods) <scp, scpx, ssh, sshx, telnet, nc, plink, pscp>:
Remove `tramp-gw-args' and `tramp-default-port'.  (Bug#18967)
(tramp-do-copy-or-rename-file-out-of-band)
(tramp-compute-multi-hops, tramp-maybe-open-connection):
Remove gateway support.

* test/lisp/net/tramp-tests.el (tramp-test03-file-name-defaults):
Remove gateway tests.
doc/misc/tramp.texi
etc/NEWS
lisp/net/tramp-gw.el [deleted file]
lisp/net/tramp-sh.el
lisp/net/tramp.el
test/lisp/net/tramp-tests.el