Searched refs:newpasswd (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/lib/libncp/
H A Dncpl_bind.c131 const u_char *newpasswd)
142 nw_keyhash((u_char *)&id, newpasswd, strlen(newpasswd), newpwd);
146 if ((len = strlen(newpasswd)) > 63) {
127 ncp_change_obj_passwd(NWCONN_HANDLE connid, const struct ncp_bindery_object *object, const u_char *key, const u_char *oldpasswd, const u_char *newpasswd) argument
/freebsd-9.3-release/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_server.c728 struct passwd newpasswd; local
840 xlate_passwd(&argp->newpw, &newpasswd);
841 if (pw_copy(pfd, tfd, &newpasswd, NULL) == -1) {
879 xlate_passwd(&argp->newpw, &newpasswd);
880 if ((rval = update_inplace(&newpasswd, argp->domain))) {
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dchangepw.c190 chpw.newpasswd.length = strlen(passwd);
191 chpw.newpasswd.data = rk_UNCONST(passwd);
/freebsd-9.3-release/crypto/heimdal/kpasswd/
H A Dkpasswdd.c277 ret = krb5_copy_data(context, &chpw.newpasswd, &pwd_data);

Completed in 45 milliseconds