r12203: Add the share path into the sharemode db. This involves
commit9d93af713f8520ca506730dd32aa2b994937eaba
authorJeremy Allison <jra@samba.org>
Mon, 12 Dec 2005 22:07:36 +0000 (12 22:07 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:05:49 +0000 (10 11:05 -0500)
treed12038809cfca65fea202c1fde29da4363e5d68b
parente96000c16cd182b2e2cbdc1a287002306d2965e6
r12203: Add the share path into the sharemode db. This involves
revving the minor version number for libsmbsharemodes (we
now have a new _ex interface that takes the share path
as well as the filename). Needed for #3303. Some code written
by SATOH Fumiyasu <fumiya@samba.gr.jp> included in the changes
to locking/locking.c. The smbstatus output is a bit of a mess
and needs overhauling...
Jeremy.
source/Makefile.in
source/include/smb.h
source/libsmb/smb_share_modes.c
source/locking/locking.c
source/smbd/close.c
source/smbd/open.c
source/smbd/oplock.c
source/smbd/trans2.c
source/utils/status.c
source/web/statuspage.c