From: thib Date: Thu, 25 Dec 2003 22:39:27 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ver2_9_4~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=70f51f4dc1e72a7afc11f8fb3d2e466b1917c09d;p=fcron *** empty log message *** --- diff --git a/conf.c b/conf.c index f4bd751..7df7c72 100644 --- a/conf.c +++ b/conf.c @@ -2,7 +2,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2002 Thibault Godouet + * Copyright 2000-2004 Thibault Godouet * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -22,7 +22,7 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: conf.c,v 1.65 2003-07-14 10:52:21 thib Exp $ */ + /* $Id: conf.c,v 1.66 2003-12-25 22:43:57 thib Exp $ */ #include "fcron.h" diff --git a/conf.h b/conf.h index 719e4c6..682bb23 100644 --- a/conf.h +++ b/conf.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2002 Thibault Godouet + * Copyright 2000-2004 Thibault Godouet * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -21,7 +21,7 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: conf.h,v 1.5 2002-10-06 17:08:56 thib Exp $ */ + /* $Id: conf.h,v 1.6 2003-12-25 22:44:34 thib Exp $ */ #ifndef __CONF_H__ #define __CONF_H__ diff --git a/fcron.c b/fcron.c index afef13e..c5885cc 100644 --- a/fcron.c +++ b/fcron.c @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2002 Thibault Godouet + * Copyright 2000-2004 Thibault Godouet * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -21,7 +21,7 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: fcron.c,v 1.68 2002-10-28 17:52:03 thib Exp $ */ + /* $Id: fcron.c,v 1.69 2003-12-25 22:43:18 thib Exp $ */ #include "fcron.h" @@ -33,7 +33,7 @@ #include "socket.h" #endif -char rcs_info[] = "$Id: fcron.c,v 1.68 2002-10-28 17:52:03 thib Exp $"; +char rcs_info[] = "$Id: fcron.c,v 1.69 2003-12-25 22:43:18 thib Exp $"; void main_loop(void); void check_signal(void); @@ -123,7 +123,7 @@ info(void) { fprintf(stderr, "fcron " VERSION_QUOTED " - periodic command scheduler\n" - "Copyright 2000-2002 Thibault Godouet \n" + "Copyright 2000-2004 Thibault Godouet \n" "This program is free software distributed WITHOUT ANY WARRANTY.\n" "See the GNU General Public License for more details.\n" ); diff --git a/fcron.h b/fcron.h index 4e78c5b..117f266 100644 --- a/fcron.h +++ b/fcron.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2002 Thibault Godouet + * Copyright 2000-2004 Thibault Godouet * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -21,7 +21,7 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: fcron.h,v 1.30 2003-09-12 20:54:53 thib Exp $ */ + /* $Id: fcron.h,v 1.31 2003-12-25 22:43:23 thib Exp $ */ #ifndef __FCRON_H__ #define __FCRON_H__ diff --git a/fcrondyn.h b/fcrondyn.h index d52d108..9134397 100644 --- a/fcrondyn.h +++ b/fcrondyn.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2002 Thibault Godouet + * Copyright 2000-2004 Thibault Godouet * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -21,7 +21,7 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: fcrondyn.h,v 1.2 2002-03-02 17:24:22 thib Exp $ */ + /* $Id: fcrondyn.h,v 1.3 2003-12-25 22:42:35 thib Exp $ */ #ifndef __FCRONDYN_H__ #define __FCRONDYN_H__ diff --git a/fcronsighup.c b/fcronsighup.c index c0622e1..8b00c40 100644 --- a/fcronsighup.c +++ b/fcronsighup.c @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2002 Thibault Godouet + * Copyright 2000-2004 Thibault Godouet * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -21,13 +21,13 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: fcronsighup.c,v 1.6 2003-09-12 20:49:12 thib Exp $ */ + /* $Id: fcronsighup.c,v 1.7 2003-12-25 22:39:27 thib Exp $ */ #include "fcronsighup.h" #include "global.h" #include "allow.h" -char rcs_info[] = "$Id: fcronsighup.c,v 1.6 2003-09-12 20:49:12 thib Exp $"; +char rcs_info[] = "$Id: fcronsighup.c,v 1.7 2003-12-25 22:39:27 thib Exp $"; void usage(void); void sig_daemon(void); @@ -54,7 +54,7 @@ usage(void) { fprintf(stderr, "fcronsighup "VERSION_QUOTED" - make fcron update its fcrontabs\n" - "Copyright 2000-2002 Thibault Godouet \n" + "Copyright 2000-2004 Thibault Godouet \n" "This program is free software distributed WITHOUT ANY WARRANTY.\n" "See the GNU General Public License for more details.\n" "\n" diff --git a/fcronsighup.h b/fcronsighup.h index f45d550..09cf5d4 100644 --- a/fcronsighup.h +++ b/fcronsighup.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2002 Thibault Godouet + * Copyright 2000-2004 Thibault Godouet * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -21,7 +21,7 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: fcronsighup.h,v 1.1 2003-09-12 20:53:24 thib Exp $ */ + /* $Id: fcronsighup.h,v 1.2 2003-12-25 22:39:50 thib Exp $ */ #ifndef __FCRONSIGHUP_H__ #define __FCRONSIGHUP_H__ diff --git a/fcrontab.c b/fcrontab.c index c00714e..03e7176 100644 --- a/fcrontab.c +++ b/fcrontab.c @@ -2,7 +2,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2002 Thibault Godouet + * Copyright 2000-2004 Thibault Godouet * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -22,7 +22,7 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: fcrontab.c,v 1.63 2002-10-28 17:51:13 thib Exp $ */ + /* $Id: fcrontab.c,v 1.64 2003-12-25 22:42:45 thib Exp $ */ /* * The goal of this program is simple : giving a user interface to fcron @@ -47,7 +47,7 @@ #include "temp_file.h" #include "read_string.h" -char rcs_info[] = "$Id: fcrontab.c,v 1.63 2002-10-28 17:51:13 thib Exp $"; +char rcs_info[] = "$Id: fcrontab.c,v 1.64 2003-12-25 22:42:45 thib Exp $"; void info(void); void usage(void); @@ -105,7 +105,7 @@ info(void) { fprintf(stderr, "fcrontab " VERSION_QUOTED " - user interface to daemon fcron\n" - "Copyright 2000-2002 Thibault Godouet \n" + "Copyright 2000-2004 Thibault Godouet \n" "This program is free software distributed WITHOUT ANY WARRANTY.\n" "See the GNU General Public License for more details.\n" ); diff --git a/fcrontab.h b/fcrontab.h index 2aaa071..21f0eff 100644 --- a/fcrontab.h +++ b/fcrontab.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2002 Thibault Godouet + * Copyright 2000-2004 Thibault Godouet * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -21,7 +21,7 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: fcrontab.h,v 1.17 2002-10-06 16:55:46 thib Exp $ */ + /* $Id: fcrontab.h,v 1.18 2003-12-25 22:42:53 thib Exp $ */ #ifndef __FCRONTAB_H__ #define __FCRONTAB_H__ diff --git a/fileconf.h b/fileconf.h index e6bc1b8..7118f8f 100644 --- a/fileconf.h +++ b/fileconf.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2002 Thibault Godouet + * Copyright 2000-2004 Thibault Godouet * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -21,7 +21,7 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: fileconf.h,v 1.4 2002-08-30 20:05:42 thib Exp $ */ + /* $Id: fileconf.h,v 1.5 2003-12-25 22:43:51 thib Exp $ */ #ifndef __FILECONF_H__ #define __FILECONF_H__ diff --git a/global.h b/global.h index ebac605..b3c3213 100644 --- a/global.h +++ b/global.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2002 Thibault Godouet + * Copyright 2000-2004 Thibault Godouet * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -21,7 +21,7 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: global.h,v 1.40 2003-07-14 10:51:52 thib Exp $ */ + /* $Id: global.h,v 1.41 2003-12-25 22:43:53 thib Exp $ */ /* diff --git a/job.h b/job.h index 85c7a4c..4e3b2c8 100644 --- a/job.h +++ b/job.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2002 Thibault Godouet + * Copyright 2000-2004 Thibault Godouet * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -21,7 +21,7 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: job.h,v 1.6 2002-10-06 16:51:37 thib Exp $ */ + /* $Id: job.h,v 1.7 2003-12-25 22:40:59 thib Exp $ */ #ifndef __JOB_H__ #define __JOB_H__ diff --git a/log.c b/log.c index 8eaae89..9cb5ab9 100644 --- a/log.c +++ b/log.c @@ -2,7 +2,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2002 Thibault Godouet + * Copyright 2000-2004 Thibault Godouet * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -22,7 +22,7 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: log.c,v 1.13 2002-07-19 19:32:39 thib Exp $ */ + /* $Id: log.c,v 1.14 2003-12-25 22:41:03 thib Exp $ */ /* This code is inspired by Anacron's sources of Itai Tzur */ diff --git a/log.h b/log.h index 1b763bd..f5f9350 100644 --- a/log.h +++ b/log.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2002 Thibault Godouet + * Copyright 2000-2004 Thibault Godouet * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -21,7 +21,7 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: log.h,v 1.5 2001-12-23 22:04:03 thib Exp $ */ + /* $Id: log.h,v 1.6 2003-12-25 22:41:08 thib Exp $ */ #ifndef __LOG_H__ #define __LOG_H__ diff --git a/pam.h b/pam.h index c1a971f..0c6fbad 100644 --- a/pam.h +++ b/pam.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2002 Thibault Godouet + * Copyright 2000-2004 Thibault Godouet * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -21,12 +21,16 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: pam.h,v 1.2 2001-12-23 22:04:05 thib Exp $ */ + /* $Id: pam.h,v 1.3 2003-12-25 22:41:15 thib Exp $ */ #ifndef __PAM_H__ #define __PAM_H__ +#ifdef HAVE_SECURITY_PAM_APPL_H #include +#elif HAVE_PAM_PAM_APPL_H +#include +#endif /* global variables */ extern pam_handle_t *pamh; diff --git a/read_string.c b/read_string.c index 55b9940..d3f3951 100644 --- a/read_string.c +++ b/read_string.c @@ -2,7 +2,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2002 Thibault Godouet + * Copyright 2000-2004 Thibault Godouet * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -22,7 +22,7 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: read_string.c,v 1.1 2002-03-02 17:24:51 thib Exp $ */ + /* $Id: read_string.c,v 1.2 2003-12-25 22:42:38 thib Exp $ */ /* read a string (password, etc ...) securely from a tty */ diff --git a/read_string.h b/read_string.h index 75d5328..f37ea90 100644 --- a/read_string.h +++ b/read_string.h @@ -2,7 +2,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2002 Thibault Godouet + * Copyright 2000-2004 Thibault Godouet * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -22,7 +22,7 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: read_string.h,v 1.1 2002-03-02 17:25:21 thib Exp $ */ + /* $Id: read_string.h,v 1.2 2003-12-25 22:42:43 thib Exp $ */ #ifndef __READ_STRING_H__ #define __READ_STRING_H__