summaryrefslogtreecommitdiff
path: root/selftest
Commit message (Expand)AuthorAgeFilesLines
* s4: torture: Add a new test - samba3.smb2.durable-open.stat-open.Jeremy Allison2022-05-092-0/+2
* s3:auth: Fix user_in_list() for UNIX groupsPavel Filipenský2022-04-111-1/+0
* s3:tests Test "username map" for UNIX groupsPavel Filipenský2022-04-111-0/+1
* selftest: Add to "username.map" mapping for jackthemappergroupPavel Filipenský2022-04-111-0/+2
* selftest: Create groups "jackthemappergroup" and "jacknomappergroup"Pavel Filipenský2022-04-111-0/+6
* selftest: Create users "jackthemapper" and "jacknomapper"Pavel Filipenský2022-04-111-1/+11
* vfs_shadow_copy2: implement readdir()Ralph Boehme2022-04-111-1/+0
* CI: add a test listing a snapshotted directoryRalph Boehme2022-04-111-0/+1
* s3: smbd: Preserve the fsp->fsp_name->st buf across a MSG_SMB_FILE_RENAME mes...Jeremy Allison2022-04-111-1/+0
* s4: torture: Add test_smb2_close_full_information() test to smb2.rename.Jeremy Allison2022-04-111-0/+1
* s3: smbd: smbd_smb2_setinfo_send(). All calls to SMB_VFS_FSTAT(fsp, &fsp->fsp...Jeremy Allison2022-04-111-1/+0
* s4: torture: Add regression test for re-opening a durable handle after callin...Jeremy Allison2022-04-111-0/+1
* CI: enable "smbd async dosmode" on shadow_write shareRalph Boehme2022-03-291-0/+1
* smbd: also check for NT_STATUS_NOT_SUPPORTEDRalph Boehme2022-03-291-1/+0
* CI: add test "smb2.async_dosmode"Ralph Boehme2022-03-292-0/+7
* CI: remove shares referencing removed functionalityRalph Boehme2022-03-291-52/+0
* s3: smbd: Don't allow setting the delete on close bit on a directory if it co...Jeremy Allison2022-03-241-1/+0
* s3: torture: Add 2 new tests SMB2-DEL-ON-CLOSE-NONWRITE-DELETE-NO, SMB2-DEL-O...Jeremy Allison2022-03-242-0/+26
* s4:kdc: redirect pre-authentication failured to an RWDCStefan Metzmacher2022-03-191-1/+0
* s4:auth: let authenticate_ldap_simple_bind() pass down the mapped nt4namesStefan Metzmacher2022-03-171-1/+0
* winbindd: don't set mapped_state in winbindd_dual_auth_passdb()Stefan Metzmacher2022-03-171-2/+0
* nsswitch: let test_wbinfo.sh also test wbinfo -a $USERNAME@$DOMAINStefan Metzmacher2022-03-171-0/+2
* rodc: Add tests for simple BIND alongside NTLMSSP bindsGarming Sam2022-03-171-0/+1
* s4:auth_sam: use USER_INFO_INTERACTIVE_LOGON as inducation for an interactive...Stefan Metzmacher2022-03-171-1/+0
* dsdb/tests: add test_login_basics_simple()Stefan Metzmacher2022-03-171-0/+1
* s3: smbd: Fix our leases code to return the correct error in the non-dynamic ...Jeremy Allison2022-03-071-1/+0
* s4: torture: Add new SMB2 lease test test_lease_duplicate_open().Jeremy Allison2022-03-071-0/+1
* s4/auth/simple_bind: correctly report TLS stateDouglas Bagnall2022-03-071-4/+0
* pytest:auth_log: expect TLS connections when using ldapsDouglas Bagnall2022-03-071-0/+4
* s3:modules: Fix virusfilter_vfs_openatPavel Filipenský2022-02-141-2/+0
* s3:selftest: Add test for virus scannerPavel Filipenský2022-02-142-0/+14
* selftest: Fix trailing whitespace in Samba3.pmPavel Filipenský2022-02-141-3/+3
* selftest: Do not force -d0 for smbd/nmbd/winbinddAndreas Schneider2022-02-141-1/+1
* selftest/quick: add smb2.sessionStefan Metzmacher2022-02-131-0/+1
* s3: libsmb: Call cli_dfs_target_check() from cli_smb2_rename_send().Jeremy Allison2022-02-091-1/+0
* s3: tests: Add a new test test_msdfs_rename() that does simple renames on MSD...Jeremy Allison2022-02-092-0/+2
* s3: tests: Add a new test test_msdfs_hardlink() that does simple hardlinks on...Jeremy Allison2022-02-091-0/+1
* lib: libsmbclient: Ensure cli_rename() always sets cli->raw_status.Jeremy Allison2022-02-041-1/+0
* s4: test: Add samba4.libsmbclient.rename test. Currently fails for SMB3.Jeremy Allison2022-02-041-0/+1
* Merge tag 'samba-4.15.5' into v4-15-testJule Anger2022-01-313-3/+3
|\
| * CVE-2021-44141: s3: smbd: Inside rename_internals_fsp(), we must use vfs_stat...Jeremy Allison2022-01-311-1/+0
| * CVE-2021-44141: s3: torture: Add a test samba3.blackbox.test_symlink_rename.S...Jeremy Allison2022-01-311-0/+1
| * CVE-2021-44141: s3: smbd: Fix a subtle bug in the error returns from filename...Jeremy Allison2022-01-311-2/+0
| * CVE-2021-44141: s3: smbd: Inside check_reduced_name() ensure we return the co...Jeremy Allison2022-01-311-3/+0
| * CVE-2021-44141: s3: smbd: For SMB1+POSIX clients trying to open a symlink, al...Jeremy Allison2022-01-311-1/+0
| * CVE-2021-44141: s3: torture: Change expected error return for samba3.smbtortu...Jeremy Allison2022-01-311-0/+1
| * CVE-2021-44141: s3: torture: In test_smbclient_s3, change the error codes exp...Jeremy Allison2022-01-312-1/+3
| * CVE-2021-44141: s3: torture: Add samba3.blackbox.test_symlink_traversal.SMB1....Jeremy Allison2022-01-311-0/+1
| * CVE-2021-44141: s3: torture: Add samba3.blackbox.test_symlink_traversal.SMB1.Jeremy Allison2022-01-311-0/+1
| * CVE-2021-44141: s3: torture: Add samba3.blackbox.test_symlink_traversal.SMB2.Jeremy Allison2022-01-311-0/+1