r4035: more effort on consistent naming of the access mask bits.
authorAndrew Tridgell <tridge@samba.org>
Thu, 2 Dec 2004 04:37:36 +0000 (04:37 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:06:16 +0000 (13:06 -0500)
commitcc8f4358cca2404895015e2351394f2f4a16e025
tree1da58580fff856f4f14c577c910e0ea5cb4af817
parent81476cd9fad32f5629de44d45c3a9c58d67e5864
r4035: more effort on consistent naming of the access mask bits.

This removes the duplicate named SEC_RIGHTS_MAXIMUM_ALLOWED and
SEC_RIGHTS_FULL_CONTROL, which are just other names for
SEC_FLAG_MAXIMUM_ALLOWED and SEC_RIGHTS_FILE_ALL. The latter names
match the new naming conventions in security.idl

Also added names for the generic->specific mappings for files are
directories
(This used to be commit 17a4e0b3aca227b40957ed1e0c57e498debc6ddf)
32 files changed:
source4/gtk/common/select.c
source4/gtk/tools/gwsam.c
source4/lib/registry/reg_backend_rpc/reg_backend_rpc.c
source4/libnet/libnet_passwd.c
source4/librpc/idl/security.idl
source4/ntvfs/posix/pvfs_acl.c
source4/torture/basic/charset.c
source4/torture/basic/delete.c
source4/torture/basic/dir.c
source4/torture/basic/scanner.c
source4/torture/basic/unlink.c
source4/torture/basic/utable.c
source4/torture/gentest.c
source4/torture/raw/chkpath.c
source4/torture/raw/context.c
source4/torture/raw/eas.c
source4/torture/raw/open.c
source4/torture/raw/oplock.c
source4/torture/raw/qfileinfo.c
source4/torture/raw/rename.c
source4/torture/raw/streams.c
source4/torture/rpc/autoidl.c
source4/torture/rpc/lsa.c
source4/torture/rpc/samr.c
source4/torture/rpc/samsync.c
source4/torture/rpc/spoolss.c
source4/torture/rpc/svcctl.c
source4/torture/rpc/testjoin.c
source4/torture/rpc/winreg.c
source4/torture/rpc/xplogin.c
source4/torture/torture.c
source4/torture/torture_util.c