Searched refs:Access (Results 1 - 25 of 146) sorted by relevance

123456

/macosx-10.9.5/securityd-55199.3/src/
H A Dtokenaccess.h48 class Access : public Token::Access { class in inherits:Token::Access
50 Access(Token &token) : Token::Access(token), mIteration(0) function in class:Access
53 Access(Token &token, Whatever &it) : Token::Access(token) function in class:Access
57 using Token::Access::operator ();
73 // You must declare an Access called 'access' before doing
H A Dtokenaccess.cpp34 void Access::operator () (const CssmError &err)
61 secdebug("tokendb", "non-recoverable error in Access(): %d", err.error);
H A Dtoken.h49 class Access; friend class Access;
88 class Access { class in class:Token
90 Access(Token &token);
91 ~Access();
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DAccess.h25 // Access.h - Access control wrappers
44 class Access : public SecCFObject { class in namespace:Security::KeychainCore
45 NOCOPY(Access)
47 SECCFFUNCTIONS(Access, SecAccessRef, errSecInvalidItemRef, gTypes().Access)
52 friend class Access;
76 Access(const string &description);
77 Access(const string &description, const ACL::ApplicationList &trusted);
78 Access(cons
[all...]
H A DAccess.cpp25 // Access.cpp
27 #include <security_keychain/Access.h>
40 // Access static constants
42 const CSSM_ACL_HANDLE Access::ownerHandle;
46 // Create a completely open Access (anyone can do anything)
50 Access::Access() : mMutex(Mutex::recursive) function in class:Access
62 // Create a default Access object.
63 // This construct an Access with "default form", whatever that happens to be
66 Access function in class:Access
71 Access::Access(const string &descriptor) : mMutex(Mutex::recursive) function in class:Access
78 Access::Access(const string &descriptor, const ACL::ApplicationList &trusted, function in class:Access
125 Access::Access(AclBearer &source) : mMutex(Mutex::recursive) function in class:Access
139 Access::Access(const CSSM_ACL_OWNER_PROTOTYPE &owner, function in class:Access
[all...]
H A DACL.h44 class Access;
49 // An ACL Entry for an Access object
57 ACL(Access &acc, const AclEntryInfo &info,
60 ACL(Access &acc, const AclOwnerPrototype &owner,
63 ACL(Access &acc, Allocator &alloc = Allocator::standard());
65 ACL(Access &acc, string description, const CSSM_ACL_KEYCHAIN_PROMPT_SELECTOR &promptSelector,
88 Access &access; // we belong to this Access
H A DSecCFTypes.cpp52 Access("SecAccess"),
H A DKeyItem.h63 virtual Item copyTo(const Keychain &keychain, Access *newAccess = NULL);
64 virtual Item importTo(const Keychain &keychain, Access *newAccess = NULL, SecKeychainAttributeList *attrList = NULL);
89 SecPointer<Access> initialAccess,
97 SecPointer<Access> initialAccess,
108 SecPointer<Access> initialAccess);
118 SecPointer<Access> initialAccess);
H A DSecCFTypes.h82 CFClass Access; member in class:Security::KeychainCore::SecCFTypes
H A DPassword.h32 #include <security_keychain/Access.h>
55 void setAccess(Access *access);
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DAccess.h25 // Access.h - Access control wrappers
44 class Access : public SecCFObject { class in namespace:Security::KeychainCore
45 NOCOPY(Access)
47 SECCFFUNCTIONS(Access, SecAccessRef, errSecInvalidItemRef, gTypes().Access)
52 friend class Access;
76 Access(const string &description);
77 Access(const string &description, const ACL::ApplicationList &trusted);
78 Access(cons
[all...]
H A DAccess.cpp25 // Access.cpp
27 #include <security_keychain/Access.h>
40 // Access static constants
42 const CSSM_ACL_HANDLE Access::ownerHandle;
46 // Create a completely open Access (anyone can do anything)
50 Access::Access() : mMutex(Mutex::recursive) function in class:Access
62 // Create a default Access object.
63 // This construct an Access with "default form", whatever that happens to be
66 Access function in class:Access
71 Access::Access(const string &descriptor) : mMutex(Mutex::recursive) function in class:Access
78 Access::Access(const string &descriptor, const ACL::ApplicationList &trusted, function in class:Access
125 Access::Access(AclBearer &source) : mMutex(Mutex::recursive) function in class:Access
139 Access::Access(const CSSM_ACL_OWNER_PROTOTYPE &owner, function in class:Access
[all...]
H A DACL.h44 class Access;
49 // An ACL Entry for an Access object
57 ACL(Access &acc, const AclEntryInfo &info,
60 ACL(Access &acc, const AclOwnerPrototype &owner,
63 ACL(Access &acc, Allocator &alloc = Allocator::standard());
65 ACL(Access &acc, string description, const CSSM_ACL_KEYCHAIN_PROMPT_SELECTOR &promptSelector,
88 Access &access; // we belong to this Access
H A DSecCFTypes.cpp52 Access("SecAccess"),
H A DKeyItem.h63 virtual Item copyTo(const Keychain &keychain, Access *newAccess = NULL);
64 virtual Item importTo(const Keychain &keychain, Access *newAccess = NULL, SecKeychainAttributeList *attrList = NULL);
89 SecPointer<Access> initialAccess,
97 SecPointer<Access> initialAccess,
108 SecPointer<Access> initialAccess);
118 SecPointer<Access> initialAccess);
H A DSecCFTypes.h82 CFClass Access; member in class:Security::KeychainCore::SecCFTypes
H A DPassword.h32 #include <security_keychain/Access.h>
55 void setAccess(Access *access);
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DAccess.h25 // Access.h - Access control wrappers
44 class Access : public SecCFObject { class in namespace:Security::KeychainCore
45 NOCOPY(Access)
47 SECCFFUNCTIONS(Access, SecAccessRef, errSecInvalidItemRef, gTypes().Access)
52 friend class Access;
76 Access(const string &description);
77 Access(const string &description, const ACL::ApplicationList &trusted);
78 Access(cons
[all...]
H A DAccess.cpp25 // Access.cpp
27 #include <security_keychain/Access.h>
40 // Access static constants
42 const CSSM_ACL_HANDLE Access::ownerHandle;
46 // Create a completely open Access (anyone can do anything)
50 Access::Access() : mMutex(Mutex::recursive) function in class:Access
62 // Create a default Access object.
63 // This construct an Access with "default form", whatever that happens to be
66 Access function in class:Access
71 Access::Access(const string &descriptor) : mMutex(Mutex::recursive) function in class:Access
78 Access::Access(const string &descriptor, const ACL::ApplicationList &trusted, function in class:Access
125 Access::Access(AclBearer &source) : mMutex(Mutex::recursive) function in class:Access
139 Access::Access(const CSSM_ACL_OWNER_PROTOTYPE &owner, function in class:Access
[all...]
H A DACL.h44 class Access;
49 // An ACL Entry for an Access object
57 ACL(Access &acc, const AclEntryInfo &info,
60 ACL(Access &acc, const AclOwnerPrototype &owner,
63 ACL(Access &acc, Allocator &alloc = Allocator::standard());
65 ACL(Access &acc, string description, const CSSM_ACL_KEYCHAIN_PROMPT_SELECTOR &promptSelector,
88 Access &access; // we belong to this Access
H A DSecCFTypes.cpp52 Access("SecAccess"),
H A DKeyItem.h63 virtual Item copyTo(const Keychain &keychain, Access *newAccess = NULL);
64 virtual Item importTo(const Keychain &keychain, Access *newAccess = NULL, SecKeychainAttributeList *attrList = NULL);
89 SecPointer<Access> initialAccess,
97 SecPointer<Access> initialAccess,
108 SecPointer<Access> initialAccess);
118 SecPointer<Access> initialAccess);
H A DSecCFTypes.h82 CFClass Access; member in class:Security::KeychainCore::SecCFTypes
H A DPassword.h32 #include <security_keychain/Access.h>
55 void setAccess(Access *access);
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/ODBC/
H A DACCESS.pm57 DBIx::Class::Storage::DBI::ODBC::ACCESS - Support specific to MS Access over ODBC
61 I am not a DBI, DBIx::Class or MS Access guru. Use this module with that in
68 This class implements support specific to Microsoft Access over ODBC.
71 detects a MS Access back-end.
75 This module have currently only been tested on MS Access 2003 using the Jet 4.0 engine.
77 As far as my knowledge it should work on MS Access 2000 or later, but that have not been tested.
78 Information about support for different version of MS Access is welcome.
82 MS Access supports the @@IDENTITY function for retrieving the id of the latest inserted row.
94 The problem is (to my knowledge) an error in the MS Access ODBC driver. The problem is fixed

Completed in 274 milliseconds

123456