summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/transport/ssh/NullKeyManager.java
Commit message (Expand)AuthorAgeFilesLines
* Implement custom IPublicKeyManager providerJames Moger2014-07-031-0/+3
* Handle ssh keys as objects, not strings, and improve the ls and rm key commandsJames Moger2014-04-101-4/+3
* Elevate the public key manager to a top-level managerJames Moger2014-04-101-2/+3
* Move cache to IKeyManager and implement isStale() in FileKeyManagerJames Moger2014-04-101-7/+12
* Fix deleteAllKeys method signatureJames Moger2014-04-101-1/+1
* Add set account SSH commandDavid Ostrovsky2014-04-101-0/+5
* Extract key manager interface and implement a file-based key managerJames Moger2014-04-101-0/+66