Searched refs:pwpath (Results 1 – 1 of 1) sorted by relevance
419 char pwpath[1024]; in pwcheck_verify_password() local421 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() local520 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 …]