Home
last modified time | relevance | path

Searched refs:DontInitGroups (Results 1 – 13 of 13) sorted by path

/freebsd/contrib/sendmail/
H A DRELEASE_NOTES6081 SECURITY: Empty group list if DontInitGroups is set to true to
7334 Problem noted by Dan Bernstein. Also, make the DontInitGroups
/freebsd/contrib/sendmail/cf/
H A DREADME4214 confDONT_INIT_GROUPS DontInitGroups [False] If set, the initgroups(3)
/freebsd/contrib/sendmail/cf/cf/
H A Dsubmit.cf426 O DontInitGroups=True
/freebsd/contrib/sendmail/cf/m4/
H A Dproto.m4576 _OPTION(DontInitGroups, `confDONT_INIT_GROUPS', `False')
/freebsd/contrib/sendmail/editmap/
H A Deditmap.c53 bool DontInitGroups = false; variable
/freebsd/contrib/sendmail/libsmutil/
H A Dsafefile.c222 else if (user != NULL && !DontInitGroups &&
336 else if (user != NULL && !DontInitGroups &&
641 if (user != NULL && !DontInitGroups &&
/freebsd/contrib/sendmail/makemap/
H A Dmakemap.c52 bool DontInitGroups = false; variable
/freebsd/contrib/sendmail/praliases/
H A Dpraliases.c51 bool DontInitGroups = false; variable
/freebsd/contrib/sendmail/src/
H A Ddeliver.c3175 if (!DontInitGroups)
3206 if (!DontInitGroups)
6628 if (RealUserName != NULL && !DontInitGroups)
H A Dreadcf.c4098 DontInitGroups = atobool(val);
H A Drecipient.c1529 if (!DontInitGroups)
H A Dsendmail.h2512 EXTERN bool DontInitGroups; /* avoid initgroups() because of NIS cost */ variable
/freebsd/contrib/sendmail/vacation/
H A Dvacation.c49 bool DontInitGroups = false; variable