Skip to content

Commit 2f9d9d4

Browse files
author
Pan
committed
Updated userauth functions to not require publickey or private key passphrase. Updated tests, changelog.
1 parent b190804 commit 2f9d9d4

File tree

6 files changed

+1517
-1023
lines changed

6 files changed

+1517
-1023
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868

6969
- stage: build packages
7070
os: osx
71+
osx_image: xcode8.3
7172
before_install:
7273
- brew update
7374
install:

Changelog.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
Change Log
22
=============
33

4+
0.15.0
5+
+++++++
6+
7+
Changes
8+
--------
9+
10+
* Updated ``session.userauth_publickey*`` functions to make providing public key and private key passphrase optional.
11+
* SFTP write calls write on all parts of buffer before returning.
12+
13+
Fixes
14+
------
15+
16+
* ``session.last_error()`` would always return empty string.
17+
418
0.14.0
519
+++++++
620

0 commit comments

Comments
 (0)