Home
last modified time | relevance | path

Searched refs:upw (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/tests/gss/
H A Dcheck-basic.in86 echo upw > ${objdir}/foopassword
88 ${kadmin} add -p upw --use-defaults user@${R} || exit 1
89 ${kadmin} add -p upw --use-defaults another@${R} || exit 1
/netbsd-src/share/examples/refuse/ian/libfetch/
H A Dhttp.c627 char *upw, *auth; in _http_basic_auth() local
632 if (asprintf(&upw, "%s:%s", usr, pwd) == -1) in _http_basic_auth()
634 auth = _http_base64(upw); in _http_basic_auth()
635 free(upw); in _http_basic_auth()
/netbsd-src/external/bsd/openldap/dist/libraries/liblutil/
H A Dpasswd.c734 struct userpw *upw = getuserpw(passwd->bv_val); in chk_unix() local
736 if (upw != NULL) { in chk_unix()
737 pw = upw->upw_passwd; in chk_unix()