summaryrefslogtreecommitdiff
path: root/CHANGES.txt
Commit message (Collapse)AuthorAgeFilesLines
* 6.3.0.beta1 releaseMiklós Fazekas2021-08-101-0/+1
|
* CHangelog, ignore vedor from rubocopmfazekas/cert-base-authMiklós Fazekas2021-08-061-0/+5
|
* fix typoShivam Jain2020-11-241-1/+1
|
* 6.2.0 rc1Miklos Fazekas2020-06-301-1/+3
|
* 6.2.0.beta1 preparev6.2.0.beta1Miklos Fazekas2020-06-111-0/+5
|
* Fix a typo in the changes fileTim Smith2020-06-101-2/+2
| | | Minor typo fix
* 6.1 release preparev6.1.0v6.1Miklos Fazekas2020-05-281-0/+1
|
* Let use Etc.getpwuid.name() instead of Etc.getlogin to adapt default ↵Itsuki Noda2020-05-011-0/+5
| | | | | | behavior of ssh. related issue: #749.
* 6.1.0.rc1v6.1.0.rc1Miklos Fazekas2020-04-251-0/+18
|
* Revert "Make hmac-sha2-{256,512}-etm opt-in"revert-757-opt-in-etm-hmacMiklós Fazekas2020-04-251-10/+1
|
* Make hmac-md5-96 hmac-sha2-512-etm@openssh.com hmac-sha2-256-etm@openssh.com ↵Miklos Fazekas2020-04-241-1/+10
| | | | opt in instead of default because of the currpoted hmac issue
* Fix spellingAnders Carling2020-01-191-1/+1
|
* 6.0.0 beta2 prepareMiklós Fazekas2020-01-191-0/+4
|
* 6.0.0 beta1 prepareMiklos Fazekas2019-10-251-0/+7
|
* Remove translated globals and only set check_host_ip if not already setMiklos Fazekas2019-03-071-0/+5
|
* Read check host ip from config if presentMiklos Fazekas2019-03-061-0/+4
|
* 5.2.0.rc1 prepareMiklos Fazekas2019-03-021-1/+3
|
* check_host_ip defaults to true, fixed verfier initMiklos Fazekas2019-03-021-0/+5
|
* Encrypted openssh keys were not asked for passphraseMiklos Fazekas2019-02-101-1/+1
|
* Prepare 5.1.0.rc1 releaseMiklos Fazekas2018-12-121-0/+8
|
* Update CHANGES.txtMiklós Fazekas2018-06-281-1/+1
|
* add 5.1.2 to the changelogCorey Farwell2018-06-271-0/+4
|
* 5.0.1 preparev5.0.1Miklos Fazekas2018-06-031-1/+5
|
* RC2 preparev5.0.0.rc2Miklos Fazekas2018-05-301-2/+12
|
* 5.0.0.rc1 preparev5.0.0.rc1Miklos Fazekas2018-05-241-1/+4
|
* FingerprintHash SHA256|MD5Miklos Fazekas2018-03-221-0/+1
|
* hmac instead of mac, confusing in networking environmentFlühmann Tobias, INI-ON-NTO-COY-NNI2018-03-221-0/+1
|
* Whitespace fixeswhitespace-fixesMiklos Fazekas2018-03-211-0/+6
|
* Handle ProxyCommand child in case of timeout and exceptionDima2018-03-041-0/+1
|
* Merge pull request #547 from vacuum-car/masterMiklós Fazekas2018-02-061-1/+1
|\ | | | | fix typo: Unkown => Unknown
| * fix typo: Unkown => Unknownvacuum-car2017-09-191-1/+1
| |
* | Update CHANGESMiklos Fazekas2018-02-061-0/+2
| |
* | Bump major version, and remove old ruby versionsMiklos Fazekas2018-01-021-0/+5
|/
* 4.2.0.rc2 prepareMiklos Fazekas2017-07-191-0/+5
|
* 4.2.0.rc1 prepareMiklos Fazekas2017-07-111-3/+9
|
* Rename :paranoid to :verify_host_keyJared Beck2017-06-081-0/+4
| | | | | | | | | | | | | The words we choose matter. By using the word "paranoid", we make fun of people who care about security. Instead, we should encourage security in our community, or at least use a neutral term. In this patch, we choose the neutral wording that is used by the SSH manual page: > the server must be able to verify the client's host key > (see the description of /etc/ssh/ssh_known_hosts and > ~/.ssh/known_hosts, below) for login to be permitted.
* 4.1.0 final buildv4.1.0Miklos Fazekas2017-02-181-0/+1
|
* 4.1.0.rc1 prepareMiklos Fazekas2017-02-151-0/+5
|
* Fixes nil when error is not a Gem::LoadError, and handle LoadErrorJonathan Chapman2017-01-181-0/+1
|
* Added integation test for cert client authMiklos Fazekas2017-01-111-0/+4
|
* 4.0.1 rel preparev4.0.1Miklos Fazekas2017-01-071-0/+1
|
* 4.0.1.rc2 prepareMiklos Fazekas2017-01-031-0/+4
|
* 4.0.1.rc1 prepareMiklos Fazekas2017-01-011-0/+7
|
* rc3 preparev4.0.0.rc3Miklos Fazekas2016-12-221-0/+4
|
* Fix OpenSSL 2 deprecation warningsMiklos Fazekas2016-12-151-0/+1
|
* rc2 prepare and gemfile updateMiklos Fazekas2016-12-151-0/+1
|
* Added ssh-ed25519 to HostKeys algorithmsMiklos Fazekas2016-12-111-0/+4
|
* #357 as a special case, ignore nil :password options, to avoid breaking ↵Will Bryant2016-11-281-0/+5
| | | | capistrano v2.
* Added .exitstatus to exec! return valueMiklos Fazekas2016-11-251-0/+1
|
* When we have an exec and server closes transports just afer sucessfull ↵Miklos Fazekas2016-11-251-1/+2
| | | | response to exec then we should not raise from the exec