Searched refs:auth (Results 26 - 50 of 354) sorted by relevance

1234567891011>>

/macosx-10.9.5/sudo-72/src/auth/
H A Dpasswd.c53 passwd_init(pw, auth)
55 sudo_auth *auth;
62 auth->data = sudo_getepw(pw);
68 passwd_verify(pw, pass, auth)
71 sudo_auth *auth;
74 char *pw_epasswd = auth->data;
111 passwd_cleanup(pw, auth)
113 sudo_auth *auth;
115 char *pw_epasswd = auth->data;
H A Dsecurid5.c62 * auth - sudo authentication structure
65 * auth - auth->data contains pointer to new SecurID handle
70 securid_init(pw, auth)
72 sudo_auth *auth;
76 auth->data = (void *) &sd_dat; /* For method-specific data */
93 * auth - sudo authentication structure for SecurID handle
100 securid_setup(pw, promptp, auth)
103 sudo_auth *auth;
105 SDI_HANDLE *sd = (SDI_HANDLE *) auth
[all...]
H A Dsia.c90 sia_setup(pw, promptp, auth)
93 sudo_auth *auth;
107 auth->data = (void *) siah;
112 sia_verify(pw, prompt, auth)
115 sudo_auth *auth;
117 SIAENTITY *siah = (SIAENTITY *) auth->data;
129 sia_cleanup(pw, auth)
131 sudo_auth *auth;
133 SIAENTITY *siah = (SIAENTITY *) auth->data;
H A Dkerb4.c51 kerb4_init(pw, auth)
53 sudo_auth *auth;
66 auth->data = (void *) realm;
72 kerb4_verify(pw, pass, auth)
75 sudo_auth *auth;
78 char *realm = (char *) auth->data;
H A Drfc1938.c66 rfc1938_setup(pw, promptp, auth)
69 sudo_auth *auth;
77 if (!auth->data)
78 auth->data = &rfc1938;
105 if (IS_ONEANDONLY(auth)) {
106 warningx("you do not exist in the %s database", auth->name);
130 rfc1938_verify(pw, pass, auth)
133 sudo_auth *auth;
136 if (rfc1938verify((struct RFC1938 *) auth->data, pass) == 0)
/macosx-10.9.5/Security-55471.14.18/libsecurity_authorization/lib/
H A DtrampolineServer.cpp52 if (sscanf(mboxFdText, "auth %d", &fd) != 1)
61 AuthorizationRef auth; local
62 if (OSStatus error = AuthorizationCreateFromExternalForm(&extForm, &auth))
66 *authorization = auth;
/macosx-10.9.5/WebCore-7537.78.1/platform/sql/
H A DSQLiteDatabase.cpp367 DatabaseAuthorizer* auth = static_cast<DatabaseAuthorizer*>(userData); local
368 ASSERT(auth);
372 return auth->createIndex(parameter1, parameter2);
374 return auth->createTable(parameter1);
376 return auth->createTempIndex(parameter1, parameter2);
378 return auth->createTempTable(parameter1);
380 return auth->createTempTrigger(parameter1, parameter2);
382 return auth->createTempView(parameter1);
384 return auth->createTrigger(parameter1, parameter2);
386 return auth
441 setAuthorizer(PassRefPtr<DatabaseAuthorizer> auth) argument
[all...]
/macosx-10.9.5/securityd-55199.3/src/
H A Dprocess.cpp136 AuthorizationToken *auth = *it; local
137 while (++it != mAuthorizations.end() && *it == auth) ; // Skip duplicates
138 if (auth->endProcess(*this))
139 delete auth;
203 void Process::addAuthorization(AuthorizationToken *auth) argument
205 assert(auth);
207 mAuthorizations.insert(auth);
208 auth->addProcess(*this);
211 void Process::checkAuthorization(AuthorizationToken *auth) argument
213 assert(auth);
219 removeAuthorization(AuthorizationToken *auth) argument
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/examples/UDDI/
H A Dsyntax2.pl15 my $auth = get_authToken({userID => 'USERID', cred => 'CRED'})->authInfo;
36 my $newent = save_business($auth, $busent);
H A Dsyntax3.pl15 my $auth = get_authToken({userID => 'USERID', cred => 'CRED'})->authInfo;
42 my $newent = save_business($auth, $busent);
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/examples/UDDI/
H A Dsyntax2.pl15 my $auth = get_authToken({userID => 'USERID', cred => 'CRED'})->authInfo;
36 my $newent = save_business($auth, $busent);
H A Dsyntax3.pl15 my $auth = get_authToken({userID => 'USERID', cred => 'CRED'})->authInfo;
42 my $newent = save_business($auth, $busent);
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/examples/UDDI/
H A Dsyntax2.pl15 my $auth = get_authToken({userID => 'USERID', cred => 'CRED'})->authInfo;
36 my $newent = save_business($auth, $busent);
H A Dsyntax3.pl15 my $auth = get_authToken({userID => 'USERID', cred => 'CRED'})->authInfo;
42 my $newent = save_business($auth, $busent);
/macosx-10.9.5/WebKit-7537.78.2/efl/ewk/
H A Dewk_auth_soup.cpp32 * handling HTTP basic auth. It is built as a simple C-only module
38 SoupAuth* auth; member in struct:_Ewk_Auth_Data
89 soup_auth_authenticate(authenticationData->auth, username, password);
94 static void session_authenticate(SoupSession* session, SoupMessage* message, SoupAuth* auth, gboolean /*retrying*/, gpointer /*user_data*/) argument
107 g_object_ref(auth);
111 authenticationData->auth = auth;
115 realm = soup_auth_get_realm(authenticationData->auth);
125 g_object_unref(authData->auth);
/macosx-10.9.5/ntp-88/ntpq/
H A Dlibntpq_subs.c46 int ntpq_doquerylist(struct varlist *vlist, int op, int associd, int auth, u_short *rstatus, int *dsize, char **datap ) argument
48 return doquerylist(vlist, op, associd, auth, rstatus, dsize, &*datap );
/macosx-10.9.5/CPANInternal-140/URI/URI/file/
H A DMac.pm48 my $auth = $uri->authority;
49 if (defined $auth) {
50 if (lc($auth) ne "localhost" && $auth ne "") {
51 my $u_auth = uri_unescape($auth);
54 @path = ("", $auth);
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utilities/
H A Dacl_preauth.cpp49 // just an integer containing the auth tag
50 Endian<uint32> auth; local
51 pub(auth);
52 return new OriginAclSubject(AclAuthorization(auth));
79 OriginAclSubject::OriginAclSubject(AclAuthorization auth) argument
80 : AclSubject(CSSM_ACL_SUBJECT_TYPE_PREAUTH), mAuthTag(auth)
82 if (auth < CSSM_ACL_AUTHORIZATION_PREAUTH_BASE || auth >= CSSM_ACL_AUTHORIZATION_PREAUTH_END)
92 Endian<uint32> auth = mAuthTag; local
93 pub(auth);
98 Endian<uint32> auth = mAuthTag; local
169 AclAuthorization auth = baseCtx.authorization(); local
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utilities/lib/
H A Dacl_preauth.cpp49 // just an integer containing the auth tag
50 Endian<uint32> auth; local
51 pub(auth);
52 return new OriginAclSubject(AclAuthorization(auth));
79 OriginAclSubject::OriginAclSubject(AclAuthorization auth) argument
80 : AclSubject(CSSM_ACL_SUBJECT_TYPE_PREAUTH), mAuthTag(auth)
82 if (auth < CSSM_ACL_AUTHORIZATION_PREAUTH_BASE || auth >= CSSM_ACL_AUTHORIZATION_PREAUTH_END)
92 Endian<uint32> auth = mAuthTag; local
93 pub(auth);
98 Endian<uint32> auth = mAuthTag; local
169 AclAuthorization auth = baseCtx.authorization(); local
[all...]
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dauthfd.c132 ssh_request_reply(AuthenticationConnection *auth, Buffer *request, Buffer *reply) argument
142 if (atomicio(vwrite, auth->fd, buf, 4) != 4 ||
143 atomicio(vwrite, auth->fd, buffer_ptr(request),
152 if (atomicio(read, auth->fd, buf, 4) != 4) {
168 if (atomicio(read, auth->fd, buf, l) != l) {
202 AuthenticationConnection *auth; local
214 auth = xmalloc(sizeof(*auth));
215 auth->fd = sock;
216 buffer_init(&auth
228 ssh_close_authentication_connection(AuthenticationConnection *auth) argument
237 ssh_lock_agent(AuthenticationConnection *auth, int lock, const char *password) argument
260 ssh_get_num_identities(AuthenticationConnection *auth, int version) argument
310 ssh_get_first_identity(AuthenticationConnection *auth, char **comment, int version) argument
319 ssh_get_next_identity(AuthenticationConnection *auth, char **comment, int version) argument
370 ssh_decrypt_challenge(AuthenticationConnection *auth, Key* key, BIGNUM *challenge, u_char session_id[16], u_int response_type, u_char response[16]) argument
421 ssh_agent_sign(AuthenticationConnection *auth, Key *key, u_char **sigp, u_int *lenp, u_char *data, u_int datalen) argument
543 ssh_add_identity_constrained(AuthenticationConnection *auth, Key *key, const char *comment, u_int life, u_int confirm) argument
600 ssh_remove_identity(AuthenticationConnection *auth, Key *key) argument
635 ssh_update_card(AuthenticationConnection *auth, int add, const char *reader_id, const char *pin, u_int life, u_int confirm) argument
677 ssh_remove_all_identities(AuthenticationConnection *auth, int version) argument
703 ssh_add_from_keychain(AuthenticationConnection *auth) argument
[all...]
/macosx-10.9.5/securityd-55199.3/tests/
H A Dexectest.cpp67 AuthorizationRef auth; local
72 &auth)) {
83 if (OSStatus error = AuthorizationExecuteWithPrivileges(auth,
113 AuthorizationRef auth; local
114 if (OSStatus err = AuthorizationCopyPrivilegedReference(&auth, 0)) {
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/t/
H A D29-uddi_publishing.t45 my $auth = get_authToken({userID => 'soaplite', cred => 'soaplite'})->authInfo;
46 ok(defined $auth);
51 my $newent = save_business($auth, $busent)->businessEntity;
62 my $result = delete_business($auth, $newkey)->result;
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/t/
H A D29-uddi_publishing.t45 my $auth = get_authToken({userID => 'soaplite', cred => 'soaplite'})->authInfo;
46 ok(defined $auth);
51 my $newent = save_business($auth, $busent)->businessEntity;
62 my $result = delete_business($auth, $newkey)->result;
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/t/
H A D29-uddi_publishing.t45 my $auth = get_authToken({userID => 'soaplite', cred => 'soaplite'})->authInfo;
46 ok(defined $auth);
51 my $newent = save_business($auth, $busent)->businessEntity;
62 my $result = delete_business($auth, $newkey)->result;
/macosx-10.9.5/rsync-42/
H A Drsyncd.conf7 auth users = root

Completed in 293 milliseconds

1234567891011>>