chauthtok         705 nsswitch/libwbclient/wbc_pam.c 		strncpy(request.data.chauthtok.user, params->account_name,
chauthtok         706 nsswitch/libwbclient/wbc_pam.c 			sizeof(request.data.chauthtok.user) - 1);
chauthtok         709 nsswitch/libwbclient/wbc_pam.c 			strncpy(request.data.chauthtok.oldpass,
chauthtok         711 nsswitch/libwbclient/wbc_pam.c 				sizeof(request.data.chauthtok.oldpass) - 1);
chauthtok         715 nsswitch/libwbclient/wbc_pam.c 			strncpy(request.data.chauthtok.newpass,
chauthtok         717 nsswitch/libwbclient/wbc_pam.c 				sizeof(request.data.chauthtok.newpass) - 1);
chauthtok         932 nsswitch/winbind_nss_aix.c 	STRCPY_RET(request.data.chauthtok.user, r_user);
chauthtok         933 nsswitch/winbind_nss_aix.c 	STRCPY_RET(request.data.chauthtok.oldpass, oldpass);
chauthtok         934 nsswitch/winbind_nss_aix.c 	STRCPY_RET(request.data.chauthtok.newpass, newpass);
chauthtok         271 nsswitch/winbind_struct_protocol.h                 } chauthtok;         /* pam_winbind passwd module */
chauthtok        2024 source3/winbindd/winbindd_pam.c 		state->request.data.chauthtok.user));
chauthtok        2029 source3/winbindd/winbindd_pam.c 					 state->request.data.chauthtok.user,
chauthtok        2037 source3/winbindd/winbindd_pam.c 		fstrcpy(state->request.data.chauthtok.user, mapped_user);
chauthtok        2044 source3/winbindd/winbindd_pam.c 	if (!canonicalize_username(state->request.data.chauthtok.user, domain, user)) {
chauthtok        2059 source3/winbindd/winbindd_pam.c 			  state->request.data.chauthtok.user, domain, user, domain));
chauthtok        2083 source3/winbindd/winbindd_pam.c 	if (!parse_domain_user(state->request.data.chauthtok.user, domain, user)) {
chauthtok        2089 source3/winbindd/winbindd_pam.c 	oldpass = state->request.data.chauthtok.oldpass;
chauthtok        2090 source3/winbindd/winbindd_pam.c 	newpass = state->request.data.chauthtok.newpass;
chauthtok        2152 source3/winbindd/winbindd_pam.c 		result = winbindd_replace_memory_creds(state->request.data.chauthtok.user,