Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-15 | Fix Free Software Foundation address | Paul Howarth | |
They moved from Temple Place to Franklin Street in 2005. | |||
2018-08-22 | Bump black up to 18.6b4 | Jeff Forcier | |
2018-05-29 | Blacken under black 18.5b0 | Jeff Forcier | |
2017-09-13 | Invent the parameter 'gss_trust_dns' for Kerberos support | Anselm Kruis | |
In response to Paramiko issue #915 the parameter 'gss_trust_dns' was added for Kerberos support. Set by default to 'True' the parameter indicates whether or not the DNS is trusted to securely canonicalize the hostname of the target host. If set to 'False' the hostname entered will be passed to GSSAPI. This option behaves like GSSAPITrustDNS from OpenSSH. Also, the parameter 'gss_host' is now always set, regardless if GSSAPI is used or not. Further, a minor fix was required to make the SFTP test work again. | |||
2017-09-12 | demo_simple: gss_auth and gss_kex are independent of each other. | Anselm Kruis | |
2017-06-01 | Remove unused value from demo/test. | Jeff Forcier | |
Honestly not sure WTF | |||
2017-05-31 | This previous tweak was overzealous. | Jeff Forcier | |
These backslashes are OK! | |||
2017-05-31 | More death to line continuations | Jeff Forcier | |
2016-12-05 | Update demo_server.py | Alan Yee | |
Updating base64 code in comments | |||
2014-12-17 | Use modern api to check if event is set. | Olle Lundberg | |
Since we are a python2.6+ code base now, we want to be as forward compatible as possible. | |||
2014-09-08 | Fix outdated reference syntax in a demo | Jeff Forcier | |
2014-09-08 | Not sure why this variable was changed, but caps are Bad. | Jeff Forcier | |
2014-03-26 | Merge branch 'master' into gssapi-py3-support | Sebastian Deiss | |
Conflicts: .gitignore README demos/demo_simple.py dev-requirements.txt paramiko/__init__.py paramiko/_winapi.py paramiko/agent.py paramiko/auth_handler.py paramiko/ber.py paramiko/buffered_pipe.py paramiko/channel.py paramiko/client.py paramiko/common.py paramiko/dsskey.py paramiko/ecdsakey.py paramiko/file.py paramiko/hostkeys.py paramiko/kex_gex.py paramiko/kex_group1.py paramiko/message.py paramiko/packet.py paramiko/pkey.py paramiko/primes.py paramiko/proxy.py paramiko/py3compat.py paramiko/server.py paramiko/sftp_client.py paramiko/transport.py paramiko/util.py paramiko/win_pageant.py setup.py sites/shared_conf.py sites/www/changelog.rst sites/www/conf.py sites/www/index.rst sites/www/installing.rst test.py tests/loop.py tests/stub_sftp.py tests/test_auth.py tests/test_client.py tests/test_file.py tests/test_hostkeys.py tests/test_kex.py tests/test_message.py tests/test_packetizer.py tests/test_pkey.py tests/test_sftp.py tests/test_sftp_big.py tests/test_transport.py tests/test_util.py | |||
2014-02-17 | Improved handling of failed GSS-API authentication attempts | Sebastian Deiss | |
Previously an attribute error occurred or a SSHException was thrown if the GSS-API authentication failed. If GSS-API authentication fails now or the remote host does not support GSS-API, paramiko tries other authentication methods. | |||
2014-02-11 | GSS-API / SSPI authenticated Diffie-Hellman Key Exchange and user | Sebastian Deiss | |
authentication with Python 3 support Add Python 3 support for the GSS-API / SSPI authenticated Diffie-Hellman Key Exchange and user authentication. This patch supersedes pull request #250. | |||
2014-02-11 | Merge branch scottkmaxwell:py3-support-without-py25 into | Sebastian Deiss | |
SebastianDeiss:gssapi-py3-support | |||
2013-11-19 | Remove byte conversions and unhexlify calls that we only needed for Py2.5 ↵ | Scott Maxwell | |
support and use the `b` byte string marker instead | |||
2013-11-19 | Remove `from __future__ import with_statement` | Scott Maxwell | |
2013-11-19 | Use 'with' for opening most file and SFTPFIle objects | Scott Maxwell | |
2013-11-19 | Use 'with' for opening most file and SFTPFIle objects | Scott Maxwell | |
2013-11-19 | Change all exceptions to modern format (not Py2.5 compatible) | Scott Maxwell | |
2013-11-02 | Fix some deprecation and resource warnings | Scott Maxwell | |
2013-10-31 | Fix demos | Scott Maxwell | |
2013-10-31 | Fix demo_server | Scott Maxwell | |
2013-10-31 | Fix demo_keygen | Scott Maxwell | |
2013-10-31 | More type conversion | Scott Maxwell | |
2013-10-30 | Fix input | Scott Maxwell | |
2013-10-30 | Fix imports | Scott Maxwell | |
2013-10-30 | Fix print statements | Scott Maxwell | |
2013-09-27 | Merge branch '1.9' into 1.10 | Jeff Forcier | |
2013-09-27 | Fixed a typo in the license header of most files | Jeff Forcier | |
Conflicts: paramiko/proxy.py | |||
2013-09-27 | Fix demo re #200 | Jeff Forcier | |
2013-09-27 | Merge branch '1.9' into 1.10 | Jeff Forcier | |
2013-09-27 | Fix demo re #200 | Jeff Forcier | |
2013-09-20 | Merge branch '1.10' into 168-int | Jeff Forcier | |
Conflicts: NEWS setup.py | |||
2013-09-20 | This fixes a Bad file descriptor error caused by attempting to access the ↵ | Jonathan Halcrow | |
request after it has already been closed. | |||
2013-04-09 | Update demo.py | Ivan Barria | |
why import threading? | |||
2012-07-04 | Fix trailing whitespace re #28 | Jeff Forcier | |
2012-07-04 | add priv/pub key generator demo | Sofian Brabez | |
2009-07-19 | fix my email address to be the current one. | Robey Pointer | |
2009-07-19 | simplify the "simple" demo. | Robey Pointer | |
2008-02-19 | [project @ robey@lag.net-20080220060035-yi82h5kc7jod5hlu] | Robey Pointer | |
add a demo for reverse port forwarding. | |||
2008-02-19 | [project @ robey@lag.net-20080220055849-xmjvp8m0lqyz4cf1] | Robey Pointer | |
change -l to -p for consistency | |||
2008-02-18 | [project @ robey@lag.net-20080219075127-fx3aq6ijgm38oxy6] | Robey Pointer | |
cleaned up "forward" example. | |||
2008-02-17 | [project @ robey@lag.net-20080218003236-d2zgw43ys7xrccdx] | Robey Pointer | |
explain why we check ~/ssh/ in the demos | |||
2007-02-13 | [project @ robey@lag.net-20070213192109-axy7gl61x7w0cpbp] | Robey Pointer | |
add get/put to the sftp demo | |||
2007-02-13 | [project @ robey@lag.net-20070213191706-v8djxd4jiunb3his] | Robey Pointer | |
bump copyright year to 2007 | |||
2006-08-01 | [project @ robey@lag.net-20060801182053-a74d120228b8009a] | Robey Pointer | |
use hexlify instead of custom-made hexify in demos | |||
2006-07-23 | [project @ robey@lag.net-20060723204116-319c388eacb937d6] | Robey Pointer | |
fix SSHException references in demos | |||
2006-04-29 | [project @ robey@lag.net-20060430024043-e4391438febc9bf2] | Robey Pointer | |
check for None channel and display error |