summaryrefslogtreecommitdiffstats
path: root/usr.sbin/cron/crontab/crontab.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r310329:ngie2017-07-191-3/+7
* MFC r305269: cron: use existing maximum username constant MAXLOGNAMEemaste2016-09-051-1/+2
* MFC r295672:pfg2016-03-071-1/+1
* MFC r292605, r292606, r292607, r292608:pfg2016-01-041-1/+1
* Rework all non-contributed files that use `struct timezone'.ed2012-09-011-2/+1
* Add a one second sleep before touching the spool directory. If the touchjhb2012-07-021-0/+9
* Drop setuid status while doing file operations to prevent potentialdelphij2012-02-271-12/+21
* Be more precise and use sizeof(tn)matteo2008-11-181-1/+1
* Make usr.sbin/cron/crontab and usr.sbin/cron/lib WARNS=3 cleanmatteo2008-11-101-14/+10
* Revert to previous revision.matteo2008-11-091-23/+0
* Don't leave files in /var/cront/tabs when interruptedmatteo2008-11-091-0/+26
* Be paranoid and use snprintfmatteo2008-11-091-7/+7
* Be paranoid and zero out passwdmatteo2008-11-061-0/+2
* Cleanup of userland __P usekevlo2007-11-071-7/+7
* Use a #define to refer to /etc/crontab.ru2006-09-031-2/+2
* /etc/crontab is similar enough to parse as correct if you runbrooks2006-01-101-0/+4
* Ensure that edits that do not span a clock tick are not lost.dds2004-09-141-4/+13
* Refactoring: move two similar code blocks into a seprate function.dds2004-09-131-47/+31
* Fix for the following behavior:dds2004-09-131-4/+6
* Actually use the exitstatus value that we maintain.dd2002-10-011-1/+1
* Fix the type of the NULL arg to execl()brian2001-07-091-1/+1
* Where is the pointy hat? Fix cut/paste error. (hey, it compiled! :-)peter2001-06-161-1/+1
* Remove the 'DO NOT EDIT THIS FILE' crud that we spit out with 'crontab -l'.peter2001-04-131-1/+19
* Add `_PATH_DEVZERO'.obrien2000-12-091-2/+3
* Attempt to fix problem with users being able to convince the crontabdwmalone2000-11-061-8/+12
* Since -e and -r are right next to each other prompt before clobberingpaul2000-10-151-0/+10
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Use err(3). Rewrote man page in mdoc format.charnier1997-09-151-112/+62
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-311-2/+2
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Replace my "inane" usage of snprintf to copy strings with strncpy aspst1996-12-171-8/+20
* Gratuitous whitespace change so that I can commit the source of the recentpst1996-08-051-3/+1
* Fix up some more buffer overflow problems.pst1996-08-051-4/+6
* Quick patch to fix a bug where issuing ctl-c while in crontab -escrappy1996-04-091-3/+11
* Remove trailing whitespace.rgrimes1995-05-301-3/+3
* Now crontab works not only for vi editor, i.e. refers toache1994-12-211-14/+13
* Paul Vixie's cron, version 3.0. Munged into bmake format. If this goesjkh1994-08-271-0/+624
OpenPOWER on IntegriCloud