Searched defs:nowarn (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/pam_modules/ldap/
H A Dldap_authenticate.c38 * nowarn
61 int nowarn = 0; local
77 else if (strcmp(argv[i], "nowarn") == 0)
78 nowarn = 1;
90 (nowarn)? ", nowarn": "");
H A Dldap_acct_mgmt.c257 int nowarn = 0; local
264 else if (strcasecmp(argv[i], "nowarn") == 0) {
265 nowarn = 1;
283 (nowarn)? ", nowarn": "");
/illumos-gate/usr/src/lib/pam_modules/sample/
H A Dsample_acct_mgmt.c56 int nowarn = 0; local
95 else if (strcasecmp(argv[i], "nowarn") == 0) {
96 nowarn = 1;
/illumos-gate/usr/src/lib/pam_modules/smb/
H A Dsmb_passwd.c45 error(boolean_t nowarn, pam_handle_t *pamh, char *fmt, ...) argument
50 if (nowarn)
62 info(boolean_t nowarn, pam_handle_t *pamh, char *fmt, ...) argument
67 if (nowarn)
81 boolean_t nowarn = B_FALSE; local
93 else if (strcmp(argv[i], "nowarn") == 0)
94 nowarn = B_TRUE;
104 nowarn = B_TRUE;
160 info(nowarn, pamh, dgettext(TEXT_DOMAIN,
174 error(nowarn, pam
[all...]
/illumos-gate/usr/src/lib/pam_modules/authtok_store/
H A Dauthtok_store.c44 error(int nowarn, pam_handle_t *pamh, char *fmt, ...) argument
51 if (nowarn == 0)
59 info(int nowarn, pam_handle_t *pamh, char *fmt, ...) argument
66 if (nowarn == 0)
95 int nowarn = 0; local
111 else if (strcmp(argv[i], "nowarn") == 0)
112 nowarn = 1;
124 nowarn = 1;
214 info(nowarn, pamh, dgettext(TEXT_DOMAIN,
221 error(nowarn, pam
[all...]
/illumos-gate/usr/src/lib/pam_modules/krb5/
H A Dkrb5_acct_mgmt.c316 int nowarn = 0; /* pam.conf entry option, no expire warnings */ local
322 else if (strcasecmp(argv[i], "nowarn") == 0) {
323 nowarn = 1;
334 "PAM-KRB5 (acct): debug=%d, nowarn=%d",
335 debug, nowarn);
447 if (!nowarn) {
459 !nowarn && kmd->password) {
/illumos-gate/usr/src/lib/pam_modules/passwd_auth/
H A Dpasswd_auth.c46 error(int nowarn, pam_handle_t *pamh, char *fmt, ...) argument
53 if (nowarn == 0)
73 int nowarn = 0; local
93 if (strcmp(argv[i], "nowarn") == 0)
94 nowarn = 1;
100 nowarn = 1;
153 error(nowarn, pamh, dgettext(TEXT_DOMAIN, "%s: "
281 error(nowarn, pamh, dgettext(TEXT_DOMAIN,
294 error(nowarn, pamh, dgettext(TEXT_DOMAIN,
/illumos-gate/usr/src/lib/pam_modules/unix_auth/
H A Dunix_auth.c144 int nowarn = (flags & PAM_SILENT) != 0; local
162 else if (strcmp(argv[i], "nowarn") == 0)
163 nowarn = 1;
311 if (nowarn == 0 && old_failed_count > 0)
/illumos-gate/usr/src/lib/pam_modules/unix_cred/
H A Dunix_cred.c177 uint_t nowarn = flags & PAM_SILENT; local
200 else if (strcmp(argv[i], "nowarn") == 0)
201 nowarn |= 1;
447 if (!nowarn) {
479 if (!nowarn)
520 if (!nowarn)
571 if (!nowarn)

Completed in 73 milliseconds