summaryrefslogtreecommitdiff
path: root/libexec/atrun/atrun.c
AgeCommit message (Collapse)Author
2001-05-05We must lower the process priority *after* the call to setusercontext()Todd C. Miller
otherwise the priority will just be what login.conf decrees. Convert from nice() to setpriority() in the process. Based on a patch from <hgw@d1906.inka.de>.
2001-04-19typo; david@phobia.msTheo de Raadt
2000-12-05asprintf can safe time doing character countsTheo de Raadt
2000-08-20Add calls to setusercontext() and login_get*(). We basically callTodd C. Miller
setusercontext() in most places where previously we did a setlogin(). Add default login.conf file and put root in the "daemon" login class.
1999-08-06uid_t and gid_t, and use %uTheo de Raadt
1997-09-08setlogin, and chdir after uid change; do before exec'ing sendmail as well.Todd C. Miller
1997-09-08setlogin, and chdir after uid change; came here because of a problem dima ↵Theo de Raadt
reported
1997-07-29sendmail -t pleaseTheo de Raadt
1997-04-12Fix from FreeBSD (David Nugent <davidn>)Todd C. Miller
Submitted by: Philippe Charnier <charnier@xp11.frmug.org> Fixes name size limitation (was hardcoded to 8). Closes FreeBSD PR#3258
1997-03-01Merge in changes from at 2.9Todd C. Miller
1996-12-22Deal with _POSIX_SAVED_IDS when relinquishing privilegesThorsten Lockert
1995-10-18initial import of NetBSD treeTheo de Raadt