Age | Commit message (Expand) | Author |
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre |
2009-01-29 | tweak usage() | Igor Sobrado |
2008-05-10 | from ray@ | Okan Demirmen |
2008-02-29 | no , at end of enum; tobiasu@tmux.org | Theo de Raadt |
2008-01-05 | remove unused function | Charles Longeau |
2007-11-17 | Deal with timespec vs. timeval precision issues. Fixes a problem | Todd C. Miller |
2007-10-17 | - Be more careful about pre-existing SIGCHLD handlers (or SIG_IGN) by | Theo de Raadt |
2007-09-10 | Proper use of fseek/fseeko macros. | Tobias Stoeckmann |
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt |
2007-09-01 | Include err.h and remove unused variables. | Ray Lai |
2007-08-31 | Copy editit() from sendbug, synchronizing editor calling code. | Ray Lai |
2007-06-02 | safer snprintf construct with more paranoid length calculation | Peter Valchev |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-30 | usr.sbin is kinder... | Jason McIntyre |
2007-05-25 | Check fdopen() return value. | Todd C. Miller |
2007-04-10 | privledges -> privileges | Miod Vallat |
2007-03-28 | Since /etc/crontab is not edited via crontab(1) there's no good | Todd C. Miller |
2007-02-19 | tidy up synopsis and usage(); | Jason McIntyre |
2007-02-18 | tidy up synopsis and usage(); | Jason McIntyre |
2007-02-13 | crontab -e /tmp//crontab.ynUyD24939 versus /tmp/crontab.ynUyD24939. | Marcus Glocker |
2006-08-13 | Add Auto-Submitted header in generated mail as per RFC 3834. | Todd C. Miller |
2006-04-03 | some more malloc(x * y); bzero() -> calloc(x, y) whacking from | Damien Miller |
2005-11-30 | timezone -> time zone | Jason McIntyre |
2005-11-29 | crontab.c uses the rcsid in the crontab head comment so don't protect | Todd C. Miller |
2005-11-15 | More typos (especially indicies -> indices), checked with jmc@ | Miod Vallat |
2005-11-15 | If two or more changes are made withing a single second it is possible | Todd C. Miller |
2005-06-08 | Force pid file fd to be > 2 so we don't clobber it when dup'ing | Todd C. Miller |
2005-03-10 | put umask restores in right place; millert ok | Theo de Raadt |
2005-01-30 | Detect editors that move the edited file out from underneath us and warn. | Todd C. Miller |
2005-01-30 | bzero s_un before use; Andrey Matveev | Todd C. Miller |
2005-01-30 | Proper cleanup on malloc failure; Andrey Matveev | Todd C. Miller |
2005-01-30 | fix some whitespace | Todd C. Miller |
2004-11-04 | Treat EOF at prompt the same as 'n' instead of looping forever. | Todd C. Miller |
2004-09-16 | nice off_t cast | Theo de Raadt |
2004-09-16 | ftruncate() with ftello() instead of ftell(); ok millert | Theo de Raadt |
2004-07-22 | Fix incorrect snprintf return value check noticed by Jarno Huuskonen. | Todd C. Miller |
2004-07-09 | ansi | Theo de Raadt |
2004-06-22 | Recent glue_strings change reversed a few checks; fix up conditionals | Anil Madhavapeddy |
2004-06-22 | use snprintf(3) instead of home-grown glue_strings() function | Anil Madhavapeddy |
2004-06-17 | UUpdate ISC copyright year to 2004 | Todd C. Miller |
2004-06-06 | Fix typo in last commit for non-compiled code. Dmitry V. Levin | Todd C. Miller |
2004-06-03 | Document behavior if MAILTO is set to the empty string. | Todd C. Miller |
2004-06-03 | More changes from Dmitry V. Levin: | Todd C. Miller |
2004-06-03 | Though crontab files are created mode 0600 we should accept ones that | Todd C. Miller |
2004-05-13 | Pasto, change a cast from uid_t to gid_t (no real change...) | Todd C. Miller |
2004-05-13 | Set close on exec flag for cron's socket. Jarno Huuskonen | Todd C. Miller |
2004-05-13 | If we get EAGAIN reading from the cron socket check both cron and | Todd C. Miller |
2004-05-10 | Make the accept socket non-blocking. Should not matter since we | Todd C. Miller |
2004-05-03 | Make socket that reads reload requests from crontab be non-blocking. | Todd C. Miller |
2004-04-26 | isalnum() does not match '_' so check it explicitly. This allows cron | Todd C. Miller |