summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/transport/ssh/FileKeyManager.java
Commit message (Expand)AuthorAgeFilesLines
* Implement custom IPublicKeyManager providerJames Moger2014-07-031-0/+2
* Unit tests for ssh daemon and keys dispatcherJames Moger2014-04-101-2/+2
* Support specifying permission levels for SSH public keysJames Moger2014-04-101-16/+32
* Preserve key index when re-adding an existing keyJames Moger2014-04-101-5/+11
* Handle ssh keys as objects, not strings, and improve the ls and rm key commandsJames Moger2014-04-101-17/+11
* 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/+45
* Disregard comment/description for add/remove in FileKeyManagerJames Moger2014-04-101-26/+78
* Fix deleteAllKeys method signatureJames Moger2014-04-101-1/+1
* Add set account SSH commandDavid Ostrovsky2014-04-101-1/+7
* Extract key manager interface and implement a file-based key managerJames Moger2014-04-101-0/+154