Home
last modified time | relevance | path

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

/dports/security/pam_krb5-rh/pam_krb5-2.4.13/tests/tools/
H A Dpam_harness.c131 char *tty, *ruser, *rhost, *authtok, *oldauthtok, *run, *prompt; in main() local
160 tty = ruser = rhost = authtok = oldauthtok = run = prompt = NULL; in main()
212 oldauthtok = argv[++i]; in main()
358 if (oldauthtok) { in main()
364 i = pam_set_item(pamh, PAM_OLDAUTHTOK, oldauthtok); in main()
367 oldauthtok); in main()
603 if (oldauthtok) { in main()
605 oldauthtok) != 0) { in main()
612 if (oldauthtok) { in main()
614 oldauthtok) != PAM_SUCCESS) { in main()
/dports/net/nss-pam-ldapd/nss-pam-ldapd-0.9.11/compat/
H A Dpam_get_authtok.c43 const void *oldauthtok; in pam_get_authtok() local
56 rc = pam_get_item(pamh, PAM_OLDAUTHTOK, (PAM_ITEM_CONST void **)&oldauthtok); in pam_get_authtok()
57 if ((rc == PAM_SUCCESS) && (oldauthtok != NULL)) in pam_get_authtok()
/dports/net/nss-pam-ldapd-sasl/nss-pam-ldapd-0.9.11/compat/
H A Dpam_get_authtok.c43 const void *oldauthtok; in pam_get_authtok() local
56 rc = pam_get_item(pamh, PAM_OLDAUTHTOK, (PAM_ITEM_CONST void **)&oldauthtok); in pam_get_authtok()
57 if ((rc == PAM_SUCCESS) && (oldauthtok != NULL)) in pam_get_authtok()
/dports/security/pam_krb5/pam-krb5-4.9/tests/fakepam/
H A Ddata.c120 *data = pamh->oldauthtok; in pam_get_item()
160 free(pamh->oldauthtok); in pam_set_item()
161 pamh->oldauthtok = strdup(data); in pam_set_item()
162 if (pamh->oldauthtok == NULL) in pam_set_item()
H A Dscript.h57 const char *oldauthtok; /* Stored as OLDAUTHTOK before PAM. */ member
H A Dscript.c302 if (config->oldauthtok != NULL) in run_script()
303 pamh->oldauthtok = bstrdup(config->oldauthtok); in run_script()
H A Dpam.h57 char *oldauthtok; member
H A Dgeneral.c91 free(pamh->oldauthtok); in pam_end()
/dports/security/pam_krb5/pam-krb5-4.9/tests/module/
H A Dpassword-t.c135 config.oldauthtok = newpass;
144 config.oldauthtok = NULL;
/dports/security/pam-pgsql/pam-pgsql-0.7.3.2/
H A DCHANGELOG108 * Removed "oldauthtok*" options (they have no use)
110 * Fixed try/use_first_pass not to require oldauthtok (so stacking works for passwd mode)