Re: bump time_t/other type fixes to spamd

2013-08-21 Thread Todd C. Miller
On Tue, 20 Aug 2013 20:36:38 -0700, William Orr wrote: > Theo pointed out that it would be better to change whitecount to an int, > so as to match the call to configure_pf(). > > Since trapcount is logically similar, and uses the same iterator > variable in freeaddrlists(), I changed that to an i

Re: bump time_t/other type fixes to spamd

2013-08-21 Thread Bob Beck
I think this would be the way to go. On Wed, Aug 21, 2013 at 9:14 AM, Todd C. Miller wrote: > Speaking of spamd, I've been running the following diff for five > months or so. It removes the use of time_t in the greylist db file > and provides backwards compat for 32-bit times. > > - todd > > In

Re: bump time_t/other type fixes to spamd

2013-08-21 Thread Todd C. Miller
Speaking of spamd, I've been running the following diff for five months or so. It removes the use of time_t in the greylist db file and provides backwards compat for 32-bit times. - todd Index: usr.sbin/spamdb/Makefile === RCS file

Re: bump time_t/other type fixes to spamd

2013-08-20 Thread William Orr
> William Orr > August 20, 2013 7:40 PM > Bump > > Theo pointed out that it would be better to change whitecount to an int, so as to match the call to configure_pf(). Since trapcount is logically similar, and uses the same iterator variable in freeaddrlists(), I changed

bump time_t/other type fixes to spamd

2013-08-20 Thread William Orr
Bump > William Orr > August 17, 2013 7:03 PM > > Whoops, missed the downcast of time_t to int in the sscanfs. Here's a > revised patch. > > Index: src/libexec/spamd/grey.c > === > RCS file: /cvs/src/libexec/