aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-12-09channels: Fix integer and bool argument of channel_default_bufferize()Andreas Schneider3-6/+12
2019-12-09channels: Fix type of arguments of grow_window()Andreas Schneider1-1/+4
2019-12-09channels: Fix type of arguments of channel_open()Andreas Schneider1-2/+2
2019-12-09channels: Use ssize_t for to_readAndreas Schneider1-4/+4
2019-12-09channels: Reformat ssh_channel_read_nonblocking()Andreas Schneider1-29/+32
2019-12-09channels: Use a size_t variable for length checkAndreas Schneider1-2/+3
2019-12-09channesl: Reformat ssh_channel_poll_timeout()Andreas Schneider1-29/+36
2019-12-09auth: Fix integer type in ssh_kbdint_free()Andreas Schneider1-1/+1
2019-12-09auth: Fix integer type in ssh_kbdint_clean()Andreas Schneider1-1/+1
2019-12-09examples: Fix integer types in libssh_scp.cAndreas Schneider1-4/+5
2019-12-09examples: Remove internal include from sshd_direct-tcpip.cAndreas Schneider1-7/+34
2019-12-09CVE-2019-14889: scp: Quote location to be used on shellAnderson Toshiyuki Sasaki1-6/+56
2019-12-09CVE-2019-14889: scp: Don't allow file path longer than 32kbAndreas Schneider1-0/+6
2019-12-09CVE-2019-14889: tests: Add unit tests for ssh_quote_file_name()Anderson Toshiyuki Sasaki1-0/+137
2019-12-09CVE-2019-14889: misc: Add function to quote file namesAnderson Toshiyuki Sasaki2-0/+192
2019-12-09CVE-2019-14889: scp: Log SCP warnings received from the serverAnderson Toshiyuki Sasaki1-64/+11
2019-12-09CVE-2019-14889: scp: Reformat scp.cAnderson Toshiyuki Sasaki1-502/+698
2019-12-09CVE-2019-14889: tests: Add tests for SCP clientAnderson Toshiyuki Sasaki2-0/+505
2019-11-18packet: Do not deref a NULL pointer in ssh_packet_set_newkeys()Andreas Schneider1-0/+9
2019-11-18SSH-01-003: Add cipher NULL checks to ssh_packet_get_current_crypto()Andreas Schneider1-4/+24
2019-11-18Use only one variable denoting the size of methods arraysJakub Jelen8-21/+20
2019-11-18session: Initialize states explicitlyAnderson Toshiyuki Sasaki1-0/+10
2019-11-18messages: Set signature state explicitlyAnderson Toshiyuki Sasaki1-0/+3
2019-11-18channels: Initialize states explicitlyAnderson Toshiyuki Sasaki1-0/+4
2019-11-18auth: Set auto_state->state explicitlyAnderson Toshiyuki Sasaki1-0/+3
2019-11-18session: Use ssh_packet_state_e instead of intAnderson Toshiyuki Sasaki1-1/+1
2019-11-18messages: Use ssh_publickey_state_e instead of charAnderson Toshiyuki Sasaki1-1/+1
2019-11-18session: Reformat ssh_new()Anderson Toshiyuki Sasaki1-45/+51
2019-11-14cmake: Fix building libssh as a static lib on WindowsAndreas Schneider1-0/+4
2019-11-08gitlab-ci: Make sure we have enough git commits for csbuildAndreas Schneider1-0/+2
2019-11-07server: Use really the negotiated signature typeJakub Jelen12-29/+41
2019-11-07gitlab-ci: Disable client testing as pam_wrapper is broken on TWAndreas Schneider1-5/+5
2019-11-07cmake: Fix setting up cwrap for server testingAndreas Schneider1-6/+8
2019-11-07cmake: Do not use cached LIBSSH_PUBLIC_INCLUDE_DIRSAndreas Schneider7-38/+24
2019-11-07cmake: Rename static libraryAndreas Schneider4-11/+15
2019-11-07cmake: Create ssh library directly as libsshAndreas Schneider6-244/+32
2019-11-07cmake: Add option to build shared libsAndreas Schneider2-0/+2
2019-11-07cmake: Remove WITH_STATIC_LIBAndreas Schneider3-17/+2
2019-11-07cmake: Don't cache LIBSSH_LINK_LIBRARIESAndreas Schneider1-5/+0
2019-11-07cmake:pkd: Don't use LIBSSH_LINK_LIBRARIESAndreas Schneider1-1/+0
2019-11-07cmake: Remove libsocketAndreas Schneider1-7/+0
2019-11-07cmake: Use target_include_directories()Andreas Schneider1-5/+4
2019-11-07examples: Build keygen2 only if argp is availableAnderson Toshiyuki Sasaki1-4/+4
2019-11-07cmake: Only use OpenSSL Ed25519 implementation when possibleAnderson Toshiyuki Sasaki1-1/+6
2019-11-07examples: Added keygen2 exampleAnderson Toshiyuki Sasaki2-0/+461
2019-11-04gitlab-ci: Mips is deadAndreas Schneider1-28/+0
2019-11-04channel: Document ssh_channel_request_sftp()Andreas Schneider1-0/+12
2019-11-04auth: Add missing include for explicit_bzero()Andreas Schneider1-0/+1
2019-10-25cmake: Link compile database to source dir for clangdAndreas Schneider3-1/+8
2019-10-25tests: Do not parse global config in torture_ssh_session()Anderson Toshiyuki Sasaki1-1/+8