aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-07-04tests: Check if known_hosts works with single unaccessible fileAnderson Toshiyuki Sasaki1-8/+11
2019-07-04knownhosts: Fix possible memory leakAnderson Toshiyuki Sasaki1-1/+3
2019-06-28tests: Added a check for unaccessible global known_hostsAnderson Toshiyuki Sasaki1-0/+9
2019-06-28knownhosts: Fixed a typoAnderson Toshiyuki Sasaki1-1/+1
2019-06-28knownhosts: Do not fail if global known_hosts file is inaccessibleAnderson Toshiyuki Sasaki1-10/+26
2019-06-27connect: Code style formattingAnderson Toshiyuki Sasaki1-174/+196
2019-06-27connect: Removed unused codeAnderson Toshiyuki Sasaki2-173/+0
2019-06-27packet: Check return value when sending unimplementedAnderson Toshiyuki Sasaki1-1/+5
2019-06-27packet: Reformat ssh_packet_process()Anderson Toshiyuki Sasaki1-31/+44
2019-06-27auth: Do not print error message for SSH_AGAINAnderson Toshiyuki Sasaki1-1/+1
2019-06-27examples: Check ssh_event_dopoll() return valueAnderson Toshiyuki Sasaki1-1/+6
2019-06-27dh-gex: Check return code ssh_dh_keypair_get_keys()Anderson Toshiyuki Sasaki1-0/+5
2019-06-26gitlab-ci: Re-enable client tests in CentOS7Anderson Toshiyuki Sasaki1-2/+2
2019-06-26pki: Add workarounds for old OpenSSHAnderson Toshiyuki Sasaki1-0/+28
2019-06-26tests/pkd: Fix elif without expressionAnderson Toshiyuki Sasaki1-1/+1
2019-06-26tests: Add a server test case for unknown global requestAnderson Toshiyuki Sasaki1-0/+47
2019-06-26tests: Introduce torture_client_global_requestsAnderson Toshiyuki Sasaki2-1/+154
2019-06-26messages: Reject tcpip-forward requests as clientAnderson Toshiyuki Sasaki1-2/+14
2019-06-26messages: Consume unknown global requests messagesAnderson Toshiyuki Sasaki1-3/+26
2019-06-24Update ChangeLog to add FIPSAndreas Schneider1-0/+1
2019-06-21tests: Skip 1k RSA key generation in FIPSJakub Jelen1-15/+17
2019-06-21pki_crypto: Correct error checking after RSA key generationJakub Jelen1-1/+1
2019-06-20tests: Filter out bogus output from openssh in FIPS ModeJakub Jelen1-2/+2
2019-06-19tests: Add reproducer for T76Jakub Jelen3-0/+115
2019-06-19pki: Search for the PEM headers not only on the start of the key fileJakub Jelen1-7/+7
2019-06-19pki: Reformat pki_privatekey_type_from_string()Jakub Jelen1-4/+10
2019-06-19tests: Reproducer for proxy command with stderr output (T130)Jakub Jelen1-0/+25
2019-06-19socket: Do not process stderr of proxy commands (Fixes T130)Jakub Jelen1-2/+9
2019-06-19socket: Reformat the rest of the fileJakub Jelen1-241/+274
2019-06-14Bump SO version to 4.8.1Andreas Schneider4-2/+429
2019-06-14include: Make sure ssh_session_get_known_hosts_entry is added to the APIAndreas Schneider1-3/+2
2019-06-14callbacks: Add ssh_threads_get_default() to the callbacks.hDavid Wedderwille1-2/+13
2019-06-14tests/torture_config: Replace long long with uint64_tAnderson Toshiyuki Sasaki1-1/+1
2019-06-14tests/torture_rekey: Replace long long with uint64_tAnderson Toshiyuki Sasaki1-2/+2
2019-06-14channels: Do not mix integer typesAnderson Toshiyuki Sasaki1-9/+9
2019-06-14ed25519: Replace unsigned long long with uint64_tAnderson Toshiyuki Sasaki3-14/+14
2019-06-14config: Replace long long with int64_tAnderson Toshiyuki Sasaki1-1/+1
2019-06-14sftp: Do not mix integer typesAnderson Toshiyuki Sasaki1-3/+3
2019-06-14priv.h: Add macro definitions for PRIx32 and PRIx64Anderson Toshiyuki Sasaki1-0/+12
2019-06-14tests/torture_rekey: Do not mix integer typesAnderson Toshiyuki Sasaki1-1/+1
2019-06-14tests: Add more reproducers for valid and invalid Match exec blocksJakub Jelen1-0/+34
2019-06-14config: Skip the rest of the line for Match execJakub Jelen1-0/+16
2019-06-13cmake: Bump API version to 4.8.0David Wedderwille4-2/+431
2019-06-13channels: Make ssh_message_channel_request_open_reply_accept_channel publicDavid Wedderwille3-2/+23
2019-06-13SSH_LOG: Adjust log level from SSH_LOG_WARNING to SSH_LOG_PROTOCOLDavid Wedderwille4-11/+11
2019-06-13tests: Fix the glob test on musl libcAndreas Schneider1-4/+4
2019-06-13session: OpenSSH is using SHA256 fingerprints nowJakub Jelen1-1/+1
2019-06-13.gitlab-ci.yml: Add FIPS testsJakub Jelen1-0/+23
2019-06-13tests/pkd: Fix OpenSSH version checkAnderson Toshiyuki Sasaki1-5/+9
2019-06-13tests/pkd: Check OpenSSH version only onceAnderson Toshiyuki Sasaki1-1/+5