Home
last modified time | relevance | path

Searched refs:misc_conv (Results 1 – 25 of 62) sorted by relevance

123

/dports/ftp/wzdftpd/wzdftpd-0.8.3/ac-helpers/
H A Dpam.m427 AC_DEFINE(PAM_CONV_FUNC,misc_conv,Have misc_conv)
28 pam_conv_func="misc_conv"
/dports/security/pamtester/pamtester-0.1.2/
H A DChangeLog15 * configure.in: improve pam_misc detection for misc_conv() compatibility
20 * compat.c: provide misc_conv() equivalent for platforms where such
H A Dconfigure.in45 AC_CHECK_LIB([pam_misc], [misc_conv], [
46 AC_DEFINE([HAVE_MISC_CONV], [1], [Define to 1 if you have the `misc_conv()' fucntion])
H A Dconfig.h.in21 /* Define to 1 if you have the `misc_conv()' fucntion */
/dports/security/super/super-3.30.3/
H A Dpam.c157 int misc_conv(int num_msg, const struct pam_message **msgm,
161 misc_conv,
H A Dpam_misc.h30 extern int misc_conv(int num_msg, const struct pam_message **msgm,
H A Dlocalsys.h190 int misc_conv(int num_msg, const struct pam_message **msgm,
H A Dmisc_conv.c250 int misc_conv(int num_msg, const struct pam_message **msgm, in misc_conv() function
/dports/security/pamtester/pamtester-0.1.2/src/
H A Dcompat.h56 #define misc_conv pamtester_compat_misc_conv macro
H A Dapp.c67 #define misc_conv openpam_ttyconv macro
206 const struct pam_conv conv = { misc_conv, NULL }; in pamtester_app_run()
/dports/sysutils/linrename/util-linux-2.25.2/login-utils/
H A Dauth.c18 struct pam_conv conv = { misc_conv, NULL }; in auth_pam()
/dports/security/pam-pgsql/pam-pgsql-0.7.3.2/tests/
H A Dchpass.c22 misc_conv,
H A Dauthenticate.c18 misc_conv,
/dports/devel/util-linux/util-linux-2.36/login-utils/
H A Dauth.c35 struct pam_conv conv = { misc_conv, NULL }; in auth_pam()
/dports/security/pam_p11/pam_p11-0.3.1/src/
H A Dtest.c52 misc_conv, in main()
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/slurmd/slurmstepd/
H A Dpam_ses.c79 struct pam_conv conv = {misc_conv, NULL}; in pam_setup()
/dports/security/please/please-2.8/
H A Dplease.c46 struct pam_conv pamc = { &misc_conv, NULL }; in authenticate()
/dports/www/yaws/yaws-2.0.6/c_src/
H A Depam.c91 int misc_conv(int num_msg, const struct pam_message **msgm, in misc_conv() function
221 misc_conv,
/dports/sysutils/consolekit2/ConsoleKit2-520b862/pam-ck-connector/
H A Dtest-pam.c61 struct pam_conv conv = { misc_conv, NULL }; in main()
/dports/sysutils/busybox/busybox-1.26.2/loginutils/
H A Dlogin.c106 misc_conv(num_msg, msg, resp, data);
128 misc_conv,
/dports/sysutils/slurm-wlm/slurm-20.02.7/auxdir/
H A Dx_ac_pam.m437 [misc_conv],
/dports/security/pam_p11/pam_p11-0.3.1/
H A Dconfigure.ac121 AC_CHECK_LIB([pam_misc], [misc_conv])
/dports/security/pam-pgsql/pam-pgsql-0.7.3.2/
H A Dconfigure.ac65 AC_CHECK_LIB([pam_misc], [misc_conv], [PAMCONVLIB=-lpam_misc], [
/dports/www/shellinabox/shellinabox-2.20/shellinabox/
H A Dlauncher.c170 #define misc_conv x_misc_conv macro
406 check(!misc_conv); in loadPAM()
426 { { &misc_conv }, "libpam_misc.so", "misc_conv" } in loadPAM()
477 return misc_conv && pam_start; in supportsPAM()
1086 struct pam_conv conv = { .conv = misc_conv }; in internalLogin()
/dports/x11/xpra/xpra-4.3/xpra/server/
H A Dpam.pyx40 … void misc_conv(int num_msg, const pam_message **msgm, pam_response **response, void *appdata_ptr)
173 conv.conv = <void_p> misc_conv

123