From owner-cvs-all@FreeBSD.ORG Thu Sep 16 15:49:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 239F416A4CE; Thu, 16 Sep 2004 15:49:30 +0000 (GMT) Received: from mx-out-04.forthnet.gr (mx-out.forthnet.gr [193.92.150.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A6F443D31; Thu, 16 Sep 2004 15:49:29 +0000 (GMT) (envelope-from dds@aueb.gr) Received: from mx-av-02.forthnet.gr (mx-av.forthnet.gr [193.92.150.27]) i8GFnRj3011453; Thu, 16 Sep 2004 18:49:27 +0300 Received: from mx-as-01.forthnet.gr (mx-as.forthnet.gr [193.92.150.226]) i8GFnRRd007498; Thu, 16 Sep 2004 18:49:27 +0300 Received: from forthnet.gr (athmta01.forthnet.gr [193.92.150.23]) i8GFnQ2u013755; Thu, 16 Sep 2004 18:49:26 +0300 Received: from [192.168.136.16] (ppp12-adsl-137.ath.forthnet.gr [212.54.223.137]) by forthnet.gr (8.12.11/8.12.11) with ESMTP id i8GFnPR0019047; Thu, 16 Sep 2004 18:49:25 +0300 Message-ID: <4149B605.9060003@aueb.gr> Date: Thu, 16 Sep 2004 18:49:25 +0300 From: Diomidis Spinellis User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040616 X-Accept-Language: en-us, en, el, de MIME-Version: 1.0 To: Pawel Jakub Dawidek References: <200409131839.i8DId4TK080102@repoman.freebsd.org> <20040913191757.GI1538@submonkey.net> <41460CA2.6010409@aueb.gr> <20040914152729.GV30151@darkness.comp.waw.pl> In-Reply-To: <20040914152729.GV30151@darkness.comp.waw.pl> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Flag: NO cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org cc: Ceri Davies cc: Diomidis Spinellis cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/cron/crontab crontab.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Sep 2004 15:49:30 -0000 Pawel Jakub Dawidek wrote: > On Tue, Sep 14, 2004 at 12:09:54AM +0300, Diomidis Spinellis wrote: > +> Ceri Davies wrote: > +> >PR 22612? > +> > +> Nice suggestion; now that I've got my hands on it. Thanks, I'll look at > +> it. The PR is about crontab failing to recognize changes that do not > +> overlap a clock second tick. schweikh@ who last dealt with it suggested > +> MD5ing the file before and after the edit to see if it changed. I feel > +> somewhat uneasy about entangling crontab with openssl/md5.h, but I can > +> not really sea a problem. Any comments or alternative suggestions? > > Actually we have our own (phk's) md5 implementation: md5(3), so there is > no need to link it with OpenSSL. This is the one I used. Diomidis