summaryrefslogtreecommitdiff
path: root/selftest
Commit message (Expand)AuthorAgeFilesLines
* CVE-2021-44141: s3: smbd: Tighten up info level checks for SMB1+POSIX to make...Jeremy Allison2022-01-311-0/+8
* CVE-2021-44141: s3: torture: Remove the wildcard unlink test code.Jeremy Allison2022-01-311-2/+0
* CVE-2021-44142: libadouble: harden parsing codeRalph Boehme2022-01-311-3/+0
* CVE-2021-44142: libadouble: add basic cmocka testsRalph Boehme2022-01-312-0/+5
* CVE-2022-0336: s4/dsdb/samldb: Don't return early when an SPN is re-added to ...Joseph Sutton2022-01-311-1/+0
* CVE-2022-0336: pytest: Add a test for an SPN conflict with a re-added SPNJoseph Sutton2022-01-311-0/+1
* auth/ntlmssp: make sure we return INVALID_PARAMETER for NTLMv2_RESPONSE parsi...Stefan Metzmacher2022-01-181-5/+0
* s4:torture/smb2: add smb2.session.ntlmssp_bug14932 testStefan Metzmacher2022-01-181-0/+5
* libcli/auth: let NTLMv2_RESPONSE_verify_netlogon_creds ignore BUFFER_TOO_SMALLStefan Metzmacher2022-01-181-14/+0
* s4:torture/rpc: add test for invalid av_pair content in LogonSamLogonExStefan Metzmacher2022-01-181-0/+14
* s3:libsmb: fix signing regression SMBC_server_internal()Stefan Metzmacher2022-01-181-1/+0
* s4:selftest: run libsmbclient.noanon_list against maptoguestStefan Metzmacher2022-01-181-0/+1
* selftest/Samba3: enable SMB1 for maptoguestStefan Metzmacher2022-01-182-6/+5
* s3: smbclient: In do_host_query(), if we need SMB1, ensure we select NT1 as t...Jeremy Allison2022-01-121-1/+0
* s3: selftest: Add two tests that show we try and send an SMB1 request over an...Jeremy Allison2022-01-121-0/+1
* s3: smbd: Create and use a common function for generating a fileid - create_c...Jeremy Allison2022-01-121-2/+0
* tests: Add 2 tests for unique fileid's with top bit set (generated from itime...Jeremy Allison2022-01-121-0/+2
* libcli:auth: Allow to connect to netlogon server offering only AESAndreas Schneider2021-12-081-1/+0
* s3:rpc_client: Pass remote name and socket to cli_rpc_pipe_open_schannel_with...Günther Deschner2021-12-081-2/+0
* testprogs: Add rpcclient schannel testsAndreas Schneider2021-12-081-0/+3
* smb2_server: skip tcon check and chdir_current_service() for FSCTL_QUERY_NETW...Stefan Metzmacher2021-12-061-1/+0
* s4:torture/smb2: FSCTL_QUERY_NETWORK_INTERFACE_INFO should work on noperm shareStefan Metzmacher2021-12-061-0/+1
* smb2_server: don't let SMB2_OP_IOCTL force FILE_CLOSED for invalid file idsStefan Metzmacher2021-12-061-1/+0
* s4:torture/smb2: FSCTL_QUERY_NETWORK_INTERFACE_INFO gives INVALID_PARAMETER w...Stefan Metzmacher2021-12-061-0/+1
* smb2_ioctl: return BUFFER_TOO_SMALL in smbd_smb2_request_ioctl_done()Stefan Metzmacher2021-12-061-1/+0
* s4:torture/smb2: test FSCTL_QUERY_NETWORK_INTERFACE_INFO with BUFFER_TOO_SMALLStefan Metzmacher2021-12-061-0/+1
* smb2_server: skip tcon check and chdir_current_service() for FSCTL_VALIDATE_N...Stefan Metzmacher2021-12-061-1/+0
* s4:torture/smb2: add smb2.ioctl.bug14788.VALIDATE_NEGOTIATEStefan Metzmacher2021-12-061-0/+1
* CVE-2021-3670 ldb: Confirm the request has not yet timed out in ldb filter pr...Andrew Bartlett2021-12-021-1/+0
* CVE-2021-3670 tests/krb5/test_ldap.py: Add test for LDAP timeoutsJoseph Sutton2021-12-021-0/+1
* cmdline: Make -P work in clustered modeVolker Lendecke2021-11-191-1/+0
* selftest: Add reproducer for bug 14908Volker Lendecke2021-11-191-0/+1
* CVE-2020-25717: s3:auth: Fallback to a SID/UID based mapping if the named bas...Andrew Bartlett2021-11-171-2/+0
* CVE-2020-25717: tests/krb5: Add a test for idmap_nss mapping users to SIDsJoseph Sutton2021-11-171-0/+2
* CVE-2020-25717: selftest: turn ad_member_no_nss_wb into ad_member_idmap_nssJoseph Sutton2021-11-172-5/+21
* s3: smbd: Ensure in the directory scanning loops inside rmdir_internals() we ...Jeremy Allison2021-11-171-1/+0
* s3: smbtorture3: Add test for setting delete on close on a directory, then cr...Jeremy Allison2021-11-171-0/+1
* lib/dbwrap: reset deleted record to tdb_nullRalph Boehme2021-11-101-1/+0
* CI: add a test for bug 14882Ralph Boehme2021-11-101-0/+1
* s3: smbd: Fix logic in can_delete_directory_fsp() to cope with dangling symli...Jeremy Allison2021-11-101-1/+0
* s3: smbd: Add two tests showing the ability to delete a directory containing ...Jeremy Allison2021-11-102-0/+5
* s3: smbd: Fix recursive directory delete of a directory containing veto file ...Jeremy Allison2021-11-101-1/+0
* s3: smbd: Add two tests showing recursive directory delete of a directory con...Jeremy Allison2021-11-102-0/+17
* lib: handle NTTIME_THAW in nt_time_to_full_timespec()Ralph Boehme2021-11-101-1/+0
* torture: add a test for NTTIME_FREEZE and NTTIME_THAWRalph Boehme2021-11-101-0/+1
* CVE-2021-3738 s4:rpc_server/drsuapi: make use of assoc_group aware dcesrv_sam...Stefan Metzmacher2021-11-041-1/+0
* CVE-2021-3738 s4:torture/drsuapi: DsBindAssocGroup* testsStefan Metzmacher2021-11-041-0/+1
* CVE-2021-23192: dcesrv_core: only the first fragment specifies the auth_contextsStefan Metzmacher2021-11-041-20/+0
* CVE-2021-23192: python/tests/dcerpc: add tests to check how security contexts...Stefan Metzmacher2021-11-041-0/+20
* CVE-2020-25722 selftest: Ensure check for duplicate servicePrincipalNames is ...Joseph Sutton2021-11-041-2/+0