Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-02-20 | Turn get_gmtoff into a macro for OSes with tm_gmtoff (like OpenBSD). | Todd C. Miller | |
Save the GMT offset in a global so cron_sleep can use it. This means the offset can only change in set_time() which is really what we want. | |||
2001-02-19 | Normalize the time in minutes to GMT so we can really catch DST changes | Todd C. Miller | |
(since time() does not change during a DST switch). This makes cron correctly detect DST changes. It does not fix the problem of wildcard jobs running multiple times. Also, don't rely on tm_gmtoff since that is non-standard (but use it when we have it). | |||
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 | |
1999-08-06 | uid_t and gid_t, and use %u | Theo de Raadt | |
1998-07-10 | do not syslog() with "\n"; skipped smtpd/named/ipmon; 12 minutes of dabbling | Theo de Raadt | |
1998-03-30 | Y2K fixes from Andreas.Gunnarsson@emw.ericsson.se; culled from various places | Theo de Raadt | |
1996-12-17 | use snprintf when storing the string from strerror(). Who knows how | Todd C. Miller | |
long it could be esp. when locales come into the picture. | |||
1996-11-01 | Check malloc/strdup ret val and deal. | Todd C. Miller | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |