Sign in
apache
/
mina-sshd
/
HEAD
6a159ec
GH-905: implement authorized_keys from and expiry-time checks
by Unbbal
· 3 weeks ago
master
0da1775
GH-906: Fix finding a signature factory for BC ed25519 keys
by Thomas Wolf
· 3 weeks ago
86da7df
Fix ClientTest.closeCleanBeforeChannelOpened
by Thomas Wolf
· 3 weeks ago
8a86e32
Post-release documentation updates
by Thomas Wolf
· 4 weeks ago
c2e9fa3
[maven-release-plugin] prepare for next development iteration
by Thomas Wolf
· 4 weeks ago
e2926a2
[maven-release-plugin] prepare release sshd-2.19.0
by Thomas Wolf
· 4 weeks ago
sshd-2.19.0
49e4408
Prepare release documentation
by Thomas Wolf
· 4 weeks ago
8caed36
Bump dependency to org.apache.mina:mina-core
by Thomas Wolf
· 4 weeks ago
e940752
Fix copy-paste error in a test
by Thomas Wolf
· 4 weeks ago
3a93226
UTF8 fix in NOTICE-bin.txt
by Thomas Wolf
· 5 weeks ago
3f036c5
Restrict remote execution of git commands
by Thomas Wolf
· 5 weeks ago
a792e08
SCP: escape newlines in file names on sending
by Thomas Wolf
· 6 weeks ago
400626e
Update CHANGES.md
by Thomas Wolf
· 6 weeks ago
ab3672f
SCP: validate filenames
by Thomas Wolf
· 6 weeks ago
384de9e
Update CHANGES.md
by Thomas Wolf
· 7 weeks ago
d42fb84
sshd-git: improve handling of repository paths
by Thomas Wolf
· 7 weeks ago
5b9d431
GH-899: Fix ProcessShellFactory
by Thomas Wolf
· 7 weeks ago
59cad03
Update CHANGES.md
by Thomas Wolf
· 8 weeks ago
333c3c0
Fix server-side user certificate handling
by Thomas Wolf
· 8 weeks ago
206f54b
Integration test for SK keys
by Thomas Wolf
· 5 weeks ago
f463789
Preserve security key signature blobs
by Nataphon Kabkaew
· 5 weeks ago
708239e
Update link to .asf.yaml documentation
by Thomas Wolf
· 8 weeks ago
0f35c82
Limit the size of SSH packets after decompression
by Thomas Wolf
· 4 months ago
4dd93b9
Mention security fix
by Thomas Wolf
· 8 weeks ago
961541f
Bump github action versions
by Thomas Wolf
· 9 weeks ago
6704463
mvnw: upgrade maven
by Thomas Wolf
· 9 weeks ago
1ed2d7b
NOTICE.txt: update copyright year
by Thomas Wolf
· 9 weeks ago
ce59e81
[maven-release-plugin] prepare for next development iteration
by Thomas Wolf
· 9 weeks ago
c2d7b7a
[maven-release-plugin] prepare release sshd-2.18.0
by Thomas Wolf
· 9 weeks ago
sshd-2.18.0
084cee8
Prepare release documentation
by Thomas Wolf
· 9 weeks ago
db0567b
Improve git access
by Thomas Wolf
· 3 months ago
1285419
GH-743: Use a singleton SftpFileSystemProvider for the ServiceLoader
by Thomas Wolf
· 3 months ago
4e820c9
Add test cases to AuthorizedKeysCertificateTest
by Thomas Wolf
· 3 months ago
a85a3b1
Better handling of Putty keys with non-ASCII passphrases
by Thomas Wolf
· 3 months ago
6c215e8
Bump BCFIPS bundles used in a test
by Thomas Wolf
· 3 months ago
9def203
Fix annotation to ignore an unstable test
by Thomas Wolf
· 3 months ago
a0ef7a5
Host certificates: check both public keys for not being revoked
by Thomas Wolf
· 3 months ago
b11c159
GH-892: Host certificate principals may contain wildcards
by Thomas Wolf
· 3 months ago
de65c12
GH-892: Adapt handling certificates without principals
by Thomas Wolf
· 3 months ago
b450b77
Bump grpc 1.78.0 -> 1.79.0
by Thomas Wolf
· 3 months ago
2f9f053
Bump build plug-in versions
by Thomas Wolf
· 3 months ago
6337151
Bump Bouncy Castle 1.83 -> 1.84
by Thomas Wolf
· 3 months ago
a3d2251
Bump netty 4.2.0.Final to 4.2.10.Final
by Thomas Wolf
· 5 months ago
22c94b3
Bump dependencies
by Thomas Wolf
· 5 months ago
07cfbba
[releng] Fix maven wrapper
by Thomas Wolf
· 5 months ago
160f911
Ignore flaky ServerTest.serverIdleTimoutWithForce()
by Thomas Wolf
· 5 months ago
1783572
GH-879: close channel gracefully in TCP/IP forwarding
by Thomas Wolf
· 5 months ago
6b4a81d
[maven-release-plugin] prepare for next development iteration
by Thomas Wolf
· 6 months ago
03df246
[maven-release-plugin] prepare release sshd-2.17.1
by Thomas Wolf
· 6 months ago
sshd-2.17.1
e661b4a
GH-875: Update Apache Parent POM
by Thomas Wolf
· 6 months ago
42d2c7d
[maven-release-plugin] prepare for next development iteration
by Thomas Wolf
· 7 months ago
9308c1e
[maven-release-plugin] prepare release sshd-2.17.0
by Thomas Wolf
· 7 months ago
sshd-2.17.0
5f6bef6
Prepare documentation for a 2.17.0 release
by Thomas Wolf
· 7 months ago
5ee81f4
Fix duplicate character echoing in ProcessShell
by Denys Horman
· 7 months ago
b6848c0
Mock git configuration in git-related tests
by Thomas Wolf
· 7 months ago
d839c95
Bump JUnit 5 to latest patch version
by Thomas Wolf
· 7 months ago
7a7f2bb
CoreTestSupportUtils: fix test framework
by Thomas Wolf
· 7 months ago
7b397c7
[releng] Build with Java 25 in CI
by Thomas Wolf
· 7 months ago
164385c
[releng] Bump dependencies
by Thomas Wolf
· 7 months ago
2e58cb5
[releng] Require Maven 3.9.12
by Thomas Wolf
· 7 months ago
8adfae9
[releng] Release preparation
by Thomas Wolf
· 7 months ago
96a84b5
Fix namespace declarations in POMs
by Thomas Wolf
· 7 months ago
5c0a7b8
[SSHD-1349] On Java 26-ea, PMD 7.17.0 throws StackOverflowError, update
by Gary Gregory
· 7 months ago
c66429a
GH-865: replace %h in HostName SSH config
by Thomas Wolf
· 7 months ago
4eccf49
GH-855: single SftpClient in SftpFileSystem
by Thomas Wolf
· 7 months ago
c69cd0c
GH-855: Thread-safe DefaultSftpClient
by Thomas Wolf
· 7 months ago
c1f31ee
Avoid race condition when closing a SshClient
by Thomas Wolf
· 7 months ago
c49c068
GH-721: fix SfpFileSystemProvider.getPath(URI)
by Thomas Wolf
· 7 months ago
6bcd715
GH-721: Create session timeout thread on demand
by Thomas Wolf
· 7 months ago
5a9194b
Replace "synchronized" blocks in AbstractSession with ReentrantLock
by Evgenii Pasynkov
· 8 months ago
32038f1
GH-861: prevent zero-byte write in SFTP
by Thomas Wolf
· 7 months ago
bde5669
Update CHANGES.md
by Thomas Wolf
· 7 months ago
3a272e9
SSHD-1348: SFTP - gracefully handle zero-length SSH_FXP_READs
by Thomas Wolf
· 7 months ago
1ef64dc
GH-856: Fix using BC-FIPS
by Thomas Wolf
· 8 months ago
e82a9d3
Add Maven Wrapper
by Christoph John
· 9 months ago
b4f2c4a
Bump com.github.mwiede:jsch from 2.27.3 to 2.27.4 (#845)
by dependabot[bot]
· 9 months ago
621e59f
Bump com.google.errorprone:error_prone_core from 2.42.0 to 2.43.0 (#846)
by dependabot[bot]
· 9 months ago
f988739
[releng] Fix surefire config
by Thomas Wolf
· 9 months ago
794122f
fix: negate followLinks flag for checkSymlinkState (#843)
by Joshua Winkler
· 9 months ago
2bb67e6
Bump org.owasp:dependency-check-maven from 12.1.7 to 12.1.8 (#840)
by dependabot[bot]
· 10 months ago
078ea5f
Bump org.owasp:dependency-check-maven from 12.1.6 to 12.1.7 (#839)
by dependabot[bot]
· 10 months ago
5864a66
Bump org.springframework.integration:spring-integration-bom (#838)
by dependabot[bot]
· 10 months ago
9cc46e4
Bump org.apache.maven.plugins:maven-pmd-plugin from 3.27.0 to 3.28.0 (#837)
by dependabot[bot]
· 10 months ago
1bf013c
[releng] Exclude spring-integration from dependabot updates
by Thomas Wolf
· 10 months ago
023729c
Use more appropriate disconnect reason codes
by Thomas Wolf
· 10 months ago
0a942f7
Bump grpc.version from 1.75.0 to 1.76.0 (#836)
by dependabot[bot]
· 10 months ago
9eebbbd
Bump org.apache.maven:maven-archiver from 3.6.4 to 3.6.5 (#834)
by dependabot[bot]
· 10 months ago
c108570
Bump org.codehaus.plexus:plexus-archiver from 4.10.2 to 4.10.3 (#835)
by dependabot[bot]
· 10 months ago
89919a7
Bump org.junit.jupiter:junit-jupiter from 5.13.4 to 5.14.0 (#833)
by dependabot[bot]
· 10 months ago
4338044
[releng] Exclude JUnit 6 from dependabot updates
by Thomas Wolf
· 10 months ago
8f0c296
GH-830: Get EC curve parameters from the security provider
by Thomas Wolf
· 10 months ago
74be99e
Bump org.codehaus.plexus:plexus-archiver from 4.10.1 to 4.10.2 (#829)
by dependabot[bot]
· 10 months ago
fc3412e
Bump jgit.version from 5.13.3.202401111512-r to 5.13.5.202508271544-r (#831)
by dependabot[bot]
· 10 months ago
ce71789
Update dead links to OpenSSH PROTOCOL.certkeys
by Rantanen
· 10 months ago
22b9b07
GH-827: known_hosts: skip and log invalid lines
by Thomas Wolf
· 10 months ago
c10dbcd
Bump bouncycastle.version from 1.81 to 1.82 (#820)
by dependabot[bot]
· 10 months ago
14e155a
Bump org.owasp:dependency-check-maven from 12.1.5 to 12.1.6 (#826)
by dependabot[bot]
· 10 months ago
9791e39
Bump org.assertj:assertj-core from 3.27.5 to 3.27.6 (#825)
by dependabot[bot]
· 10 months ago
beca40c
Bump org.owasp:dependency-check-maven from 12.1.3 to 12.1.5 (#824)
by dependabot[bot]
· 10 months ago
9932ed1
Bump com.google.errorprone:error_prone_core from 2.41.0 to 2.42.0 (#823)
by dependabot[bot]
· 10 months ago
Next »