SEC_STD_DELETE     77 librpc/gen_ndr/security.h #define STANDARD_RIGHTS_WRITE_ACCESS	( (SEC_STD_WRITE_OWNER|SEC_STD_WRITE_DAC|SEC_STD_DELETE) )
SEC_STD_DELETE     78 librpc/gen_ndr/security.h #define STANDARD_RIGHTS_REQUIRED_ACCESS	( (SEC_STD_DELETE|SEC_STD_READ_CONTROL|SEC_STD_WRITE_DAC|SEC_STD_WRITE_OWNER) )
SEC_STD_DELETE    110 source3/lib/netapi/group.c 					       SEC_STD_DELETE |
SEC_STD_DELETE    282 source3/lib/netapi/group.c 				       SEC_STD_DELETE |
SEC_STD_DELETE    200 source3/lib/netapi/localgroup.c 					    SEC_STD_DELETE |
SEC_STD_DELETE    292 source3/lib/netapi/localgroup.c 						      SEC_STD_DELETE,
SEC_STD_DELETE    318 source3/lib/netapi/localgroup.c 						      SEC_STD_DELETE,
SEC_STD_DELETE    416 source3/lib/netapi/user.c 					 SEC_STD_DELETE |
SEC_STD_DELETE    554 source3/lib/netapi/user.c 				      SEC_STD_DELETE,
SEC_STD_DELETE     94 source3/lib/util_seaccess.c 	if (*access_mask & (SEC_STD_DELETE|SEC_STD_WRITE_DAC|SEC_STD_WRITE_OWNER|SEC_STD_SYNCHRONIZE)) {
SEC_STD_DELETE     95 source3/lib/util_seaccess.c 		*access_mask &= ~(SEC_STD_DELETE|SEC_STD_WRITE_DAC|SEC_STD_WRITE_OWNER|SEC_STD_SYNCHRONIZE);
SEC_STD_DELETE    115 source3/lib/util_seaccess.c 		granted |= SEC_STD_WRITE_DAC | SEC_STD_READ_CONTROL | SEC_STD_DELETE;
SEC_STD_DELETE    117 source3/lib/util_seaccess.c 		granted |= SEC_STD_DELETE;
SEC_STD_DELETE    174 source3/lib/util_seaccess.c 		bits_remaining = access_desired & ~SEC_STD_DELETE;
SEC_STD_DELETE    201 source3/lib/util_seaccess.c 	if ((bits_remaining & (SEC_STD_WRITE_DAC|SEC_STD_READ_CONTROL|SEC_STD_DELETE)) &&
SEC_STD_DELETE    203 source3/lib/util_seaccess.c 		bits_remaining &= ~(SEC_STD_WRITE_DAC|SEC_STD_READ_CONTROL|SEC_STD_DELETE);
SEC_STD_DELETE    205 source3/lib/util_seaccess.c 	if ((bits_remaining & SEC_STD_DELETE) &&
SEC_STD_DELETE    207 source3/lib/util_seaccess.c 		bits_remaining &= ~SEC_STD_DELETE;
SEC_STD_DELETE    815 source3/libnet/libnet_join.c 			SEC_STD_WRITE_DAC | SEC_STD_DELETE |
SEC_STD_DELETE   1658 source3/rpcclient/cmd_samr.c 		     SEC_STD_WRITE_DAC | SEC_STD_DELETE |
SEC_STD_DELETE   5209 source3/utils/net_rpc.c 		     SEC_STD_WRITE_DAC | SEC_STD_DELETE |
SEC_STD_DELETE    272 source3/utils/net_rpc_join.c 		     SEC_STD_WRITE_DAC | SEC_STD_DELETE |
SEC_STD_DELETE     47 source3/utils/sharesec.c 	{ "D", SEC_STD_DELETE },
SEC_STD_DELETE     53 source3/utils/sharesec.c #define SEC_RIGHTS_DIR_CHANGE ( SEC_RIGHTS_DIR_READ|SEC_STD_DELETE|\
SEC_STD_DELETE     36 source4/libcli/security/access_check.c 		granted |= SEC_STD_WRITE_DAC | SEC_STD_READ_CONTROL | SEC_STD_DELETE;
SEC_STD_DELETE     38 source4/libcli/security/access_check.c 		granted |= SEC_STD_DELETE;
SEC_STD_DELETE     91 source4/libcli/security/access_check.c 		bits_remaining = access_desired & ~SEC_STD_DELETE;
SEC_STD_DELETE    109 source4/libcli/security/access_check.c 	if ((bits_remaining & (SEC_STD_WRITE_DAC|SEC_STD_READ_CONTROL|SEC_STD_DELETE)) &&
SEC_STD_DELETE    111 source4/libcli/security/access_check.c 		bits_remaining &= ~(SEC_STD_WRITE_DAC|SEC_STD_READ_CONTROL|SEC_STD_DELETE);
SEC_STD_DELETE    113 source4/libcli/security/access_check.c 	if ((bits_remaining & SEC_STD_DELETE) &&
SEC_STD_DELETE    115 source4/libcli/security/access_check.c 		bits_remaining &= ~SEC_STD_DELETE;
SEC_STD_DELETE    167 source4/libcli/security/sddl.c 	{ "SD", SEC_STD_DELETE },
SEC_STD_DELETE     94 source4/libcli/smb_composite/smb2.c 	create_parm.in.desired_access     = SEC_STD_DELETE;
SEC_STD_DELETE    237 source4/libcli/smb_composite/smb2.c 	create_parm.in.desired_access     = SEC_STD_DELETE;
SEC_STD_DELETE    191 source4/ntvfs/common/opendb_tdb.c 				 SEC_STD_DELETE))) {
SEC_STD_DELETE    198 source4/ntvfs/common/opendb_tdb.c 			     SEC_STD_DELETE))) {
SEC_STD_DELETE    222 source4/ntvfs/common/opendb_tdb.c 	CHECK_MASK(e1->access_mask, SEC_STD_DELETE,
SEC_STD_DELETE    224 source4/ntvfs/common/opendb_tdb.c 	CHECK_MASK(access_mask, SEC_STD_DELETE,
SEC_STD_DELETE    214 source4/ntvfs/posix/pvfs_acl.c 		ace.access_mask |= SEC_RIGHTS_FILE_WRITE | SEC_STD_DELETE;
SEC_STD_DELETE    442 source4/ntvfs/posix/pvfs_acl.c 			    SEC_STD_DELETE | 
SEC_STD_DELETE    172 source4/ntvfs/posix/pvfs_mkdir.c 	status = pvfs_access_check_simple(pvfs, req, name, SEC_STD_DELETE);
SEC_STD_DELETE   1261 source4/ntvfs/posix/pvfs_open.c 	    !(access_mask & SEC_STD_DELETE)) {
SEC_STD_DELETE   1798 source4/ntvfs/posix/pvfs_open.c 	access_mask	= SEC_STD_DELETE;
SEC_STD_DELETE   1862 source4/ntvfs/posix/pvfs_open.c 	access_mask	= SEC_STD_DELETE;
SEC_STD_DELETE     42 source4/ntvfs/posix/pvfs_setfileinfo.c 		needed = SEC_STD_DELETE;
SEC_STD_DELETE     68 source4/ntvfs/posix/pvfs_setfileinfo.c 		needed = SEC_STD_DELETE;
SEC_STD_DELETE    985 source4/torture/basic/base.c 	fnum1 = smbcli_nt_create_full(cli1->tree, fname, 0, SEC_STD_DELETE|SEC_FILE_READ_ATTRIBUTE, FILE_ATTRIBUTE_NORMAL,
SEC_STD_DELETE   1027 source4/torture/basic/base.c 	fnum2 = smbcli_nt_create_full(cli2->tree, fname, 0, SEC_STD_DELETE|SEC_FILE_READ_ATTRIBUTE, FILE_ATTRIBUTE_NORMAL,
SEC_STD_DELETE   1051 source4/torture/basic/base.c 	fnum1 = smbcli_nt_create_full(cli1->tree, fname, 0, SEC_STD_DELETE|SEC_FILE_READ_ATTRIBUTE, FILE_ATTRIBUTE_NORMAL,
SEC_STD_DELETE   1060 source4/torture/basic/base.c 	fnum2 = smbcli_nt_create_full(cli2->tree, fname, 0, SEC_STD_DELETE|SEC_FILE_READ_ATTRIBUTE, FILE_ATTRIBUTE_NORMAL,
SEC_STD_DELETE   1082 source4/torture/basic/base.c 	fnum1 = smbcli_nt_create_full(cli1->tree, fname, 0, SEC_STD_DELETE|SEC_FILE_READ_ATTRIBUTE, FILE_ATTRIBUTE_NORMAL,
SEC_STD_DELETE   1091 source4/torture/basic/base.c 	fnum2 = smbcli_nt_create_full(cli2->tree, fname, 0, SEC_STD_DELETE|SEC_FILE_READ_ATTRIBUTE, FILE_ATTRIBUTE_NORMAL,
SEC_STD_DELETE   1159 source4/torture/basic/base.c 	fnum2 = smbcli_nt_create_full(cli2->tree, fname, 0, SEC_STD_DELETE|SEC_FILE_READ_ATTRIBUTE, FILE_ATTRIBUTE_NORMAL,
SEC_STD_DELETE   1261 source4/torture/basic/base.c                                SEC_STD_DELETE|SEC_STD_READ_CONTROL|\
SEC_STD_DELETE    271 source4/torture/basic/delete.c 				      SEC_STD_DELETE,
SEC_STD_DELETE    384 source4/torture/basic/delete.c 				      SEC_STD_DELETE,
SEC_STD_DELETE    430 source4/torture/basic/delete.c 				      SEC_STD_DELETE,
SEC_STD_DELETE    442 source4/torture/basic/delete.c 				      SEC_STD_DELETE,
SEC_STD_DELETE    507 source4/torture/basic/delete.c 				      SEC_STD_DELETE,
SEC_STD_DELETE    607 source4/torture/basic/delete.c 				      SEC_STD_DELETE,
SEC_STD_DELETE    622 source4/torture/basic/delete.c 				      SEC_STD_DELETE,
SEC_STD_DELETE    679 source4/torture/basic/delete.c 				      SEC_STD_DELETE,
SEC_STD_DELETE    699 source4/torture/basic/delete.c 				      SEC_STD_DELETE,
SEC_STD_DELETE    935 source4/torture/basic/delete.c 				      SEC_STD_DELETE,
SEC_STD_DELETE    989 source4/torture/basic/delete.c 				      SEC_STD_DELETE,
SEC_STD_DELETE   1064 source4/torture/basic/delete.c 				      SEC_STD_DELETE,
SEC_STD_DELETE   1082 source4/torture/basic/delete.c 				      SEC_STD_DELETE,
SEC_STD_DELETE   1160 source4/torture/basic/delete.c 				      SEC_STD_DELETE,
SEC_STD_DELETE   1470 source4/torture/basic/delete.c 				      SEC_STD_DELETE,
SEC_STD_DELETE   1506 source4/torture/basic/delete.c 				      SEC_STD_DELETE,
SEC_STD_DELETE   1685 source4/torture/basic/denytest.c 		     SEC_STD_DELETE))) {
SEC_STD_DELETE   1692 source4/torture/basic/denytest.c 		     SEC_STD_DELETE))) {
SEC_STD_DELETE   1712 source4/torture/basic/denytest.c 		   SEC_STD_DELETE, 
SEC_STD_DELETE   1715 source4/torture/basic/denytest.c 		   SEC_STD_DELETE, 
SEC_STD_DELETE    804 source4/torture/raw/acls.c 			SEC_STD_DELETE;
SEC_STD_DELETE    808 source4/torture/raw/acls.c 			expected_mask_anon |= SEC_STD_DELETE;
SEC_STD_DELETE    969 source4/torture/raw/acls.c 			SEC_STD_DELETE;
SEC_STD_DELETE    973 source4/torture/raw/acls.c 			expected_mask_anon |= SEC_STD_DELETE;
SEC_STD_DELETE   1690 source4/torture/raw/acls.c 					SEC_FILE_WRITE_DATA | SEC_STD_DELETE | SEC_FILE_READ_ATTRIBUTE,
SEC_STD_DELETE   1730 source4/torture/raw/acls.c 					SEC_FILE_WRITE_DATA | SEC_STD_DELETE | SEC_FILE_READ_ATTRIBUTE | SEC_FILE_EXECUTE,
SEC_STD_DELETE   1634 source4/torture/raw/open.c 	io.ntcreatex.in.access_mask = SEC_STD_DELETE;
SEC_STD_DELETE    555 source4/torture/raw/streams.c 	io.ntcreatex.in.access_mask = SEC_STD_DELETE;
SEC_STD_DELETE    626 source4/torture/raw/streams.c 		|SEC_STD_DELETE;
SEC_STD_DELETE   1140 source4/torture/raw/streams.c 	    SEC_STD_DELETE|SEC_FILE_APPEND_DATA|SEC_STD_READ_CONTROL);
SEC_STD_DELETE   1107 source4/torture/rpc/lsa.c 	r.in.access_mask = SEC_STD_DELETE;