YoungSoo Shin shinys000114
shinys000114 synced commits to master at shinys000114/libssh from mirror 2026-03-24 20:40:09 +09:00
729a44e121 ci: Skip macos jobs on forks
051ac812db examples: Add warning about example code
01772c4f79 pki: add ssh_key_type_and_hash_from_signature_name()
9f7c596ca5 tests: add coverage for NULL session in ssh_channel_is_open
34bbb48561 channels: add NULL session check in ssh_channel_is_open
Compare 5 commits »
shinys000114 synced commits to master at shinys000114/libssh from mirror 2026-03-20 10:33:28 +09:00
f060583d6f tests: Generate coverage for fuzzing tests
shinys000114 synced commits to master at shinys000114/libssh from mirror 2026-03-20 02:23:29 +09:00
a05b2b76be tests: initialize sftp test pointers to NULL
c9f34ac55f sftp: Add support for the users-groups-by-id@openssh.com OpenSSH extension on the server side.
bc24bba176 docs: Add documentation for test_server functions
Compare 3 commits »
shinys000114 synced commits to master at shinys000114/libssh from mirror 2026-03-18 01:23:28 +09:00
3154a4ab8d sftpserver: Fix client messages being ignored if sent at a high rate
9478de8082 doc: add missing Doxygen comments and fix documentation style
Compare 2 commits »
shinys000114 synced commits to master at shinys000114/libssh from mirror 2026-03-17 09:03:29 +09:00
e927820082 Make headers self-contained and include-order independent
67950c620d misc: Reformat struct ssh_list members to use 4-space indentation
31ea4d1213 tests: Negative tests for ssh_pki_ctx_options_set
29c503ed7c tests: Remove needless reset to NULL
b1a28f7987 tests: Use the new ssh_pki_generate_key() where possible
Compare 15 commits »
shinys000114 synced commits to master at shinys000114/libssh from mirror 2026-03-14 07:33:28 +09:00
4dfcdd96b8 OSS-Fuzz: Add fuzzer for scp functions
9d36b9dd81 docs: add doxygen documentation and fix inconsistencies
afa21334b4 tests: Add tests for originalhost/host separation and Match support
a2ebc7ea9b Implement originalhost/host separation and Match support
1ab8a35c5d Add strict validation mode to ssh_config_parse_uri in config_parser
Compare 5 commits »
shinys000114 synced commits to master at shinys000114/libssh from mirror 2026-03-10 05:33:29 +09:00
8782fcec18 agent: Add support for SSH2_AGENTC_REMOVE_IDENTITY
8d563f90f3 Add more krb5-related Valgrind suppressions
Compare 2 commits »
shinys000114 synced commits to master at shinys000114/libssh from mirror 2026-03-07 04:03:29 +09:00
6a5e298cec Log more useful information to be able to troubleshoot sftp server
163e1b059b Expansion of %s expansion is no longer happening.
e16018491e Add casts to a couple more pack size constants in hybrid_mlkem.c
c26e9298e3 Fix parameter size mismatch in ssh_buffer_pack for hybrid_mlkem.c
3c0567cb67 docs: Fix struct field comment positioning for Doxygen
Compare 9 commits »
shinys000114 synced commits to master at shinys000114/libssh from mirror 2026-02-24 18:40:28 +09:00
90b07e2c18 refactor(server): Warn about config override behavior in bind APIs
edbd929fa2 feat(server): Add support for -o option argument in server example
38932b74c0 docs: reduce Doxygen warnings in libsshpp.hpp
60d6179eaa tests: Add opendir handle exhaustion test for sftpserver
0d9b2c68cc sftpserver: Fix memory leak of h->name in process_opendir error path
Compare 9 commits »
shinys000114 synced commits to master at shinys000114/libssh from mirror 2026-02-20 22:41:07 +09:00
18d7a3967c tests: Add interoperability tests against TinySSH
d45ce10c83 channels: Fix OOM error check after strdup
a7fd80795e Update recently added logging to be less verbose
f8cba20859 Add back Security section to 0.12.0 changelog
Compare 4 commits »
shinys000114 synced new reference refs/tags/libssh-0.12.0 to shinys000114/libssh from mirror 2026-02-11 02:38:09 +09:00
shinys000114 synced commits to refs/tags/libssh-0.12.0 at shinys000114/libssh from mirror 2026-02-11 02:38:09 +09:00
shinys000114 synced new reference refs/tags/libssh-0.11.4 to shinys000114/libssh from mirror 2026-02-11 02:38:09 +09:00
shinys000114 synced commits to refs/tags/libssh-0.11.4 at shinys000114/libssh from mirror 2026-02-11 02:38:09 +09:00
shinys000114 synced commits to stable-0.11 at shinys000114/libssh from mirror 2026-02-11 02:38:09 +09:00
ca9c055d7c libssh-0.11.4
c53b0ef3ec CVE-2025-14821 cmake: Fix global config location on Windows
f49b4442a9 cmake: Reformat DefineOptions.cmake with cmake-format
a5e4b12090 CVE-2026-0964 scp: Reject invalid paths received through scp
bf390a0426 CVE-2026-0965 config: Do not attempt to read non-regular and too large configuration files
Compare 29 commits »
shinys000114 synced commits to master at shinys000114/libssh from mirror 2026-02-11 02:38:09 +09:00
f13a8d7ced OSS-Fuzz Add fuzzer and corpora for sftp attr parsing
c0963b3417 SSH2 NONE authentication
50313883f3 libssh-0.12.0
7e02580dff Copy changelog + ABI files from last minor releases
3232d72812 fix typos
Compare 22 commits »
shinys000114 synced commits to master at shinys000114/libssh from mirror 2026-02-06 10:27:22 +09:00
dc39902006 connector: Fix sftp aio read/write with ProxyJump
29dd7874cd sftp_aio: Test sftp aio with libssh proxyjump
8a134e03db tests: Check SSH_OPTIONS_NEXT_IDENTITY functionality
39d931f7e5 options: Allow listing all identity files
b4f6d8b800 misc: Rewrite custom getting of port to use options API
Compare 12 commits »
shinys000114 synced commits to master at shinys000114/libssh from mirror 2026-02-05 04:40:31 +09:00
76b14eaed7 Update list of implemented RFCs and drafts
8e8f091aba connector: Simplify handling of out/err channels
d75a54e206 tests: Log SFTP server messages to stderr
efb7a7c4e0 tests: Cover three steps jump parsing
7342e73d10 sftp: Remove needless newline from log messages
Compare 10 commits »
shinys000114 synced commits to master at shinys000114/libssh from mirror 2026-02-04 04:10:39 +09:00
1b3c061aae Reproducer for memory leak from parsing knonw hosts
1525ea3dda knownhosts: Avoid memory leaks on invalid entries
a189c2ef4d gssapi: Sanitize input parameters
Compare 3 commits »
shinys000114 synced commits to master at shinys000114/libssh from mirror 2026-02-03 03:50:33 +09:00
b2abcf8534 cmake: Propagate WITH_FINAL to abimap conditionally
809f9b7729 Require abimap 0.4.0
d297621c33 tests: Workaround softhsm-2.7.0 bug in hashed ECDSA
d936b7e81d mlkem: Use fprintf instead of internal logging function
971d44107e ci: Test against latest LibreSSL
Compare 9 commits »