aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/cron/crontab/crontab.c
Commit message (Expand)AuthorAgeFilesLines
* Import vixie cron 4.0Eric van Gyzen2023-06-011-96/+78
* cron: Use C89 function definitions.John Baldwin2023-04-181-10/+12
* Add a 'force' option for non-interactive crontab removalConrad Meyer2016-12-201-3/+7
* cron: use existing maximum username constant MAXLOGNAMEEd Maste2016-09-021-1/+2
* crontab: ftruncate() with ftello() instead of ftell().Pedro F. Giffuni2016-02-161-1/+1
* crontab: properly free an entryPedro F. Giffuni2015-12-221-1/+1
* Rework all non-contributed files that use `struct timezone'.Ed Schouten2012-09-011-2/+1
* Add a one second sleep before touching the spool directory. If the touchJohn Baldwin2012-07-021-0/+9
* Drop setuid status while doing file operations to prevent potentialXin LI2012-02-271-12/+21
* Be more precise and use sizeof(tn)Matteo Riondato2008-11-181-1/+1
* Make usr.sbin/cron/crontab and usr.sbin/cron/lib WARNS=3 cleanMatteo Riondato2008-11-101-14/+10
* Revert to previous revision.Matteo Riondato2008-11-091-23/+0
* Don't leave files in /var/cront/tabs when interruptedMatteo Riondato2008-11-091-0/+26
* Be paranoid and use snprintfMatteo Riondato2008-11-091-7/+7
* Be paranoid and zero out passwdMatteo Riondato2008-11-061-0/+2
* Cleanup of userland __P useKevin Lo2007-11-071-7/+7
* Use a #define to refer to /etc/crontab.Ruslan Ermilov2006-09-031-2/+2
* /etc/crontab is similar enough to parse as correct if you runBrooks Davis2006-01-101-0/+4
* Ensure that edits that do not span a clock tick are not lost.Diomidis Spinellis2004-09-141-4/+13
* Refactoring: move two similar code blocks into a seprate function.Diomidis Spinellis2004-09-131-47/+31
* Fix for the following behavior:Diomidis Spinellis2004-09-131-4/+6
* Actually use the exitstatus value that we maintain.Dima Dorfman2002-10-011-1/+1
* Fix the type of the NULL arg to execl()Brian Somers2001-07-091-1/+1
* Where is the pointy hat? Fix cut/paste error. (hey, it compiled! :-)Peter Wemm2001-06-161-1/+1
* Remove the 'DO NOT EDIT THIS FILE' crud that we spit out with 'crontab -l'.Peter Wemm2001-04-131-1/+19
* Add `_PATH_DEVZERO'.David E. O'Brien2000-12-091-2/+3
* Attempt to fix problem with users being able to convince the crontabDavid Malone2000-11-061-8/+12
* Since -e and -r are right next to each other prompt before clobberingPaul Richards2000-10-151-0/+10
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Use err(3). Rewrote man page in mdoc format.Philippe Charnier1997-09-151-112/+62
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-311-2/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Replace my "inane" usage of snprintf to copy strings with strncpy asPaul Traina1996-12-171-8/+20
* Gratuitous whitespace change so that I can commit the source of the recentPaul Traina1996-08-051-3/+1
* Fix up some more buffer overflow problems.Paul Traina1996-08-051-4/+6
* Quick patch to fix a bug where issuing ctl-c while in crontab -eMarc G. Fournier1996-04-091-3/+11
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-3/+3
* Now crontab works not only for vi editor, i.e. refers toAndrey A. Chernov1994-12-211-14/+13
* Paul Vixie's cron, version 3.0. Munged into bmake format. If this goesJordan K. Hubbard1994-08-271-0/+624