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)
commit17a4e0b3aca227b40957ed1e0c57e498debc6ddf
tree9bfaa55fa5f6adaa538f921adf23a502d8787235
parent891a8bc16af3c6ce5800e793ce4ec8b0078e444f
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
32 files changed:
source/gtk/common/select.c
source/gtk/tools/gwsam.c
source/lib/registry/reg_backend_rpc/reg_backend_rpc.c
source/libnet/libnet_passwd.c
source/librpc/idl/security.idl
source/ntvfs/posix/pvfs_acl.c
source/torture/basic/charset.c
source/torture/basic/delete.c
source/torture/basic/dir.c
source/torture/basic/scanner.c
source/torture/basic/unlink.c
source/torture/basic/utable.c
source/torture/gentest.c
source/torture/raw/chkpath.c
source/torture/raw/context.c
source/torture/raw/eas.c
source/torture/raw/open.c
source/torture/raw/oplock.c
source/torture/raw/qfileinfo.c
source/torture/raw/rename.c
source/torture/raw/streams.c
source/torture/rpc/autoidl.c
source/torture/rpc/lsa.c
source/torture/rpc/samr.c
source/torture/rpc/samsync.c
source/torture/rpc/spoolss.c
source/torture/rpc/svcctl.c
source/torture/rpc/testjoin.c
source/torture/rpc/winreg.c
source/torture/rpc/xplogin.c
source/torture/torture.c
source/torture/torture_util.c