Searched refs:acl (Results 51 - 75 of 195) sorted by relevance

12345678

/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/acltool/
H A DaclUtils.cpp210 SecACLRef acl = (SecACLRef)CFArrayGetValueAtIndex(aclList, aclix); local
213 status = SecACLGetAuthorizations(acl, tags, &tagCount);
297 status = SecACLCopySimpleContents(acl, &applicationList, &description, &promptSelector);
367 status = SecACLSetSimpleContents(acl, NULL, description, &promptSelector);
382 status = SecACLSetSimpleContents(acl,
394 fprintf(stderr, "Remove this acl? ");
400 fprintf(stderr, "removing acl\n");
401 status = SecACLRemove(acl);
457 SecACLRef acl = (SecACLRef)CFArrayGetValueAtIndex(aclList, 0); local
462 ortn = SecACLCopySimpleContents(acl,
[all...]
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/include/dns/
H A Dacl.h27 /*! \file dns/acl.h
123 dns_acl_isany(dns_acl_t *acl);
129 dns_acl_isnone(dns_acl_t *acl);
149 * Attach to acl 'source'.
152 *\li 'source' to be a valid acl.
159 * Detach the acl. On final detach the acl must not be linked on any
163 *\li '*aclp' to be a valid acl.
172 * Return #ISC_TRUE iff the acl 'a' is considered insecure, that is,
195 const dns_acl_t *acl,
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/amazon-s3/
H A DS3.tcl24 # 1.0.0 - added SetAcl, GetAcl, and -acl keep option.
60 -default-acl "" \
798 set myargs [S3::parseargs1 $args {-blocking -bucket -acl}]
799 if {![dict exists $myargs -acl]} {
800 dict set myargs -acl [S3::Configure -default-acl]
811 if {[dict exists $myargs -acl]} {
812 dict set req headers [list x-amz-acl [dict get $myargs -acl]]
1145 set result [S3::Configure -default-acl]
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/tests/data/
H A Dslapd-idassert.conf104 acl-authcDN "cn=Proxy IT,ou=Admin,dc=example,dc=com"
105 acl-passwd proxy
/macosx-10.10.1/Security-57031.1.35/securityd/src/
H A Dkckey.h75 SecurityServerAcl &acl();
H A Dtokenkey.cpp106 SecurityServerAcl &TokenKey::acl() function in class:TokenKey
H A Dacls.cpp126 secdebug("acl", "adding new subject %p to from of threshold ACL", subject);
130 context.acl()->changedAcl();
137 secdebug("acl", "ACL is not standard form; cannot edit");
276 return database ? &database->acl() : NULL;
295 SecurityServerAcl &AclSource::acl() function in class:AclSource
H A Dlocalkey.cpp86 acl().cssmSetInitial(*owner); // specified
88 acl().cssmSetInitial(new AnyAclSubject()); // defaulted
/macosx-10.10.1/Heimdal-398.1.2/tests/db/mit-krb5kdc/
H A Dkdc.conf16 acl_file = /var/db/krb5kdc/kadm5.acl
/macosx-10.10.1/KerberosHelper-151/Tests/migration/data/10.6/private/var/db/krb5kdc/
H A Dkdc.conf16 acl_file = /var/db/krb5kdc/kadm5.acl
/macosx-10.10.1/KerberosHelper-151/Tests/migration/data/10.6/var/db/krb5kdc/
H A Dkdc.conf16 acl_file = /var/db/krb5kdc/kadm5.acl
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Daclsubject.cpp43 void AclValidationContext::init(ObjectAcl *acl, AclSubject *subject) argument
45 mAcl = acl;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Daclsubject.cpp43 void AclValidationContext::init(ObjectAcl *acl, AclSubject *subject) argument
45 mAcl = acl;
/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dfilesec.c25 #include <sys/acl.h>
35 extern ssize_t acl_copy_ext_native(void *buf_p, acl_t acl, ssize_t size);
195 acl_t acl; local
250 acl = *(acl_t *)propptr;
251 aclsize = acl_size(acl);
260 copysize = acl_copy_ext_native(aclbuf, acl, aclsize);
/macosx-10.10.1/smb-759.0/kernel/smbfs/
H A Dsmbfs_security.c121 smb_print_acl(struct smbnode *np, const char *function, struct kauth_acl *acl) argument
133 if ((np == NULL) || (acl == NULL)) {
134 SMBERROR("node or acl is null \n");
140 SMBERROR("acl_entrycount %d\n", acl->acl_entrycount);
143 if (acl->acl_flags & KAUTH_ACL_DEFER_INHERIT) {
146 if (acl->acl_flags & KAUTH_ACL_NO_INHERIT) {
149 SMBERROR("acl_flags 0x%x ( %s) \n", acl->acl_flags, buffer);
151 if (acl->acl_entrycount != KAUTH_FILESEC_NOACL) {
152 for (i = 0; i < acl->acl_entrycount; i++) {
154 smb_print_guid(&acl
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/heimcred/
H A Dcommon.c126 CFTypeRef acl = CFDictionaryGetValue(cred->attributes, kHEIMAttrBundleIdentifierACL); local
128 cred->uuid, group, parent, client, server, lead ? "yes" : "no", acl ? acl : CFSTR(""));
/macosx-10.10.1/remote_cmds-47/ypserv.tproj/
H A Dacl.c24 /* $OpenBSD: acl.c,v 1.5 1997/08/05 09:26:55 maja Exp $ */
59 __unused static char rcsid[] = "$OpenBSD: acl.c,v 1.5 1997/08/05 09:26:55 maja Exp $";
71 #include "acl.h"
146 struct aclent *acl,*p; local
148 acl = (struct aclent *) malloc((unsigned) sizeof(struct aclent));
150 acl->next = NULL;
151 acl->allow = allow;
152 acl->s_addr = addr->s_addr;
153 acl->s_mask = mask->s_addr;
156 acl_root = acl;
[all...]
/macosx-10.10.1/file_cmds-242/ls/
H A Dls.c73 #include <sys/acl.h>
822 np->acl = acl_get_link_np(filename, ACL_TYPE_EXTENDED);
823 if (np->acl) {
824 if (acl_get_entry(np->acl, ACL_FIRST_ENTRY, &dummy) == -1) {
825 acl_free(np->acl);
826 np->acl = NULL;
831 } else if (np->acl) {
837 acl_free(np->acl);
838 np->acl = NULL;
889 if (np->acl) {
[all...]
/macosx-10.10.1/Libc-1044.1.2/posix1e/
H A Dacl_flag.c26 #include <sys/acl.h>
/macosx-10.10.1/Security-57031.1.35/Security/sec/securityd/
H A DSecKeybagSupport.h89 CFMutableDataRef dest, CFDataRef acl, CFDataRef acm_context, CFDataRef caller_access_groups,
/macosx-10.10.1/Security-57031.1.35/securityd/tests/
H A Dtestutils.h67 AclTester(ClientSession &ss, const AclEntryInput *acl);
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/acl/ns2/
H A Dnamed3.conf52 acl reject {
56 acl accept {
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/addzone/ns2/
H A Dnamed2.conf54 acl match { none; };
55 acl nobody { none; };
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/allow_query/ns2/
H A Dnamed40.conf21 acl accept { 10.53.0.2; };
23 acl badaccept { 10.53.0.1; };
/macosx-10.10.1/libarchive-30/libarchive/tar/
H A Dbsdtar_platform.h66 #include <acl/libacl.h>

Completed in 302 milliseconds

12345678