summaryrefslogtreecommitdiff
path: root/libexec/atrun
AgeCommit message (Collapse)Author
2002-05-14Major changes:Todd C. Miller
Job names are now "runtime.queue" where runtime is when the job will run in Unix time format. This is what SysV at does and allows us to nuke the .SEQ file. Historic BSD options for atq and atrm are now implemented; atq and atrm get their own man pages. At no longer does anything with the -v flag. We print the execution time when jobs are submitted so there is no need. Most *scanf() usage is gone (one remains in atrun). Better sanity checks in atrun. Random style/cleanup. With these changes we have the best of both worlds; POSIX compliance with the traditional BSD features.
2002-05-11pass -WallTodd C. Miller
2002-05-11Use strtod() to convert string -> double, not sscanf().Todd C. Miller
2002-05-11Deal with unknown command line options more sanely.Todd C. Miller
2002-05-11When opening jobs file, use O_NONBLOCK|O_NOFOLLOW for paranoia's sake.Todd C. Miller
2002-03-16Avoid potential corruption of passwd pointer auth_approval().Todd C. Miller
Similar to my recent rshd change.
2001-08-27header orderTheo de Raadt
2001-08-02o) .Sh AUTHOR -> .Sh AUTHORS;Mike Pechkin
o) .Sh EXAMPLE -> .Sh EXAMPLES; o) Delete .Sh OPTIONS. Text moved to .Sh DESCRIPTION; millert@ ok
2001-07-20do not dup-redefine binown and bindirMichael Shalayeff
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
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