Age | Commit message (Expand) | Author |
2011-03-19 | fix rdr-to example (requires direction); from James Turner | Okan Demirmen |
2011-03-03 | repair arguments passed to pfctl; PR 6142, ok beck | Theo de Raadt |
2010-10-06 | do not pass GREY entries to pf's spamd-white table if already TRAPPED. | Stephan A. Rickauer |
2010-01-14 | drop connections to confused clients who do repeated command failures - | Bob Beck |
2010-01-11 | KNF | Bob Beck |
2010-01-11 | KNF | Bob Beck |
2009-11-12 | malloc() after line length check, to avoid memory leak; ok tedu | Theo de Raadt |
2009-09-17 | merge/update the spamlogd rules into spamd - there were some subtle | Jason McIntyre |
2009-09-07 | the example pf rules should be "pass in", not just "pass"; ok henning | Jason McIntyre |
2009-09-01 | match samples here with pf.conf(5) sample ruleset following recent pf changes | Todd T. Fries |
2009-05-20 | Do not fall back to using nobody if _user is missing, but | Thordur I. Bjornsson |
2009-04-20 | tweak previous; | Jason McIntyre |
2009-04-20 | PR 6090 - from Olli Hauer <ohauer@gmx.de> | Bob Beck |
2009-02-25 | fix slow memory leak, spotted by Max Laier and Artis Caune | Bob Beck |
2009-02-17 | clarification for the MX stuff; requested by Stephan A. Rickauer | Jason McIntyre |
2008-12-07 | time_t is signed, so use INT_MAX rather than UINT_MAX when parsing a time_t | Chad Loder |
2008-09-20 | document spamd log entry format; requested by Stephan A. Rickauer | Jason McIntyre |
2008-08-26 | Fix an if (); typo. ok beck@ | Jonathan Gray |
2008-08-11 | some documentation updates for spamd synchronisation: | Jason McIntyre |
2008-07-11 | shut off an annoying gcc warning. | Reyk Floeter |
2008-07-11 | write a syslog debug message when a new GREY or TRAPPED entry is added | Reyk Floeter |
2008-07-11 | greyreader() shouldn't return, so tell us if it does | Peter Hessler |
2008-05-22 | version 2 of spamd sync protocol for two reasons: | Theo de Raadt |
2008-05-09 | As was done in dhcpd, insert pad blocks after sub-messages to keep the | Theo de Raadt |
2008-05-07 | check if the received buffer of a sync element is even big enough to | Reyk Floeter |
2008-03-28 | typo, ok beck@ | Alexander von Gernler |
2008-01-08 | simplify the suggested pf ruleset; ok beck | Jason McIntyre |
2007-12-27 | Add a missing length check of received spamd sync packet headers. | Reyk Floeter |
2007-11-03 | PR 5621 - spamd doesn't clear the last entry from an empty TRAP list, | Bob Beck |
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt |
2007-08-16 | - Don't fill spamd debug with bogus config errors if there are no | Ray Lai |
2007-08-11 | tweak previous: | Jason McIntyre |
2007-08-11 | Add note to the effect that the spamd pf table is no | Jonathan Gray |
2007-07-07 | document maximum values for -S and -s; | Jason McIntyre |
2007-06-25 | s/is is/it is/. From Jim Razmus, jim (at) bonetruck (dot) org; thanks. | Tom Cosgrove |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-26 | remove a redundant paragraph; ok beck | Jason McIntyre |
2007-05-19 | spamd-setup needs -b for blacklist-only mode; from Nick Templeton | Jason McIntyre |
2007-04-13 | fix helo to error out if no domain is provided | Bob Beck |
2007-04-13 | rename h_name to sh_name. hname gets redefined in netdb.h to a zero | Otto Moerbeek |
2007-03-29 | I relinquish any copyright claim I have on this file | Kjell Wooding |
2007-03-26 | kill trailing whitespace...shame on me if i sent bob a diff w/ | Jason McIntyre |
2007-03-26 | use new license. ok kjell@, who also wanted his name removed, but he needs | Bob Beck |
2007-03-26 | use new license, ok deraadt@ | Bob Beck |
2007-03-26 | use new license. | Bob Beck |
2007-03-26 | Copyright - I should share the blame. | Bob Beck |
2007-03-26 | A couple of spamd improvements | Bob Beck |
2007-03-18 | Be sure to exit if the db_open of the second db for conversion fails. | Bob Beck |
2007-03-16 | Fix dribbly HMAC leak. | Bob Beck |
2007-03-16 | now that we leave the grey, avoid annoying re-adds of white entries | Bob Beck |