summaryrefslogtreecommitdiff
path: root/paramiko
Commit message (Expand)AuthorAgeFilesLines
* don't use has_key()Stephen C. Pope2016-04-241-1/+1
* fix sftp stallsStephen C. Pope2016-04-242-18/+26
* Attempt clarification of `set_missing_host_key_policy` param.Jeff Forcier2016-04-241-4/+17
* Expose some effectively-public Channel attributes in API docs.Jeff Forcier2016-04-241-0/+5
* Refactor because ugh.Jeff Forcier2016-04-231-19/+18
* Update sftp_client.pyAbhinav2016-04-231-2/+2
* Merge branch '1.14' into 1.15Jeff Forcier2016-01-191-1/+3
|\
| * Merge branch '1.13' into 1.14Jeff Forcier2016-01-191-1/+3
| |\
| | * Update SSHConfig.parse to strip leading and trailing whitespaceNick Pillitteri2016-01-081-1/+3
* | | Gracefully fail gss-with-mic to allow fallback to next authenticationJimC2016-01-011-6/+7
* | | Fix ambiguous API refs causing sphinx to fartJeff Forcier2015-12-101-3/+3
* | | Add warning to Channel.recv_exit_status re: call order.Jeff Forcier2015-12-061-0/+11
* | | 80-col tweakJeff Forcier2015-12-061-1/+2
* | | Docstring reformatJeff Forcier2015-11-061-3/+4
* | | Merge branch '1.14' into 1.15Jeff Forcier2015-11-033-29/+117
|\ \ \ | |/ /
| * | Merge branch '1.13' into 1.14Jeff Forcier2015-11-033-34/+124
| |\ \ | | |/
| | * Fix line number for known_hosts error messages.Dylan Thacker-Smith2015-11-031-1/+1
| | * Merge branch '1.13' into 525-intJeff Forcier2015-11-038-21/+26
| | |\
| | | * Cut 1.13.4v1.13.41.13.4Jeff Forcier2015-11-021-1/+1
| | * | Add builtins to compatibility importsJason R. Coombs2015-05-081-1/+4
| | * | Merge with 1.13Jason R. Coombs2015-05-0839-3395/+3867
| | |\ \
| | * | | Remove references to other modulesJason R. Coombs2015-05-081-8/+8
| | * | | Replace use of six with imports from py3compatJason R. Coombs2015-05-081-3/+2
| | * | | Refresh vendored _winapi module.Jason R. Coombs2015-05-081-224/+321
| * | | | Cut 1.14.3v1.14.31.14.3Jeff Forcier2015-11-021-1/+1
* | | | | Cut 1.15.4v1.15.41.15.4Jeff Forcier2015-11-021-1/+1
* | | | | Merge branch '1.14' into 1.15Jeff Forcier2015-11-023-13/+15
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '1.13' into 1.14Jeff Forcier2015-11-023-13/+15
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Fix a handful of non-strict warnings in the Sphinx docs.Jeff Forcier2015-11-023-6/+7
| | * | | Fix somebody's smart quotesJeff Forcier2015-11-021-1/+1
| | * | | 80-col tweaksJeff Forcier2015-11-021-6/+7
* | | | | Merge branch '1.14' into 1.15Jeff Forcier2015-11-025-6/+9
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '1.13' into 1.14Jeff Forcier2015-11-025-7/+10
| |\ \ \ \ | | |/ / /
| | * | | Fixed str() of empty SFTPAttributes()Ulrich Petri2015-11-021-1/+4
| | * | | Fixed a typo in method nameAlex Gaynor2015-11-021-1/+1
| | * | | Fix data types in some docstringsSergey Skripnick2015-11-022-4/+4
| | * | | compare end of key file before reading itPrasanna Santhanam2015-11-021-1/+1
| | | |/ | | |/|
* | | | Cut 1.15.3v1.15.31.15.3Jeff Forcier2015-10-021-1/+1
* | | | Fix ECDSA generate documentation.Jared Hance2015-10-021-5/+3
* | | | Add docstring to AgentRequestHandler so it shows up in the docs.Jeff Forcier2015-09-301-0/+20
* | | | Merge branch '1.15' into 496-intJeff Forcier2015-09-307-47/+90
|\ \ \ \
| * \ \ \ Merge branch '1.15' into 491-intJeff Forcier2015-09-307-54/+38
| |\ \ \ \
| | * | | | No idea why this only tanked tests on Python 3, ugh @ our old crusty test suiteJeff Forcier2015-09-301-2/+2
| | * | | | Silently ignore invalid keys in HostKeys.load()Martin Topholm2015-09-301-1/+5
| | * | | | Add informative BadHostKeyExceptionLoic Dachary2015-09-301-1/+5
| | * | | | Typo causes failure if Putty Pageant is running.Steve Cohen2015-09-301-2/+2
| | * | | | Merge branch '1.15' into 482-intJeff Forcier2015-09-304-16/+22
| | |\ \ \ \
| | * | | | | Revert add_int and get_int to strictly 32-bits and add adaptive versionsScott Maxwell2015-01-261-36/+9
| * | | | | | Patch resolving the timeout issue on lost conection.Olle Lundberg2015-02-242-6/+14
| * | | | | | Expose handshake timeout in the transport API.Olle Lundberg2015-02-241-0/+9