1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00
samba-mirror/source4/torture/rpc
Andreas Schneider b6d66e55ad s4:torture: Initialize struct netr_LogonSamLogonEx
"Error: UNINIT (CWE-457):
samba-4.20.0rc2/source4/torture/rpc/schannel.c:250: var_decl: Declaring variable ""r"" without initializer.
samba-4.20.0rc2/source4/torture/rpc/schannel.c:357: uninit_use_in_call: Using uninitialized value ""r.in.validation_level"" when calling ""torture_comment"".
  355|   			""LogonSamLogonEx failed"");
  356|   	} else {
  357|-> 		torture_comment(tctx,
  358|   				""Skip auth_level[%u] Testing LogonSamLogonEx with name %s using %s and validation_level: %d\n"",
  359|   				auth_level, ninfo.identity_info.account_name.string, crypto_alg,"

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Martin Schwenke <mschwenke@ddn.com>
2024-06-30 23:20:33 +00:00
..
alter_context.c s4:torture:rpc: Fix code spelling 2023-08-14 21:45:30 +00:00
async_bind.c s4:torture: Migrate smbtorture to new cmdline option parser 2021-06-16 00:34:38 +00:00
atsvc.c
backupkey.c s4:torture: Check return values of gnutls functions (CID 1547212) 2023-10-19 21:37:36 +00:00
bench.c
bind.c s4:torture: Migrate smbtorture to new cmdline option parser 2021-06-16 00:34:38 +00:00
browser.c
clusapi.c s4:torture: Fix building with FORTIFY_SOURCE=2 2023-10-01 22:45:38 +00:00
countcalls.c
dfs.c s4:torture: Migrate smbtorture to new cmdline option parser 2021-06-16 00:34:38 +00:00
drsuapi_cracknames.c s4:torture: Fix code spelling 2023-09-11 02:42:41 +00:00
drsuapi_w2k8.c
drsuapi.c s4:torture:rpc: Fix code spelling 2023-08-14 21:45:30 +00:00
drsuapi.h CVE-2021-3738 s4:torture/drsuapi: maintain priv->admin_credentials 2021-11-09 19:45:34 +00:00
dsgetinfo.c s4:torture: Migrate smbtorture to new cmdline option parser 2021-06-16 00:34:38 +00:00
dssetup.c
echo.c lib: Remove timeval_until() 2024-03-22 05:03:35 +00:00
epmapper.c librpc/rpc: also get the 2nd half of the ndr_syntax_id from a floor 2023-10-17 19:20:38 +00:00
eventlog.c
forest_trust.c s4:torture: Use dcerpc_lsa_OpenPolicy3_r() 2024-04-09 22:52:38 +00:00
frsapi.c
fsrvp.c smbtorture: close handle and delete file in tree_base() 2022-08-29 17:22:32 +00:00
handles.c
initshutdown.c
iremotewinspool_common.c s4-torture: add testcase to iremotewinspool suite to explore object_uuid handling 2023-10-13 02:18:31 +00:00
iremotewinspool_common.h s4-torture: add testcase to iremotewinspool suite to explore object_uuid handling 2023-10-13 02:18:31 +00:00
iremotewinspool_driver.c s4:torture:rpc: Fix code spelling 2023-08-14 21:45:30 +00:00
iremotewinspool.c librpc:ndr: Introduce ‘ndr_flags_type’ type 2023-11-01 20:10:45 +00:00
join.c
lsa_lookup.c
lsa.c s4:torture: Add test for lsa_CreateTrustedDomainEx3 2024-04-09 22:52:38 +00:00
mdssvc.c s4:torture:rpc: Fix code spelling 2023-08-14 21:45:30 +00:00
mgmt.c s4:torture/rpc: let test_inq_princ_name_size also test for princ_name_size = 0 and BAD_STUB_DATA 2023-10-17 19:20:38 +00:00
netlogon_crypto.c CVE-2022-38023 s4:rpc_server/netlogon: require aes if weak crypto is disabled 2022-12-13 13:07:29 +00:00
netlogon.c s4/torture: Test with level 4 with NETLOGON_CONTROL_SET_DBFLAG function 2024-06-04 08:33:32 +00:00
netlogon.h
ntsvcs.c
object_uuid.c
remote_pac.c s4:torture:rpc: Fix code spelling 2023-08-14 21:45:30 +00:00
rpc.c dcom: Remove remainder of DCOM test client code 2023-07-28 10:48:32 +00:00
samba3rpc.c s4:torture:rpc: Fix code spelling 2023-08-14 21:45:30 +00:00
samlogon.c s4:torture: Fix code spelling 2023-10-25 22:23:38 +00:00
samr_accessmask.c s4/torture: initialise ACE structs to zero 2023-08-24 02:53:30 +00:00
samr_handletype.c samr:idl: add samr_SupportedFeatures for samr_Connect5() 2022-07-28 11:51:28 +00:00
samr_priv.c
samr.c s4:torture: Fully initialize struct samr_OpenUser 2024-06-28 11:39:33 +00:00
samsync.c librpc:ndr: Update ndr_print_debug() to the new ndr ABI 2022-07-15 14:25:38 +00:00
scanner.c
schannel.c s4:torture: Initialize struct netr_LogonSamLogonEx 2024-06-30 23:20:33 +00:00
session_key.c s4:torture: Migrate smbtorture to new cmdline option parser 2021-06-16 00:34:38 +00:00
spoolss_access.c s4:torture: Migrate smbtorture to new cmdline option parser 2021-06-16 00:34:38 +00:00
spoolss_notify.c s4:rpc_server: Fix duplicated function name between s3 and s4 2022-04-08 20:13:37 +00:00
spoolss_win.c
spoolss.c s4:torture: Add missing NULL checks in spoolss.c 2024-06-13 12:25:37 +00:00
srvsvc.c
svcctl.c s4-torture: add test for svcctl_ControlServiceExW() 2023-11-09 08:00:30 +00:00
testjoin.c s4-libnet: Split up samba-net into samba-net and samba-net-join 2024-06-05 20:42:34 +00:00
torture_rpc.h
unixinfo.c
winreg.c s4-torture: add test to check for Windows behavior of EnumValue call 2023-11-20 03:52:33 +00:00
witness.c s4:torture: Migrate smbtorture to new cmdline option parser 2021-06-16 00:34:38 +00:00
wkssvc.c s4:torture: Migrate smbtorture to new cmdline option parser 2021-06-16 00:34:38 +00:00