aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-04-28gssapi: Release output_token on error path (GHSL-2023-041)Jakub Jelen1-0/+4
2023-04-28gssapi: Release actual_mechs on exit (GHSL-2023-040)Jakub Jelen1-1/+2
2023-04-28gssapi: Free output token on exit path (GHSL-2023-039)Jakub Jelen1-0/+2
2023-04-28gssapi: Free mic_token_buffer on before return (GHSL-2023-038)Jakub Jelen1-0/+3
2023-04-28gssapi: Release output_token (GHSL-2023-037)Jakub Jelen1-0/+2
2023-04-28gssapi: Avoid memory leaks of selected OID (GHSL-2023-036)Jakub Jelen1-1/+3
2023-04-28gssapi: Release buffer on error path (GHSL-2023-035)Jakub Jelen1-0/+1
2023-04-28gssapi: Free both_supported on error paths (GHSL-2023-033)Jakub Jelen1-1/+5
2023-04-28kex: Avoid NULL pointer dereference (GHSL-2023-032)Jakub Jelen1-0/+4
2023-04-28tests: Verify error returned by killAnderson Toshiyuki Sasaki3-13/+12
2023-04-28tests: Use a common function to start sshdAnderson Toshiyuki Sasaki1-26/+19
2023-04-28tests: Give server more time to startJakub Jelen1-1/+1
2023-04-28ci: Test FIPS mode only on CentOS 8Jakub Jelen1-2/+2
2023-04-28ci: Add CentOS 8 and 9 to CIJakub Jelen1-0/+43
2023-04-28tests: Skip ciphers not supported by OpenSSHJakub Jelen1-0/+6
2023-04-28ci: Sync VS targets with masterJakub Jelen1-33/+20
2023-04-28tests: Send a bit more to make sure rekey is completedJakub Jelen1-2/+3
2023-04-17tests: Update to unbreak agent_cert test for CentOS 8Jakub Jelen1-4/+4
2023-04-17tests: Skip the workaround forcing SHA1 signaturesJakub Jelen1-0/+4
2023-04-17examples: Fix build issue with new clang 15Jakub Jelen3-15/+16
2023-04-17misc: Fix expanding port numbersAndreas Schneider1-1/+1
2023-04-17misc: Fix format truncation in ssh_path_expand_escape()Andreas Schneider2-9/+8
2023-04-17tests: Fix rekey test so it passes on build systemsAndreas Schneider1-4/+18
2021-08-26cpack: Do not package .cache directory used by clangdAndreas Schneider2-1/+2
2021-08-19Relase 0.9.6libssh-0.9.6Jakub Jelen4-3/+440
2021-08-18ChangeLog: Fix release date of 0.9.5Jakub Jelen1-1/+1
2021-08-18tests: Simple reproducer for rekeying with different kexJakub Jelen1-3/+155
2021-08-18CVE-2021-3634: Create a separate length for session_idJakub Jelen10-18/+23
2021-08-17.gitlab-ci: Allow failure of windows runners as they are brokenJakub Jelen1-0/+3
2021-08-17Enable freebsd runner also for jjelenJakub Jelen1-0/+1
2021-08-17gitlab-ci: Enable new freebsd runnerAndreas Schneider1-0/+1
2021-08-17gitlab-ci: Use shared Windows runners from gitlabAndreas Schneider1-31/+35
2021-08-17Fix some compiler warningsNorbert Pocs3-4/+22
2021-08-17packet: Change the last argument of ssh_packet_encrypt to uint32_tXiang Xiao1-1/+1
2021-08-17mbedtls: Change the last argument of cipher_[de|en]crypt_cbc to size_tXiang Xiao1-2/+2
2021-08-17Fix error: dereferencing pointer to incomplete type ‘struct timeval’Xiang Xiao3-0/+9
2021-08-17tests: Fix running timeout tests on gitlab windows runnersAndreas Schneider1-1/+2
2021-08-17ed25519: Harmonize arguments to make new gcc happyJakub Jelen1-4/+4
2021-08-17cmake: Fix Ninja multiple rules errorDDoSolitary1-3/+3
2021-08-17tests: Cover sftp_new_channel functionJakub Jelen4-4/+135
2021-08-17fix sftp_new_channel constructs an invalid objectPablo Yaggi1-2/+26
2021-08-17Reformat sftp_new_channelJakub Jelen1-21/+21
2021-08-17[winlocks] Include stdlib.h to avoid crash in WindowsChris Townsend1-0/+1
2021-08-17cmake: Support build directories with special charactersDDoSolitary2-9/+15
2021-08-17cmake: Avoid setting compiler flags directlyDDoSolitary1-13/+6
2021-08-17pki: Fix memory leak on error pathJakub Jelen1-0/+1
2021-08-17config: Support more identity files in configurationJakub Jelen1-0/+1
2021-08-17dh-gex: Avoid memory leaksJakub Jelen1-0/+3
2021-08-17Clean memory on failure pathsJakub Jelen2-3/+7
2021-08-17include: Introduce secure SSH_SIGNATURE_FREE()Jakub Jelen1-0/+2