Branch: refs/heads/master
Home: https://github.com/jenkinsci/sshd-module
Commit: e40950a32419ba915448cbc43c09c0c256bae6c4
https://github.com/jenkinsci/sshd-module/commit/e40950a32419ba915448cbc43c09c0c256bae6c4
Author: Matt Sicker <[email protected]>
Date: 2020-11-10 (Tue, 10 Nov 2020)
Changed paths:
M
src/main/java/org/jenkinsci/main/modules/sshd/PublicKeyAuthenticatorImpl.java
M src/test/java/org/jenkinsci/main/modules/sshd/SSHDTest.java
Log Message:
-----------
[JENKINS-55813] Check user validity attributes on login
This validates that a user logging in through SSH is not bypassing their
SecurityRealm user validity attributes. This also updates user impersonation
checks to use the core API.
Signed-off-by: Matt Sicker <[email protected]>
Commit: 356ca29ffad3418509d5010d8a24f622fd312b72
https://github.com/jenkinsci/sshd-module/commit/356ca29ffad3418509d5010d8a24f622fd312b72
Author: Matt Sicker <[email protected]>
Date: 2020-12-07 (Mon, 07 Dec 2020)
Changed paths:
M
src/main/java/org/jenkinsci/main/modules/sshd/PublicKeyAuthenticatorImpl.java
M src/test/java/org/jenkinsci/main/modules/sshd/SSHDTest.java
Log Message:
-----------
[JENKINS-55813] Align tests with plugin updates
This is now handled via the appropriate exceptions in the UserDetailsService
rather than relying on callers to check flags.
Signed-off-by: Matt Sicker <[email protected]>
Commit: 082a0535399d7c6fec6312c3d924dcb82306af48
https://github.com/jenkinsci/sshd-module/commit/082a0535399d7c6fec6312c3d924dcb82306af48
Author: Matt Sicker <[email protected]>
Date: 2020-12-15 (Tue, 15 Dec 2020)
Changed paths:
M src/test/java/org/jenkinsci/main/modules/sshd/SSHDTest.java
Log Message:
-----------
Disable windows test
Commit: 272a6ed94251c88f22ec469503c005b0acf11785
https://github.com/jenkinsci/sshd-module/commit/272a6ed94251c88f22ec469503c005b0acf11785
Author: Matt Sicker <[email protected]>
Date: 2021-02-16 (Tue, 16 Feb 2021)
Changed paths:
M
src/main/java/org/jenkinsci/main/modules/sshd/PublicKeyAuthenticatorImpl.java
M src/test/java/org/jenkinsci/main/modules/sshd/SSHDTest.java
Log Message:
-----------
Merge pull request #39 from jvz/JENKINS-55813
[JENKINS-55813] Ensure account status exceptions prevent successful SSH
authentication
Compare:
https://github.com/jenkinsci/sshd-module/compare/2341fc573027...272a6ed94251
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/sshd-module/push/refs/heads/master/2341fc-272a6e%40github.com.