summaryrefslogtreecommitdiff
path: root/selftest
Commit message (Expand)AuthorAgeFilesLines
* s3: smbd: Always use metadata_fsp() when processing fsctls.Jeremy Allison2023-01-231-1/+0
* s3: smbd: Add test to show smbd crashes when doing an FSCTL on a named stream...Jeremy Allison2023-01-232-0/+2
* CVE-2022-38023 s3:rpc_server/netlogon: Use dcesrv_netr_creds_server_step_check()Samuel Cabrero2023-01-231-0/+14
* CVE-2022-38023 selftest:Samba3: avoid global 'server schannel = auto'Samuel Cabrero2023-01-231-1/+15
* s3: smbd: Tweak openat_pathref_dirfsp_nosymlink() to NULL out fsp->fsp_name a...Jeremy Allison2023-01-161-1/+0
* selftest: Show vfs_virusscanner crashes when traversing a 2-level directory t...Jeremy Allison2023-01-162-0/+2
* s3: smbd: Cause SMB2_OP_FLUSH to go synchronous in a compound anywhere but th...Jeremy Allison2023-01-161-2/+0
* s4: torture: Add an async SMB2_OP_FLUSH + SMB2_OP_FLUSH test to smb2.compound...Jeremy Allison2023-01-161-0/+1
* s4: torture: Add an async SMB2_OP_FLUSH + SMB2_OP_CLOSE test to smb2.compound...Jeremy Allison2023-01-161-0/+1
* s3: libsmbclient: Fix smbc_getxattr() to return 0 on success.Jeremy Allison2023-01-161-1/+0
* s4: torture: Show return value for smbc_getxattr() is incorrect (returns >0 f...Jeremy Allison2023-01-161-0/+1
* s3:rpc_server/srvsvc: make sure we (re-)load all shares as root.Stefan Metzmacher2023-01-131-1/+0
* selftest: add samba3.blackbox.registry_shareStefan Metzmacher2023-01-132-0/+31
* CVE-2022-37966 s4:kdc: announce PA-SUPPORTED-ETYPES like windows.Stefan Metzmacher2022-12-142-2980/+616
* CVE-2022-37966 python:tests/krb5: test much more etype combinationsStefan Metzmacher2022-12-142-501/+3907
* CVE-2022-37966 kdc: Implement new Kerberos session key behaviour since ENC_HM...Andrew Bartlett2022-12-142-599/+2
* CVE-2022-37966 selftest: Run S4U tests against FL2003 DCJoseph Sutton2022-12-141-0/+7
* CVE-2022-37966 selftest: Add tests for Kerberos session key behaviour since E...Joseph Sutton2022-12-143-5/+1113
* CVE-2022-37966 tests/krb5: Test different preauth etypes with Protected Users...Joseph Sutton2022-12-141-2/+4
* CVE-2022-37967 Add new PAC checksumJoseph Sutton2022-12-141-2/+28
* CVE-2022-37966 HEIMDAL: Look up the server keys to combine with clients etype...Andrew Bartlett2022-12-141-5/+0
* CVE-2022-37966 tests/krb5: Add a test requesting tickets with various encrypt...Joseph Sutton2022-12-142-0/+12
* CVE-2022-38023 s4:rpc_server/netlogon: implement "server schannel require sea...Stefan Metzmacher2022-12-141-0/+28
* CVE-2022-38023 selftest:Samba4: avoid global 'allow nt4 crypto = yes' and 're...Stefan Metzmacher2022-12-141-7/+53
* CVE-2022-38023 docs-xml/smbdotconf: change 'reject md5 clients' default to yesStefan Metzmacher2022-12-141-0/+4
* CVE-2022-38023 selftest:Samba4: avoid global 'server schannel = auto'Stefan Metzmacher2022-12-141-3/+37
* selftest: make filter-subunit much more efficient for large knownfail listsAndrew Bartlett2022-12-141-17/+15
* smbd: reject FILE_ATTRIBUTE_TEMPORARY on directoriesRalph Boehme2022-12-051-1/+0
* torture: add a test trying to set FILE_ATTRIBUTE_TEMPORARY on a directoryRalph Boehme2022-12-052-0/+2
* s3:rpc_server: Fix include directive substitution when enumerating sharesAndreas Schneider2022-11-231-1/+0
* s3:tests: Add substitution test for listing sharesAndreas Schneider2022-11-231-0/+1
* s3:tests: Add substitution test for include directiveAndreas Schneider2022-11-231-0/+17
* lib/tsocket: avoid endless cpu-spinning in tstream_bsd_fde_handler()Stefan Metzmacher2022-10-311-6/+0
* lib/tsocket: Add tests for loop on EAGAINAndrew Bartlett2022-10-312-0/+9
* CVE-2022-3437 third_party/heimdal: Pass correct length to _gssapi_verify_pad()Joseph Sutton2022-10-241-2/+0
* CVE-2022-3437 third_party/heimdal: Check for overflow in _gsskrb5_get_mech()Joseph Sutton2022-10-241-1/+0
* CVE-2022-3437 third_party/heimdal: Check buffer length against overflow for D...Joseph Sutton2022-10-241-5/+0
* CVE-2022-3437 third_party/heimdal: Check the result of _gsskrb5_get_mech()Joseph Sutton2022-10-241-1/+0
* CVE-2022-3437 s4/auth/tests: Add unit tests for unwrap_des3()Joseph Sutton2022-10-242-0/+14
* s3: libsmbclient: Fix smbc_stat() to return ENOENT on a non-existent file.Jeremy Allison2022-10-191-2/+0
* s4: torture: libsmbclient: Add a torture test to ensure smbc_stat() returns E...Jeremy Allison2022-10-191-0/+2
* s3: VFS: fruit. Implement fsync_send()/fsync_recv().Jeremy Allison2022-10-181-3/+0
* s4: smbtorture: Add fsync_resource_fork test to fruit tests.Jeremy Allison2022-10-181-0/+3
* python-drs: Add client-side debug and fallback for GET_ANCAndrew Bartlett2022-10-071-1/+0
* selftest: Enable "old Samba" mode regarding GET_ANC/GET_TGTAndrew Bartlett2022-10-072-1/+16
* selftest: Prepare for "old Samba" mode regarding getncchanges GET_ANC/GET_TGTAndrew Bartlett2022-10-071-0/+2
* CVE-2021-20251 s4:kdc: Check badPwdCount update return statusJoseph Sutton2022-09-191-4/+0
* CVE-2021-20251 s4:dsdb: Make badPwdCount update atomicJoseph Sutton2022-09-191-5/+0
* CVE-2021-20251 s4-auth: Pass through error code from badPwdCount updateJoseph Sutton2022-09-192-2/+0
* CVE-2021-20251 auth4: Avoid reading the database twice by precaculating some ...Andrew Bartlett2022-09-191-12/+0