1
1
libssh/tests/client
renmingshuai 4a87515026 tests: Ensure the mode of the created file is ...
what we set in open funtion by the argument mode. The mode of the created file
is (mode & ~umask), So we set umask to typical default value(octal 022).

Signed-off-by: renmingshuai <renmingshuai@huawei.com>
Reviewed-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
(cherry picked from commit 1286a70e13)
2022-08-08 10:17:05 +02:00
..
CMakeLists.txt tests: Cover sftp_new_channel function 2021-03-18 14:44:35 +01:00
torture_algorithms.c tests: Test MAC algorithm mismatch when AEAD cipher is selected 2020-10-14 11:07:18 +02:00
torture_auth_pkcs11.c tests/torture.c: update the definition of torture_setup_tokens() to take load_public as an option that 2020-05-20 12:49:29 +02:00
torture_auth.c tests:client: Add a non-blocking publickey test 2022-06-23 12:22:44 +02:00
torture_client_config.c tests/torture_client_config: Adjust lists in FIPS mode 2019-06-13 16:28:25 +02:00
torture_client_global_requests.c tests: Introduce torture_client_global_requests 2019-06-26 17:36:46 +02:00
torture_connect.c client: Check if the library is initialized in ssh_connect() 2020-04-09 11:25:49 +02:00
torture_forward.c channels: Add originator to ssh_channel_accept 2022-06-07 14:16:59 +02:00
torture_hostkey.c tests/torture_hostkey: Skip some tests in FIPS mode 2019-06-13 16:28:25 +02:00
torture_knownhosts_verify.c tests: Use temporary file for known_hosts 2019-10-25 15:15:20 +02:00
torture_knownhosts.c tests: Do not parse configuration file in torture_knownhosts 2020-06-24 11:35:23 +02:00
torture_proxycommand.c tests: Do not require strict host key checking in openssh 2019-12-23 14:31:32 +01:00
torture_rekey.c tests: Simple reproducer for rekeying with different kex 2021-08-18 14:13:56 +02:00
torture_request_env.c tests: Allow to generate unencrypted PCAP files from testsuite 2019-01-09 10:14:56 +01:00
torture_scp.c tests: Ensure the mode of the created file is ... 2022-08-08 10:17:05 +02:00
torture_session.c channels: Fix segfaults when the channel data is freed 2021-09-15 11:04:45 +02:00
torture_sftp_benchmark.c tests: Allow to generate unencrypted PCAP files from testsuite 2019-01-09 10:14:56 +01:00
torture_sftp_canonicalize_path.c tests: Allow to generate unencrypted PCAP files from testsuite 2019-01-09 10:14:56 +01:00
torture_sftp_dir.c tests: Prefer assert_non_null() over assert_false() 2019-01-26 13:56:22 +01:00
torture_sftp_ext.c tests: Prefer assert_non_null() over assert_false() 2019-01-26 13:56:22 +01:00
torture_sftp_fsync.c tests: Allow to generate unencrypted PCAP files from testsuite 2019-01-09 10:14:56 +01:00
torture_sftp_init.c tests: Cover sftp_new_channel function 2021-03-18 14:44:35 +01:00
torture_sftp_read.c Fix broken link to an issue 2022-02-10 14:06:18 +01:00