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)
commit0de01f45980c7bc261248a9cead972a8d8cbd594
tree084034b768e200f54557d1266aea4193c90fb02f
parent46301b1d2161317f56049934a9e7b658447b2c76
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.
source/include/proto.h
source/param/loadparm.c
source/smbd/filename.c
source/smbd/groupname.c
source/smbd/mangle.c
source/smbd/open.c
source/smbd/reply.c