]> granicus.if.org Git - fcron/commitdiff
*** empty log message ***
authorthib <thib>
Thu, 25 Dec 2003 22:39:27 +0000 (22:39 +0000)
committerthib <thib>
Thu, 25 Dec 2003 22:39:27 +0000 (22:39 +0000)
17 files changed:
conf.c
conf.h
fcron.c
fcron.h
fcrondyn.h
fcronsighup.c
fcronsighup.h
fcrontab.c
fcrontab.h
fileconf.h
global.h
job.h
log.c
log.h
pam.h
read_string.c
read_string.h

diff --git a/conf.c b/conf.c
index f4bd7518ae7adc20c4e70fedc1b63a87f28b5048..7df7c72f636cb49faf9cb4a5721579b2f4d3bf6a 100644 (file)
--- a/conf.c
+++ b/conf.c
@@ -2,7 +2,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2004 Thibault Godouet <fcron@free.fr>
  *
  *  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 719e4c6b4670eac9ecbad54266984048f1e3fe75..682bb23206ce00cd2d1bcee6e753ef580b329e73 100644 (file)
--- a/conf.h
+++ b/conf.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2004 Thibault Godouet <fcron@free.fr>
  *
  *  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 afef13ec3f4ef55bf90dc7e4e3d520f25ba8f59c..c5885ccf1617e78985e132835a1aa1b1aaa47541 100644 (file)
--- a/fcron.c
+++ b/fcron.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2004 Thibault Godouet <fcron@free.fr>
  *
  *  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 <fcron@free.fr>\n"
+           "Copyright 2000-2004 Thibault Godouet <fcron@free.fr>\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 4e78c5b3d9109724ea9e246f798fc98bda013c0e..117f266389347711dcbd76a138615d927e300500 100644 (file)
--- a/fcron.h
+++ b/fcron.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2004 Thibault Godouet <fcron@free.fr>
  *
  *  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__
index d52d108275ab9a1870a2dcc16eee6f4c63570e55..9134397713fdf74849d45c6024332595d3070406 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2004 Thibault Godouet <fcron@free.fr>
  *
  *  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__
index c0622e17b6e98f5eea7ae2edbfa91ebfd33106e9..8b00c4057150c54512cd1043b6afec51e2dfd2c2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2004 Thibault Godouet <fcron@free.fr>
  *
  *  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
  *  `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 <fcron@free.fr>\n"
+           "Copyright 2000-2004 Thibault Godouet <fcron@free.fr>\n"
            "This program is free software distributed WITHOUT ANY WARRANTY.\n"
             "See the GNU General Public License for more details.\n"
            "\n"
index f45d550dde305f621a5a8ecba232f7da40cea67c..09cf5d466361b56e2ec55a0e9bf6368978663aa4 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2004 Thibault Godouet <fcron@free.fr>
  *
  *  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__
index c00714e5609451075f594ca216f39340bd39c298..03e717681c2575c33bb53b390a6eb72fb1b6ec1b 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2004 Thibault Godouet <fcron@free.fr>
  *
  *  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 <fcron@free.fr>\n"
+           "Copyright 2000-2004 Thibault Godouet <fcron@free.fr>\n"
            "This program is free software distributed WITHOUT ANY WARRANTY.\n"
             "See the GNU General Public License for more details.\n"
        );
index 2aaa071ccd1da1658067f4cc8fad7f5f060681b2..21f0efff9cd6ff0ae66da960b7591a6aec3dce6f 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2004 Thibault Godouet <fcron@free.fr>
  *
  *  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__
index e6bc1b8f93c85f1ec587730b1c1e20691cb98dde..7118f8f49d50cf4f29a4769b841803578f323438 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2004 Thibault Godouet <fcron@free.fr>
  *
  *  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__
index ebac60595666084a3ec7fce65c20b829e8e2b32a..b3c321336ec73a24759ae94bb9c532a8862eb186 100644 (file)
--- a/global.h
+++ b/global.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2004 Thibault Godouet <fcron@free.fr>
  *
  *  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 85c7a4ce8ed033379354fbd840a9979f0f8044e0..4e3b2c8f2415bbfe11a63e331a0dc570b4b4bcac 100644 (file)
--- a/job.h
+++ b/job.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2004 Thibault Godouet <fcron@free.fr>
  *
  *  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 8eaae895854b9ad311b3ad18245373536c16b4d6..9cb5ab9ff44ecd5bc3b33347ef8e137bde150873 100644 (file)
--- a/log.c
+++ b/log.c
@@ -2,7 +2,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2004 Thibault Godouet <fcron@free.fr>
  *
  *  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 <itzur@actcom.co.il> */
diff --git a/log.h b/log.h
index 1b763bddbb50a4226568836f02c3ed3dda3fb720..f5f935023bb27f291fe307ab213c4d7e59d1d546 100644 (file)
--- a/log.h
+++ b/log.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2004 Thibault Godouet <fcron@free.fr>
  *
  *  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 c1a971ff030bb57e5f076cfab9934262b8390f41..0c6fbad10c75890e55063734fd46a514b1ef0ac0 100644 (file)
--- a/pam.h
+++ b/pam.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2004 Thibault Godouet <fcron@free.fr>
  *
  *  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
  *  `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 <security/pam_appl.h>
+#elif HAVE_PAM_PAM_APPL_H
+#include <pam/pam_appl.h>
+#endif
 
 /* global variables */
 extern pam_handle_t *pamh;
index 55b99408c4d9526c91df9bb2ee0257e9f0f42a60..d3f395153078b4fd2bba5c90dd0619d3a87f104b 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2004 Thibault Godouet <fcron@free.fr>
  *
  *  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 */
index 75d5328c2bcff9112d5cfc553f947feb0ca07fb4..f37ea903188342d67cd2c33e75fb9531eada5f0e 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2004 Thibault Godouet <fcron@free.fr>
  *
  *  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__