Searched refs:newpassword (Results 1 – 4 of 4) sorted by relevance
| /freebsd/crypto/krb5/src/windows/leashdll/ |
| H A D | lsh_pwd.c | 518 static char principal[255], oldpassword[255], newpassword[255], in PasswordProc() local 521 NULL, principal, oldpassword, newpassword, newpassword2}; in PasswordProc() 836 if( newpassword[i] == '\0' ){ in PasswordProc() 845 } else if( !isprint(newpassword[i]) ){ in PasswordProc() 846 memset(newpassword, '\0', 255); in PasswordProc() 854 } else if ( newpassword[i] > 127 ) in PasswordProc() 860 if (lstrcmp(newpassword, newpassword2)) in PasswordProc() 892 newpassword, 0, 1)) in PasswordProc()
|
| H A D | leash-int.h | 62 char * newpassword,
|
| H A D | lshfunc.c | 251 char * newpassword, in Leash_changepwd_v5() argument 291 if (rc = pkrb5_change_password(context, &creds, newpassword, in Leash_changepwd_v5() 338 char * newpassword, in Leash_changepwd() argument 342 return Leash_int_changepwd(principal, password, newpassword, result_string, 0); in Leash_changepwd() 349 char * newpassword, in Leash_int_changepwd() argument 359 rc = rc5 = Leash_changepwd_v5(principal, password, newpassword, in Leash_int_changepwd()
|
| /freebsd/crypto/krb5/src/windows/include/ |
| H A D | leashwin.h | 139 long FAR Leash_changepwd(char *principal, char *password, char *newpassword, char** result_string);
|