index
:
gitblit.git
1026-Lucene-Index-PDF
fixup-1.9
gh-pages
master
ticket/104
ticket/114
ticket/138
ticket/235
ticket/7
ticket/75
wicket-7
Pure java git solution: https://github.com/gitblit-org/gitblit
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
/
gitblit
/
transport
/
ssh
/
SshDaemon.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert manual specification of ssh user auth factories
James Moger
2015-10-05
1
-55
/
+2
*
Update to SSHD 1.0.0
James Moger
2015-09-18
1
-12
/
+11
*
Renamed ssh.Display(Host|Port) to ssh.Advertised(Host|Port)
James Moger
2015-06-15
1
-8
/
+8
*
Added git.sshDisplay{Port|Host} to hide port forward.
Morten Bøgeskov
2015-06-15
1
-3
/
+11
*
Invalid kerberos patches, works now and with a test.
Fabrice Bacchella
2015-05-26
1
-1
/
+1
*
Adding Kerberos5/GSS authentication to ssh
Fabrice Bacchella
2015-05-04
1
-1
/
+57
*
Merge branch 'ticket/194' into develop
James Moger
2014-09-30
1
-0
/
+3
|
\
|
*
Register BouncyCastle as a JCE provider
James Moger
2014-09-30
1
-0
/
+3
*
|
Renamed class to avoid confusion with FileKeyManager
James Moger
2014-09-26
1
-3
/
+3
*
|
Extract authenticate method from CachingPublicKeyAuthenticator
David Ostrovsky
2014-09-26
1
-1
/
+2
|
/
*
Fix invalid generated SSH url for port 22
James Moger
2014-06-09
1
-1
/
+1
*
Fix thread exhaustion in SSH daemon
James Moger
2014-05-29
1
-3
/
+4
*
Catch UnsatisfiedLinkException when setting filemode of generated SSH keys
James Moger
2014-05-12
1
-2
/
+2
*
Update headers
James Moger
2014-04-13
1
-2
/
+0
*
Generate an RSA and a DSA keypair and chmod 600 the pem files
James Moger
2014-04-10
1
-12
/
+67
*
Hook-up comprensive command cleanup (destroy)
James Moger
2014-04-10
1
-0
/
+1
*
Revise dispatchers and move command classes
James Moger
2014-04-10
1
-0
/
+1
*
Elevate the public key manager to a top-level manager
James Moger
2014-04-10
1
-105
/
+2
*
Add a welcome shell
James Moger
2014-04-10
1
-2
/
+7
*
Add SSH daemon test
David Ostrovsky
2014-04-10
1
-2
/
+47
*
Prevent double authentication for the same public key
David Ostrovsky
2014-04-10
1
-1
/
+3
*
Move dispatcher creation to SshCommandFactory and revise permission
James Moger
2014-04-10
1
-43
/
+4
*
Rename server session classes
James Moger
2014-04-10
1
-1
/
+1
*
Rename authenticators for clarity
James Moger
2014-04-10
1
-2
/
+2
*
Add add-key and rm-key commands that apply only to the current user
James Moger
2014-04-10
1
-7
/
+11
*
Rename & simplify SshSession->SshDaemonClient
James Moger
2014-04-10
1
-3
/
+3
*
Remove unused idGenerator from the SshSessionFactory
James Moger
2014-04-10
1
-1
/
+1
*
Display the selected SSH backend in the daemon startup message
James Moger
2014-04-10
1
-5
/
+5
*
Add review SSH command
David Ostrovsky
2014-04-10
1
-0
/
+2
*
Add set account SSH command
David Ostrovsky
2014-04-10
1
-1
/
+6
*
Add support for NIO2 IoSession
David Ostrovsky
2014-04-10
1
-0
/
+18
*
Bump SSHD version to 0.10.1
David Ostrovsky
2014-04-10
1
-1
/
+1
*
Extract key manager interface and implement a file-based key manager
James Moger
2014-04-10
1
-3
/
+59
*
Move Git daemon into different package
James Moger
2014-04-10
1
-1
/
+1
*
SSHD: Add support for git pack commands
David Ostrovsky
2014-04-10
1
-10
/
+14
*
Fix command dispatching
David Ostrovsky
2014-04-10
1
-2
/
+5
*
Eliminate use of Dagger and do not create inner classes
James Moger
2014-04-10
1
-214
/
+51
*
Convert SshDaemon to unix format
David Ostrovsky
2014-04-10
1
-331
/
+335
*
Factor out methods from SshCommandServer to SshDaemon
David Ostrovsky
2014-04-10
1
-83
/
+205
*
SSHD: Add support for generic commands
David Ostrovsky
2014-04-10
1
-15
/
+65
*
Support serving repositories over the SSH transport
Eric Myhre
2014-04-10
1
-0
/
+159