/titanic_41/usr/src/cmd/sendmail/src/ |
H A D | recipient.c | 82 if (!bitnset(M_EXPENSIVE, yy->q_mailer->m_flags)) 714 else if (NoConnect && bitnset(M_EXPENSIVE, new->q_mailer->m_flags)) 915 bitnset(M_ALIASABLE, m->m_flags)) 922 bitnset(M_CHECKUDB, m->m_flags)) 958 bitnset(M_TRYRULESET5, m->m_flags) && 971 bitnset(M_HASPWENT, m->m_flags)) 1370 if (!bitnset(DBS_FILEDELIVERYTOSYMLINK, DontBlameSendmail)) 1372 if (!bitnset(DBS_FILEDELIVERYTOHARDLINK, DontBlameSendmail)) 1466 if (!bitnset(DBS_GROUPWRITABLEFORWARDFILE, DontBlameSendmail)) 1468 if (!bitnset(DBS_WORLDWRITABLEFORWARDFILE, DontBlameSendmail)) [all …]
|
H A D | deliver.c | 309 !bitnset(M_NOMX, m->m_flags) && 344 bitnset(M_EXPENSIVE, q->q_mailer->m_flags)) 351 else if (bitnset(M_HOLD, q->q_mailer->m_flags) && 1389 if (bitnset(M_UDBENVELOPE, e->e_from.q_mailer->m_flags)) 1410 if (bitnset(M_NOHOSTSTAT, m->m_flags)) 1415 (bitnset(M_FOPT, m->m_flags) || 1416 bitnset(M_ROPT, m->m_flags))) 1418 if (bitnset(M_FOPT, m->m_flags)) 1471 else if (bitnset(M_LMTP, m->m_flags)) 1499 if (tochain != NULL && !bitnset(M_MUSER, m->m_flags)) [all …]
|
H A D | usersmtp.c | 154 if (bitnset(M_ESMTP, m->m_flags) || bitnset(M_LMTP, m->m_flags)) 162 if (bitnset(M_LMTP, m->m_flags)) 168 !bitnset(M_FSMTP, m->m_flags)) 184 bitnset(M_LMTP, m->m_flags) ? TimeOuts.to_lhlo 192 !bitnset(M_LMTP, m->m_flags)) 212 if (!bitnset(M_NOLOOPCHECK, m->m_flags) && 213 !bitnset(M_LMTP, m->m_flags) && 233 || bitnset(M_INTERNAL, m->m_flags) 764 if (!bitnset(DBS_GROUPREADABLEAUTHINFOFILE, DontBlameSendmail)) 1345 if (!bitnset(DBS_GROUPREADABLESASLDBFILE, DontBlameSendmail)) [all …]
|
H A D | stats.c | 152 if (!bitnset(DBS_WRITESTATSTOSYMLINK, DontBlameSendmail)) 154 if (!bitnset(DBS_WRITESTATSTOHARDLINK, DontBlameSendmail))
|
H A D | alias.c | 517 if (!bitnset(DBS_LINKEDALIASFILEINWRITABLEDIR, DontBlameSendmail)) 519 if (!bitnset(DBS_GROUPWRITABLEALIASFILE, DontBlameSendmail)) 521 if (!bitnset(DBS_WORLDWRITABLEALIASFILE, DontBlameSendmail)) 804 if (!bitnset(M_ALIASABLE, al.q_mailer->m_flags)) 906 if (!bitnset(M_HASPWENT, user->q_mailer->m_flags) || 976 if (bitnset(DBS_DONTWARNFORWARDFILEINUNSAFEDIRPATH,
|
H A D | envelope.c | 273 bitnset(M_LOCALMAILER, q->q_mailer->m_flags)) || 367 && !bitnset(M_HOLD, 1077 if (bitnset(M_CHECKUDB, e->e_from.q_mailer->m_flags)) 1087 if (bitnset(M_HASPWENT, e->e_from.q_mailer->m_flags)) 1185 if (*bp == '@' && !bitnset(M_NOBRACKET, e->e_from.q_mailer->m_flags)) 1196 bitnset(M_CANONICAL, e->e_from.q_mailer->m_flags))
|
H A D | daemon.c | 234 if (bitnset(D_DISABLE, Daemons[idx].d_flags)) 318 !bitnset(D_ETRNONLY, 980 if (bitnset(D_ETRNONLY, Daemons[idx].d_flags)) 1002 if (!bitnset(D_ETRNONLY, Daemons[idx].d_flags)) 1096 if (bitnset(D_OPTIONAL, d->d_flags) && 1415 if (!bitnset((char) flag, Daemons[i].d_flags)) 1855 if (!bitnset(df->d_flag, d->d_flags)) 2034 if (bitnset(D_ISSET, ClientSettings[i].d_flags)) 2036 if (!bitnset((char) flag, ClientSettings[i].d_flags)) 2146 if (bitnset(D_BINDIF, d_flags) && [all …]
|
H A D | util.c | 1103 bitnset(M_XDOT, mci->mci_mailer->m_flags)) 1115 bitnset(M_ESCFROM, mci->mci_mailer->m_flags)) 1157 bitnset(M_XDOT, mci->mci_mailer->m_flags) && 1173 bitnset(M_ESCFROM, mci->mci_mailer->m_flags) && 1719 if (!bitnset(fd, baseline)) 1723 else if (!bitnset(fd, baseline)) 2164 if (!bitnset(DBS_RUNWRITABLEPROGRAM, DontBlameSendmail)) 2166 if (bitnset(DBS_RUNPROGRAMINUNSAFEDIRPATH, DontBlameSendmail))
|
H A D | stab.c | 289 bitnset(bitidx(class), s->s_class) && 328 bitnset(src, s->s_class))
|
H A D | tls.c | 177 use = bitnset(DBS_INSUFFICIENTENTROPY, 189 use = bitnset(DBS_INSUFFICIENTENTROPY, 213 if (ok || bitnset(DBS_INSUFFICIENTENTROPY, 243 if (!ok && bitnset(DBS_INSUFFICIENTENTROPY, DontBlameSendmail)) 455 (bitnset(DBS_GROUPREADABLEKEYFILE, DontBlameSendmail) ? \
|
H A D | macro.c | 431 bitnset(id, mac->mac_allocated)) 731 return s != NULL && bitnset(bitidx(cl), s->s_class);
|
H A D | parseaddr.c | 2125 if (!bitnset(M_LOCALMAILER, m->m_flags)) 2137 if (bitnset(M_CHECKUDB, m->m_flags) && *p == '@') 2148 if (*p == '|' && bitnset(M_CHECKPROG, m->m_flags)) 2150 else if (*p == '/' && bitnset(M_CHECKFILE, m->m_flags)) 2152 else if (*p == ':' && bitnset(M_CHECKINCLUDE, m->m_flags)) 2186 if (a->q_host != NULL && !bitnset(M_HST_UPPER, m->m_flags)) 2188 if (!bitnset(M_USR_UPPER, m->m_flags)) 2680 if (bitset(RF_CANONICAL, flags) || bitnset(M_NOCOMMENT, m->m_flags))
|
H A D | mime.c | 614 if (bitnset(M_EBCDIC, mci->mci_mailer->m_flags)) 657 bitnset(M_ESCFROM, mci->mci_mailer->m_flags)) 689 if (bitnset(bitidx(c1), badchars))
|
H A D | headers.c | 387 bitnset(M_LOCALMAILER, e->e_from.q_mailer->m_flags) && 1900 !bitnset(M_8BITS, mci->mci_mailer->m_flags) && 1949 if (bitnset(M_7BITHDRS, mci->mci_mailer->m_flags)) 2026 if (bitnset(M_7BITHDRS, mci->mci_mailer->m_flags)) 2147 bitnset(M_UDBRECIPIENT, e->e_from.q_mailer->m_flags))
|
H A D | savemail.c | 168 if (bitnset(M_LOCALMAILER, e->e_from.q_mailer->m_flags)) 351 if (bitnset(M_HASPWENT, e->e_from.q_mailer->m_flags)) 428 if (bitnset(M_7BITS, FileMailer->m_flags)) 850 if (!bitnset(DBS_ERRORHEADERINUNSAFEDIRPATH,
|
H A D | srvrsmtp.c | 622 volatile bool smtps = bitnset(D_SMTPS, d_flags); 692 bitnset(D_NOETRN, d_flags)) ? SRV_NONE : SRV_OFFER_ETRN) 693 | (bitnset(D_AUTHREQ, d_flags) ? SRV_REQ_AUTH : SRV_NONE) 701 | (bitnset(D_NOAUTH, d_flags) ? SRV_NONE : SRV_OFFER_AUTH) 709 | (bitnset(D_NOTLS, d_flags) ? SRV_NONE : SRV_OFFER_TLS) 1574 if (nullserver != NULL || bitnset(D_ETRNONLY, d_flags)) 1588 if (bitnset(D_ETRNONLY, d_flags) && 2411 (!bitnset(M_LOCALMAILER, 4562 !bitnset(M_VRFY250, a->q_mailer->m_flags)) 4887 if (!bitnset(DBS_HELPFILEINUNSAFEDIRPATH, DontBlameSendmail))
|
H A D | map.c | 1446 if (!bitnset(DBS_WRITEMAPTOSYMLINK, DontBlameSendmail)) 1448 if (!bitnset(DBS_WRITEMAPTOHARDLINK, DontBlameSendmail)) 1454 if (!bitnset(DBS_LINKEDMAPINWRITABLEDIR, DontBlameSendmail)) 1457 if (!bitnset(DBS_MAPINUNSAFEDIRPATH, DontBlameSendmail)) 1510 if (!bitnset(DBS_WRITEMAPTOSYMLINK, DontBlameSendmail)) 1512 if (!bitnset(DBS_WRITEMAPTOHARDLINK, DontBlameSendmail)) 2044 if (!bitnset(DBS_WRITEMAPTOSYMLINK, DontBlameSendmail)) 2046 if (!bitnset(DBS_WRITEMAPTOHARDLINK, DontBlameSendmail)) 2052 if (!bitnset(DBS_LINKEDMAPINWRITABLEDIR, DontBlameSendmail)) 2055 if (!bitnset(DBS_MAPINUNSAFEDIRPATH, DontBlameSendmail)) [all …]
|
H A D | readcf.c | 1115 if (!bitnset(DBS_CLASSFILEINUNSAFEDIRPATH, DontBlameSendmail)) 1117 if (!bitnset(DBS_LINKEDCLASSFILEINWRITABLEDIR, 1495 if (bitnset(M_SECURE_PORT, m->m_flags)) 1534 if (bitnset(M_LIMITS, m->m_flags)) 1897 if (bitnset(j, m->m_flags)) 2501 if (!sticky && bitnset(opt, StickyOpt)) 4393 if (!sticky && bitnset(to->to_code, StickyTimeoutOpt))
|
H A D | milter.c | 122 else if (bitnset(SMF_TEMPFAIL, m->mf_flags)) \ 124 else if (bitnset(SMF_TEMPDROP, m->mf_flags)) \ 126 else if (bitnset(SMF_REJECT, m->mf_flags)) \ 1618 if (!sticky && bitnset(mo->mo_code, StickyMilterOpt))
|
H A D | queue.c | 684 if (bitnset(M_UDBENVELOPE, e->e_from.q_mailer->m_flags)) 824 if (bitnset(j, h->h_mflags)) 2132 if (!Verbose && bitnset(QD_FORK, Queue[qgrp]->qg_flags)) 7252 if (bitnset(QD_DEFINED, qg->qg_flags)) 7487 if (qg->qg_maxqrun > 1 && !bitnset(QD_FORK, qg->qg_flags))
|
H A D | conf.c | 960 if (!bitnset(DBS_LINKEDSERVICESWITCHFILEINWRITABLEDIR, 3706 if (bitnset(DBS_ASSUMESAFECHOWN, DontBlameSendmail)) 3723 return bitnset(DBS_ASSUMESAFECHOWN, DontBlameSendmail);
|
/titanic_41/usr/src/cmd/sendmail/aux/ |
H A D | editmap.c | 178 if (!bitnset(DBS_WRITEMAPTOSYMLINK, DontBlameSendmail)) 180 if (!bitnset(DBS_WRITEMAPTOHARDLINK, DontBlameSendmail)) 182 if (!bitnset(DBS_LINKEDMAPINWRITABLEDIR, DontBlameSendmail))
|
H A D | makemap.c | 218 if (!bitnset(DBS_WRITEMAPTOSYMLINK, DontBlameSendmail)) 220 if (!bitnset(DBS_WRITEMAPTOHARDLINK, DontBlameSendmail)) 222 if (!bitnset(DBS_LINKEDMAPINWRITABLEDIR, DontBlameSendmail))
|
/titanic_41/usr/src/cmd/sendmail/include/sm/ |
H A D | bitops.h | 45 # define bitnset(bit, map) ((map)[_BITWORD(bit)] & _BITBIT(bit)) macro
|
/titanic_41/usr/src/cmd/sendmail/libsmutil/ |
H A D | safefile.c | 427 if (!bitnset(DBS_GROUPWRITABLEDIRPATHSAFE, DontBlameSendmail)) 591 !(bitnset(DBS_TRUSTSTICKYBIT, DontBlameSendmail) &&
|