summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2014-08-11Clarify FAQJeff Forcier
2014-08-11Make links to Github more explicitJeff Forcier
2014-08-11Add FAQ about nonstandard SSH implementationsJeff Forcier
2014-07-24Allow setting of SSH banner timeouts on ClientsCory Benfield
2014-07-15Merge branch 'akruis-python-gssapi-0.6.1_EOL-fixed' into gssapi-py3-supportSebastian Deiss
2014-07-14Don't check for the qop value at MIC verificationSebastian Deiss
2014-07-14Use python-gssapi 0.6.1Sebastian Deiss
2014-07-09Support passing in "buffer" objects again where bytestrings are expected.Jelmer Vernooij
This fixes bzr's use of paramiko. Fixes issue #343/#285.
2014-06-18Corrected the length of the salt for private key encryptionXavier Nunn
This would corrupt the private key file whenever the DES cipher would get selected.
2014-05-28Merge branch 'akruis-gssapi-py3-support' into gssapi-py3-supportSebastian Deiss
2014-05-28Merge branch 'master' into gssapi-py3-supportAnselm Kruis
Conflicts: dev-requirements.txt sites/www/changelog.rst
2014-05-26fix ecdsa key generationYuri Turchenkov
2014-05-25We support 3.2Jeff Forcier
2014-05-07Cut 1.14Jeff Forcier
2014-05-07Bump alabaster for things like travis_buttonJeff Forcier
2014-05-07Merge branch '1.13'Jeff Forcier
2014-05-07Need wheel to build wheels!Jeff Forcier
2014-05-07Merge branch '1.13'Jeff Forcier
2014-05-07Cut 1.13.1Jeff Forcier
2014-05-07Merge branch '1.12' into 1.13Jeff Forcier
Conflicts: paramiko/__init__.py setup.py sites/www/changelog.rst
2014-05-07Cut 1.12.4Jeff Forcier
2014-05-07Merge branch '1.11' into 1.12Jeff Forcier
Conflicts: paramiko/__init__.py setup.py
2014-05-07Cut 1.11.6Jeff Forcier
2014-04-24Merge branch 'master' of github.com:paramiko/paramikoJeff Forcier
2014-04-24Merge branch '1.13'Jeff Forcier
2014-04-24FormattingJeff Forcier
2014-04-24Fix some trailing whitespaceJeff Forcier
2014-04-24Merge updated a01e449 from al-tonioJeff Forcier
2014-04-24Merge branch '1.13'Jeff Forcier
2014-04-24Use newer alabaster w/ showhidden in sidebar TOCJeff Forcier
Lets us not have 2x TOCs on landing page
2014-04-24README py3 updateJeff Forcier
2014-04-24Merge branch '1.13'Jeff Forcier
2014-04-24Show Travis status in website sidebarJeff Forcier
2014-04-24Errything uses intersphinx to PythonJeff Forcier
2014-04-24Nuke Fab-oriented link color overrideJeff Forcier
2014-04-24FormattingJeff Forcier
2014-04-24Update copyright in README to be more accurateJeff Forcier
2014-04-24Merge branch '1.11' into 1.12Jeff Forcier
2014-04-24Merge branch '1.13'Jeff Forcier
2014-04-24Merge branch '1.12' into 1.13Jeff Forcier
2014-04-24Fix incorrect monospacingJeff Forcier
2014-04-24Fix incorrect monospacingJeff Forcier
2014-04-24Reword docs/changelog re #315Jeff Forcier
2014-04-23Merge branch 'paramiko:master' into gssapi-py3-supportSebastian Deiss
Conflicts: sites/www/changelog.rst test.py
2014-04-22Moved get_hosts function into method.Yan Kalchevksiy
2014-04-22Simplify handling of the configuration file.Yan Kalchevskiy
2014-04-22Add support quoted values for SSHConfig (#157)Yan Kalchevskiy
2014-04-17BufferedFile.read() now returns byte strings instead of text stringsAntoine Brenner
It is the right thing to do since we have no idea what encoding the file is in, or even if the file is text data. BufferedFile.readline() is unchanged and returns text strings assuming the file is utf-8 encoded. This should fix the following issue: http://comments.gmane.org/gmane.comp.sysutils.backup.obnam/252 Antoine Brenner Conflicts: sites/www/changelog.rst
2014-04-16Merge pull request #307 from offbyone/tox-py25Jeff Forcier
Remove python 2.5 from tox
2014-04-16Merge branch '1.11' into 1.12Jeff Forcier