Searched refs:newpw (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dafs.c229 char oldpw[ 9 ], newpw[ 9 ]; local
278 memset( newpw, 0, sizeof( newpw ));
279 memcpy( newpw, ibuf, len );
281 newpw[ len ] = '\0';
288 ka_StringToKey( newpw, realm, &newkey );
289 memset( newpw, 0, sizeof( newpw ));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libads/
H A Dkrb5_setpw.c399 const char *newpw)
457 princ, newpw, use_tcp, &chpw_req);
539 const char *newpw, int time_offset)
640 credsp, princ, newpw);
684 const char *newpw,
738 &creds, principal, newpw);
394 do_krb5_kpasswd_request(krb5_context context, const char *kdc_host, uint16 pversion, krb5_creds *credsp, const char *princ, const char *newpw) argument
538 ads_krb5_set_password(const char *kdc_host, const char *princ, const char *newpw, int time_offset) argument
681 ads_krb5_chg_password(const char *kdc_host, const char *principal, const char *oldpw, const char *newpw, int time_offset) argument

Completed in 120 milliseconds