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

/osnet-11/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": "");
/osnet-11/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;
/osnet-11/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...]
/osnet-11/usr/src/lib/pam_modules/authtok_store/
H A Dauthtok_store.c46 error(int nowarn, pam_handle_t *pamh, char *fmt, ...) argument
53 if (nowarn == 0)
61 info(int nowarn, pam_handle_t *pamh, char *fmt, ...) argument
68 if (nowarn == 0)
97 int nowarn = 0; local
113 else if (strcmp(argv[i], "nowarn") == 0)
114 nowarn = 1;
126 nowarn = 1;
168 info(nowarn, pamh, dgettext(TEXT_DOMAIN,
237 info(nowarn, pam
[all...]
/osnet-11/usr/src/lib/pam_modules/krb5/
H A Dkrb5_acct_mgmt.c317 int nowarn = 0; /* pam.conf entry option, no expire warnings */ local
323 else if (strcasecmp(argv[i], "nowarn") == 0) {
324 nowarn = 1;
335 "PAM-KRB5 (acct): debug=%d, nowarn=%d",
336 debug, nowarn);
448 if (!nowarn) {
460 !nowarn && kmd->password) {
/osnet-11/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: "
285 error(nowarn, pamh, dgettext(TEXT_DOMAIN,
298 error(nowarn, pamh, dgettext(TEXT_DOMAIN,
/osnet-11/usr/src/lib/pam_modules/unix_auth/
H A Dunix_auth.c194 int nowarn = (flags & PAM_SILENT) != 0; local
213 else if (strcmp(argv[i], "nowarn") == 0)
214 nowarn = 1;
364 if (nowarn == 0) {
/osnet-11/usr/src/lib/pam_modules/unix_cred/
H A Dunix_cred.c214 uint_t nowarn = flags & PAM_SILENT; local
238 else if (strcmp(argv[i], "nowarn") == 0)
239 nowarn |= 1;
481 if (!nowarn) {
513 if (!nowarn)
554 if (!nowarn)
605 if (!nowarn)
/osnet-11/usr/src/lib/pam_modules/zfs_key/
H A Dzfs_key.c177 boolean_t nowarn = (flags & PAM_SILENT) == PAM_SILENT; local
199 } else if (strcmp(argv[i], "nowarn") == 0) {
200 nowarn = B_TRUE;
269 if (!nowarn) {
289 if (!nowarn)
371 if (!nowarn) {
380 if (!nowarn) {
409 if (!nowarn) {
438 boolean_t nowarn = (flags & PAM_SILENT) == PAM_SILENT; local
459 if (strcmp(argv[i], "nowarn")
[all...]

Completed in 115 milliseconds