Searched refs:AuthorizationRef (Results 1 - 25 of 61) sorted by relevance

123

/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/PassengerPane/
H A DSecurityHelper.h6 AuthorizationRef authorizationRef;
10 - (void)setAuthorizationRef:(AuthorizationRef)theAuthorizationRef;
11 - (AuthorizationRef)authorizationRef;
/macosx-10.9.5/Security-55471.14.18/libsecurity_authorization/lib/
H A DAuthorization.h136 @typedef AuthorizationRef
139 typedef const struct AuthorizationOpaqueRef *AuthorizationRef; typedef in typeref:struct:AuthorizationOpaqueRef
186 an AuthorizationRef. As such, it can be transmitted across IPC channels
187 to other processes, which can re-internalize it to recover a valid AuthorizationRef
226 Setting the kAuthorizationFlagExtendRights flag will extend the currently available rights. If this flag is set the returned AuthorizationRef will grant all the rights requested when errAuthorizationSuccess is returned. If this flag is not set the operation will almost certainly succeed, but no attempt will be made to make the requested rights availible.
227 Call AuthorizationCopyRights to figure out which of the requested rights are granted by the returned AuthorizationRef.
229 Setting the kAuthorizationFlagPartialRights flag will cause this call to succeed if only some of the requested rights are being granted by the returned AuthorizationRef. Unless this flag is set this API will fail if not all the requested rights could be obtained.
237 @param rights (input/optional) An AuthorizationItemSet containing rights for which authorization is being requested. If none are specified the resulting AuthorizationRef will authorize nothing at all.
240 @param authorization (output optional) A pointer to an AuthorizationRef to be returned. When the returned AuthorizationRef i
[all...]
H A DAuthorizationDB.h53 Keep in mind while specifying a comment to be specific about what you need to authorize for (1 fax), in terms of a general message for user. The means of proof required for kRuleIsAdmin (enter username/password for example) should not be included here, since it could be configured differently. Also note that the "authRef" variable used in each of the above examples must be a vaild AuthorizationRef obtained from AuthorizationCreate().
133 OSStatus AuthorizationRightSet(AuthorizationRef authRef,
151 OSStatus AuthorizationRightRemove(AuthorizationRef authRef,
H A DtrampolineServer.cpp35 // of the AuthorizationRef that started it all.
37 OSStatus AuthorizationCopyPrivilegedReference(AuthorizationRef *authorization,
61 AuthorizationRef auth;
H A DAuthorizationPriv.h61 @abstract Create a AuthorizationRef for the process that sent the mach message
66 @param authorization (output) A pointer to an AuthorizationRef to be returned. When the returned AuthorizationRef is no longer needed AuthorizationFree should be called to prevent anyone from using the aquired rights.
76 AuthorizationRef *authorization);
160 OSStatus AuthorizationEnableSmartCard(AuthorizationRef authRef, Boolean enable);
H A DAuthorization.c90 AuthorizationRef *authorization)
126 *authorization = (AuthorizationRef)blob;
138 AuthorizationRef *authorization)
174 *authorization = (AuthorizationRef)blob;
183 OSStatus AuthorizationFree(AuthorizationRef authorization, AuthorizationFlags flags)
250 _AuthorizationCopyRights_prepare_message(AuthorizationRef authorization, const AuthorizationRights *rights, const AuthorizationEnvironment *environment, AuthorizationFlags flags, xpc_object_t *message_out)
275 OSStatus AuthorizationCopyRights(AuthorizationRef authorization,
293 void AuthorizationCopyRightsAsync(AuthorizationRef authorization,
341 OSStatus AuthorizationCopyInfo(AuthorizationRef authorization,
387 OSStatus AuthorizationMakeExternalForm(AuthorizationRef authorizatio
[all...]
H A DtrampolineClient.cpp66 OSStatus AuthorizationExecuteWithPrivileges(AuthorizationRef authorization,
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCPreferencesPrivate.h96 extern const AuthorizationRef kSCPreferencesUseEntitlementAuthorization;
145 AuthorizationRef authorization,
H A DSCPreferences.h40 typedef const struct AuthorizationOpaqueRef * AuthorizationRef; typedef in typeref:struct:AuthorizationOpaqueRef
195 AuthorizationRef authorization
/macosx-10.9.5/configd-596.15/scutil.tproj/
H A Dprefs.h43 AuthorizationRef _prefs_AuthorizationCreate (void);
44 void _prefs_AuthorizationFree (AuthorizationRef authorization);
H A Dscutil.h52 extern AuthorizationRef authorization;
H A Dprefs.c73 _AuthorizationCreate(const AuthorizationRights *rights, const AuthorizationEnvironment *environment, AuthorizationFlags flags, AuthorizationRef *authorization)
87 _AuthorizationFree(AuthorizationRef authorization, AuthorizationFlags flags)
103 AuthorizationRef
106 AuthorizationRef authorization = NULL;
133 _prefs_AuthorizationFree(AuthorizationRef authorization)
/macosx-10.9.5/security_systemkeychain-55191.2/Gatekeeper/
H A DGKAppDelegate.h14 @property (assign) AuthorizationRef authRef;
/macosx-10.9.5/securityd-55199.3/tests/
H A Dexectest.cpp67 AuthorizationRef auth;
113 AuthorizationRef auth;
115 printf("Cannot recover AuthorizationRef: error=%ld\n", err);
119 printf("AuthorizationRef recovered.\n");
/macosx-10.9.5/DiskArbitration-266/diskarbitrationd/
H A DDASession.h61 extern AuthorizationRef DASessionGetAuthorization( DASessionRef session );
74 extern void DASessionSetAuthorization( DASessionRef session, AuthorizationRef authorization );
H A DDASession.c37 AuthorizationRef _authorization;
267 AuthorizationRef DASessionGetAuthorization( DASessionRef session )
357 void DASessionSetAuthorization( DASessionRef session, AuthorizationRef authorization )
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dclient.h66 AuthorizationRef authref; /* Authorization ref */
/macosx-10.9.5/security_authtrampoline-55105/src/
H A DAuthorizationTrampoline.cpp84 AuthorizationRef auth;
/macosx-10.9.5/SecurityTool-55115/
H A Dauthz.c35 AuthorizationRef
38 AuthorizationRef auth_ref = NULL;
59 write_auth_ref_to_stdout(AuthorizationRef auth_ref)
244 AuthorizationRef auth_ref = NULL;
589 AuthorizationRef auth_ref = NULL;
591 // internalize AuthorizationRef
633 // externalize AuthorizationRef
656 // wait for client to pick up AuthorizationRef
661 // drop AuthorizationRef
672 AuthorizationRef auth_re
[all...]
/macosx-10.9.5/IOKitUser-907.100.13/
H A DIOSystemConfiguration.h123 AuthorizationRef authorization);
/macosx-10.9.5/DiskArbitration-266/DiskArbitration/
H A DDASession.c47 AuthorizationRef _authorization;
221 __private_extern__ AuthorizationRef _DASessionGetAuthorization( DASessionRef session )
223 AuthorizationRef authorization;
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DStorageManager.h123 void login(AuthorizationRef authRef, UInt32 nameLength, const char* name);
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DStorageManager.h123 void login(AuthorizationRef authRef, UInt32 nameLength, const char* name);
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DStorageManager.h123 void login(AuthorizationRef authRef, UInt32 nameLength, const char* name);
/macosx-10.9.5/eap8021x-180/EAP8021X.fproj/
H A DEAPOLClientConfiguration.h138 * access to an AuthorizationRef (see Note below for
301 * AuthorizationRef.
310 AuthorizationRef auth);

Completed in 144 milliseconds

123