summaryrefslogtreecommitdiff
path: root/python/samba/tests/libsmb-basic.py
AgeCommit message (Collapse)AuthorFilesLines
2023-10-10tests: Add reproducer for bug 15487Volker Lendecke1-0/+21
Show that smbd crashes if asked to return full information on close of a stream handle with delete on close disposition set. Bug: https://bugzilla.samba.org/show_bug.cgi?id=15487 Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2023-09-20tests: Add reproducer for BZ15481Volker Lendecke1-0/+27
Bug: https://bugzilla.samba.org/show_bug.cgi?id=15481 Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2023-04-17tests: Show that streams_depot and shadow_copy2 don't play togetherVolker Lendecke1-1/+14
See the next patch, we assert in shadow_copy2_openat() over paths passed in from shadow_copy2 BUG: https://bugzilla.samba.org/show_bug.cgi?id=15358 Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2023-02-24tests: Show that the case sensitive large dir optimization is brokenVolker Lendecke1-0/+9
We don't normalize the directories Bug: https://bugzilla.samba.org/show_bug.cgi?id=15313 Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2022-12-20tests: add a Python test for case insensitive accessRalph Boehme1-0/+52
Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Tue Dec 20 01:32:07 UTC 2022 on sn-devel-184
2022-10-27tests: Use samba.tests.libsmb.LibsmbTests in libsmb-basic.pyVolker Lendecke1-33/+22
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2022-10-27tests: Rename python/samba/tests/libsmb.pyVolker Lendecke1-0/+157
samba/libsmb.py will become a common file to do the library initialization for our tests. We already have two copies in smb3unix.py and libsmb.py, and there might be more soon. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>