r18942: add a ldb_set_create_perms() function in ldb. I didn't call it
authorAndrew Tridgell <tridge@samba.org>
Wed, 27 Sep 2006 05:57:41 +0000 (05:57 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:20:22 +0000 (14:20 -0500)
commit7e2ec875908c112d5c3b0f6d18f9a8bbacf33539
tree0479fd37318bdd3bea4343350ba48540e7a192c7
parent1a42f38dfdc55d7429a1f8d3e811f3d857195a58
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)
source/lib/ldb/common/ldb.c
source/lib/ldb/include/ldb.h
source/lib/ldb/include/ldb_private.h
source/lib/ldb/ldb_tdb/ldb_tdb.c