aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-08-06misc: Introduce internal function ssh_mkdirs()Anderson Toshiyuki Sasaki1-5/+70
2019-08-06misc: Introduce internal function ssh_dir_writeable()Anderson Toshiyuki Sasaki1-0/+50
2019-07-30misc: Allow %% to escape a single % in paths.Richard W.M. Jones1-0/+3
2019-07-30libcrypto: Avoid incompatible pointersJakub Jelen1-2/+6
2019-07-30pki_container_openssh: Avoid bogus newline in debug messageJakub Jelen1-1/+1
2019-07-30pki_container_openssh: Reformat whitespaceJakub Jelen1-14/+14
2019-07-30Replace ssh_print_hexa() with ssh_log_hexdump()Anderson Toshiyuki Sasaki11-59/+59
2019-07-30misc: Introduce ssh_log_hexdump()Anderson Toshiyuki Sasaki1-0/+187
2019-07-29pki: Search OpenSSH header not only at the beginningAnderson Toshiyuki Sasaki1-4/+4
2019-07-08cmake: Fix linking shared and static librariesAndreas Schneider1-1/+5
2019-07-05dh_crypto: Use size_t for loop variableAndreas Schneider1-1/+3
2019-07-04cmake: Write libssh-config.cmake using EXPORTSAndreas Schneider1-0/+4
2019-07-04cmake: Use GNUInstallDirs for installationAndreas Schneider1-9/+6
2019-07-04config: Increase debug level for unkown and unsupported optionsAndreas Schneider1-4/+4
2019-07-04kex: Do not ignore keys in known_hosts filesAnderson Toshiyuki Sasaki1-83/+82
2019-07-04knownhosts: Introduced ssh_known_hosts_get_algorithms_names()Anderson Toshiyuki Sasaki1-0/+141
2019-07-04token: Added function to remove duplicatesAnderson Toshiyuki Sasaki1-1/+151
2019-07-04knownhosts: Read knownhosts file only if foundAnderson Toshiyuki Sasaki1-2/+2
2019-07-04knownhosts: Fix possible memory leakAnderson Toshiyuki Sasaki1-1/+3
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 Sasaki1-171/+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-27dh-gex: Check return code ssh_dh_keypair_get_keys()Anderson Toshiyuki Sasaki1-0/+5
2019-06-26pki: Add workarounds for old OpenSSHAnderson Toshiyuki Sasaki1-0/+28
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-21pki_crypto: Correct error checking after RSA key generationJakub Jelen1-1/+1
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-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 Schneider3-1/+428
2019-06-14channels: Do not mix integer typesAnderson Toshiyuki Sasaki1-9/+9
2019-06-14ed25519: Replace unsigned long long with uint64_tAnderson Toshiyuki Sasaki2-10/+10
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-14config: Skip the rest of the line for Match execJakub Jelen1-0/+16
2019-06-13cmake: Bump API version to 4.8.0David Wedderwille3-1/+430
2019-06-13channels: Make ssh_message_channel_request_open_reply_accept_channel publicDavid Wedderwille1-1/+22
2019-06-13SSH_LOG: Adjust log level from SSH_LOG_WARNING to SSH_LOG_PROTOCOLDavid Wedderwille4-11/+11
2019-06-13session: OpenSSH is using SHA256 fingerprints nowJakub Jelen1-1/+1
2019-06-13kex: Only advertise allowed signature typesAnderson Toshiyuki Sasaki1-2/+20
2019-06-13server: Send only allowed algorithms in extensionAnderson Toshiyuki Sasaki1-2/+6
2019-06-13pki: Derive correct algorithm identification for certificate authentication w...Jakub Jelen1-13/+28
2019-06-13agent: Use SHA2 signatures also for RSA certificatesJakub Jelen1-1/+1
2019-06-13pki_gcrypt: Do not compare private parts when comparing public keysJakub Jelen1-2/+4