Home
last modified time | relevance | path

Searched full:pam_chauthtok (Results 1 – 25 of 39) sorted by relevance

12

/freebsd/contrib/openpam/doc/man/
H A Dpam_chauthtok.31 .\" Generated from pam_chauthtok.c by gendoc.pl
6 .Nm pam_chauthtok
12 .Fn pam_chauthtok "pam_handle_t *pamh" "int flags"
15 .Fn pam_chauthtok
33 .Fn pam_chauthtok
38 .Fn pam_chauthtok
78 .Fn pam_chauthtok
H A Dpam_sm_chauthtok.37 .Nd service module implementation for pam_chauthtok
19 .Xr pam_chauthtok 3
23 .Xr pam_chauthtok 3 ,
65 .Xr pam_chauthtok 3 ,
H A Dpam.38 .Nm pam_chauthtok ,
33 .Fn pam_chauthtok "pam_handle_t *pamh" "int flags"
141 .Fn pam_chauthtok
235 .Xr pam_chauthtok 3 ,
H A Dopenpam_nullconv.326 .Xr pam_chauthtok 3 ,
49 .Xr pam_chauthtok 3 ,
H A Dpam.conf.593 .Pq Xr pam_chauthtok 3
152 .Xr pam_chauthtok 3 .
H A DMakefile.am7 pam_chauthtok.3 \
H A Dpam.man80 .Fn pam_chauthtok
/freebsd/contrib/openpam/lib/libpam/
H A Dpam_sm_chauthtok.c49 * Service module implementation for pam_chauthtok
84 * of the =pam_chauthtok API function.
86 * When the application calls =pam_chauthtok, the service function is
H A Dpam_chauthtok.c54 pam_chauthtok(pam_handle_t *pamh, in pam_chauthtok() function
82 * The =pam_chauthtok function attempts to change the authentication token
94 * If any other bits are set, =pam_chauthtok will return =PAM_BAD_CONSTANT.
H A DMakefile.am55 pam_chauthtok.c \
H A Dopenpam_nullconv.c79 * and / or =pam_chauthtok, and their PAM configuration should specify the
H A DMakefile.in152 pam_chauthtok.lo pam_close_session.lo pam_end.lo pam_error.lo \
211 ./$(DEPDIR)/pam_chauthtok.Plo \
459 pam_chauthtok.c \
613 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_chauthtok.Plo@am__quote@ # am--include-marker
829 -rm -f ./$(DEPDIR)/pam_chauthtok.Plo
929 -rm -f ./$(DEPDIR)/pam_chauthtok.Plo
/freebsd/contrib/openpam/t/
H A Dt_openpam_dispatch.c91 pam_err = pam_chauthtok(pamh, 0);
92 t_printv("pam_chauthtok() returned %d\n", pam_err);
172 pam_err = pam_chauthtok(pamh, tc->flags);
/freebsd/contrib/openpam/bin/pamtest/
H A Dpamtest.173 .Xr pam_chauthtok 3
79 .Xr pam_chauthtok 3
H A Dpamtest.c139 * Wrapper for pam_chauthtok(3)
147 pt_verbose("pam_chauthtok()"); in pt_chauthtok()
148 if ((pame = pam_chauthtok(pamh, flags)) != PAM_SUCCESS) in pt_chauthtok()
149 pt_error(pame, "pam_chauthtok()"); in pt_chauthtok()
/freebsd/contrib/pam-krb5/docs/
H A Ddocknot.yaml485 pam_chauthtok
492 `pam_authenticate` isn't called again after `pam_chauthtok`, so
493 `pam_chauthtok` has to create a ticket cache. We however don't want it
497 processing an expired password, and `pam_chauthtok`, if it sees that
501 Unfortunately, when handling password changes this way, `pam_chauthtok`
510 expired password case and store it for `pam_chauthtok`, but it doesn't
/freebsd/lib/libpam/libpam/
H A DMakefile78 pam_chauthtok.c \
122 pam_chauthtok.3 \
/freebsd/usr.bin/passwd/
H A Dpasswd.c157 pam_err = pam_chauthtok(pamh, 0); in main()
158 pam_check("pam_chauthtok"); in main()
/freebsd/contrib/pam-krb5/
H A DREADME.md513 pam_chauthtok
520 `pam_authenticate` isn't called again after `pam_chauthtok`, so
521 `pam_chauthtok` has to create a ticket cache. We however don't want it to
525 processing an expired password, and `pam_chauthtok`, if it sees that flag,
529 Unfortunately, when handling password changes this way, `pam_chauthtok`
538 store it for `pam_chauthtok`, but it doesn't seem worth the hassle.
H A DREADME478 pam_chauthtok
484 pam_authenticate isn't called again after pam_chauthtok, so
485 pam_chauthtok has to create a ticket cache. We however don't want it to
489 processing an expired password, and pam_chauthtok, if it sees that flag,
493 Unfortunately, when handling password changes this way, pam_chauthtok
502 password case and store it for pam_chauthtok, but it doesn't seem worth
H A DTODO5 * Support PAM_CHANGE_EXPIRED_AUTHTOK properly in pam_chauthtok. This
/freebsd/crypto/openssh/
H A Dauth-pam.c277 * rules during pam_chauthtok() if the real uid of the calling process
279 * This wraps pam_chauthtok and sets/restore the real uid so PAM will do
292 result = pam_chauthtok(pamh, flags); in sshpam_chauthtok_ruid()
297 # define pam_chauthtok(a,b) (sshpam_chauthtok_ruid((a), (b))) macro
531 sshpam_err = pam_chauthtok(sshpam_handle, in sshpam_thread()
1201 sshpam_err = pam_chauthtok(sshpam_handle, PAM_CHANGE_EXPIRED_AUTHTOK); in do_pam_chauthtok()
1203 fatal("PAM: pam_chauthtok(): %s", in do_pam_chauthtok()
/freebsd/usr.bin/su/
H A Dsu.c322 retcode = pam_chauthtok(pamh, in main()
330 "pam_chauthtok: %s", aerr)) in main()
333 syslog(LOG_ERR, "pam_chauthtok: %s", in main()
/freebsd/contrib/openpam/include/security/
H A Dpam_appl.h62 pam_chauthtok(pam_handle_t *_pamh,
/freebsd/contrib/openpam/bin/su/
H A Dsu.c115 pam_err = pam_chauthtok(pamh, PAM_CHANGE_EXPIRED_AUTHTOK); in main()

12