Displaying 3 results from an estimated 3 matches for "share_entry".
2002 Feb 25
3
PATCH: Samba/Win2K renaming bug
...e.
op_type 0 seemed to imply an unlocked share, so I went in to see if I
could tweak the server to work in that case. A full patch (including a
TON of DEBUG() changes) is included below -- in brief, though, I changed
the test in check_file_sharing (open.c:1234) from
if (BATCH_OPLOCK_TYPE(share_entry->op_type))
to
if (BATCH_OPLOCK_TYPE(share_entry->op_type) ||
NO_OPLOCK_TYPE(share_entry->op_type))
after adding a NO_OPLOCK_TYPE macro in include/smb.h. I then had to
re-enable the code that JRA removed (open.c:1237 - 1273) -- presumably the
server ends up trying to...
2021 Oct 29
0
[Announce] Samba 4.13.13 Available for Download
Release Announcements
---------------------
This is the latest stable release of the Samba 4.13 release series.
Changes since 4.13.12
---------------------
o? Douglas Bagnall <douglas.bagnall at catalyst.net.nz>
?? * BUG 14868: rodc_rwdc test flaps.
?? * BUG 14881: Backport bronze bit fixes, tests, and selftest
improvements.
o? Andrew Bartlett <abartlet at samba.org>
?? * BUG
2021 Oct 29
0
[Announce] Samba 4.13.13 Available for Download
Release Announcements
---------------------
This is the latest stable release of the Samba 4.13 release series.
Changes since 4.13.12
---------------------
o? Douglas Bagnall <douglas.bagnall at catalyst.net.nz>
?? * BUG 14868: rodc_rwdc test flaps.
?? * BUG 14881: Backport bronze bit fixes, tests, and selftest
improvements.
o? Andrew Bartlett <abartlet at samba.org>
?? * BUG