]> granicus.if.org Git - cronie/log
cronie
17 years agoIn lower version of pam was re-open log needed (rhel-4 and lower).
mmaslano [Fri, 17 Aug 2007 13:00:31 +0000 (15:00 +0200)]
In lower version of pam was re-open log needed (rhel-4 and lower).

17 years agoChange in pam configuration file (auth sufficient is now used).
mmaslano [Fri, 17 Aug 2007 13:00:21 +0000 (15:00 +0200)]
Change in pam configuration file (auth sufficient is now used).

17 years agoSelinux for crontab: checking users with selinux.
mmaslano [Fri, 17 Aug 2007 13:00:05 +0000 (15:00 +0200)]
Selinux for crontab: checking users with selinux.
User is fixed from char to const char.

17 years agoHardwired 'system' wasn't needed.
mmaslano [Fri, 17 Aug 2007 12:59:53 +0000 (14:59 +0200)]
Hardwired 'system' wasn't needed.

17 years agoAdd file crond.pam, which has rules for pam sessions.
mmaslano [Fri, 17 Aug 2007 12:59:18 +0000 (14:59 +0200)]
Add file crond.pam, which has rules for pam sessions.
In Makefile is now crond.pam installed.

17 years ago Now we compile with pam flags and libs.
mmaslano [Fri, 17 Aug 2007 12:59:02 +0000 (14:59 +0200)]
 Now we compile with pam flags and libs.

17 years agoPAM support was added: open sessions and set credentials for users.
mmaslano [Fri, 17 Aug 2007 12:58:01 +0000 (14:58 +0200)]
PAM support was added: open sessions and set credentials for users.

17 years ago In Makefile are now LIB = -lselinux and -DWITH_SELINUX flags.
mmaslano [Fri, 17 Aug 2007 12:53:48 +0000 (14:53 +0200)]
 In Makefile are now LIB = -lselinux and -DWITH_SELINUX flags.

17 years agoFeatures was added into manual.
mmaslano [Fri, 17 Aug 2007 12:53:37 +0000 (14:53 +0200)]
Features was added into manual.

17 years agoRemove header in user's crontab.
mmaslano [Fri, 17 Aug 2007 12:53:24 +0000 (14:53 +0200)]
Remove header in user's crontab.

17 years agoLogs now inform about creating crontabs for users,
mmaslano [Fri, 17 Aug 2007 12:53:13 +0000 (14:53 +0200)]
Logs now inform about creating crontabs for users,
which aren't allowed to use crontab.
It's for user in cron.{allow,deny}

17 years agoChange behavior to allow crontab to take stdin with no '-'.
mmaslano [Fri, 17 Aug 2007 12:52:59 +0000 (14:52 +0200)]
Change behavior to allow crontab to take stdin with no '-'.

17 years agoRH_CROND was added in programme - stating directory.
mmaslano [Fri, 17 Aug 2007 12:52:48 +0000 (14:52 +0200)]
RH_CROND was added in programme - stating directory.
In RH_CROND are system crontables.

17 years agoUse snprintf instead of sprintf.
mmaslano [Fri, 17 Aug 2007 12:52:34 +0000 (14:52 +0200)]
Use snprintf instead of sprintf.

17 years agoUse fork instead of vfork.
mmaslano [Fri, 17 Aug 2007 12:52:22 +0000 (14:52 +0200)]
Use fork instead of vfork.
    Add signal: Our grandparent is watching for our parent's death by
    catching SIGCHLD. Meanwhile, our parent will use wait
    explicitly and so has disabled SIGCHLD. So now it's
    time to reset SIGCHLD handling.

17 years ago Add first selinux patch. Loading users through selinux scontext.
mmaslano [Fri, 17 Aug 2007 12:52:08 +0000 (14:52 +0200)]
 Add first selinux patch. Loading users through selinux scontext.

17 years agoRedefine sendmail options.
mmaslano [Fri, 17 Aug 2007 12:51:52 +0000 (14:51 +0200)]
Redefine sendmail options.

17 years ago Change path names for redhat/fedora system.
mmaslano [Fri, 17 Aug 2007 12:51:35 +0000 (14:51 +0200)]
 Change path names for redhat/fedora system.

17 years agoChanges in Makefile: flags, -pie option, permission
mmaslano [Fri, 17 Aug 2007 12:51:21 +0000 (14:51 +0200)]
Changes in Makefile: flags, -pie option, permission
and installation paths for redhat/fedora system.

17 years agoSource files of vixie-cron-4.1. v4.1
mmaslano [Fri, 17 Aug 2007 12:47:59 +0000 (14:47 +0200)]
Source files of vixie-cron-4.1.