summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/transport
Commit message (Expand)AuthorAgeFilesLines
* Log update for Fail2Ban usagePaul Martin2015-10-251-1/+1
* Merge branch 'topic/pr-934' into developJames Moger2015-10-051-0/+10
|\
| * Address review commentsJames Moger2015-10-052-8/+14
| * Allow to strip domain from kerberos usernamesVitaliy Filippov2015-10-012-3/+10
* | Revert manual specification of ssh user auth factoriesJames Moger2015-10-052-61/+22
|/
* Update to SSHD 1.0.0James Moger2015-09-1810-46/+192
* Added better logging for fail2banEnrico2042015-08-101-1/+1
* Renamed ssh.Display(Host|Port) to ssh.Advertised(Host|Port)James Moger2015-06-153-13/+13
* Added git.sshDisplay{Port|Host} to hide port forward.Morten Bøgeskov2015-06-153-11/+30
* Invalid kerberos patches, works now and with a test.Fabrice Bacchella2015-05-262-1/+53
* Adding Kerberos5/GSS authentication to sshFabrice Bacchella2015-05-041-1/+57
* Merge branch 'ticket/245' into developJames Moger2015-03-071-1/+3
|\
| * Strip line breaks from pasted SSH keysJames Moger2015-03-071-1/+3
* | 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-262-5/+5
* | Extract authenticate method from CachingPublicKeyAuthenticatorDavid Ostrovsky2014-09-262-39/+5
* | Implement custom IPublicKeyManager providerJames Moger2014-07-033-0/+8
|/
* Fix invalid generated SSH url for port 22James Moger2014-06-091-1/+1
* Fix thread exhaustion in SSH daemonJames Moger2014-05-295-14/+29
* Catch UnsatisfiedLinkException when setting filemode of generated SSH keysJames Moger2014-05-121-2/+2
* Prevent adding empty or invalid SSH public keysJames Moger2014-04-253-7/+23
* Simplify current plugin release detection, ignore currentRelease registry fieldJames Moger2014-04-231-5/+5
* Update to Apache MINA/SSHD 0.11.0James Moger2014-04-231-0/+5
* Remove User parameter from SSH dispatch command setupJames Moger2014-04-175-52/+48
* Filter the current plugin release by the system versionJames Moger2014-04-171-4/+20
* [findbugs] Simplify the SshKey <-> PublicKey comparisonJames Moger2014-04-171-1/+1
* [findbugs] Fix missing 'throw' on plugin installation failureJames Moger2014-04-171-1/+1
* [findbugs] Fix throws signatureJames Moger2014-04-171-1/+1
* Organize importsJames Moger2014-04-171-8/+6
* Strip leading / from a repository name on ssh fetch/pushJames Moger2014-04-171-3/+2
* Add plugin (un)install lifecycle methodsJames Moger2014-04-171-1/+1
* Enforce plugin-requires attributeJames Moger2014-04-151-7/+33
* Update to pf4j 0.8.0James Moger2014-04-151-16/+16
* Add ssh command to update the permission for an SSH keyJames Moger2014-04-141-0/+38
* Update headersJames Moger2014-04-1317-69/+119
* Improve plugin dispatcher command helpJames Moger2014-04-131-18/+18
* Upgrade plugin commandJames Moger2014-04-131-2/+42
* DocumentationJames Moger2014-04-131-0/+7
* Eliminate plugin name, stick with id and descriptionJames Moger2014-04-121-13/+15
* Allow user to disable checksum verification on plugin registry refreshJames Moger2014-04-111-2/+9
* Improve plugin manager based on upstreamed contributions to pf4jJames Moger2014-04-102-158/+327
* Clarify interactive shells messageJames Moger2014-04-101-1/+1
* Rename SSH key store on user renameJames Moger2014-04-101-0/+11
* Unit tests for ssh daemon and keys dispatcherJames Moger2014-04-107-55/+63
* Add hostname and ssh repo url methodso to SshCommandJames Moger2014-04-101-0/+38
* Support specifying permission levels for SSH public keysJames Moger2014-04-105-21/+118
* Implement simple JSON-based plugin registry and install commandJames Moger2014-04-101-15/+105
* Split administration commands into a plugin, enhance plugin managerJames Moger2014-04-1015-2251/+301
* Implement management commands in repositories dispatcherJames Moger2014-04-104-4/+419