Fix FSF address
This commit is contained in:
parent
b59430efef
commit
4db2ca594b
4
LICENSE
4
LICENSE
|
@ -2,7 +2,7 @@
|
|||
Version 2.1, February 1999
|
||||
|
||||
Copyright (C) 1991, 1999 Free Software Foundation, Inc.
|
||||
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
|
@ -485,7 +485,7 @@ convey the exclusion of warranty; and each file should have at least the
|
|||
|
||||
You should have received a copy of the GNU Lesser General Public
|
||||
License along with this library; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
|
||||
|
||||
Also add information on how to contact you by electronic and paper mail.
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with 'ssh'; if not, write to the Free Software Foundation, Inc.,
|
||||
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA.
|
||||
|
||||
|
||||
import base64
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with 'ssh'; if not, write to the Free Software Foundation, Inc.,
|
||||
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA.
|
||||
|
||||
import base64
|
||||
from binascii import hexlify
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with 'ssh'; if not, write to the Free Software Foundation, Inc.,
|
||||
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA.
|
||||
|
||||
# based on code provided by raymond mosteller (thanks!)
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with 'ssh'; if not, write to the Free Software Foundation, Inc.,
|
||||
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA.
|
||||
|
||||
|
||||
import base64
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with 'ssh'; if not, write to the Free Software Foundation, Inc.,
|
||||
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA.
|
||||
|
||||
"""
|
||||
Sample script showing how to do local port forwarding over ssh.
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with 'ssh'; if not, write to the Free Software Foundation, Inc.,
|
||||
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA.
|
||||
|
||||
|
||||
import socket
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with 'ssh'; if not, write to the Free Software Foundation, Inc.,
|
||||
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA.
|
||||
|
||||
"""
|
||||
Sample script showing how to do remote port forwarding over ssh.
|
||||
|
|
2
setup.py
2
setup.py
|
@ -14,7 +14,7 @@
|
|||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with 'ssh'; if not, write to the Free Software Foundation, Inc.,
|
||||
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA.
|
||||
|
||||
|
||||
longdesc = '''
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with 'ssh'; if not, write to the Free Software Foundation, Inc.,
|
||||
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA.
|
||||
|
||||
# Note: Despite the copyright notice, this was submitted by John
|
||||
# Arbash Meinel. Thanks John!
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with 'ssh'; if not, write to the Free Software Foundation, Inc.,
|
||||
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA.
|
||||
|
||||
"""
|
||||
I{'ssh'}
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with 'ssh'; if not, write to the Free Software Foundation, Inc.,
|
||||
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA.
|
||||
|
||||
"""
|
||||
SSH Agent interface for Unix clients.
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with 'ssh'; if not, write to the Free Software Foundation, Inc.,
|
||||
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA.
|
||||
|
||||
"""
|
||||
L{AuthHandler}
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with 'ssh'; if not, write to the Free Software Foundation, Inc.,
|
||||
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA.
|
||||
|
||||
|
||||
import util
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with 'ssh'; if not, write to the Free Software Foundation, Inc.,
|
||||
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA.
|
||||
|
||||
"""
|
||||
Attempt to generalize the "feeder" part of a Channel: an object which can be
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with 'ssh'; if not, write to the Free Software Foundation, Inc.,
|
||||
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA.
|
||||
|
||||
"""
|
||||
Abstraction for an SSH2 channel.
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with 'ssh'; if not, write to the Free Software Foundation, Inc.,
|
||||
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA.
|
||||
|
||||
"""
|
||||
L{SSHClient}.
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with 'ssh'; if not, write to the Free Software Foundation, Inc.,
|
||||
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA.
|
||||
|
||||
"""
|
||||
Common constants and global variables.
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with 'ssh'; if not, write to the Free Software Foundation, Inc.,
|
||||
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA.
|
||||
|
||||
"""
|
||||
Compression implementations for a Transport.
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with 'ssh'; if not, write to the Free Software Foundation, Inc.,
|
||||
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA.
|
||||
|
||||
"""
|
||||
L{SSHConfig}.
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with 'ssh'; if not, write to the Free Software Foundation, Inc.,
|
||||
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA.
|
||||
|
||||
"""
|
||||
L{DSSKey}
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with 'ssh'; if not, write to the Free Software Foundation, Inc.,
|
||||
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA.
|
||||
|
||||
"""
|
||||
BufferedFile.
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with 'ssh'; if not, write to the Free Software Foundation, Inc.,
|
||||
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA.
|
||||
|
||||
"""
|
||||
L{HostKeys}
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with 'ssh'; if not, write to the Free Software Foundation, Inc.,
|
||||
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA.
|
||||
|
||||
"""
|
||||
Variant on L{KexGroup1 <ssh.kex_group1.KexGroup1>} where the prime "p" and
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with 'ssh'; if not, write to the Free Software Foundation, Inc.,
|
||||
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA.
|
||||
|
||||
"""
|
||||
Standard SSH key exchange ("kex" if you wanna sound cool). Diffie-Hellman of
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with 'ssh'; if not, write to the Free Software Foundation, Inc.,
|
||||
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA.
|
||||
|
||||
"""
|
||||
Stub out logging on python < 2.3.
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with 'ssh'; if not, write to the Free Software Foundation, Inc.,
|
||||
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA.
|
||||
|
||||
"""
|
||||
Implementation of an SSH2 "message".
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with 'ssh'; if not, write to the Free Software Foundation, Inc.,
|
||||
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA.
|
||||
|
||||
"""
|
||||
Packetizer.
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with 'ssh'; if not, write to the Free Software Foundation, Inc.,
|
||||
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA.
|
||||
|
||||
"""
|
||||
Abstraction of a one-way pipe where the read end can be used in select().
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with 'ssh'; if not, write to the Free Software Foundation, Inc.,
|
||||
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA.
|
||||
|
||||
"""
|
||||
Common API for all public keys.
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with 'ssh'; if not, write to the Free Software Foundation, Inc.,
|
||||
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA.
|
||||
|
||||
"""
|
||||
Utility functions for dealing with primes.
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with 'ssh'; if not, write to the Free Software Foundation, Inc.,
|
||||
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA.
|
||||
|
||||
"""
|
||||
Resource manager.
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with 'ssh'; if not, write to the Free Software Foundation, Inc.,
|
||||
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA.
|
||||
|
||||
"""
|
||||
L{RSAKey}
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with 'ssh'; if not, write to the Free Software Foundation, Inc.,
|
||||
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA.
|
||||
|
||||
"""
|
||||
L{ServerInterface} is an interface to override for server support.
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with 'ssh'; if not, write to the Free Software Foundation, Inc.,
|
||||
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA.
|
||||
|
||||
import select
|
||||
import socket
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with 'ssh'; if not, write to the Free Software Foundation, Inc.,
|
||||
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA.
|
||||
|
||||
import stat
|
||||
import time
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with 'ssh'; if not, write to the Free Software Foundation, Inc.,
|
||||
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA.
|
||||
|
||||
"""
|
||||
Client-mode SFTP support.
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with 'ssh'; if not, write to the Free Software Foundation, Inc.,
|
||||
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA.
|
||||
|
||||
"""
|
||||
L{SFTPFile}
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with 'ssh'; if not, write to the Free Software Foundation, Inc.,
|
||||
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA.
|
||||
|
||||
"""
|
||||
Abstraction of an SFTP file handle (for server mode).
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with 'ssh'; if not, write to the Free Software Foundation, Inc.,
|
||||
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA.
|
||||
|
||||
"""
|
||||
Server-mode SFTP support.
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with 'ssh'; if not, write to the Free Software Foundation, Inc.,
|
||||
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA.
|
||||
|
||||
"""
|
||||
L{SFTPServerInterface} is an interface to override for SFTP server support.
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with 'ssh'; if not, write to the Free Software Foundation, Inc.,
|
||||
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA.
|
||||
|
||||
"""
|
||||
Exceptions defined by ssh.
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with 'ssh'; if not, write to the Free Software Foundation, Inc.,
|
||||
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA.
|
||||
|
||||
"""
|
||||
L{Transport} handles the core SSH2 protocol.
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with 'ssh'; if not, write to the Free Software Foundation, Inc.,
|
||||
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA.
|
||||
|
||||
"""
|
||||
Useful functions used by the rest of ssh.
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with 'ssh'; if not, write to the Free Software Foundation, Inc.,
|
||||
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA.
|
||||
|
||||
"""
|
||||
Functions for communicating with Pageant, the basic windows ssh agent program.
|
||||
|
|
2
test.py
2
test.py
|
@ -16,7 +16,7 @@
|
|||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with 'ssh'; if not, write to the Free Software Foundation, Inc.,
|
||||
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA.
|
||||
|
||||
"""
|
||||
do the unit tests!
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with 'ssh'; if not, write to the Free Software Foundation, Inc.,
|
||||
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA.
|
||||
|
||||
"""
|
||||
...
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with 'ssh'; if not, write to the Free Software Foundation, Inc.,
|
||||
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA.
|
||||
|
||||
"""
|
||||
A stub SFTP server for loopback SFTP testing.
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with 'ssh'; if not, write to the Free Software Foundation, Inc.,
|
||||
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA.
|
||||
|
||||
"""
|
||||
Some unit tests for authenticating over a Transport.
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with 'ssh'; if not, write to the Free Software Foundation, Inc.,
|
||||
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA.
|
||||
|
||||
"""
|
||||
Some unit tests for BufferedPipe.
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with 'ssh'; if not, write to the Free Software Foundation, Inc.,
|
||||
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA.
|
||||
|
||||
"""
|
||||
Some unit tests for SSHClient.
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with 'ssh'; if not, write to the Free Software Foundation, Inc.,
|
||||
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA.
|
||||
|
||||
"""
|
||||
Some unit tests for the BufferedFile abstraction.
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with 'ssh'; if not, write to the Free Software Foundation, Inc.,
|
||||
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA.
|
||||
|
||||
"""
|
||||
Some unit tests for HostKeys.
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with 'ssh'; if not, write to the Free Software Foundation, Inc.,
|
||||
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA.
|
||||
|
||||
"""
|
||||
Some unit tests for the key exchange protocols.
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with 'ssh'; if not, write to the Free Software Foundation, Inc.,
|
||||
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA.
|
||||
|
||||
"""
|
||||
Some unit tests for ssh protocol message blocks.
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with 'ssh'; if not, write to the Free Software Foundation, Inc.,
|
||||
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA.
|
||||
|
||||
"""
|
||||
Some unit tests for the ssh2 protocol in Transport.
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with 'ssh'; if not, write to the Free Software Foundation, Inc.,
|
||||
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA.
|
||||
|
||||
"""
|
||||
Some unit tests for public/private key objects.
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with 'ssh'; if not, write to the Free Software Foundation, Inc.,
|
||||
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA.
|
||||
|
||||
"""
|
||||
some unit tests to make sure sftp works.
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with 'ssh'; if not, write to the Free Software Foundation, Inc.,
|
||||
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA.
|
||||
|
||||
"""
|
||||
some unit tests to make sure sftp works well with large files.
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with 'ssh'; if not, write to the Free Software Foundation, Inc.,
|
||||
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA.
|
||||
|
||||
"""
|
||||
Some unit tests for the ssh2 protocol in Transport.
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with 'ssh'; if not, write to the Free Software Foundation, Inc.,
|
||||
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA.
|
||||
|
||||
"""
|
||||
Some unit tests for utility functions.
|
||||
|
|
Loading…
Reference in New Issue