cbd2ef34b3
Fix a tyop in DESCR. Upstream changes: ----------------- v1.9.0 (6th Nov 2012) --------------------- * #97 (with a little #93): Improve config parsing of `ProxyCommand` directives and provide a wrapper class to allow subprocess-driven proxy commands to be used as `sock=` arguments for `SSHClient.connect`. * #77: Allow `SSHClient.connect()` to take an explicit `sock` parameter overriding creation of an internal, implicit socket object. * Thanks in no particular order to Erwin Bolwidt, Oskari Saarenmaa, Steven Noonan, Vladimir Lazarenko, Lincoln de Sousa, Valentino Volonghi, Olle Lundberg, and Github user `@acrish` for the various and sundry patches leading to the above changes. v1.8.1 (6th Nov 2012) --------------------- * #90: Ensure that callbacks handed to `SFTPClient.get()` always fire at least once, even for zero-length files downloaded. Thanks to Github user `@enB` for the catch. * #85: Paramiko's test suite overrides `unittest.TestCase.assertTrue/assertFalse` to provide these modern assertions to Python 2.2/2.3, which lacked them. However on newer Pythons such as 2.7, this now causes deprecation warnings. The overrides have been patched to only execute when necessary. Thanks to `@Arfrever` for catch & patch. v1.8.0 (3rd Oct 2012) --------------------- * #17 ('ssh' 28): Fix spurious `NoneType has no attribute 'error'` and similar exceptions that crop up on interpreter exit. * 'ssh' 32: Raise a more useful error explaining which `known_hosts` key line was problematic, when encountering `binascii` issues decoding known host keys. Thanks to `@thomasvs` for catch & patch. * 'ssh' 33: Bring `ssh_config` parsing more in line with OpenSSH spec, re: order of setting overrides by `Host` specifiers. Specifically, the overrides now go by file order instead of automatically sorting by `Host` value length. In addition, the first value found per config key (e.g. `Port`, `User` etc) wins, instead of the last. Thanks to Jan Brauer for the contribution. * 'ssh' 36: Support new server two-factor authentication option (`RequiredAuthentications2`), at least re: combining key-based & password auth. Thanks to Github user `bninja`. * 'ssh' 11: When raising an exception for hosts not listed in `known_hosts` (when `RejectPolicy` is in effect) the exception message was confusing/vague. This has been improved somewhat. Thanks to Cal Leeming for highlighting the issue. * 'ssh' 40: Fixed up & expanded EINTR signal handling. Thanks to Douglas Turk. * 'ssh' 15: Implemented parameter substitution in SSHConfig, matching the implementation of `ssh_config(5)`. Thanks to Olle Lundberg for the patch. * 'ssh' 24: Switch some internal type checking to use `isinstance` to help prevent problems with client libraries using subclasses of builtin types. Thanks to Alex Morega for the patch. * Fabric #562: Agent forwarding would error out (with `Authentication response too long`) or freeze, when more than one remote connection to the local agent was active at the same time. This has been fixed. Thanks to Steven McDonald for assisting in troubleshooting/patching, and to GitHub user `@lynxis` for providing the final version of the patch. * 'ssh' 5: Moved a `fcntl` import closer to where it's used to help avoid `ImportError` problems on Windows platforms. Thanks to Jason Coombs for the catch + suggested fix. * 'ssh' 4: Updated implementation of WinPageant integration to work on 64-bit Windows. Thanks again to Jason Coombs for the patch. * Added an IO loop sleep() call to avoid needless CPU usage when agent forwarding is in use. * Handful of internal tweaks to version number storage. * Updated `setup.py` with `==dev` install URL for `pip` users. * Updated `setup.py` to account for packaging problems in PyCrypto 2.4.0 * Added an extra `atfork()` call to help prevent spurious RNG errors when running under high parallel (multiprocess) load. * Merge PR #28: https://github.com/paramiko/paramiko/pull/28 which adds a ssh-keygen like demo module. (Sofian Brabez) v1.7.7.2 16may12 ---------------- * Merge pull request #63: https://github.com/paramiko/paramiko/pull/63 which fixes exceptions that occur when re-keying over fast connections. (Dwayne Litzenberger)
114 lines
3.9 KiB
Text
114 lines
3.9 KiB
Text
@comment $NetBSD: PLIST,v 1.8 2012/11/27 22:13:32 gls Exp $
|
|
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
|
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
|
${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/proxy.py
|
|
${PYSITELIB}/paramiko/proxy.pyc
|
|
${PYSITELIB}/paramiko/proxy.pyo
|
|
${PYSITELIB}/paramiko/resource.py
|
|
${PYSITELIB}/paramiko/resource.pyc
|
|
${PYSITELIB}/paramiko/resource.pyo
|
|
${PYSITELIB}/paramiko/rsakey.py
|
|
${PYSITELIB}/paramiko/rsakey.pyc
|
|
${PYSITELIB}/paramiko/rsakey.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
|