summaryrefslogtreecommitdiff
path: root/libexec/atrun
AgeCommit message (Collapse)Author
2001-05-29Call auth_checknologin() and auth_approval() as appropriate for BSDTodd C. Miller
authentication.
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
2001-01-28$OpenBSD$Niklas Hallqvist
2000-12-05asprintf can safe time doing character countsTheo de Raadt
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything.
2000-09-08Some miscellaneous man page repairs.Aaron Campbell
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
1999-07-09- remove all trailing whitespaceAaron Campbell
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
1999-07-04more macro conversionAaron Campbell
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:Alex Feldman
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
1998-05-22nicerTheo 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
1996-10-08Attempt at cleanup.michaels
1995-10-18initial import of NetBSD treeTheo de Raadt