Home
last modified time | relevance | path

Searched refs:pam_chauthtok (Results 1 – 25 of 84) sorted by relevance

1234

/dports/security/pam_krb5/pam-krb5-4.9/docs/metadata/sections/
H A Dimplementation-notes110 pam_chauthtok
117 `pam_authenticate` isn't called again after `pam_chauthtok`, so
118 `pam_chauthtok` has to create a ticket cache. We however don't want it to
122 processing an expired password, and `pam_chauthtok`, if it sees that flag,
126 Unfortunately, when handling password changes this way, `pam_chauthtok`
135 store it for `pam_chauthtok`, but it doesn't seem worth the hassle.
/dports/security/openvpn-devel/openvpn-0033811e0215af76f469d78912c95a2f59813454/src/plugins/auth-pam/
H A Dpamdl.c193 pam_chauthtok(pam_handle_t *pamh, int flags) in pam_chauthtok() function
196 RESOLVE_PAM_FUNCTION(pam_chauthtok, int, (pam_handle_t *, int), PAM_ABORT); in pam_chauthtok()
/dports/security/openvpn/openvpn-2.5.6/src/plugins/auth-pam/
H A Dpamdl.c193 pam_chauthtok(pam_handle_t *pamh, int flags) in pam_chauthtok() function
196 RESOLVE_PAM_FUNCTION(pam_chauthtok, int, (pam_handle_t *, int), PAM_ABORT); in pam_chauthtok()
/dports/security/openvpn-mbedtls/openvpn-2.5.6/src/plugins/auth-pam/
H A Dpamdl.c193 pam_chauthtok(pam_handle_t *pamh, int flags) in pam_chauthtok() function
196 RESOLVE_PAM_FUNCTION(pam_chauthtok, int, (pam_handle_t *, int), PAM_ABORT); in pam_chauthtok()
/dports/security/p5-Authen-PAM/Authen-PAM-0.16/
H A DPAM.pm.in24 pam_authenticate pam_setcred pam_acct_mgmt pam_chauthtok
192 $res = pam_chauthtok($pamh, $flags);
259 $res = $pamh->pam_chauthtok($flags);
286 pam_chauthtok($pamh);
293 $pamh->pam_chauthtok;
H A DPAM.xs723 pam_chauthtok(pamh, flags=0)
728 RETVAL = pam_chauthtok(pamh, flags);
/dports/sysutils/linrename/util-linux-2.25.2/login-utils/
H A Dauth.c32 pam_chauthtok(pamh, PAM_CHANGE_EXPIRED_AUTHTOK); in auth_pam()
/dports/security/pam-pgsql/pam-pgsql-0.7.3.2/tests/
H A Dchpass.c46 retval = pam_chauthtok(pamh, 0);
/dports/devel/util-linux/util-linux-2.36/login-utils/
H A Dauth.c52 pam_chauthtok(pamh, PAM_CHANGE_EXPIRED_AUTHTOK); in auth_pam()
/dports/security/please/please-2.8/
H A Dplease.c69 pam_err = pam_chauthtok(pamh, PAM_CHANGE_EXPIRED_AUTHTOK); in authenticate()
/dports/security/gnome-keyring/gnome-keyring-40.0/pam/
H A Dtest-pam.c461 g_assert_cmpint (pam_chauthtok (test->ph, 0), ==, PAM_SUCCESS); in test_password_changes_running()
498 g_assert_cmpint (pam_chauthtok (test->ph, 0), ==, PAM_SUCCESS); in test_password_changes_starts()
535 g_assert_cmpint (pam_chauthtok (test->ph, 0), ==, PAM_SUCCESS); in test_password_change_start_in_session()
/dports/sysutils/consolekit2/ConsoleKit2-520b862/pam-ck-connector/
H A Dtest-pam.c115 retcode = pam_chauthtok (pamh, PAM_CHANGE_EXPIRED_AUTHTOK); in main()
/dports/security/calife/calife-3.0.6/
H A Dauth_pam.c138 e = pam_chauthtok(pamh, PAM_CHANGE_EXPIRED_AUTHTOK); in auth_pam()
/dports/security/pam-modules/pam-modules-2.2/pamck/
H A Dpamck.c74 { "pass", "pam_chauthtok", pam_chauthtok },
/dports/security/gnome-ssh-askpass/openssh-6.6p1/
H A Dauth-pam.c267 result = pam_chauthtok(pamh, flags); in sshpam_chauthtok_ruid()
272 # define pam_chauthtok(a,b) (sshpam_chauthtok_ruid((a), (b))) macro
479 sshpam_err = pam_chauthtok(sshpam_handle, in sshpam_thread()
1032 sshpam_err = pam_chauthtok(sshpam_handle, PAM_CHANGE_EXPIRED_AUTHTOK); in do_pam_chauthtok()
/dports/ftp/wzdftpd/wzdftpd-0.8.3/libwzd-auth/
H A Dwzd_pam.c146 if (pam_chauthtok(pamh, PAM_SILENT) != PAM_SUCCESS) { in changepass_pam()
/dports/mail/poppwd/poppwd/
H A Dpassword.c197 if ((ec = pam_chauthtok(ph, 0)) != 0) { in change_pass_pam()
/dports/security/pam_ssh/pam_ssh-8.0/openssh/
H A Dauth-pam.c286 result = pam_chauthtok(pamh, flags); in sshpam_chauthtok_ruid()
291 # define pam_chauthtok(a,b) (sshpam_chauthtok_ruid((a), (b))) macro
518 sshpam_err = pam_chauthtok(sshpam_handle, in sshpam_thread()
1163 sshpam_err = pam_chauthtok(sshpam_handle, PAM_CHANGE_EXPIRED_AUTHTOK); in do_pam_chauthtok()
/dports/security/openssh-portable/openssh-8.8p1/
H A Dauth-pam.c296 result = pam_chauthtok(pamh, flags); in sshpam_chauthtok_ruid()
301 # define pam_chauthtok(a,b) (sshpam_chauthtok_ruid((a), (b))) macro
530 sshpam_err = pam_chauthtok(sshpam_handle, in sshpam_thread()
1188 sshpam_err = pam_chauthtok(sshpam_handle, PAM_CHANGE_EXPIRED_AUTHTOK); in do_pam_chauthtok()
/dports/sysutils/webmin/webmin-1.981/
H A Dpassword_change.cgi132 $rv = $pamh->pam_chauthtok();
/dports/sysutils/usermin/usermin-1.830/
H A Dpassword_change.cgi132 $rv = $pamh->pam_chauthtok();
/dports/x11/sddm/sddm-0.19.0/src/helper/backend/
H A DPamHandle.cpp65 m_result = pam_chauthtok(m_handle, flags | m_silent); in chAuthTok()
/dports/devel/pam_wrapper/pam_wrapper-1.0.6/src/
H A Dlibpamtest.c49 tc->op_rv = pam_chauthtok(ph, tc->flags); in run_test_case()
/dports/net/samba412/samba-4.12.15/third_party/pam_wrapper/
H A Dlibpamtest.c49 tc->op_rv = pam_chauthtok(ph, tc->flags); in run_test_case()
/dports/security/pecl-pam/pam-2.2.3/
H A Dpam.c263 if ((result = pam_chauthtok(pamh, PAM_DISALLOW_NULL_AUTHTOK)) != PAM_SUCCESS) {

1234