Searched refs:error_string (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/utils/
H A Dntlm_auth_proto.h21 char **error_string,
H A Dntlm_auth_diagnostics.c62 char *error_string; local
103 &error_string, NULL);
109 error_string,
111 SAFE_FREE(error_string);
183 char *error_string; local
202 &error_string, NULL);
208 error_string,
210 SAFE_FREE(error_string);
251 char *error_string; local
273 &error_string, NUL
324 char *error_string; local
453 char *error_string; local
[all...]
H A Dntlm_auth.c282 response.data.auth.error_string,
291 response.data.auth.error_string,
309 char **error_string,
357 if (error_string)
358 *error_string = smb_xstrdup("Reading winbind reply failed!");
365 if (error_string)
366 *error_string = smb_xstrdup(response.data.auth.error_string);
396 char *error_string; local
408 &error_string,
300 contact_winbind_auth_crap(const char *username, const char *domain, const char *workstation, const DATA_BLOB *challenge, const DATA_BLOB *lm_response, const DATA_BLOB *nt_response, uint32 flags, uint8 lm_key[8], uint8 user_session_key[16], char **error_string, char **unix_name) argument
1418 char *error_string = NULL; local
1641 char *error_string; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/plugins/
H A Dwinbind.c252 char **error_string)
290 if (error_string) {
291 *error_string = strdup("fork failed!");
422 if (error_string)
423 *error_string = strdup(parameter);
426 if (error_string)
427 *error_string = strdup(parameter);
549 char *error_string = NULL; local
584 &error_string) == AUTHENTICATED) {
590 if (error_string) {
241 run_ntlm_auth(const char *username, const char *domain, const char *full_username, const char *plaintext_password, const u_char *challenge, size_t challenge_length, const u_char *lm_response, size_t lm_response_length, const u_char *nt_response, size_t nt_response_length, u_char nt_key[16], char **error_string) argument
605 char *error_string = NULL; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/nsswitch/
H A Dwinbindd_pam.c354 if (!*state->response.data.auth.error_string)
355 fstrcpy(state->response.data.auth.error_string, get_friendly_nt_error_msg(result));
440 char *error_string = NULL; local
445 asprintf(&error_string, "winbind client not authorized to use winbindd_pam_auth_crap. Ensure permissions on %s are set correctly.",
447 fstrcpy(state->response.data.auth.error_string, error_string);
448 SAFE_FREE(error_string);
645 if (!*state->response.data.auth.error_string)
646 fstrcpy(state->response.data.auth.error_string, get_friendly_nt_error_msg(result));
714 fstrcpy(state->response.data.auth.error_string, nt_errst
[all...]
H A Dwinbindd_nss.h258 fstring error_string; member in struct:winbindd_response::__anon1709::auth_reply
H A Dwinbindd_misc.c94 fstrcpy(state->response.data.auth.error_string, nt_errstr(result));
H A Dwbinfo.c539 response.data.auth.error_string);
637 response.data.auth.error_string);
681 response.data.auth.error_string);
H A Dpam_winbind.c129 response->data.auth.error_string,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/drivers/pci/
H A Dpci-st40.c100 const char *error_string; member in struct:pci_err
137 printk("%s\n",error[i].error_string);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libads/
H A Dkrb5_setpw.c183 const char *error_string; member in struct:kpasswd_errors
204 while (kpasswd_errors[idx].error_string != NULL) {
207 *code_string = kpasswd_errors[idx].error_string;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/drivers/
H A Dmconsole_kern.c481 char *ptr = req->request.data, *name, *error_string = ""; local
498 err = (*dev->config)(name, &error_string);
499 mconsole_reply(req, error_string, err, 0);

Completed in 127 milliseconds