From: thib Date: Sun, 6 Oct 2002 17:13:10 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ver1564~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0ddb4ef7d4bcfce5fbf09ea9fe7d693894018fca;p=fcron *** empty log message *** --- 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