Searched refs:rights (Results 1 - 25 of 178) sorted by relevance

12345678

/macosx-10.10/Security-57031.1.35/Security/include/securityd_client/
H A Dxdr_auth.h18 * Please see the License for the specific language governing rights and
36 bool_t copyin_AuthorizationItemSet(const AuthorizationItemSet *rights, void **copy, mach_msg_size_t *size);
37 bool_t copyout_AuthorizationItemSet(const void *copy, mach_msg_size_t size, AuthorizationItemSet **rights);
H A Dxdr_auth.c18 * Please see the License for the specific language governing rights and
70 inline bool_t copyin_AuthorizationItemSet(const AuthorizationItemSet *rights, void **copy, mach_msg_size_t *size) argument
72 return copyin((AuthorizationItemSet *)rights, (xdrproc_t)xdr_AuthorizationItemSet, copy, size);
75 inline bool_t copyout_AuthorizationItemSet(const void *copy, mach_msg_size_t size, AuthorizationItemSet **rights) argument
81 *rights = data;
/macosx-10.10/Security-57031.1.35/Security/libsecurityd/lib/
H A Dxdr_auth.h18 * Please see the License for the specific language governing rights and
36 bool_t copyin_AuthorizationItemSet(const AuthorizationItemSet *rights, void **copy, mach_msg_size_t *size);
37 bool_t copyout_AuthorizationItemSet(const void *copy, mach_msg_size_t size, AuthorizationItemSet **rights);
H A Dxdr_auth.c18 * Please see the License for the specific language governing rights and
70 inline bool_t copyin_AuthorizationItemSet(const AuthorizationItemSet *rights, void **copy, mach_msg_size_t *size) argument
72 return copyin((AuthorizationItemSet *)rights, (xdrproc_t)xdr_AuthorizationItemSet, copy, size);
75 inline bool_t copyout_AuthorizationItemSet(const void *copy, mach_msg_size_t size, AuthorizationItemSet **rights) argument
81 *rights = data;
/macosx-10.10/smb-759.0/lib/librpc/
H A Dwerror.inc2 * Copyright (c) 2009 Apple Inc. All rights reserved.
/macosx-10.10/Security-57031.1.35/securityd/tests/
H A Dtestauth.cpp18 * Please see the License for the specific language governing rights and
58 // ask for rights from this authorization
70 // the output rights could be in either order -- be flexible
71 set<string> rights; local
72 rights.insert(rightsVector->items[0].name);
73 rights.insert(rightsVector->items[1].name);
74 assert(rights.find("debug.testing") != rights.end() &&
75 rights.find("debug.testing.more") != rights
[all...]
H A Dexectest.cpp18 * Please see the License for the specific language governing rights and
65 AuthorizationRights rights = { 1, &right }; local
68 if (OSStatus error = AuthorizationCreate(&rights, NULL /*env*/,
/macosx-10.10/Security-57031.1.35/Security/libsecurity_authorization/lib/
H A DAuthorization.h18 * Please see the License for the specific language governing rights and
54 When the user locks the lock AuthorizationFree() is called with the kAuthorizationFlagDestroyRights to destroy any authorization rights that have been aquired.
56 When the user unlocks the lock AuthorizationCreate() is called with the kAuthorizationFlagInteractionAllowed and kAuthorizationFlagExtendRights flags to obtain all required rights. The old authorization object can be freed by calling AuthorizationFree() with no flags.
85 errAuthorizationInvalidSet = -60001, /* The authorization rights are invalid. */
192 potential attackers since it would authorize rights to them.
206 An AuthorizationItemSet representing a set of rights each with an associated argument (value).
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 ar
[all...]
/macosx-10.10/Security-57031.1.35/Security/authd/
H A Dengine.h17 OSStatus engine_authorize(engine_t, auth_rights_t rights, auth_items_t enviroment, AuthorizationFlags);
H A Dauthitems.c954 auth_rights_t rights = (auth_rights_t)value; local
956 CFReleaseNull(rights->array);
971 auth_rights_t rights = (auth_rights_t)value; local
972 return CFCopyDescription(rights->array);
1000 auth_rights_t rights = NULL; local
1002 rights = (auth_rights_t)_CFRuntimeCreateInstance(kCFAllocatorDefault, auth_rights_get_type_id(), AUTH_CLASS_SIZE(auth_rights), NULL);
1003 require(rights != NULL, done);
1005 rights->array = CFArrayCreateMutable(kCFAllocatorDefault, 0, &kCFTypeArrayCallBacks);
1008 return rights;
1014 auth_rights_t rights local
1023 auth_rights_t rights = _auth_rights_create(); local
1043 auth_rights_export_xpc(auth_rights_t rights) argument
1059 _find_right_item(auth_rights_t rights, const char * key) argument
1082 auth_rights_set_flags(auth_rights_t rights, const char *key, uint32_t flags) argument
1090 auth_rights_clear_flags(auth_rights_t rights, const char *key, uint32_t flags) argument
1098 auth_rights_get_flags(auth_rights_t rights, const char *key) argument
1108 auth_rights_check_flags(auth_rights_t rights, const char *key, uint32_t flags) argument
1114 auth_rights_get_count(auth_rights_t rights) argument
1119 auth_rights_add(auth_rights_t rights, const char *key) argument
1128 auth_rights_exist(auth_rights_t rights, const char *key) argument
1133 auth_rights_remove(auth_rights_t rights, const char *key) argument
1148 auth_rights_clear(auth_rights_t rights) argument
1154 auth_rights_iterate(auth_rights_t rights, bool(^iter)(const char * key)) argument
[all...]
/macosx-10.10/WebInspectorUI-7600.1.17/Scripts/
H A Dcopy-user-interface-resources.pl43 * Copyright (C) 2007-2014 Apple Inc. All rights reserved.
44 * Copyright (C) 2009-2011 Google Inc. All rights reserved.
45 * Copyright (C) 2009-2010 Joseph Pecoraro. All rights reserved.
46 * Copyright (C) 2008 Matt Lilek. All rights reserved.
49 * Copyright (C) 2010 Nikita Vasilyev. All rights reserved.
50 * Copyright (C) 2011 Brian Grinstead All rights reserved.
52 * Copyright (C) 2013 Samsung Electronics. All rights reserved.
54 * Copyright (C) 2013 Adobe Systems Inc. All rights reserved.
55 * Copyright (C) 2013 University of Washington. All rights reserved.
/macosx-10.10/ruby-106/ruby/ext/openssl/lib/
H A Dopenssl.rb7 All rights reserved.
/macosx-10.10/ruby-106/ruby/lib/net/
H A Dhttps.rb13 All rights reserved.
/macosx-10.10/smb-759.0/lib/smbclient/
H A Dntstatus.inc2 * Copyright (c) 2008-2009 Apple Inc. All rights reserved.
/macosx-10.10/xnu-2782.1.97/libkern/kxld/
H A Dkxld_copyright.c2 * Copyright (c) 2009 Apple Inc. All rights reserved.
9 * compliance with the License. The rights granted to you under the License
23 * Please see the License for the specific language governing rights and
51 #define kRightsToken " Apple Inc. All rights reserved."
62 CFSTR("Copyright �� 2008 Apple Inc. All rights reserved."),
63 CFSTR("Copyright �� 2004-2008 Apple Inc. All rights reserved."),
64 CFSTR("Copyright �� 2004,2006 Apple Inc. All rights reserved."),
65 CFSTR("Copyright �� 2004,2006-2008 Apple Inc. All rights reserved."),
66 CFSTR("Copyright �� 2004 , 2006-2008 Apple Inc. All rights reserved."),
67 CFSTR("Copyright �� 1998,2000-2002,2004,2006-2008 Apple Inc. All rights reserve
249 const char *rights = NULL; local
[all...]
/macosx-10.10/ruby-106/ruby/lib/rss/maker/
H A Dentry.rb109 :rights => @rights,
122 unless keep[:rights].variable_is_set?
123 @maker.channel.rights {|r| @rights = r}
136 @rights = keep[:rights]
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dmake_posix_availability.sh3 # Copyright (c) 2010 Apple Inc. All rights reserved.
19 # Please see the License for the specific language governing rights and
40 /* Copyright (c) 2010 Apple Inc. All rights reserved.
47 * compliance with the License. The rights granted to you under the License
61 * Please see the License for the specific language governing rights and
H A Dmake_symbol_aliasing.sh3 # Copyright (c) 2010 Apple Inc. All rights reserved.
19 # Please see the License for the specific language governing rights and
44 /* Copyright (c) 2010 Apple Inc. All rights reserved.
51 * compliance with the License. The rights granted to you under the License
65 * Please see the License for the specific language governing rights and
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dmach_notify.c18 * Please see the License for the specific language governing rights and
120 mach_msg_port_descriptor_t rights; member in struct:__anon3910
250 mach_port_t rights
261 mach_msg_port_descriptor_t rights; member in struct:__anon3920
289 if (In0P->rights.type != MACH_MSG_PORT_DESCRIPTOR ||
290 In0P->rights.disposition != MACH_MSG_TYPE_MOVE_RECEIVE)
294 OutP->RetCode = cdsa_mach_notify_port_destroyed(In0P->Head.msgh_request_port, In0P->rights.name);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dmach_notify.c18 * Please see the License for the specific language governing rights and
120 mach_msg_port_descriptor_t rights; member in struct:__anon5072
250 mach_port_t rights
261 mach_msg_port_descriptor_t rights; member in struct:__anon5082
289 if (In0P->rights.type != MACH_MSG_PORT_DESCRIPTOR ||
290 In0P->rights.disposition != MACH_MSG_TYPE_MOVE_RECEIVE)
294 OutP->RetCode = cdsa_mach_notify_port_destroyed(In0P->Head.msgh_request_port, In0P->rights.name);
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/build/
H A Dlib-shared.mk5 ## All rights reserved.
H A Dmkversion7 ## All rights reserved.
59 * All rights reserved.
71 "Copyright 1998-2011 The OpenLDAP Foundation. All rights reserved.\n"
/macosx-10.10/xnu-2782.1.97/osfmk/mach/
H A Dnotify.defs2 * Copyright (c) 2000-2003 Apple Computer, Inc. All rights reserved.
9 * compliance with the License. The rights granted to you under the License
23 * Please see the License for the specific language governing rights and
54 * the rights to redistribute these changes.
108 rights : mach_port_move_receive_t);
/macosx-10.10/BerkeleyDB-21/db/mutex/
H A Duts4_cc.s3 / Copyright (c) 1997,2008 Oracle. All rights reserved.
/macosx-10.10/CPANInternal-159.1/Test-use-ok-0.11/lib/
H A Dok.pm41 or neighboring rights to L<Test-use-ok>.

Completed in 195 milliseconds

12345678