Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-30 | Add tests/configs directory to sdist | Blazej Michalik | |
2020-08-30 | Changelog closes #1722 | Jeff Forcier | |
2020-08-30 | fixed malformed PEM files -- there should not be leading spaces | Alex Gaynor | |
2020-08-30 | Bump travis Py3.8 cell to non dev, and die on fail | Jeff Forcier | |
2020-08-30 | Newer flake8 for Python 3.8 CI compat, and related tweaks | Jeff Forcier | |
2020-08-27 | Changelog re #1723 | Jeff Forcier | |
2020-08-27 | fix RSA key loading: p and q were being swapped | Alex Gaynor | |
This currently works, because OpenSSL simply re-computes iqmp when it doesn't match the p & q values. However a future pyca/cryptography patch enforces this. | |||
2020-08-27 | Failing test anticipating #1723 | Jeff Forcier | |
2020-01-10 | Merge branch '2.6' into 2.7 | Jeff Forcier | |
2020-01-10 | Merge branch '2.5' into 2.6 | Jeff Forcier | |
2020-01-10 | Last ever LICENSE copyright update | Jeff Forcier | |
Just so it goes out on a cool looking year :D | |||
2020-01-10 | Last ever LICENSE copyright update | Jeff Forcier | |
Just so it goes out on a cool looking year :D | |||
2020-01-10 | Last ever LICENSE copyright update | Jeff Forcier | |
Just so it goes out on a cool looking year :D | |||
2019-12-09 | Cut 2.7.1 | Jeff Forcier | |
2019-12-09 | Changelog re #1567 | Jeff Forcier | |
2019-12-09 | Merge branch '2.7' into 1567-int | Jeff Forcier | |
2019-12-09 | Changelog closes #1565 | Jeff Forcier | |
2019-12-05 | fix loading new openssh private key format when no padding | Pierce Lopez | |
2019-12-05 | fix loading ECDSA keys in new openssh private key format | Pierce Lopez | |
(also Blacken new ecdsa format key test) | |||
2019-12-05 | test RSA key in new openssh private key format without padding | Pierce Lopez | |
2019-12-05 | test loading ECDSA key in new openssh private-key format | Pierce Lopez | |
2019-12-03 | Cut 2.7.0 | Jeff Forcier | |
2019-12-03 | Missed a spot in changelog when renaming the 'everything' extras_require flavor | Jeff Forcier | |
2019-12-03 | Blacken (again? wtf black) | Jeff Forcier | |
2019-12-03 | Comment a particularly egregious example of message passing | Jeff Forcier | |
2019-12-03 | Remove a few spots of old style string formatting | Jeff Forcier | |
2019-12-03 | Rename old/new_format to be slightly more accurate (pem vs openssh) | Jeff Forcier | |
2019-12-03 | How do folks keep putting friggin numbers in the tests? | Jeff Forcier | |
Well, pkey was probably my fault as the patch has sat around for ages | |||
2019-12-03 | Modify exception raised by weird key subclasses w/ bad pkformat | Jeff Forcier | |
Not sure this can even really happen though | |||
2019-12-03 | Privatize new pkformat variable | Jeff Forcier | |
Would like to rewrite later probably | |||
2019-12-03 | Rename new test key files for readability | Jeff Forcier | |
2019-12-03 | Changelog re #602 | Jeff Forcier | |
2019-12-03 | Blacken | Jeff Forcier | |
2019-12-03 | Merge branch 'master' into 1343-int | Jeff Forcier | |
2019-12-03 | Apply %h tokenization to HostName | Jeff Forcier | |
This was another spot that incidentally occurred in older (and moved) code, but was made incorrect after cleanup | |||
2019-12-03 | [ci skip] Bump version to 2.7 since release is planned soon | Jeff Forcier | |
2019-12-03 | Modernize a test that sometimes fails for no obvious reason on travis only =/ | Jeff Forcier | |
2019-12-03 | Let's go with 'all' for the catchall endpoint, it is popular | Jeff Forcier | |
2019-12-03 | Trim trailing whitespace from test config files | Jeff Forcier | |
2019-12-03 | Beef up mentions of the need for Invoke, when using Match exec, in the docs | Jeff Forcier | |
2019-12-03 | Holy crap, never had a link back to www intersphinx from doc site??? | Jeff Forcier | |
2019-12-03 | Never actually handled optional-ness of Invoke import | Jeff Forcier | |
Was just silently failing, wahoops | |||
2019-12-03 | Blacken | Jeff Forcier | |
2019-12-03 | Refactor config negation a bit | Jeff Forcier | |
2019-12-03 | Fill in rest of Match exec tests - all pass | Jeff Forcier | |
2019-12-02 | Base case re #717 works now. | Jeff Forcier | |
Huge ass squashed commit because I was experimenting with "commit entire feature at once so you do not leave broken tests around to break bisecting". Not sure it's worth it, at least not for large-ish, overhauling-existing-code feature adds. Breaking the work up over months did not help either, L M A O | |||
2019-12-02 | versionadded for canonicalization directives | Jeff Forcier | |
Decided not to 'backport' these for rest of directives, as most have been in for a very long time | |||
2019-12-02 | Strip extraneous text/entries from ssh_config support doc | Jeff Forcier | |
- Leave ONLY actual departures from OpenSSH, we were getting far too deep into repeating upstream docs for no gain, and doing it inconsistently - Remove the 'becomes a list' entries, they are not actually honored when parsing (they are irrelevant to it) and turning them into lists is the obvious, non surprising behavior so it's not that useful to document it | |||
2019-12-02 | Alphabetize supported-ssh_config-keywords list | Jeff Forcier | |
2019-12-02 | Tweak some old test names for easier targeting | Jeff Forcier | |