summaryrefslogtreecommitdiff
path: root/paramiko/auth_handler.py
Commit message (Expand)AuthorAgeFilesLines
* Punt a bunch of backwards incompatible TODOs to 4.0Jeff Forcier2023-01-161-2/+2
* No more (object)ionsJeff Forcier2023-01-161-2/+2
* blackenJeff Forcier2023-01-111-3/+1
* Move b, u helpers to util module for nowJeff Forcier2023-01-091-1/+1
* Merge branch '2.10'Jeff Forcier2022-05-161-0/+18
|\
| * Fix OpenSSH<7.8 + RSA-CERT use re: SHA2Jeff Forcier2022-05-161-0/+18
* | Merge branch '2.10'Jeff Forcier2022-03-181-0/+2
|\ \ | |/
| * Fix publickey authentication with signed RSA keyJun Omae2022-03-181-0/+2
* | Fix Free Software Foundation addressPaul Howarth2022-03-151-1/+1
|/
* Fix up logging and exception handling re: pubkey auth and presence/lack of se...Jeff Forcier2022-01-081-12/+35
* Fix #1955Jeff Forcier2021-12-241-21/+32
* Add support for RSA SHA2 host and public keysJeff Forcier2021-12-231-18/+63
* Longterm TODOsJeff Forcier2021-12-231-0/+3
* Merge branch '2.4'Jeff Forcier2018-09-181-4/+32
|\
| * Merge branch '2.3' into 2.4Jeff Forcier2018-09-181-4/+32
| |\
| | * Merge branch '2.2' into 2.3Jeff Forcier2018-09-181-4/+32
| | |\
| | | * Merge branch '2.1' into 2.2Jeff Forcier2018-09-181-4/+32
| | | |\
| | | | * Fix and changelog re #1283Jeff Forcier2018-09-181-4/+32
| | * | | Blacken, 2.3 editionJeff Forcier2018-09-171-1/+2
| | * | | Merge branch '2.2' into 2.3Jeff Forcier2018-09-171-125/+173
| | |\ \ \ | | | |/ /
| | | * | Blacken, 2.2 editionJeff Forcier2018-09-171-1/+1
| | | * | Merge branch '2.1' into 2.2Jeff Forcier2018-09-171-125/+174
| | | |\ \ | | | | |/
| | | | * Blacken 2.0 with black 18.6b4Jeff Forcier2018-09-171-125/+174
* | | | | Merge branch '2.4'Jeff Forcier2018-05-291-124/+168
|\ \ \ \ \ | |/ / / /
| * | | | Blacken under black 18.5b0Jeff Forcier2018-05-291-4/+5
| * | | | Blacken Paramiko on 2.4Chris Rose2018-05-171-124/+167
* | | | | Fold py3compat.bytestring() into py3compat.b()Jeff Forcier2017-12-181-2/+2
|/ / / /
* | | | Reformatting/flake8Jeff Forcier2017-10-111-9/+11
* | | | Refactor auth_handler log callsJeff Forcier2017-10-111-22/+26
* | | | String format modernization, part 11070-remove-python26-and-33Jeff Forcier2017-10-101-21/+24
* | | | Use new(er)-style string formatting, {} instead of {0}Jeff Forcier2017-10-101-1/+1
|/ / /
* | | Merge branch '2.2'Jeff Forcier2017-09-121-57/+138
|\ \ \ | |/ /
| * | Merge branch '2.1' into 2.2Jeff Forcier2017-09-121-57/+138
| |\ \ | | |/
| | * Pep8 and Sphinx fixes.Anselm Kruis2017-09-121-13/+20
| | * AuthHandler: handle local "gssapi-with-mic" errors in client modeAnselm Kruis2017-08-041-9/+24
| | * AuthHandler: fix the server-mode "gssapi-with-mic" logicAnselm Kruis2017-08-041-46/+105
* | | Merge branch 'master' into 1013-intJeff Forcier2017-09-051-8/+18
|\ \ \
| * | | 2nd amendment doesn't grant the right to bare exceptsJeff Forcier2017-08-281-4/+3
| * | | flake8Jeff Forcier2017-08-281-1/+2
| * | | Generic certificate supportPaul Kapp2017-08-221-4/+14
| |/ /
* | | server: Support pre-authentication bannersDennis Kaarsemaker2017-07-061-0/+8
|/ /
* | flake8/whitespaceJeff Forcier2017-06-061-2/+4
* | Merge branch 'master' into 869-intJeff Forcier2017-06-061-59/+104
|\ \ | |/
| * Move implicit string concat to a noqaJeff Forcier2017-06-011-2/+2
| * Reinstate removed m.get_string(), for compatibility/safety.Jeff Forcier2017-06-011-0/+1
| * More death to line continuationsJeff Forcier2017-05-311-2/+4
| * Additional house style formatting tweaks, mostly re: removal of line continua...Jeff Forcier2017-05-311-16/+18
| * Lots of flake8 fix.Dorian Pula2017-05-311-46/+86
| * Fix bug in handling multiple interactive queriesDennis Kaarsemaker2017-02-191-1/+1
* | Incorrect comparison, should be <=Tim Savage2016-12-221-1/+1