summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/transport/ssh/CachingPublicKeyAuthenticator.java
Commit message (Expand)AuthorAgeFilesLines
* Extract authenticate method from CachingPublicKeyAuthenticatorDavid Ostrovsky2014-09-261-112/+0
* [findbugs] Simplify the SshKey <-> PublicKey comparisonJames Moger2014-04-171-1/+1
* Update headersJames Moger2014-04-131-2/+1
* Unit tests for ssh daemon and keys dispatcherJames Moger2014-04-101-15/+12
* Track the SSH public key used for a session and add a `keys which` commandJames Moger2014-04-101-0/+1
* Handle ssh keys as objects, not strings, and improve the ls and rm key commandsJames Moger2014-04-101-2/+2
* doAuthenticate() method doesn't need to be protectedDavid Ostrovsky2014-04-101-3/+2
* Elevate the public key manager to a top-level managerJames Moger2014-04-101-8/+7
* Add SSH daemon testDavid Ostrovsky2014-04-101-1/+1
* Prevent double authentication for the same public keyDavid Ostrovsky2014-04-101-0/+117