Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-02-21 | Improved environment variable parser from FreeBSD (Thomas Quinot). | Todd C. Miller | |
Fixes some issues with quoting and allows no longer mistakes commands starting with a variable assignment for environment variables. | |||
2003-02-20 | Sync with ISC cron-current + my at(1) integration. | Todd C. Miller | |
The at(1) code is now more tightly integrated into the cron codebase. | |||
2002-07-11 | More syncing with my cron 4.0 patch tree, basically cosmetic: | Todd C. Miller | |
o change an instance of e_none to e_memory that I missed (forgot?) o kill some whitespace o modify malloc failure recovery a bit | |||
2002-07-09 | o Add _PATH_CRON_PID which is built up from PIDDIR and PIDFILE via string | Todd C. Miller | |
concatenation at compile time rather than run time. o Some minor cosmetic changes to simplify diffing. | |||
2002-07-08 | minor cosmetic change to reduce diffs | Todd C. Miller | |
2002-07-08 | Merge in some changes from Paul Vixie's tree; most are cosmetic | Todd C. Miller | |
o ANSI function headers o return (foo) not return foo o add -oi to sendmail flags o update email address in man pages o make some strings const o completely remove globbing cruft from popen.c o whitespace changes o add DOW_STAR to flags for "monthly", "weekly", and "daily" cron entries | |||
2001-02-18 | NULL vs '\0' | Todd C. Miller | |
2001-02-18 | Update to ISC cron 4.0b1 + our patches. This is now under a BSD license. | Todd C. Miller | |
I also fixed the signal handlers while I was at it. | |||
2000-08-21 | snprintf sprinkles; solar@false.com & I | Theo de Raadt | |
2000-08-21 | strncpy not safe on overlapping strings | Theo de Raadt | |
1998-03-30 | Y2K fixes from Andreas.Gunnarsson@emw.ericsson.se; culled from various places | Theo de Raadt | |
1996-11-01 | Check malloc/strdup ret val and deal. | Todd C. Miller | |
1996-10-25 | proactive buf check | Theo de Raadt | |
1996-09-25 | Fixed buffer overflow. | bitblt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |