summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Language1063-intJeff Forcier2017-09-131-1/+1
* Changelog re #1063Jeff Forcier2017-09-131-0/+4
* flake8Jeff Forcier2017-09-131-1/+3
* Attempt to refactor gss_host setting and clean up/document its logicJeff Forcier2017-09-132-21/+35
* Formatting yet againJeff Forcier2017-09-131-1/+2
* versionchanged for gss_trust_dnsJeff Forcier2017-09-132-0/+5
* More formattingJeff Forcier2017-09-132-8/+11
* Feels like we do still want set_gss_host gated by whether GSS is in play (as ...Jeff Forcier2017-09-131-5/+6
* Formatting (old)Jeff Forcier2017-09-131-5/+7
* FormattingJeff Forcier2017-09-131-3/+4
* Trailing commaJeff Forcier2017-09-131-1/+1
* Merge branch 'master' into 1063-intJeff Forcier2017-09-1324-82/+507
|\
| * Merge branch '2.2'Jeff Forcier2017-09-127-90/+221
| |\
| * \ Merge branch '2.2'Jeff Forcier2017-09-125-15/+81
| |\ \
| * | | GahJeff Forcier2017-09-051-1/+1
| * | | Changelog re #979Jeff Forcier2017-09-051-0/+8
| * | | Merge branch 'master' into 979-intJeff Forcier2017-09-0525-57/+504
| |\ \ \
| | * | | Changelog update for #1026 plus related changesJeff Forcier2017-09-051-0/+5
| | * | | Document Ed25519 keys =/Jeff Forcier2017-09-052-0/+15
| | * | | Merge branch 'master' into 1026-intJeff Forcier2017-09-0522-55/+453
| | |\ \ \
| | | * | | Really, really gotta get better about enforcing theseJeff Forcier2017-09-051-0/+2
| | | * | | Changelog re #1013Jeff Forcier2017-09-051-0/+4
| | | * | | Merge branch 'master' into 1013-intJeff Forcier2017-09-0523-55/+446
| | | |\ \ \
| | | | * | | Overhaul changelog re #1037, closes #60Jeff Forcier2017-09-051-3/+12
| | | | * | | Merge branch 'master' into 1037-intJeff Forcier2017-09-0520-54/+414
| | | | |\ \ \
| | | | | * | | Python 2.6 fixesJeff Forcier2017-09-022-3/+3
| | | | | * | | Python 3 fixes re #10421042-intJeff Forcier2017-08-282-3/+3
| | | | | * | | flake8Jeff Forcier2017-08-281-8/+8
| | | | | * | | This isn't required when one is just calling asbytes()Jeff Forcier2017-08-281-1/+0
| | | | | * | | Implement ed25519 certs.Jeff Forcier2017-08-283-4/+6
| | | | | * | | Implement ECDSA certs.Jeff Forcier2017-08-284-10/+47
| | | | | * | | Tweak exceptions to at least have better strings, if not new classes yetJeff Forcier2017-08-281-3/+4
| | | | | * | | Implement DSS certsJeff Forcier2017-08-282-4/+6
| | | | | * | | Update recent tests to try all main key families.Jeff Forcier2017-08-284-11/+18
| | | | | * | | Factor out type checking & cert loading into PKeyJeff Forcier2017-08-282-22/+37
| | | | | * | | God damn it, really? Whatever.Jeff Forcier2017-08-281-2/+3
| | | | | * | | Update first few stub tests + required test-server and PublicBlob impl bitsJeff Forcier2017-08-282-13/+44
| | | | | * | | Update changelog re: recent changes re: #1042Jeff Forcier2017-08-281-5/+13
| | | | | * | | Overhaul PublicBlob and use it better within RSAKey.Jeff Forcier2017-08-285-35/+102
| | | | | * | | Stub tests and partly-working implementation of 'load certs found alongside k...Jeff Forcier2017-08-283-10/+36
| | | | | * | | 2nd amendment doesn't grant the right to bare exceptsJeff Forcier2017-08-282-4/+8
| | | | | * | | Docstring/TODO tweaksJeff Forcier2017-08-281-1/+2
| | | | | * | | Refactor and clean up recently tweaked key loading bits in SSHClientJeff Forcier2017-08-281-20/+26
| | | | | * | | Changelog and docs re #1042Jeff Forcier2017-08-282-2/+31
| | | | | * | | flake8Jeff Forcier2017-08-281-1/+2
| | | | | * | | Merge branch 'master' into 1042-intJeff Forcier2017-08-233-5/+8
| | | | | |\ \ \
| | | | | | * | | Changelog re #1041Jeff Forcier2017-08-231-0/+5
| | | | | | * | | Pull in count-errors from invocationsJeff Forcier2017-08-231-1/+2
| | | | | | * | | Common up break out of Transport.run() loopPaul Kapp2017-08-181-4/+1
| | | | | * | | | string slice instead of rstrip, thanks ploxilnPaul Kapp2017-08-221-1/+1