Skip to content

Commit

Permalink
Updated userauth functions to not require publickey or private key pa…
Browse files Browse the repository at this point in the history
…ssphrase. Updated tests, changelog.
  • Loading branch information
pkittenis committed Jun 25, 2018
1 parent b190804 commit 2f9d9d4
Show file tree
Hide file tree
Showing 6 changed files with 1,517 additions and 1,023 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:

- stage: build packages
os: osx
osx_image: xcode8.3
before_install:
- brew update
install:
Expand Down
14 changes: 14 additions & 0 deletions Changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Change Log
=============

0.15.0
+++++++

Changes
--------

* Updated ``session.userauth_publickey*`` functions to make providing public key and private key passphrase optional.
* SFTP write calls write on all parts of buffer before returning.

Fixes
------

* ``session.last_error()`` would always return empty string.

0.14.0
+++++++

Expand Down

0 comments on commit 2f9d9d4

Please sign in to comment.