Age | Commit message (Expand) | Author |
2004-06-17 | Remove trailing whitespace and, for printf, uid/gid are unsigned | Todd C. Miller |
2004-06-03 | Verify that argc > 0 before trying to use argv and mark usage as __dead. | Todd C. Miller |
2003-09-26 | better realloc. ok deraadt@ | Ted Unangst |
2003-07-23 | Add '\n' to error messages in "atrm" mode. | Mike Pechkin |
2003-05-04 | the buffer to getcwd(3) should be PATH_MAX in size, not MAX_FNAME | Anil Madhavapeddy |
2003-03-13 | Stash uid and mode in struct at so we don't need to pass around a | Todd C. Miller |
2003-03-03 | Add back fix from 1.32 that was lost in latest sync | Todd C. Miller |
2003-02-20 | Sync with ISC cron-current + my at(1) integration. | Todd C. Miller |
2003-02-18 | Use the SUN_LEN macro to set sun_len correctly | Todd C. Miller |
2003-02-17 | Missing #include <limits.h> | Todd C. Miller |
2003-01-02 | Fix 'at -r' crash. | Mike Pechkin |
2002-11-20 | Add missing increment in newjob() when there is a time collision. | Todd C. Miller |
2002-07-15 | Move atrun(8) functionality into cron(8) proper. This fixes the | Todd C. Miller |
2002-05-14 | Major changes: | Todd C. Miller |
2002-05-13 | Execute job with user's shell, not /bin/sh as per POSIX and historic | Todd C. Miller |
2002-05-13 | Only print usage for the command that was run (at, atq, atrm, batch), not | Todd C. Miller |
2002-05-11 | Pass -Wall and use ANSI function headers. | Todd C. Miller |
2002-05-11 | Add POSIX -r and -t flags from FreeBSD. The old -d option is now | Todd C. Miller |
2002-05-11 | Kill -V (version) option since it has no relation to reality any more. | Todd C. Miller |
2002-05-11 | Use O_EXCL (not O_TRUNC) when creating new job file. If there is a | Todd C. Miller |
2002-05-11 | at(1) is no longer setuid root, it is setgid crontab. | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-01-17 | remove stdio code from handler, and _exit() at termination | Theo de Raadt |
2000-04-23 | Fix thinko, check eqp for NULL, not ap; ath@algonet.se | Todd C. Miller |
2000-01-21 | Deal with getcwd() returning NULL. | Todd C. Miller |
1999-12-15 | does not overflow | Theo de Raadt |
1998-07-09 | user err/warn; some -Wall | Michael Shalayeff |
1998-06-03 | zero sigaction before use | Theo de Raadt |
1997-10-06 | bail if permission problem; ms@xy.org | Theo de Raadt |
1997-06-17 | (foo *)NULL -> NULL | kstailey |
1997-06-12 | The NULL macro yields a null pointer constant that is usable as an address | kstailey |
1997-03-03 | cleanup | Todd C. Miller |
1997-03-03 | Give usage message when atq used incorrectly. | Todd C. Miller |
1997-03-03 | Complain if invoked in a form that requires an argument and we didn't | Todd C. Miller |
1997-03-02 | Fix up the XXX's I left (oops). | Todd C. Miller |
1997-03-01 | Merge in changes from at 2.9 | Todd C. Miller |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller |
1996-10-26 | Fall back to $USER if getlogin() fails and $LOGNAME is not set. | Todd C. Miller |
1996-10-15 | Make sprintf work for you, not the other way around. | Todd C. Miller |
1996-08-03 | Was runing most of the code with real and effective uid of 0, contrary | Todd C. Miller |
1996-06-26 | rcsid | Theo de Raadt |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |