aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.ssh.apache
Commit message (Expand)AuthorAgeFilesLines
...
| * sshd: don't lock the known_hosts files on readingThomas Wolf2021-04-013-23/+10
| * sshd: implement server-sig-algs SSH extension (client side)Thomas Wolf2021-04-016-15/+279
| * Merge branch 'stable-5.11'Matthias Sohn2021-03-267-44/+261
| |\
| | * sshd: try all configured signature algorithms for a keyThomas Wolf2021-03-193-3/+171
| | * sshd: implement ssh config PubkeyAcceptedAlgorithmsThomas Wolf2021-03-194-41/+90
| * | Prepare 5.12.0-SNAPSHOT buildsMatthias Sohn2021-03-103-16/+16
| |/
| * Prepare 5.11.1-SNAPSHOT buildsMatthias Sohn2021-03-093-16/+16
| * JGit v5.11.0.202103091610-rv5.11.0.202103091610-rMatthias Sohn2021-03-093-4/+4
| * Prepare 5.11.0-SNAPSHOT buildsMatthias Sohn2021-03-043-4/+4
| * JGit v5.11.0.202103031150-rc1v5.11.0.202103031150-rc1Matthias Sohn2021-03-033-4/+4
| * Prepare 5.11.0-SNAPSHOT buildsMatthias Sohn2021-02-243-4/+4
| * JGit v5.11.0.202102240950-m3v5.11.0.202102240950-m3Matthias Sohn2021-02-243-4/+4
* | Merge branch 'master' into nextMatthias Sohn2021-02-2811-240/+142
|\|
| * Migrate to Apache MINA sshd 2.6.0 and Orbit I20210203173513David Ostrovsky2021-02-0410-235/+125
| * Client-side protocol V2 support for fetchingThomas Wolf2021-01-011-4/+13
| * [spotbugs] Fix potential NPE in OpenSshServerKeyDatabaseMatthias Sohn2020-12-221-1/+4
| * Prepare 5.11.0-SNAPSHOT buildsMatthias Sohn2020-12-023-16/+16
* | Merge branch 'master' into nextMatthias Sohn2020-11-2813-216/+716
|\|
| * Revert "Client-side protocol V2 support for fetching"Thomas Wolf2020-11-031-13/+4
| * Client-side protocol V2 support for fetchingThomas Wolf2020-10-291-4/+13
| * Support "http.userAgent" and "http.extraHeader" from the git configJames Wynn2020-09-261-46/+5
| * sshd: better error report when user cancels authenticationThomas Wolf2020-09-265-17/+103
| * sshd: support the ProxyJump ssh configThomas Wolf2020-09-196-34/+232
| * SshdSession: close channel gracefullyThomas Wolf2020-09-051-1/+1
| * Prepare 5.10.0-SNAPSHOT buildsMatthias Sohn2020-08-273-16/+16
| * Update javadoc for RemoteSession and SshSessionFactoryThomas Wolf2020-08-101-26/+16
| * sshd: work around a race condition in Apache MINA sshd 2.4.0/2.5.xThomas Wolf2020-08-103-0/+137
| * sshd: store per-session data on the sshd session objectThomas Wolf2020-08-095-95/+225
* | Merge branch 'master' into nextMatthias Sohn2020-06-105-48/+468
|\|
| * Prepare 5.9.0-SNAPSHOT buildsMatthias Sohn2020-06-093-16/+16
| * Decouple JSch from JGit CoreMatthias Sohn2020-06-012-0/+8
| * Builder API to configure SshdSessionFactoriesThomas Wolf2020-05-233-47/+459
| * Log stack trace if CachingKeyPairProvider hits unexpected exceptionMatthias Sohn2020-05-201-1/+1
* | Merge branch 'master' into nextMatthias Sohn2020-05-075-65/+63
|\|
| * Update to org.apache.sshd 2.4.0Thomas Wolf2020-03-225-65/+63
* | Merge branch 'master' into nextMatthias Sohn2020-03-102-2/+2
|\|
| * Prepare 5.8.0-SNAPSHOT buildsMatthias Sohn2020-03-093-16/+16
| * Merge branch 'stable-5.6'Matthias Sohn2020-02-282-2/+2
| |\
| | * Move array designators from the variable to the typeDavid Pursehouse2020-02-272-2/+2
| | * Prepare 5.6.2-SNAPSHOT buildsMatthias Sohn2020-02-143-16/+16
| | * JGit v5.6.1.202002131546-rv5.6.1.202002131546-rMatthias Sohn2020-02-133-4/+4
| | * Prepare 5.6.1-SNAPSHOT buildsMatthias Sohn2019-12-113-16/+16
| | * JGit v5.6.0.201912101111-rv5.6.0.201912101111-rMatthias Sohn2019-12-103-4/+4
| | * Prepare 5.6.0-SNAPSHOT buildsMatthias Sohn2019-12-043-4/+4
| | * JGit v5.6.0.201912041214-rc1v5.6.0.201912041214-rc1Matthias Sohn2019-12-043-4/+4
| | * Prepare 5.6.0-SNAPSHOT buildsMatthias Sohn2019-11-273-4/+4
| | * JGit v5.6.0.201911271000-m3v5.6.0.201911271000-m3Matthias Sohn2019-11-273-4/+4
* | | Prepare 6.0.0-SNAPSHOT buildsMatthias Sohn2020-02-233-16/+16
|/ /
* | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-0440-1520/+200
* | Replace chain of if statements with switchCarsten Hammer2019-12-141-3/+5