Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-05-14 | Major 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-11 | pass -Wall | Todd C. Miller | |
2002-05-11 | Use strtod() to convert string -> double, not sscanf(). | Todd C. Miller | |
2002-05-11 | Deal with unknown command line options more sanely. | Todd C. Miller | |
2002-05-11 | When opening jobs file, use O_NONBLOCK|O_NOFOLLOW for paranoia's sake. | Todd C. Miller | |
2002-03-16 | Avoid potential corruption of passwd pointer auth_approval(). | Todd C. Miller | |
Similar to my recent rshd change. | |||
2001-08-27 | header order | Theo de Raadt | |
2001-08-02 | o) .Sh AUTHOR -> .Sh AUTHORS; | Mike Pechkin | |
o) .Sh EXAMPLE -> .Sh EXAMPLES; o) Delete .Sh OPTIONS. Text moved to .Sh DESCRIPTION; millert@ ok | |||
2001-07-20 | do not dup-redefine binown and bindir | Michael Shalayeff | |
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt | |
2001-05-29 | Call auth_checknologin() and auth_approval() as appropriate for BSD | Todd C. Miller | |
authentication. | |||
2001-05-05 | We 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-19 | typo; david@phobia.ms | Theo de Raadt | |
2001-01-28 | $OpenBSD$ | Niklas Hallqvist | |
2000-12-05 | asprintf can safe time doing character counts | Theo de Raadt | |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron 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-08 | Some miscellaneous man page repairs. | Aaron Campbell | |
2000-08-20 | Add calls to setusercontext() and login_get*(). We basically call | Todd 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-06 | uid_t and gid_t, and use %u | Theo de Raadt | |
1999-07-09 | - remove all trailing whitespace | Aaron 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-04 | more macro conversion | Aaron Campbell | |
1999-05-16 | Cleanup 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-22 | nicer | Theo de Raadt | |
1997-09-08 | setlogin, and chdir after uid change; do before exec'ing sendmail as well. | Todd C. Miller | |
1997-09-08 | setlogin, and chdir after uid change; came here because of a problem dima ↵ | Theo de Raadt | |
reported | |||
1997-07-29 | sendmail -t please | Theo de Raadt | |
1997-04-12 | Fix 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-01 | Merge in changes from at 2.9 | Todd C. Miller | |
1996-12-22 | Deal with _POSIX_SAVED_IDS when relinquishing privileges | Thorsten Lockert | |
1996-10-08 | Attempt at cleanup. | michaels | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |