Added back groupname map stuff removed by Andrew's "slash 'n' burn"
authorJeremy Allison <jra@samba.org>
Tue, 8 Sep 1998 19:21:04 +0000 (19:21 +0000)
committerJeremy Allison <jra@samba.org>
Tue, 8 Sep 1998 19:21:04 +0000 (19:21 +0000)
commit6e0c276ec8b918165a19b3dfc86bc7bef6d1f706
treefb8c41b2af435269dbe4f5019d121b6572ad07d5
parent519a6d5f0ed0d81cf739394c1c8c305f8ae43c87
Added back groupname map stuff removed by Andrew's "slash 'n' burn"
tactics :-). Protected by #ifdef until used.

Fixed bug in fd_attempt_close() where a pointer to potentially
free'd memory was returned. I hate that.

Added "blocking locks" as a per-share option for performance testing.

Changed is_mangled() so it will return true if called with a pathname
and any component of the pathname was mangled (it was already attempting
to do this, but not checking for a '/' as end-of-mangle).

This should be a better fix for the wierd stat cache bug Andrew identified.

Jeremy.
(This used to be commit 0de01f45980c7bc261248a9cead972a8d8cbd594)
source3/include/proto.h
source3/param/loadparm.c
source3/smbd/filename.c
source3/smbd/groupname.c
source3/smbd/mangle.c
source3/smbd/open.c
source3/smbd/reply.c