r18942: add a ldb_set_create_perms() function in ldb. I didn't call it
commit4c3b07b654f4eb9041da0e9a84bc60d667901fe5
authorAndrew Tridgell <tridge@samba.org>
Wed, 27 Sep 2006 05:57:41 +0000 (27 05:57 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:20:22 +0000 (10 14:20 -0500)
tree9313c76ded12df3eef7b1a9053f126ca03f3be3e
parent4e7c9367a7f885b685d7d1476c359e5848356f83
r18942: add a ldb_set_create_perms() function in ldb. I didn't call it
ldb_set_umask() (which is what we had discussed) as it doesn't
actually set the umask (in effect it sets the inverse of the umask -
the perms to be used for the file)
(This used to be commit 7e2ec875908c112d5c3b0f6d18f9a8bbacf33539)
source4/lib/ldb/common/ldb.c
source4/lib/ldb/include/ldb.h
source4/lib/ldb/include/ldb_private.h
source4/lib/ldb/ldb_tdb/ldb_tdb.c