Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libsasl/lib/
H A Dcheckpw.c420 char pwpath[1024]; in pwcheck_verify_password() local
422 if (strlen(PWCHECKDIR)+8+1 > sizeof(pwpath)) return SASL_FAIL; in pwcheck_verify_password()
424 strcpy(pwpath, PWCHECKDIR); in pwcheck_verify_password()
425 strcat(pwpath, "/pwcheck"); in pwcheck_verify_password()
432 strncpy(srvaddr.sun_path, pwpath, sizeof(srvaddr.sun_path)); in pwcheck_verify_password()
510 char pwpath[sizeof(srvaddr.sun_path)]; in saslauthd_verify_password() local
521 strncpy(pwpath, p, sizeof(pwpath)); in saslauthd_verify_password()
523 if (strlen(PATH_SASLAUTHD_RUNDIR) + 4 + 1 > sizeof(pwpath)) in saslauthd_verify_password()
526 strcpy(pwpath, PATH_SASLAUTHD_RUNDIR); in saslauthd_verify_password()
527 strcat(pwpath, "/mux"); in saslauthd_verify_password()
[all …]