change the default file permissions on the SHARE_MEM_FILE* to
commitc6ac10170dbba57dfebc54c50d79cb29d13bb442
authorAndrew Tridgell <tridge@samba.org>
Mon, 27 Oct 1997 14:27:17 +0000 (27 14:27 +0000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 27 Oct 1997 14:27:17 +0000 (27 14:27 +0000)
treeebd9f962821f06edf9a83730c879d69fa7ddb753
parent0f15558efb26b7215540a588dfe8733e9346d407
change the default file permissions on the SHARE_MEM_FILE* to
0644. smbstatus now gets only read permission on the share files and
does no locking.

also get rid of some unnecessary umask(0) calls. smbd always runs with
umask(0)
source/include/proto.h
source/locking/locking.c
source/locking/locking_shm.c
source/locking/locking_slow.c
source/locking/shmem.c
source/smbd/server.c
source/utils/status.c