Searched refs:ACL (Results 1 - 25 of 55) sorted by relevance

123

/macosx-10.9.5/emacs-92/emacs/src/
H A Dacldef.h6 #define ACL$K_LENGTH 12
7 #define ACL$C_LENGTH 12
8 #define ACL$C_FILE 1
9 #define ACL$C_DEVICE 2
10 #define ACL$C_JOBCTL_QUEUE 3
11 #define ACL$C_COMMON_EF_CLUSTER 4
12 #define ACL$C_LOGICAL_NAME_TABLE 5
13 #define ACL$C_PROCESS 6
14 #define ACL$C_GROUP_GLOBAL_SECTION 7
15 #define ACL
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DSecACL.cpp25 #include <security_keychain/ACL.h>
34 @abstract Get the CSSM ACL item from the CFString
35 @param aclStr The String name of the ACL
36 @result The CSSM ACL value
45 static void setApplications(ACL *acl, CFArrayRef applicationList);
52 return gTypes().ACL.typeID;
67 SecPointer<ACL> acl = new ACL(*access, cfString(description), *promptSelector);
70 acl->form(ACL::appListForm);
74 acl->form(ACL
[all...]
H A DAccess.cpp47 // Note that this means anyone can *change* the ACL at will, too.
48 // These ACL entries contain no descriptor names.
52 SecPointer<ACL> owner = new ACL(*this);
56 SecPointer<ACL> any = new ACL(*this);
66 Access::Access(const string &descriptor, const ACL::ApplicationList &trusted) : mMutex(Mutex::recursive)
73 ACL::ApplicationList trusted;
78 Access::Access(const string &descriptor, const ACL::ApplicationList &trusted,
84 void Access::makeStandard(const string &descriptor, const ACL
[all...]
H A DACL.h25 // ACL.h - ACL control wrappers
49 // An ACL Entry for an Access object
51 class ACL : public SecCFObject { class in namespace:Security::KeychainCore
52 NOCOPY(ACL)
54 SECCFFUNCTIONS(ACL, SecACLRef, errSecInvalidItemRef, gTypes().ACL)
56 // create from CSSM layer ACL entry
57 ACL(Access &acc, const AclEntryInfo &info,
60 ACL(Acces
[all...]
H A DAccess.h30 #include <security_keychain/ACL.h>
77 Access(const string &description, const ACL::ApplicationList &trusted);
78 Access(const string &description, const ACL::ApplicationList &trusted,
96 void add(ACL *newAcl);
97 void addOwner(ACL *newOwnerAcl);
119 void makeStandard(const string &description, const ACL::ApplicationList &trusted,
128 static const CSSM_ACL_HANDLE ownerHandle = ACL::ownerHandle;
129 typedef map<CSSM_ACL_HANDLE, SecPointer<ACL> > Map;
131 Map mAcls; // set of ACL entries
H A DACL.cpp25 // ACL.cpp
27 #include <security_keychain/ACL.h>
46 const CSSM_ACL_KEYCHAIN_PROMPT_SELECTOR ACL::defaultSelector = {
52 // ACL static constants
54 const CSSM_ACL_HANDLE ACL::ownerHandle;
58 // Create an ACL object from the result of a CSSM ACL query
60 ACL::ACL(Access &acc, const AclEntryInfo &info, Allocator &alloc) function in class:ACL
76 ACL function in class:ACL
98 ACL::ACL(Access &acc, Allocator &alloc) function in class:ACL
118 ACL::ACL(Access &acc, string description, const CSSM_ACL_KEYCHAIN_PROMPT_SELECTOR &promptSelector, function in class:ACL
[all...]
H A DSecCFTypes.cpp53 ACL("SecACL"),
H A DSecCFTypes.h83 CFClass ACL; member in class:Security::KeychainCore::SecCFTypes
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DSecACL.cpp25 #include <security_keychain/ACL.h>
34 @abstract Get the CSSM ACL item from the CFString
35 @param aclStr The String name of the ACL
36 @result The CSSM ACL value
45 static void setApplications(ACL *acl, CFArrayRef applicationList);
52 return gTypes().ACL.typeID;
67 SecPointer<ACL> acl = new ACL(*access, cfString(description), *promptSelector);
70 acl->form(ACL::appListForm);
74 acl->form(ACL
[all...]
H A DAccess.cpp47 // Note that this means anyone can *change* the ACL at will, too.
48 // These ACL entries contain no descriptor names.
52 SecPointer<ACL> owner = new ACL(*this);
56 SecPointer<ACL> any = new ACL(*this);
66 Access::Access(const string &descriptor, const ACL::ApplicationList &trusted) : mMutex(Mutex::recursive)
73 ACL::ApplicationList trusted;
78 Access::Access(const string &descriptor, const ACL::ApplicationList &trusted,
84 void Access::makeStandard(const string &descriptor, const ACL
[all...]
H A DACL.h25 // ACL.h - ACL control wrappers
49 // An ACL Entry for an Access object
51 class ACL : public SecCFObject { class in namespace:Security::KeychainCore
52 NOCOPY(ACL)
54 SECCFFUNCTIONS(ACL, SecACLRef, errSecInvalidItemRef, gTypes().ACL)
56 // create from CSSM layer ACL entry
57 ACL(Access &acc, const AclEntryInfo &info,
60 ACL(Acces
[all...]
H A DAccess.h30 #include <security_keychain/ACL.h>
77 Access(const string &description, const ACL::ApplicationList &trusted);
78 Access(const string &description, const ACL::ApplicationList &trusted,
96 void add(ACL *newAcl);
97 void addOwner(ACL *newOwnerAcl);
119 void makeStandard(const string &description, const ACL::ApplicationList &trusted,
128 static const CSSM_ACL_HANDLE ownerHandle = ACL::ownerHandle;
129 typedef map<CSSM_ACL_HANDLE, SecPointer<ACL> > Map;
131 Map mAcls; // set of ACL entries
H A DACL.cpp25 // ACL.cpp
27 #include <security_keychain/ACL.h>
46 const CSSM_ACL_KEYCHAIN_PROMPT_SELECTOR ACL::defaultSelector = {
52 // ACL static constants
54 const CSSM_ACL_HANDLE ACL::ownerHandle;
58 // Create an ACL object from the result of a CSSM ACL query
60 ACL::ACL(Access &acc, const AclEntryInfo &info, Allocator &alloc) function in class:ACL
76 ACL function in class:ACL
98 ACL::ACL(Access &acc, Allocator &alloc) function in class:ACL
118 ACL::ACL(Access &acc, string description, const CSSM_ACL_KEYCHAIN_PROMPT_SELECTOR &promptSelector, function in class:ACL
[all...]
H A DSecCFTypes.cpp53 ACL("SecACL"),
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DSecACL.cpp25 #include <security_keychain/ACL.h>
34 @abstract Get the CSSM ACL item from the CFString
35 @param aclStr The String name of the ACL
36 @result The CSSM ACL value
45 static void setApplications(ACL *acl, CFArrayRef applicationList);
52 return gTypes().ACL.typeID;
67 SecPointer<ACL> acl = new ACL(*access, cfString(description), *promptSelector);
70 acl->form(ACL::appListForm);
74 acl->form(ACL
[all...]
H A DAccess.cpp47 // Note that this means anyone can *change* the ACL at will, too.
48 // These ACL entries contain no descriptor names.
52 SecPointer<ACL> owner = new ACL(*this);
56 SecPointer<ACL> any = new ACL(*this);
66 Access::Access(const string &descriptor, const ACL::ApplicationList &trusted) : mMutex(Mutex::recursive)
73 ACL::ApplicationList trusted;
78 Access::Access(const string &descriptor, const ACL::ApplicationList &trusted,
84 void Access::makeStandard(const string &descriptor, const ACL
[all...]
H A DACL.h25 // ACL.h - ACL control wrappers
49 // An ACL Entry for an Access object
51 class ACL : public SecCFObject { class in namespace:Security::KeychainCore
52 NOCOPY(ACL)
54 SECCFFUNCTIONS(ACL, SecACLRef, errSecInvalidItemRef, gTypes().ACL)
56 // create from CSSM layer ACL entry
57 ACL(Access &acc, const AclEntryInfo &info,
60 ACL(Acces
[all...]
H A DAccess.h30 #include <security_keychain/ACL.h>
77 Access(const string &description, const ACL::ApplicationList &trusted);
78 Access(const string &description, const ACL::ApplicationList &trusted,
96 void add(ACL *newAcl);
97 void addOwner(ACL *newOwnerAcl);
119 void makeStandard(const string &description, const ACL::ApplicationList &trusted,
128 static const CSSM_ACL_HANDLE ownerHandle = ACL::ownerHandle;
129 typedef map<CSSM_ACL_HANDLE, SecPointer<ACL> > Map;
131 Map mAcls; // set of ACL entries
H A DACL.cpp25 // ACL.cpp
27 #include <security_keychain/ACL.h>
46 const CSSM_ACL_KEYCHAIN_PROMPT_SELECTOR ACL::defaultSelector = {
52 // ACL static constants
54 const CSSM_ACL_HANDLE ACL::ownerHandle;
58 // Create an ACL object from the result of a CSSM ACL query
60 ACL::ACL(Access &acc, const AclEntryInfo &info, Allocator &alloc) function in class:ACL
76 ACL function in class:ACL
98 ACL::ACL(Access &acc, Allocator &alloc) function in class:ACL
118 ACL::ACL(Access &acc, string description, const CSSM_ACL_KEYCHAIN_PROMPT_SELECTOR &promptSelector, function in class:ACL
[all...]
H A DSecCFTypes.cpp53 ACL("SecACL"),
/macosx-10.9.5/ruby-104/ruby/test/drb/
H A Dtest_acl.rb1 # acltest.rb - ACL unit test
45 a = ACL::ACLEntry.new("*")
46 b = ACL::ACLEntry.new("all")
54 a = ACL::ACLEntry.new('::ffff:192.0.0.0/104')
62 a = ACL::ACLEntry.new('192.0.0.0/8')
66 a = ACL::ACLEntry.new('192.168.0.1/255.255.0.255')
71 a = ACL::ACLEntry.new('192.168.1.0/24')
76 a = ACL::ACLEntry.new('92.0.0.0/8')
81 a = ACL::ACLEntry.new('127.0.0.1/255.0.0.255')
88 a = ACL
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dmuscle++.cpp206 string ACL::form(char ue) const
230 const ACL &Key::acl() const { return reinterpret_cast<const ACL &>(keyACL); }
231 ACL &Key::acl() { return reinterpret_cast<ACL &>(keyACL); }
238 printf("Key %d type %d size %d mode=0x%x dir=0x%x ACL %s\n",
245 const ACL &Object::acl() const { return reinterpret_cast<const ACL &>(objectACL); }
246 ACL &Object::acl() { return reinterpret_cast<ACL
[all...]
H A Dmuscle++.h65 class ACL { class in namespace:Security::Muscle
69 ACL(Value write = MSC_AUT_ALL, Value read = MSC_AUT_ALL, Value erase = MSC_AUT_ALL);
71 ACL() { mRead = mWrite = mErase = MSC_AUT_ALL; } function in class:Security::Muscle::ACL
112 virtual const ACL &acl() const = 0;
113 virtual ACL &acl() = 0;
131 const ACL &acl() const;
132 ACL &acl();
147 const ACL &acl() const;
148 ACL &acl();
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dmuscle++.cpp206 string ACL::form(char ue) const
230 const ACL &Key::acl() const { return reinterpret_cast<const ACL &>(keyACL); }
231 ACL &Key::acl() { return reinterpret_cast<ACL &>(keyACL); }
238 printf("Key %d type %d size %d mode=0x%x dir=0x%x ACL %s\n",
245 const ACL &Object::acl() const { return reinterpret_cast<const ACL &>(objectACL); }
246 ACL &Object::acl() { return reinterpret_cast<ACL
[all...]
H A Dmuscle++.h65 class ACL { class in namespace:Security::Muscle
69 ACL(Value write = MSC_AUT_ALL, Value read = MSC_AUT_ALL, Value erase = MSC_AUT_ALL);
71 ACL() { mRead = mWrite = mErase = MSC_AUT_ALL; } function in class:Security::Muscle::ACL
112 virtual const ACL &acl() const = 0;
113 virtual ACL &acl() = 0;
131 const ACL &acl() const;
132 ACL &acl();
147 const ACL &acl() const;
148 ACL &acl();

Completed in 122 milliseconds

123