summaryrefslogtreecommitdiff
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* CVE-2021-44141: s4: torture: Fix unix.info2 test to actually negotiate SMB1+P...Jeremy Allison2022-01-311-2/+40
* CVE-2021-44141: s4: torture: Fix raw.search:test_one_file() by using the SMB1...Jeremy Allison2022-01-311-2/+11
* CVE-2021-44141: s4: torture: raw.search: Add setup_smb1_posix(). Call it on t...Jeremy Allison2022-01-311-0/+59
* CVE-2021-44141: s4: torture: In raw.search:test_one_file() add a second conne...Jeremy Allison2022-01-311-3/+4
* CVE-2021-44141: s4: torture: In raw.search:test_one_file() remove the leading...Jeremy Allison2022-01-311-11/+11
* CVE-2021-44141: s4: torture: Fix raw.search:test_one_file() to use torture_re...Jeremy Allison2022-01-311-19/+41
* CVE-2021-44141: s4: torture: Remove the wildcard rename test code.Jeremy Allison2022-01-311-33/+0
* CVE-2021-44141: s4: torture: Remove the wildcard unlink test code.Jeremy Allison2022-01-311-72/+0
* CVE-2021-44141: s4: libcli: smbcli_unlink() is no longer used with wildcard p...Jeremy Allison2022-01-311-5/+1
* CVE-2021-44141: s4: torture: Use smbcli_unlink_wcard() to setup and cleanup i...Jeremy Allison2022-01-311-1/+1
* CVE-2021-44141: s4: torture: Use smbcli_unlink_wcard() in base.casetable test.Jeremy Allison2022-01-311-1/+1
* CVE-2021-44141: s4: torture: Use smbcli_unlink_wcard() to cleanup in base.man...Jeremy Allison2022-01-311-1/+1
* CVE-2021-44141: s4: torture: Use smbcli_unlink_wcard() to remove wildcards in...Jeremy Allison2022-01-311-2/+2
* CVE-2021-44141: s4: torture: In raw.notify test use smbcli_unlink_wcard() in ...Jeremy Allison2022-01-311-1/+1
* CVE-2021-44141: s4: libcli: In smbcli_deltree() use smbcli_unlink_wcard() in ...Jeremy Allison2022-01-311-1/+1
* CVE-2021-44141: s4: libcli: Add smbcli_unlink_wcard().Jeremy Allison2022-01-312-0/+101
* CVE-2022-0336: s4/dsdb/samldb: Don't return early when an SPN is re-added to ...Joseph Sutton2022-01-311-2/+1
* s4:torture/smb2: add smb2.session.ntlmssp_bug14932 testStefan Metzmacher2022-01-181-0/+51
* s4:torture/rpc: add test for invalid av_pair content in LogonSamLogonExStefan Metzmacher2022-01-181-0/+209
* s4:selftest: run libsmbclient.noanon_list against maptoguestStefan Metzmacher2022-01-181-0/+16
* s4:torture/libsmbclient: add libsmbclient.noanon_list testStefan Metzmacher2022-01-181-0/+50
* tests: Add 2 tests for unique fileid's with top bit set (generated from itime...Jeremy Allison2022-01-123-0/+207
* testprogs: Add rpcclient schannel testsAndreas Schneider2021-12-081-0/+27
* dsdb: Use DSDB_SEARCH_SHOW_EXTENDED_DN when searching for the local replicate...Andrew Bartlett2021-12-082-2/+13
* s4:torture/smb2: FSCTL_QUERY_NETWORK_INTERFACE_INFO should work on noperm shareStefan Metzmacher2021-12-061-0/+130
* s4:torture/smb2: FSCTL_QUERY_NETWORK_INTERFACE_INFO gives INVALID_PARAMETER w...Stefan Metzmacher2021-12-061-0/+53
* s4:torture/smb2: test FSCTL_QUERY_NETWORK_INTERFACE_INFO with BUFFER_TOO_SMALLStefan Metzmacher2021-12-061-0/+102
* s4:torture/smb2: add smb2.ioctl.bug14788.VALIDATE_NEGOTIATEStefan Metzmacher2021-12-061-0/+111
* CVE-2021-3670 ldap_server: Clearly log LDAP queries and timeoutsAndrew Bartlett2021-12-021-22/+99
* CVE-2021-3670 dsdb/anr: Do a copy of the potentially anr query before startin...Andrew Bartlett2021-12-021-8/+65
* CVE-2021-3670 ldap_server: Remove duplicate print of LDAP search detailsAndrew Bartlett2021-12-021-3/+0
* CVE-2021-3670 ldap_server: Ensure value of MaxQueryDuration is greater than zeroJoseph Sutton2021-12-021-1/+3
* CVE-2021-3670 ldap_server: Set timeout on requests based on MaxQueryDurationJoseph Sutton2021-12-021-1/+11
* CVE-2021-3670 tests/krb5/test_ldap.py: Add test for LDAP timeoutsJoseph Sutton2021-12-021-0/+63
* CVE-2020-25717: tests/krb5: Add a test for idmap_nss mapping users to SIDsJoseph Sutton2021-11-171-0/+16
* CVE-2020-25717: selftest: turn ad_member_no_nss_wb into ad_member_idmap_nssJoseph Sutton2021-11-171-1/+1
* torture: add a test for NTTIME_FREEZE and NTTIME_THAWRalph Boehme2021-11-101-0/+208
* CVE-2021-3738 s4:rpc_server/samr: make use of dcesrv_samdb_connect_as_*() helperStefan Metzmacher2021-11-042-43/+7
* CVE-2021-3738 s4:rpc_server/netlogon: make use of dcesrv_samdb_connect_as_*()...Stefan Metzmacher2021-11-041-118/+18
* CVE-2021-3738 s4:rpc_server/lsa: make use of dcesrv_samdb_connect_as_user() h...Stefan Metzmacher2021-11-041-6/+1
* CVE-2021-3738 s4:rpc_server/dnsserver: make use of dcesrv_samdb_connect_as_us...Stefan Metzmacher2021-11-041-9/+2
* CVE-2021-3738 s4:rpc_server/drsuapi: make use of assoc_group aware dcesrv_sam...Stefan Metzmacher2021-11-041-36/+19
* CVE-2021-3738 s4:rpc_server/common: provide assoc_group aware dcesrv_samdb_co...Stefan Metzmacher2021-11-041-16/+105
* CVE-2021-3738 s4:torture/drsuapi: DsBindAssocGroup* testsStefan Metzmacher2021-11-041-0/+172
* CVE-2021-3738 s4:torture/drsuapi: maintain priv->admin_credentialsStefan Metzmacher2021-11-042-0/+4
* CVE-2021-3738 s4:torture/drsuapi: maintain priv->dc_credentialsStefan Metzmacher2021-11-042-2/+2
* CVE-2021-3738 s4:torture/drsuapi: don't pass DsPrivate to test_DsBind()Stefan Metzmacher2021-11-043-11/+16
* CVE-2016-2124: s4:libcli/sesssetup: don't fallback to non spnego authenticati...Stefan Metzmacher2021-11-041-0/+14
* CVE-2021-23192: dcesrv_core: only the first fragment specifies the auth_contextsStefan Metzmacher2021-11-041-0/+1
* CVE-2020-25722 selftest: Ensure check for duplicate servicePrincipalNames is ...Joseph Sutton2021-11-041-13/+12