summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/transport/ssh/SshDaemon.java
Commit message (Expand)AuthorAgeFilesLines
* Revert manual specification of ssh user auth factoriesJames Moger2015-10-051-55/+2
* Update to SSHD 1.0.0James Moger2015-09-181-12/+11
* Renamed ssh.Display(Host|Port) to ssh.Advertised(Host|Port)James Moger2015-06-151-8/+8
* Added git.sshDisplay{Port|Host} to hide port forward.Morten Bøgeskov2015-06-151-3/+11
* Invalid kerberos patches, works now and with a test.Fabrice Bacchella2015-05-261-1/+1
* Adding Kerberos5/GSS authentication to sshFabrice Bacchella2015-05-041-1/+57
* Merge branch 'ticket/194' into developJames Moger2014-09-301-0/+3
|\
| * Register BouncyCastle as a JCE providerJames Moger2014-09-301-0/+3
* | Renamed class to avoid confusion with FileKeyManagerJames Moger2014-09-261-3/+3
* | Extract authenticate method from CachingPublicKeyAuthenticatorDavid Ostrovsky2014-09-261-1/+2
|/
* Fix invalid generated SSH url for port 22James Moger2014-06-091-1/+1
* Fix thread exhaustion in SSH daemonJames Moger2014-05-291-3/+4
* Catch UnsatisfiedLinkException when setting filemode of generated SSH keysJames Moger2014-05-121-2/+2
* Update headersJames Moger2014-04-131-2/+0
* Generate an RSA and a DSA keypair and chmod 600 the pem filesJames Moger2014-04-101-12/+67
* Hook-up comprensive command cleanup (destroy)James Moger2014-04-101-0/+1
* Revise dispatchers and move command classesJames Moger2014-04-101-0/+1
* Elevate the public key manager to a top-level managerJames Moger2014-04-101-105/+2
* Add a welcome shellJames Moger2014-04-101-2/+7
* Add SSH daemon testDavid Ostrovsky2014-04-101-2/+47
* Prevent double authentication for the same public keyDavid Ostrovsky2014-04-101-1/+3
* Move dispatcher creation to SshCommandFactory and revise permissionJames Moger2014-04-101-43/+4
* Rename server session classesJames Moger2014-04-101-1/+1
* Rename authenticators for clarityJames Moger2014-04-101-2/+2
* Add add-key and rm-key commands that apply only to the current userJames Moger2014-04-101-7/+11
* Rename & simplify SshSession->SshDaemonClientJames Moger2014-04-101-3/+3
* Remove unused idGenerator from the SshSessionFactoryJames Moger2014-04-101-1/+1
* Display the selected SSH backend in the daemon startup messageJames Moger2014-04-101-5/+5
* Add review SSH commandDavid Ostrovsky2014-04-101-0/+2
* Add set account SSH commandDavid Ostrovsky2014-04-101-1/+6
* Add support for NIO2 IoSessionDavid Ostrovsky2014-04-101-0/+18
* Bump SSHD version to 0.10.1David Ostrovsky2014-04-101-1/+1
* Extract key manager interface and implement a file-based key managerJames Moger2014-04-101-3/+59
* Move Git daemon into different packageJames Moger2014-04-101-1/+1
* SSHD: Add support for git pack commandsDavid Ostrovsky2014-04-101-10/+14
* Fix command dispatchingDavid Ostrovsky2014-04-101-2/+5
* Eliminate use of Dagger and do not create inner classesJames Moger2014-04-101-214/+51
* Convert SshDaemon to unix formatDavid Ostrovsky2014-04-101-331/+335
* Factor out methods from SshCommandServer to SshDaemonDavid Ostrovsky2014-04-101-83/+205
* SSHD: Add support for generic commandsDavid Ostrovsky2014-04-101-15/+65
* Support serving repositories over the SSH transportEric Myhre2014-04-101-0/+159