Home
last modified time | relevance | path

Searched refs:RunAsUserName (Results 1 – 18 of 18) sorted by relevance

/freebsd-11-stable/contrib/sendmail/editmap/
HDeditmap.c50 char *RunAsUserName; variable
127 RunAsUserName = RealUserName = rnamebuf;
130 (void) sm_strlcpy(user_info.smdbu_name, RunAsUserName,
/freebsd-11-stable/contrib/sendmail/praliases/
HDpraliases.c49 char *RunAsUserName; variable
87 RunAsUserName = RealUserName = rnamebuf;
300 (void) sm_strlcpy(user_info.smdbu_name, RunAsUserName,
/freebsd-11-stable/contrib/sendmail/src/
HDcontrol.c79 rval = safefile(ControlSocketName, RunAsUid, RunAsGid, RunAsUserName, in opencontrolsocket()
189 RunAsUserName, sff, S_IRUSR|S_IWUSR, NULL);
HDmap.c1500 ret = safefile(dirfile, RunAsUid, RunAsGid, RunAsUserName,
1503 ret = safefile(pagfile, RunAsUid, RunAsGid, RunAsUserName,
2098 i = safefile(buf, RunAsUid, RunAsGid, RunAsUserName, sff, smode, &st);
2789 status = safefile(buf, RunAsUid, RunAsGid, RunAsUserName, sff, smode, &st);
6176 if ((i = safefile(map->map_file, RunAsUid, RunAsGid, RunAsUserName,
8164 errno = safefile(colon, RunAsUid, RunAsGid, RunAsUserName, sff,
HDdaemon.c1101 RunAsUserName, sff,
3060 rval = safefile(mux_path, RunAsUid, RunAsGid, RunAsUserName,
3191 RunAsUserName, sff, in shutdown_daemon()
HDtls.c586 if ((ret = safefile(var, RunAsUid, RunAsGid, RunAsUserName, sff,
HDsendmail.h2539 EXTERN char *RunAsUserName; /* user to become for bulk of run */ variable
HDusersmtp.c1389 if ((r = safefile(p, RunAsUid, RunAsGid, RunAsUserName, sff,
HDmain.c3780 RunAsUserName = RealUserName;
HDconf.c4001 (void) setlogin(RunAsUserName);
HDmilter.c777 errno = safefile(colon, RunAsUid, RunAsGid, RunAsUserName, sff,
HDreadcf.c3939 RunAsUserName = newstr(val);
HDqueue.c7332 safefile(" ", RunAsUid, RunAsGid, RunAsUserName, sff,
/freebsd-11-stable/contrib/sendmail/makemap/
HDmakemap.c47 char *RunAsUserName; variable
309 RunAsUserName = RealUserName = rnamebuf;
312 (void) sm_strlcpy(user_info.smdbu_name, RunAsUserName,
/freebsd-11-stable/contrib/sendmail/vacation/
HDvacation.c50 char *RunAsUserName; variable
177 RunAsUserName = RealUserName = rnamebuf;
/freebsd-11-stable/contrib/sendmail/libmilter/
HDlistener.c253 errno = safefile(colon, RunAsUid, RunAsGid, RunAsUserName, sff,
/freebsd-11-stable/contrib/sendmail/libsmutil/
HDsafefile.c720 rval = safefile(fn, RunAsUid, RunAsGid, RunAsUserName,
/freebsd-11-stable/contrib/sendmail/
HDRELEASE_NOTES4761 login name to the RunAsUserName when starting as a daemon.