Searched refs:acl (Results 76 - 100 of 196) sorted by relevance

12345678

/macosx-10.10/vim-55/src/proto/
H A Dos_win32.pro27 void mch_set_acl __ARGS((char_u *fname, vim_acl_T acl));
28 void mch_free_acl __ARGS((vim_acl_T acl));
/macosx-10.10/Heimdal-398.1.2/kadmin/
H A Dget.c65 { "pkinit-acl", KADM5_TL_DATA, KRB5_TL_PKINIT_ACL, 0, "PK-INIT ACL", "PK-INIT ACL", 0 },
267 HDB_Ext_PKINIT_acl acl; local
274 &acl,
282 for (i = 0; i < acl.len; i++) {
284 strlcat(buf, acl.val[i].subject, buf_len);
285 if (acl.val[i].issuer) {
287 strlcat(buf, *acl.val[i].issuer, buf_len);
289 if (acl.val[i].anchor) {
291 strlcat(buf, *acl.val[i].anchor, buf_len);
293 if (i + 1 < acl
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/bind9/
H A Dcheck.c39 #include <dns/acl.h>
377 dns_acl_t *acl = NULL; local
394 actx, mctx, 0, &acl);
395 if (acl != NULL)
396 dns_acl_detach(&acl);
478 dns_acl_t *acl = NULL; local
483 mctx, 0, &acl);
484 if (acl != NULL)
485 dns_acl_detach(&acl);
531 dns_acl_t *acl local
602 dns_acl_t *acl = NULL; local
2507 dns_acl_t *acl = NULL; local
2730 const cfg_obj_t *acl = cfg_listelt_value(elt); local
2780 const cfg_obj_t *acl = cfg_listelt_value(elt); local
[all...]
/macosx-10.10/file_cmds-242/chmod/
H A Dchmod_acl.c130 /* Convert an acl entry in string form to an acl_entry_t */
221 /* Convert one or more acl entries in string form to an acl_t */
274 /* Determine a "score" for an acl entry. The entry scores higher if it's
411 is_canonical(acl_t acl) { argument
418 if (0 != acl_get_entry(acl, ACL_FIRST_ENTRY, &entry))
423 for (aindex = 0; acl_get_entry(acl, ACL_NEXT_ENTRY, &entry) == 0;
437 find_canonical_position(acl_t acl, acl_entry_t modifier) { argument
448 if (0 != acl_get_entry(acl, ACL_FIRST_ENTRY, &entry))
457 if (0 != acl_get_entry(acl, ACL_NEXT_ENTRY, &entry))
464 int canonicalize_acl_entries(acl_t acl);
471 find_matching_entry(acl_t acl, acl_entry_t modifier, acl_entry_t *rentryp, unsigned match_inherited) argument
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_authorization.c1093 * Set the endianness of a filesec and an ACL; if 'acl' is NULL, use the
1100 * acl The ACL to convert (optional)
1109 kauth_filesec_acl_setendian(int kendian, kauth_filesec_t fsec, kauth_acl_t acl) argument
1120 if (acl == NULL)
1121 acl = &fsec->fsec_acl;
1123 compare_acl_entrycount = acl->acl_entrycount;
1135 compare_acl_entrycount = ntohl(acl->acl_entrycount);
1147 acl->acl_entrycount = ntohl(acl->acl_entrycount);
1149 acl
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/tests/scripts/
H A Dtest055-valregex18 LVL=acl
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Daclsubject.h100 ObjectAcl *acl() const { return mAcl; } function in class:Security::AclValidationContext
114 void init(ObjectAcl *acl, AclSubject *subject);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Daclsubject.h100 ObjectAcl *acl() const { return mAcl; } function in class:Security::AclValidationContext
114 void init(ObjectAcl *acl, AclSubject *subject);
/macosx-10.10/bind9-45.101/bind9/bin/named/include/named/
H A Dclient.h286 dns_acl_t *acl, isc_boolean_t default_allow);
291 * Check the current client request against 'acl'. If 'acl'
306 *\li 'acl' points to a valid ACL, or is NULL.
317 const char *opname, dns_acl_t *acl,
328 *\li 'acl' points to a valid ACL, or is NULL.
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/allow_query/ns2/
H A Dnamed07.conf21 acl accept { 10.53.0.2; };
H A Dnamed08.conf21 acl accept { 10.53.0.1; };
H A Dnamed09.conf21 acl accept { 10.53.0.2; };
H A Dnamed27.conf21 acl accept { 10.53.0.2; };
H A Dnamed28.conf21 acl accept { 10.53.0.1; };
H A Dnamed29.conf21 acl accept { 10.53.0.2; };
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/dns64/conf/
H A Dgood1.conf19 acl rfc1918 { 10/8; 192.168/16; 172.16/12; };
H A Dgood2.conf19 acl rfc1918 { 10/8; 192.168/16; 172.16/12; };
H A Dgood3.conf19 acl rfc1918 { 10/8; 192.168/16; 172.16/12; };
H A Dgood4.conf19 acl rfc1918 { 10/8; 192.168/16; 172.16/12; };
H A Dgood5.conf19 acl rfc1918 { 10/8; 192.168/16; 172.16/12; };
/macosx-10.10/screen-22/screen/
H A Dscreen.h274 struct acl struct
276 struct acl *next;
/macosx-10.10/ruby-106/ruby/test/drb/
H A Dtest_acl.rb8 require 'drb/acl'
113 acl= ACL::ACLList.new
115 acl.add s
117 acl
/macosx-10.10/ruby-106/ruby/lib/drb/
H A Ddrb.rb902 @acl = config[:tcp_acl]
960 break if (@acl ? @acl.allow_socket?(s) : true)
1248 @@acl = nil
1270 # Set the default access control list to +acl+. The default ACL is +nil+.
1273 def self.default_acl(acl)
1274 @@acl = acl
1307 :tcp_acl => @@acl,
1365 acl
[all...]
/macosx-10.10/tcpdump-61/tcpdump/
H A Dprint-rx.c87 { 131, "fetch-acl" },
90 { 134, "store-acl" },
1067 int pos, neg, acl; local
1087 #define ACLOUT(acl) \
1088 if (acl & PRSFS_READ) \
1090 if (acl & PRSFS_LOOKUP) \
1092 if (acl & PRSFS_INSERT) \
1094 if (acl & PRSFS_DELETE) \
1096 if (acl & PRSFS_WRITE) \
1098 if (acl
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/dns/include/dns/
H A Dzone.h763 dns_zone_setnotifyacl(dns_zone_t *zone, dns_acl_t *acl);
765 * Sets the notify acl list for the zone.
769 *\li 'acl' to be a valid acl.
773 dns_zone_setqueryacl(dns_zone_t *zone, dns_acl_t *acl);
775 * Sets the query acl list for the zone.
779 *\li 'acl' to be a valid acl.
783 dns_zone_setqueryonacl(dns_zone_t *zone, dns_acl_t *acl);
785 * Sets the query-on acl lis
[all...]

Completed in 495 milliseconds

12345678