Searched refs:check_library (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/heimdal/lib/kadm5/ |
H A D | password_quality.c | 257 const char *check_library, in kadm5_setup_passwd_quality_check() argument 266 if(check_library == NULL) { in kadm5_setup_passwd_quality_check() 272 check_library = tmp; in kadm5_setup_passwd_quality_check() 282 if(check_library != NULL && check_function == NULL) in kadm5_setup_passwd_quality_check() 285 if(check_library == NULL) in kadm5_setup_passwd_quality_check() 287 handle = dlopen(check_library, RTLD_NOW); in kadm5_setup_passwd_quality_check() 289 krb5_warnx(context, "failed to open `%s'", check_library); in kadm5_setup_passwd_quality_check() 295 "didn't find `version' symbol in `%s'", check_library); in kadm5_setup_passwd_quality_check() 310 check_function, check_library); in kadm5_setup_passwd_quality_check() 321 add_verifier(krb5_context context, const char *check_library) in add_verifier() argument [all …]
|
/freebsd/crypto/heimdal/kadmin/ |
H A D | kadmind.c | 36 static char *check_library = NULL; variable 61 { "check-library", 0, arg_string, &check_library, 155 kadm5_setup_passwd_quality_check (context, check_library, check_function); in main()
|
H A D | kadmin.c | 49 static char *check_library = NULL; variable 81 { "check-library", 0, arg_string, &check_library, 213 check_library, check_function); in main()
|
/freebsd/crypto/heimdal/kpasswd/ |
H A D | kpasswdd.c | 756 static const char *check_library = NULL; variable 769 { "check-library", 0, arg_string, &check_library, 850 kadm5_setup_passwd_quality_check (context, check_library, check_function); in main()
|