From 0ddb4ef7d4bcfce5fbf09ea9fe7d693894018fca Mon Sep 17 00:00:00 2001 From: thib Date: Sun, 6 Oct 2002 17:13:10 +0000 Subject: [PATCH] *** empty log message *** --- doc/en/changes.sgml | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/doc/en/changes.sgml b/doc/en/changes.sgml index d35ebc3..a9df62e 100644 --- a/doc/en/changes.sgml +++ b/doc/en/changes.sgml @@ -8,11 +8,31 @@ Foundation. A copy of the license is included in gfdl.sgml. --> - + Changes + + From version 2.9.2 to 2.9.3 + + security issue : fcron used not to check the fcrontabs installed by +root for a standard user. This could make an inattentive superuser install a user job +runas(root) involontary. + + + Perf improvement : we use now a buffer in fcrontab while copying +an orig file (became necessary due to the use of O_SYNC) + + + bug fix : in 2.9.2, fcrontab and fcron did not set correctly some +file modes. + + + code clean : use the same scheme for all struct types. + + + From version 2.9.1 to 2.9.2 -- 2.40.0