CVS commit: src/external/bsd/cron/dist

2020-04-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 18 19:32:20 UTC 2020 Modified Files: src/external/bsd/cron/dist: cron.c crontab.5 do_command.c entry.c externs.h funcs.h job.c structs.h user.c Log Message: Add -s (SINGLE_JOB) from OpenBSD. To generate a

CVS commit: src/external/bsd/cron/dist

2020-04-17 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Apr 17 19:42:14 UTC 2020 Modified Files: src/external/bsd/cron/dist: crontab.5 Log Message: Move the range example (for 8-11) to follow the range definition, and to preceed the random (?) discussion (and the corresponding

CVS commit: src/external/bsd/cron/dist

2020-04-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 17 18:39:31 UTC 2020 Modified Files: src/external/bsd/cron/dist: crontab.5 Log Message: Put back the ? syntax accidentally removed when syncing with the OpenBSD man page. To generate a diff of this commit: cvs rdiff

CVS commit: src/external/bsd/cron/dist

2018-07-28 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Jul 28 13:55:09 UTC 2018 Modified Files: src/external/bsd/cron/dist: entry.c Log Message: Add some more "crappy error detection" - the low value of the range of random_with_range() must not be negative (or now we are doing

CVS commit: src/external/bsd/cron/dist

2018-07-28 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Jul 28 13:51:26 UTC 2018 Modified Files: src/external/bsd/cron/dist: entry.c Log Message: Fix from Michael Kaufmann in PR bin/53476 Do modulus using unsigned arith, and then convert the result to int, rather than converting the

CVS commit: src/external/bsd/cron/dist

2018-06-15 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Jun 15 23:15:56 UTC 2018 Modified Files: src/external/bsd/cron/dist: crontab.5 Log Message: Fix Dd argument. Remove unnecessary whitespace. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/external/bsd/cron/dist

2018-06-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jun 14 22:04:28 UTC 2018 Modified Files: src/external/bsd/cron/dist: do_command.c entry.c funcs.h popen.c structs.h Log Message: Add -n (don't send mail if command exited normally) option. From OpenBSD via Job

CVS commit: src/external/bsd/cron/dist

2018-06-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jun 14 22:02:57 UTC 2018 Modified Files: src/external/bsd/cron/dist: crontab.5 Log Message: Replace with the OpenBSD man page. It removes some historical comparisons that are not very useful (and trully if any they belong

CVS commit: src/external/bsd/cron/dist

2018-03-06 Thread Hisashi T Fujinaka
Module Name:src Committed By: htodd Date: Tue Mar 6 21:21:27 UTC 2018 Modified Files: src/external/bsd/cron/dist: crontab.c Log Message: Fix typo in function name. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/external/bsd/cron/dist/crontab.c

CVS commit: src/external/bsd/cron/dist

2018-02-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Feb 4 03:37:59 UTC 2018 Modified Files: src/external/bsd/cron/dist: do_command.c Log Message: split out the child runner. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/external/bsd/cron/dist

2017-09-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 28 02:32:51 UTC 2017 Modified Files: src/external/bsd/cron/dist: do_command.c Log Message: Remove debugging log statement To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/external/bsd/cron/dist

2017-09-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 25 08:30:46 UTC 2017 Modified Files: src/external/bsd/cron/dist: do_command.c Log Message: Factor out the read and write data code from the huge child_process function. When we create a pipe to read data, restore the

CVS commit: src/external/bsd/cron/dist

2017-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 17 08:53:01 UTC 2017 Modified Files: src/external/bsd/cron/dist: do_command.c funcs.h misc.c Log Message: - since we use log_it for cron_pclose() use log_it for cron_popen() too so we can see the reason it failed. -

CVS commit: src/external/bsd/cron/dist

2017-06-11 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun Jun 11 20:38:17 UTC 2017 Modified Files: src/external/bsd/cron/dist: pam_auth.c Log Message: Do not partially initialize a static variable. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/external/bsd/cron/dist

2015-12-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Dec 17 22:36:48 UTC 2015 Modified Files: src/external/bsd/cron/dist: do_command.c funcs.h misc.c Log Message: I am having the last_word: Print the full hostname. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/external/bsd/cron/dist

2015-11-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Nov 20 23:43:52 UTC 2015 Modified Files: src/external/bsd/cron/dist: entry.c Log Message: fix type To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/external/bsd/cron/dist/entry.c Please note that diffs are

CVS commit: src/external/bsd/cron/dist

2015-01-04 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun Jan 4 18:45:17 UTC 2015 Modified Files: src/external/bsd/cron/dist: crontab.c Log Message: bail is dead. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/external/bsd/cron/dist/crontab.c Please note that

CVS commit: src/external/bsd/cron/dist

2014-12-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Dec 15 16:45:26 UTC 2014 Modified Files: src/external/bsd/cron/dist: crontab.c Log Message: - Don't allow bypassing file size limits with crontabs from stdin. - Allow signals while reading the user crontab file; doing

CVS commit: src/external/bsd/cron/dist

2014-09-07 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun Sep 7 13:34:12 UTC 2014 Modified Files: src/external/bsd/cron/dist: cron.c crontab.c Log Message: Mark usage and quit as dead. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/external/bsd/cron/dist/cron.c

CVS commit: src/external/bsd/cron/dist

2014-09-07 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Sun Sep 7 13:35:27 UTC 2014 Modified Files: src/external/bsd/cron/dist: env.c Log Message: Make crontab(1) work again which got broken by the last commit. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/external/bsd/cron/dist

2014-09-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 6 12:18:49 UTC 2014 Modified Files: src/external/bsd/cron/dist: crontab.c Log Message: store lastch to an int so that EOF is handled properly. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/external/bsd/cron/dist

2014-09-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Sep 5 20:55:11 UTC 2014 Modified Files: src/external/bsd/cron/dist: crontab.c Log Message: Rewind the file before we install it so that we can check it. Before this fix, no checks were made and you could install crap. XXX:

CVS commit: src/external/bsd/cron/dist

2014-06-24 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Jun 24 09:17:54 UTC 2014 Modified Files: src/external/bsd/cron/dist: entry.c Log Message: PR/48944: cron ignores '?' (question mark) time field Fix the obvious merge botch. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/bsd/cron/dist

2014-06-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 23 01:00:48 UTC 2014 Modified Files: src/external/bsd/cron/dist: do_command.c Log Message: even more detailed logging To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/bsd/cron/dist/do_command.c

CVS commit: src/external/bsd/cron/dist

2014-06-20 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jun 21 04:33:53 UTC 2014 Modified Files: src/external/bsd/cron/dist: do_command.c Log Message: Log some actual information on various failures, so you can tell what happened. To generate a diff of this commit: cvs rdiff

CVS commit: src/external/bsd/cron/dist

2012-12-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Dec 24 19:30:46 UTC 2012 Modified Files: src/external/bsd/cron/dist: database.c Log Message: PR/47362: Brian Marcotte: cron is too restrictive on file permissions Allow file being writable by owner. XXX: pullup to 6. To

CVS commit: src/external/bsd/cron/dist

2012-11-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Nov 3 15:39:24 UTC 2012 Modified Files: src/external/bsd/cron/dist: config.h crontab.c Log Message: use utimensat(2) and correct and centralize file times handling. To generate a diff of this commit: cvs rdiff -u -r1.3

CVS commit: src/external/bsd/cron/dist

2012-11-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Nov 3 17:33:01 UTC 2012 Modified Files: src/external/bsd/cron/dist: crontab.c Log Message: make the utime and utimes cases work too. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/external/bsd/cron/dist

2012-03-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Mar 2 19:26:40 UTC 2012 Modified Files: src/external/bsd/cron/dist: crontab.c Log Message: PR/46127: Holger Weiss: crontab file fails for unprivileged users XXX: Pullup to 6 To generate a diff of this commit: cvs rdiff

CVS commit: src/external/bsd/cron/dist

2011-10-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 14 14:38:21 UTC 2011 Modified Files: src/external/bsd/cron/dist: database.c Log Message: simplify the bad extension code, by dsl. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/external/bsd/cron/dist

2011-10-13 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Oct 13 16:58:30 UTC 2011 Modified Files: src/external/bsd/cron/dist: database.c Log Message: Kill redundant () To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/external/bsd/cron/dist/database.c Please note

CVS commit: src/external/bsd/cron/dist

2011-10-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 12 16:39:48 UTC 2011 Modified Files: src/external/bsd/cron/dist: cron.8 database.c pathnames.h Log Message: process files in /etc/cron.d/ To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/external/bsd/cron/dist

2011-10-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 12 19:48:24 UTC 2011 Modified Files: src/external/bsd/cron/dist: database.c Log Message: renamed len - i but did not fix it everywhere. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/external/bsd/cron/dist

2011-10-12 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Oct 12 22:50:31 UTC 2011 Modified Files: src/external/bsd/cron/dist: cron.8 Log Message: Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/bsd/cron/dist/cron.8 Please note

CVS commit: src/external/bsd/cron/dist

2011-07-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jul 17 01:14:25 UTC 2011 Modified Files: src/external/bsd/cron/dist: do_command.c Log Message: calling setlogin() once is good enough. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/external/bsd/cron/dist

2011-07-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jul 17 01:16:46 UTC 2011 Modified Files: src/external/bsd/cron/dist: popen.c Log Message: - exit with ERROR_EXIT consistently - don't use warnx() for things that set errno - check result of setlogin() - don't call

CVS commit: src/external/bsd/cron/dist

2010-10-02 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Sat Oct 2 12:22:20 UTC 2010 Modified Files: src/external/bsd/cron/dist: cron.c Log Message: Use setenv(3) instead of putenv(3) because the later doesn't accept string constants anymore. To generate a diff of this commit: cvs

CVS commit: src/external/bsd/cron/dist

2010-07-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jul 15 22:18:20 UTC 2010 Modified Files: src/external/bsd/cron/dist: crontab.5 Log Message: Document the format of the system crontab file, since cron(8) says that we do. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/bsd/cron/dist

2010-07-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jul 10 21:42:30 UTC 2010 Modified Files: src/external/bsd/cron/dist: entry.c Log Message: PR bin/43591: Jeremy Reed: make sure that the default path is always set. To generate a diff of this commit: cvs rdiff -u -r1.2

CVS commit: src/external/bsd/cron/dist

2010-05-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 19 12:50:49 UTC 2010 Modified Files: src/external/bsd/cron/dist: pathnames.h Log Message: rename the allow and deny files to match the documentation. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/external/bsd/cron/dist

2010-05-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 18 21:47:43 UTC 2010 Modified Files: src/external/bsd/cron/dist: crontab.c Log Message: Forgot to commit this: Bring back the default to allow any user to install crontabs. To generate a diff of this commit: cvs rdiff

CVS commit: src/external/bsd/cron/dist

2010-05-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 18 21:49:52 UTC 2010 Modified Files: src/external/bsd/cron/dist: cron.c Log Message: - The new cron keeps time internally as localtime. Revert to previous behavior of keeping UTC, and handle timezones the way we

CVS commit: src/external/bsd/cron/dist

2010-05-13 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu May 13 22:35:57 UTC 2010 Modified Files: src/external/bsd/cron/dist: crontab.1 Log Message: Fix .At argument. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/bsd/cron/dist/crontab.1 Please note that

CVS commit: src/external/bsd/cron/dist

2010-05-08 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat May 8 11:55:01 UTC 2010 Modified Files: src/external/bsd/cron/dist: cron.8 crontab.1 Log Message: Remove trailing whitespace; new sentence, new line; sort sections; standardize SYNOPSIS; use serial comma. To generate a diff

CVS commit: src/external/bsd/cron/dist

2010-05-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri May 7 17:12:00 UTC 2010 Modified Files: src/external/bsd/cron/dist: cron.c Log Message: remove the +1 second. Otherwise jobs that are supposed to run at 10:00:00, run at 10:00:01 which is tolerable because cron has a 1

CVS commit: src/external/bsd/cron/dist

2010-05-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri May 7 20:43:27 UTC 2010 Modified Files: src/external/bsd/cron/dist: config.h Log Message: bump crontab limit to 256K per the old manual page. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/external/bsd/cron/dist

2010-05-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri May 7 20:43:40 UTC 2010 Modified Files: src/external/bsd/cron/dist: crontab.1 Log Message: change to mandoc To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/bsd/cron/dist/crontab.1 Please note

CVS commit: src/external/bsd/cron/dist

2010-05-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu May 6 18:50:29 UTC 2010 Update of /cvsroot/src/external/bsd/cron/dist In directory ivanova.netbsd.org:/tmp/cvs-serv4779 Log Message: import cron 4.1 Status: Vendor Tag: ISC Release Tags: cron-4_1 N

CVS commit: src/external/bsd/cron/dist

2010-05-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu May 6 21:50:16 UTC 2010 Modified Files: src/external/bsd/cron/dist: cron.c Log Message: - change times to time_t - use the correct time in job_add - bring back CRON_TZ To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/bsd/cron/dist

2010-05-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu May 6 22:38:14 UTC 2010 Modified Files: src/external/bsd/cron/dist: cron.c Log Message: remember to restore the original timezone. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4