Searched refs:RealGid (Results 1 - 11 of 11) sorted by relevance

/sendmail/praliases/
H A Dpraliases.c45 gid_t RealGid; variable
76 RunAsGid = RealGid = getgid();
/sendmail/editmap/
H A Deditmap.c46 gid_t RealGid; variable
121 RunAsGid = RealGid = getgid();
/sendmail/makemap/
H A Dmakemap.c42 gid_t RealGid; variable
126 RunAsGid = RealGid = getgid();
/sendmail/sendmail/
H A Ddeliver.c5363 RealGid = RunAsGid;
5365 RealGid = mailer->m_gid;
5367 (RealGid != getgid() ||
5368 RealGid != getegid()))
5371 syserr("mailfile: insufficient privileges to change gid, RealGid=%d, RunAsUid=%d, gid=%d, egid=%d",
5372 (int) RealGid, (int) RunAsUid,
5378 RealGid = stb.st_gid;
5389 RealGid = DefGid;
5393 RealGid = ctladdr->q_gid;
5395 RealGid
[all...]
H A Dmain.c240 RealGid = getgid();
573 if (RealUid != 0 && EffGid == RealGid)
574 RunAsGid = RealGid;
3701 (int) RealUid, (int) RealGid,
3710 RunAsGid = RealGid;
H A Denvelope.c1161 e->e_from.q_gid = RealGid;
H A Drecipient.c1329 egid = RealGid;
H A Dsendmail.h2406 EXTERN gid_t RealGid; /* real gid of caller */ variable
H A Dqueue.c4856 if (n < 0 && RealGid != st.st_gid)
4858 if (RealGid != st.st_gid)
/sendmail/vacation/
H A Dvacation.c46 gid_t RealGid; variable
166 RunAsGid = RealGid = getgid();
/sendmail/libsmutil/
H A Dsafefile.c724 rval = safefile(fn, RealUid, RealGid, RealUserName,

Completed in 72 milliseconds