summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/transport
Commit message (Expand)AuthorAgeFilesLines
* Show root commands in welcome shell and improve command registrationJames Moger2014-04-103-52/+99
* Add a simple repository list commandJames Moger2014-04-102-0/+74
* Pass IGitblit into the SSH command contextJames Moger2014-04-103-2/+11
* Add a welcome shellJames Moger2014-04-102-2/+163
* Add SSH daemon testDavid Ostrovsky2014-04-103-4/+49
* Prevent double authentication for the same public keyDavid Ostrovsky2014-04-105-23/+62
* Fix message formattingDavid Ostrovsky2014-04-101-1/+1
* Move dispatcher creation to SshCommandFactory and revise permissionJames Moger2014-04-104-450/+460
* Rename server session classesJames Moger2014-04-103-16/+10
* Rename AbstractGitCommand->BaseGitCommandJames Moger2014-04-104-6/+6
* Merge AbstractSshCommand and BaseCommand into a single classJames Moger2014-04-107-516/+469
* Rename authenticators for clarityJames Moger2014-04-105-12/+12
* Move cache to IKeyManager and implement isStale() in FileKeyManagerJames Moger2014-04-107-68/+121
* Support admin commands that respect user permissionsJames Moger2014-04-104-2/+12
* Support hidden commands and hide create-repo and reviewJames Moger2014-04-104-6/+11
* Add add-key and rm-key commands that apply only to the current userJames Moger2014-04-106-42/+191
* Renamed SshContext->SshCommandContext for clarity of purposeJames Moger2014-04-103-6/+6
* Rename & simplify SshSession->SshDaemonClientJames Moger2014-04-1012-148/+101
* Revise SSH public key integration with AuthenticationManagerJames Moger2014-04-102-19/+34
* Simplify version command and outputJames Moger2014-04-101-8/+2
* Disregard comment/description for add/remove in FileKeyManagerJames Moger2014-04-101-26/+78
* Fix deleteAllKeys method signatureJames Moger2014-04-104-4/+4
* Remove unused idGenerator from the SshSessionFactoryJames Moger2014-04-102-7/+2
* Display the selected SSH backend in the daemon startup messageJames Moger2014-04-101-5/+5
* Add review SSH commandDavid Ostrovsky2014-04-102-0/+89
* Add set account SSH commandDavid Ostrovsky2014-04-107-2/+157
* Add support for NIO2 IoSessionDavid Ostrovsky2014-04-101-0/+18
* Bump SSHD version to 0.10.1David Ostrovsky2014-04-105-23/+70
* Extract key manager interface and implement a file-based key managerJames Moger2014-04-106-48/+332
* Cleanup importsJames Moger2014-04-101-5/+0
* Establish ssh keys folder, support multiple keys, revise key authenticatorJames Moger2014-04-102-102/+76
* Move Git daemon into different packageJames Moger2014-04-104-1/+634
* SSHD: Add support for git pack commandsDavid Ostrovsky2014-04-1010-163/+321
* Fix command dispatchingDavid Ostrovsky2014-04-102-16/+35
* Eliminate use of Dagger and do not create inner classesJames Moger2014-04-108-294/+267
* Convert SshDaemon to unix formatDavid Ostrovsky2014-04-101-331/+335
* Factor out methods from SshCommandServer to SshDaemonDavid Ostrovsky2014-04-102-308/+205
* SSHD: Add support for generic commandsDavid Ostrovsky2014-04-1014-69/+1305
* Support serving repositories over the SSH transportEric Myhre2014-04-106-0/+695