59 Commits (next)

Author SHA1 Message Date
  Thomas Wolf ce61341bd1 [sshd] Log the full KEX negotiation result 2 years ago
  Thomas Wolf 983c25064e ssh: ensure list is modifiable before using Iterator.remove(). 3 years ago
  Thomas Wolf 2345cc88d0 sshd: don't lock the known_hosts files on reading 3 years ago
  Thomas Wolf 8edde18c8c sshd: implement server-sig-algs SSH extension (client side) 3 years ago
  Thomas Wolf fd3edc7bfc sshd: try all configured signature algorithms for a key 3 years ago
  Thomas Wolf ffc1f9b026 sshd: implement ssh config PubkeyAcceptedAlgorithms 3 years ago
  David Ostrovsky 4560bdf7e2 Migrate to Apache MINA sshd 2.6.0 and Orbit I20210203173513 3 years ago
  Thomas Wolf 0853a2410f Client-side protocol V2 support for fetching 3 years ago
  Matthias Sohn 50f0347ea3 [spotbugs] Fix potential NPE in OpenSshServerKeyDatabase 3 years ago
  Thomas Wolf d69fb4d4ac Revert "Client-side protocol V2 support for fetching" 3 years ago
  Thomas Wolf f802f06e7f Client-side protocol V2 support for fetching 3 years ago
  James Wynn 2171f868d9 Support "http.userAgent" and "http.extraHeader" from the git config 3 years ago
  Thomas Wolf 3459239dfc sshd: better error report when user cancels authentication 3 years ago
  Thomas Wolf 566e49d7d3 sshd: support the ProxyJump ssh config 3 years ago
  Thomas Wolf d9b0601d3a SshdSession: close channel gracefully 3 years ago
  Thomas Wolf 72b111ecd7 Update javadoc for RemoteSession and SshSessionFactory 3 years ago
  Thomas Wolf cc9975ff68 sshd: work around a race condition in Apache MINA sshd 2.4.0/2.5.x 3 years ago
  Thomas Wolf 76f79bc36c sshd: store per-session data on the sshd session object 3 years ago
  Matthias Sohn 8d2d683655 Decouple JSch from JGit Core 4 years ago
  Thomas Wolf 3a499606b1 Builder API to configure SshdSessionFactories 4 years ago
  Matthias Sohn 97e660e1a5 Log stack trace if CachingKeyPairProvider hits unexpected exception 4 years ago
  Thomas Wolf fd3778b935 Update to org.apache.sshd 2.4.0 4 years ago
  David Pursehouse 5a6b6eee35 Move array designators from the variable to the type 4 years ago
  Matthias Sohn 5c5f7c6b14 Update EDL 1.0 license headers to new short SPDX compliant format 4 years ago
  Carsten Hammer 74bc50125d Replace chain of if statements with switch 5 years ago
  David Pursehouse 98cdca9b5a Enable and fix "Statement unnecessarily nested within else clause" warnings 4 years ago
  Thomas Wolf 99faa8bf6d sshd: fix proxy connections with the DefaultProxyDataFactory 4 years ago
  Thomas Wolf 2d34d0bd9c sshd: support the HashKnownHosts configuration 4 years ago
  Thomas Wolf 124fbbc33a sshd: configurable server key verification 4 years ago
  Thomas Wolf 8c74a54315 sshd: allow setting a null ssh config 4 years ago
  Thomas Wolf 4e8d5d4c63 sshd: simplify OpenSshServerKeyVerifier 4 years ago
  Thomas Wolf bbf76b95a0 sshd: simplify ServerKeyLookup interface 4 years ago
  Thomas Wolf 6e741bc1eb sshd: shared reference in JGitClientSession must be volatile 4 years ago
  Thomas Wolf b8a514fdcb sshd: correct the protocol version exchange 4 years ago
  Carsten Hammer 84fc5c908d Convert to lambda or member reference 5 years ago
  Thomas Wolf c33d2bfb9f Apache MINA sshd client: test reading encrypted ed25519 keys 5 years ago
  Thomas Wolf 86cee68e0d Apache MINA sshd client: adapt to sshd 2.2.0 5 years ago
  Thomas Wolf 62675c48de Apache MINA sshd: make sendKexInit() work also for re-keying 5 years ago
  Carsten Hammer 0b320b2c35 Use Arrays.asList instead of copying array in a for loop 5 years ago
  Carsten Hammer c0268f899e Join catch sections using multicatch 5 years ago
  Thomas Wolf 2cb842ef02 SshdSessionFactory: generalize providing default keys 5 years ago
  David Pursehouse 04c485b396 Consistently import constants from StandardCharsets as static 5 years ago
  Thomas Wolf 5663b67575 Apache MINA sshd client: less aggressive key file name caching 5 years ago
  Mincong HUANG d09388e156 Avoid double words 5 years ago
  David Pursehouse e6b4ae2e14 Remove unnecessary @since tags from non-API classes 5 years ago
  Jonathan Nieder 647cc8f604 Remove unnecessary modifiers from interfaces 5 years ago
  Thomas Wolf c567b6ecde Apache MINA sshd client: don't leak HostConfigEntry 5 years ago
  Thomas Wolf 00b235f0b8 Apache MINA sshd client: test & fix password authentication 5 years ago
  Thomas Wolf 6c14d273fa Apache MINA sshd client: proxy support 5 years ago
  Thomas Wolf 7aaeb6489f Apache MINA sshd client: don't leak upstream classes and interfaces 5 years ago