Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsasl/lib/
H A Dcheckpw.c419 char pwpath[1024]; in pwcheck_verify_password() local
421 if (strlen(PWCHECKDIR)+8+1 > sizeof(pwpath)) return SASL_FAIL; in pwcheck_verify_password()
423 strcpy(pwpath, PWCHECKDIR); in pwcheck_verify_password()
424 strcat(pwpath, "/pwcheck"); in pwcheck_verify_password()
431 strncpy(srvaddr.sun_path, pwpath, sizeof(srvaddr.sun_path)); in pwcheck_verify_password()
509 char pwpath[sizeof(srvaddr.sun_path)]; in saslauthd_verify_password() local
520 strncpy(pwpath, p, sizeof(pwpath)); in saslauthd_verify_password()
522 if (strlen(PATH_SASLAUTHD_RUNDIR) + 4 + 1 > sizeof(pwpath)) in saslauthd_verify_password()
525 strcpy(pwpath, PATH_SASLAUTHD_RUNDIR); in saslauthd_verify_password()
526 strcat(pwpath, "/mux"); in saslauthd_verify_password()
[all …]