Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-30 | Changelog closes #404 | Jeff Forcier | |
2015-09-30 | Add informative BadHostKeyException | Loic Dachary | |
Displaying the keys being compared makes it easy to diagnose the problem. Otherwise there is more guessing involved. Signed-off-by: Loic Dachary <loic@dachary.org> | |||
2015-09-30 | Changelog closes #488 | Jeff Forcier | |
2015-09-30 | Typo causes failure if Putty Pageant is running. | Steve Cohen | |
2015-09-30 | Changelog closes #353 | Jeff Forcier | |
2015-09-30 | Merge branch '1.15' into 482-int | Jeff Forcier | |
2015-04-29 | Not sure how this got nuked | Jeff Forcier | |
2015-04-29 | Merge branch '1.14' into 1.15 | Jeff Forcier | |
Conflicts: tasks.py | |||
2015-04-29 | Merge branch '1.13' into 1.14 | Jeff Forcier | |
2015-04-29 | Packaging updates | Jeff Forcier | |
2015-02-28 | Replace/add RFC links using ``:rfc:``, /ht @sigmavirus24 | Jeff Forcier | |
2015-02-04 | Changelog fixes #402, closes #479 | Jeff Forcier | |
2015-02-04 | Update agent.py | jordo1ken | |
Updated logic for error checking. | |||
2015-02-04 | Removed debug print statements | Ken Jordan | |
2015-02-04 | Updated agent.py to print a more appropriate exception when unable to ↵ | Ken Jordan | |
connect to the SSH agent | |||
2015-01-26 | Revert add_int and get_int to strictly 32-bits and add adaptive versions | Scott Maxwell | |
2015-01-05 | Merge pull request #468 from ThiefMaster/patch-1 | Jeff Forcier | |
Fix typo in _winapi.py | |||
2015-01-02 | Merge branch '1.14' into 1.15 | Jeff Forcier | |
2015-01-02 | Merge branch '1.13' into 1.14 | Jeff Forcier | |
2015-01-02 | Happy new year | Jeff Forcier | |
2015-01-01 | Fix typo | ThiefMaster | |
2014-12-19 | Cut 1.15.2 | Jeff Forcier | |
2014-12-19 | Merge branch '1.14' into 1.15 | Jeff Forcier | |
2014-12-19 | Cut 1.14.2 | Jeff Forcier | |
2014-12-19 | Merge branch '1.13' into 1.14 | Jeff Forcier | |
2014-12-19 | Cut 1.13.3 | Jeff Forcier | |
2014-12-18 | Mark more backported support issues as such | Jeff Forcier | |
2014-12-18 | Merge branch '1.14' into 1.15 | Jeff Forcier | |
Conflicts: sites/www/changelog.rst | |||
2014-12-18 | Merge branch '1.13' into 1.14 | Jeff Forcier | |
Conflicts: sites/www/changelog.rst | |||
2014-12-18 | Mark some backported support items as such | Jeff Forcier | |
2014-12-18 | Merge branch '1.14' into 1.15 | Jeff Forcier | |
Conflicts: sites/www/changelog.rst | |||
2014-12-18 | Merge branch '1.13' into 1.14 | Jeff Forcier | |
2014-12-18 | Fix busted changelog indent | Jeff Forcier | |
2014-12-18 | Merge branch '1.14' into 1.15 | Jeff Forcier | |
Conflicts: sites/www/changelog.rst | |||
2014-12-18 | Merge branch '1.13' into 1.14 | Jeff Forcier | |
2014-12-18 | Changelog re #413, closes #454 | Jeff Forcier | |
2014-12-18 | read in >1 byte chunks, and set a useful timeout on select() | John Morrissey | |
this way, we're not rolling this loop over nearly as much, while still preserving the overall timeout semantics | |||
2014-12-17 | Changelog closes #455 | Jeff Forcier | |
2014-12-17 | Suggest a MIN_WINDOW_SIZE and MIN_PACKET_SIZE | Jeff Quast | |
Not fully confident with this change, though I will describe my findings fully in the pull request. The OpenSSH client requests a maximum packet size of 16384, but this MIN_PACKET_SIZE value of 32768 causes its request to be "clamped" up to 32768, later causing an error to stderr on the OpenSSH client. Suggest then, to delineate MIN_WINDOW_SIZE from MIN_PACKET_SIZE, as they are applied. I don't think there is any minimum value of MIN_PACKET_SIZE, however we can suggest a value of 4096 for now. | |||
2014-12-17 | Log "clamped" value of self.out_max_packet_size | Jeff Quast | |
This log message misleads one to believe a maximum packet size, such as 16384 requested by OpenSSH has been honored, when in fact it is "clamped" to 32768. | |||
2014-12-17 | Merge branch '1.14' into 1.15 | Jeff Forcier | |
Conflicts: sites/www/changelog.rst | |||
2014-12-17 | Merge branch '1.13' into 1.14 | Jeff Forcier | |
2014-12-17 | Changelog closes #428 | Jeff Forcier | |
2014-12-17 | Refactoring | achapp | |
Added comments. Removed fifth line from test because it was unnecessary since the final line could be used instead. | |||
2014-12-17 | new readline test passes | achapp | |
Changed file.py readline() to always check for a newline. Had to make a few changes for what went into self._rbuffer in the case where buffer size was met or exceeded and we found a newline. | |||
2014-12-17 | Test update/Fix progress temp save | achapp | |
Edited test to catch readline error. file.py code change in progress (DOES NOT WORK PROPERLY) so saving it temporarily. | |||
2014-12-17 | Changelog re #415 | Jeff Forcier | |
2014-12-17 | Added check for proxycommand none and associated test as per Paramiko Issue 415 | Sean Johnson | |
Conflicts: tests/test_util.py | |||
2014-12-17 | Dyslexia strikes again. Actually close #431, not #413 | Jeff Forcier | |
2014-12-17 | Merge branch '1.13' into 1.14 | Jeff Forcier | |