aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-10Bump version to 0.9.5libssh-0.9.5Jakub Jelen4-3/+435
2020-09-02Add a new location of sftp-server on TumbleweedJakub Jelen1-0/+1
2020-08-13tests: Enable all CASignatureAlgorithms as SHA1 certificates are now disabled...Jakub Jelen1-0/+3
2020-08-13tests: Enable RSA SHA1 certs for testing against older OpenSSHJakub Jelen1-0/+6
2020-08-13CMakeLists: Shorten the keys lists passed to the ssh commandJakub Jelen1-0/+6
2020-08-13tests: Use the path to SSH executable consistentlyJakub Jelen2-3/+3
2020-08-13pkd client run user executableAris Adamantiadis2-2/+3
2020-08-13pkd: fix snprintf compiler warningAris Adamantiadis1-1/+1
2020-08-13tests: use detected sshd pathAris Adamantiadis3-9/+10
2020-08-13tests: use OpenSSH-provided ciphersAris Adamantiadis2-52/+25
2020-08-13tests: search for netcat binaryAris Adamantiadis3-3/+19
2020-08-13pkd: use detected OpenSSH supported key typesAris Adamantiadis2-26/+5
2020-08-13tests: detect OpenSSH supported ciphersAris Adamantiadis3-1/+135
2020-08-13pki_crypto: Use temporary pointer when using i2d_*Anderson Toshiyuki Sasaki1-4/+35
2020-06-24tests: Do not parse configuration file in torture_knownhostsAnderson Toshiyuki Sasaki1-0/+8
2020-06-23channel: Do not return error if the server closed the channelAnderson Toshiyuki Sasaki1-3/+4
2020-06-23examples: Tolerate incomplete writes in exec exampleAnderson Toshiyuki Sasaki1-7/+22
2020-06-23tests: Add test for CVE-2019-14889Anderson Toshiyuki Sasaki1-0/+84
2020-06-08buffer: Add NULL check for 'buffer' argumentAndreas Schneider1-0/+4
2020-06-08buffer: Reformat ssh_buffer_add_data()Andreas Schneider1-17/+18
2020-06-08sftpserver: Add missing return check for ssh_buffer_add_data()Andreas Schneider1-3/+8
2020-06-08sftpserver: Add missing NULL check for ssh_buffer_new()Andreas Schneider1-0/+6
2020-05-15cmake: add _POSIX_SOURCEDavid Wedderwille1-0/+1
2020-05-07cmake: Add autogenerated libssh_version.hHeiko Thiery9-18/+55
2020-05-05pki: Mark explicit fall throughJakub Jelen1-1/+1
2020-05-05external: Do not confuse new gccJakub Jelen1-1/+1
2020-05-05client: Properly indicate fall throughJakub Jelen1-1/+1
2020-05-05session: add missing return value documentationHeiko Thiery1-1/+2
2020-05-05channels: Avoid returning SSH_AGAIN from ssh_channel_poll_timeout()Jakub Jelen1-0/+6
2020-05-05channels: reformatJakub Jelen1-2/+2
2020-05-05examples: Avoid unused parameter warnings and reformatJakub Jelen1-60/+116
2020-05-05examples: Add missing includesJakub Jelen1-0/+2
2020-05-05libcrypto-compat: Fix indentation and return valueJakub Jelen1-1/+2
2020-05-05libcrypto: remove deprecated API usageRosen Penev1-5/+4
2020-05-05libcrypto-compat: add extra functionsRosen Penev2-0/+20
2020-05-05Fix FTBFS on hurd-i386Laurent Bigonville1-0/+4
2020-05-05Make the documentation reproducibleLaurent Bigonville1-0/+1
2020-05-05Correctly parse v4 subsecond timestampsStefanBruens1-15/+15
2020-05-05client: Check if the library is initialized in ssh_connect()Anderson Toshiyuki Sasaki2-0/+40
2020-05-05client: Reformat ssh_connect()Anderson Toshiyuki Sasaki1-99/+111
2020-05-05init: Introduce internal is_ssh_initialized()Anderson Toshiyuki Sasaki3-0/+45
2020-05-05init: Clarify the need to call ssh_{init, finalize}()Anderson Toshiyuki Sasaki1-7/+18
2020-04-09Bump version to 0.9.4libssh-0.9.4Andreas Schneider4-3/+430
2020-04-09CVE-2020-1730: Fix a possible segfault when zeroing AES-CTR keyAndreas Schneider1-2/+6
2020-04-06kex: Add support for diffie-hellman-group14-sha256Anderson Toshiyuki Sasaki11-2/+44
2020-04-06dh-gex: Check return value of ssh_get_random()Andreas Schneider1-2/+7
2020-04-06cmake: Fix building with threading support on MinGWAndreas Schneider1-0/+7
2020-03-29auth: Fix memory leak in ssh_userauth_publickey_auto()Anderson Toshiyuki Sasaki1-0/+5
2020-03-27doc: Fix a doxygen warningAndreas Schneider1-1/+1
2020-03-27doc: Make sure we parse the server and sftp documentationAndreas Schneider1-0/+2