6e1399f17e
Changes: Update to version 1.7.1. Changes: v1.7.1 (Amy) 10jun07 -------------------- * windows SSH agent support can use the 'ctypes' module now if 'win32all' is not available [patch from alexander belchenko] * SFTPClient.listdir_attr() now preserves the 'longname' field [patch from wesley augur] * SFTPClient.get_channel() API added * SSHClient constuctor takes an optional 'timeout' parameter [patch from james bardin] v1.7 (zubat) 18feb07 -------------------- * added x11 channel support (patch from david guerizec) * added reverse port forwarding support * (bug 75370) raise an exception when contacting a broken SFTP server * (bug 80295) SSHClient shouldn't expand the user directory twice when reading RSA/DSS keys * (bug 82383) typo in DSS key in SSHClient * (bug 83523) python 2.5 warning when encoding a file's modification time * if connecting to an SSH agent fails, silently fallback instead of raising an exception v1.6.4 (yanma) 19nov06 ---------------------- * fix setup.py on osx (oops!) * (bug 69330) check for the existence of RSA/DSA keys before trying to open them in SFTPClient * (bug 69222) catch EAGAIN in socket code to workaround a bug in recent Linux 2.6 kernels * (bug 70398) improve dict emulation in HostKeys objects * try harder to make sure all worker threads are joined on Transport.close() v1.6.3 (xatu) 14oct06 --------------------- * fixed bug where HostKeys.__setitem__ wouldn't always do the right thing * fixed bug in SFTPClient.chdir and SFTPAttributes.__str__ [patch from mike barber] * try harder not to raise EOFError from within SFTPClient * fixed bug where a thread waiting in accept() could block forever if the transport dies [patch from mike looijmans] v1.6.2 (weedle) 16aug06 ----------------------- * added support for "old" group-exchange server mode, for compatibility with the windows putty client * fixed some more interactions with SFTP file readv() and prefetch() * when saving the known_hosts file, preserve the original order [patch from warren young] * fix a couple of broken lines when exporting classes (bug 55946) v1.6.1 (vulpix) 10jul06 ----------------------- * more unit tests fixed for windows/cygwin (thanks to alexander belchenko) * a couple of fixes related to exceptions leaking out of SFTPClient * added ability to set items in HostKeys via __setitem__ * HostKeys now retains order and has a save() method * added PKey.write_private_key and PKey.from_private_key v1.6 (umbreon) 10may06 ---------------------- * pageant support on Windows thanks to john arbash meinel and todd whiteman * fixed unit tests to work under windows and cygwin (thanks to alexander belchenko for debugging) * various bugfixes/tweaks to SFTP file prefetch * added SSHClient for a higher-level API * SFTP readv() now yields results as it gets them * several APIs changed to throw an exception instead of "False" on failure
107 lines
3.6 KiB
Text
107 lines
3.6 KiB
Text
@comment $NetBSD: PLIST,v 1.2 2007/12/14 13:35:04 bjs Exp $
|
|
${PYSITELIB}/paramiko/__init__.py
|
|
${PYSITELIB}/paramiko/__init__.pyc
|
|
${PYSITELIB}/paramiko/__init__.pyo
|
|
${PYSITELIB}/paramiko/agent.py
|
|
${PYSITELIB}/paramiko/agent.pyc
|
|
${PYSITELIB}/paramiko/agent.pyo
|
|
${PYSITELIB}/paramiko/auth_handler.py
|
|
${PYSITELIB}/paramiko/auth_handler.pyc
|
|
${PYSITELIB}/paramiko/auth_handler.pyo
|
|
${PYSITELIB}/paramiko/ber.py
|
|
${PYSITELIB}/paramiko/ber.pyc
|
|
${PYSITELIB}/paramiko/ber.pyo
|
|
${PYSITELIB}/paramiko/buffered_pipe.py
|
|
${PYSITELIB}/paramiko/buffered_pipe.pyc
|
|
${PYSITELIB}/paramiko/buffered_pipe.pyo
|
|
${PYSITELIB}/paramiko/channel.py
|
|
${PYSITELIB}/paramiko/channel.pyc
|
|
${PYSITELIB}/paramiko/channel.pyo
|
|
${PYSITELIB}/paramiko/client.py
|
|
${PYSITELIB}/paramiko/client.pyc
|
|
${PYSITELIB}/paramiko/client.pyo
|
|
${PYSITELIB}/paramiko/common.py
|
|
${PYSITELIB}/paramiko/common.pyc
|
|
${PYSITELIB}/paramiko/common.pyo
|
|
${PYSITELIB}/paramiko/compress.py
|
|
${PYSITELIB}/paramiko/compress.pyc
|
|
${PYSITELIB}/paramiko/compress.pyo
|
|
${PYSITELIB}/paramiko/config.py
|
|
${PYSITELIB}/paramiko/config.pyc
|
|
${PYSITELIB}/paramiko/config.pyo
|
|
${PYSITELIB}/paramiko/dsskey.py
|
|
${PYSITELIB}/paramiko/dsskey.pyc
|
|
${PYSITELIB}/paramiko/dsskey.pyo
|
|
${PYSITELIB}/paramiko/file.py
|
|
${PYSITELIB}/paramiko/file.pyc
|
|
${PYSITELIB}/paramiko/file.pyo
|
|
${PYSITELIB}/paramiko/hostkeys.py
|
|
${PYSITELIB}/paramiko/hostkeys.pyc
|
|
${PYSITELIB}/paramiko/hostkeys.pyo
|
|
${PYSITELIB}/paramiko/kex_gex.py
|
|
${PYSITELIB}/paramiko/kex_gex.pyc
|
|
${PYSITELIB}/paramiko/kex_gex.pyo
|
|
${PYSITELIB}/paramiko/kex_group1.py
|
|
${PYSITELIB}/paramiko/kex_group1.pyc
|
|
${PYSITELIB}/paramiko/kex_group1.pyo
|
|
${PYSITELIB}/paramiko/logging22.py
|
|
${PYSITELIB}/paramiko/logging22.pyc
|
|
${PYSITELIB}/paramiko/logging22.pyo
|
|
${PYSITELIB}/paramiko/message.py
|
|
${PYSITELIB}/paramiko/message.pyc
|
|
${PYSITELIB}/paramiko/message.pyo
|
|
${PYSITELIB}/paramiko/packet.py
|
|
${PYSITELIB}/paramiko/packet.pyc
|
|
${PYSITELIB}/paramiko/packet.pyo
|
|
${PYSITELIB}/paramiko/pipe.py
|
|
${PYSITELIB}/paramiko/pipe.pyc
|
|
${PYSITELIB}/paramiko/pipe.pyo
|
|
${PYSITELIB}/paramiko/pkey.py
|
|
${PYSITELIB}/paramiko/pkey.pyc
|
|
${PYSITELIB}/paramiko/pkey.pyo
|
|
${PYSITELIB}/paramiko/primes.py
|
|
${PYSITELIB}/paramiko/primes.pyc
|
|
${PYSITELIB}/paramiko/primes.pyo
|
|
${PYSITELIB}/paramiko/rsakey.py
|
|
${PYSITELIB}/paramiko/rsakey.pyc
|
|
${PYSITELIB}/paramiko/rsakey.pyo
|
|
${PYSITELIB}/paramiko/resource.py
|
|
${PYSITELIB}/paramiko/resource.pyc
|
|
${PYSITELIB}/paramiko/resource.pyo
|
|
${PYSITELIB}/paramiko/server.py
|
|
${PYSITELIB}/paramiko/server.pyc
|
|
${PYSITELIB}/paramiko/server.pyo
|
|
${PYSITELIB}/paramiko/sftp.py
|
|
${PYSITELIB}/paramiko/sftp.pyc
|
|
${PYSITELIB}/paramiko/sftp.pyo
|
|
${PYSITELIB}/paramiko/sftp_attr.py
|
|
${PYSITELIB}/paramiko/sftp_attr.pyc
|
|
${PYSITELIB}/paramiko/sftp_attr.pyo
|
|
${PYSITELIB}/paramiko/sftp_client.py
|
|
${PYSITELIB}/paramiko/sftp_client.pyc
|
|
${PYSITELIB}/paramiko/sftp_client.pyo
|
|
${PYSITELIB}/paramiko/sftp_file.py
|
|
${PYSITELIB}/paramiko/sftp_file.pyc
|
|
${PYSITELIB}/paramiko/sftp_file.pyo
|
|
${PYSITELIB}/paramiko/sftp_handle.py
|
|
${PYSITELIB}/paramiko/sftp_handle.pyc
|
|
${PYSITELIB}/paramiko/sftp_handle.pyo
|
|
${PYSITELIB}/paramiko/sftp_server.py
|
|
${PYSITELIB}/paramiko/sftp_server.pyc
|
|
${PYSITELIB}/paramiko/sftp_server.pyo
|
|
${PYSITELIB}/paramiko/sftp_si.py
|
|
${PYSITELIB}/paramiko/sftp_si.pyc
|
|
${PYSITELIB}/paramiko/sftp_si.pyo
|
|
${PYSITELIB}/paramiko/ssh_exception.py
|
|
${PYSITELIB}/paramiko/ssh_exception.pyc
|
|
${PYSITELIB}/paramiko/ssh_exception.pyo
|
|
${PYSITELIB}/paramiko/transport.py
|
|
${PYSITELIB}/paramiko/transport.pyc
|
|
${PYSITELIB}/paramiko/transport.pyo
|
|
${PYSITELIB}/paramiko/util.py
|
|
${PYSITELIB}/paramiko/util.pyc
|
|
${PYSITELIB}/paramiko/util.pyo
|
|
${PYSITELIB}/paramiko/win_pageant.py
|
|
${PYSITELIB}/paramiko/win_pageant.pyc
|
|
${PYSITELIB}/paramiko/win_pageant.pyo
|
|
@dirrm ${PYSITELIB}/paramiko
|