Age | Commit message (Expand) | Author |
2005-08-06 | replace port number 8025 w/ symbolic `spamd'; | Jason McIntyre |
2005-08-04 | Fix handling of empty entries at the end of an address list; avoids | Otto Moerbeek |
2005-05-24 | Remove -ansi as that means expose only C89 interfaces. | Todd C. Miller |
2005-05-23 | have to ignore SIGPIPE in the child too or a spammer can kill spamd just by | Mike Frantzen |
2005-05-17 | update FILES; | Jason McIntyre |
2005-05-17 | - describe start up better | Jason McIntyre |
2005-05-15 | move db->close to not hold this lock unnecssarily during long protracted | Bob Beck |
2005-04-16 | missing getopt choice; from dennis | Theo de Raadt |
2005-04-14 | Make spamd stutter at greylisted connections for a short period before talking | Bob Beck |
2005-03-12 | asprintf in place of strdup really is kind of lame | Bob Beck |
2005-03-11 | "Greytrapping" for spamd - allow for spamd greylisting to maintain | Bob Beck |
2005-01-19 | clarification; ok beck | Theo de Raadt |
2004-12-04 | fix a signal race which could kill unrelated processes. | Moritz Jodeit |
2004-11-17 | - \r\n fix for QUIT command | Bob Beck |
2004-10-05 | Change the default passtime to 25 minutes, | Bob Beck |
2004-10-05 | change default to 451 for greylisting, thanks to a number of | Bob Beck |
2004-09-18 | This should be info, from mike@tric.ru | Bob Beck |
2004-09-15 | ARGSUSED before signal handler with unused signo | Theo de Raadt |
2004-08-17 | impliment QUIT, beck ok | Henning Brauer |
2004-08-15 | Expire entries that exactly match the time now in addition to ones | Todd C. Miller |
2004-08-08 | spacing | Theo de Raadt |
2004-07-04 | two missing freeaddrinfo() -- leak; andrushock@korovino.net | Theo de Raadt |
2004-07-04 | typo; andrushock@korovino.net | Theo de Raadt |
2004-06-29 | absolutely no need to include machine/endian.h after sys/types.h and sys/type... | Michael Shalayeff |
2004-06-21 | restrict address resolution to AF_INET for now | Jun-ichiro itojun Hagino |
2004-06-21 | use getaddr/nameinfo for address resolution. beck, henning ok | Jun-ichiro itojun Hagino |
2004-04-03 | fix logging. without -v, you get just the connection level, no mail data. | Daniel Hartmeier |
2004-04-02 | nextstate() can get passed a read(2) chunk containing multiple lines, | Daniel Hartmeier |
2004-03-17 | fix problem with counter and logging spotted by danh, where logging | Bob Beck |
2004-03-16 | sort options and escape a minus sign; | Jason McIntyre |
2004-03-15 | Add -B option, with maxblack limit to limit the number of blacklist | Bob Beck |
2004-03-14 | make window size adjustement on sockets only after the DATA | Bob Beck |
2004-03-13 | Add signal handler to parent, so that when greylisting we don't need to | Bob Beck |
2004-03-12 | sort options; | Jason McIntyre |
2004-03-12 | paranoia and cleanup, ensure we use free then NULL everywhere. | Bob Beck |
2004-03-12 | Fix typo, spotted by Eduardo Alvarenga <eduardo@eduardo.lan.cei> | Bob Beck |
2004-03-11 | fix bug where custom 450 messages are not displayed, | Bob Beck |
2004-03-11 | Remove sync() calls that immediately precede databse close(). Since | Todd C. Miller |
2004-03-11 | Call db-sync() after each db modification since they aren't all that | Bob Beck |
2004-03-10 | spaces | Theo de Raadt |
2004-03-10 | fix missing space, also from | Bob Beck |
2004-03-10 | add -b option to specify local bind address, sent by | Bob Beck |
2004-03-05 | Fix really dumb memory leak that would have long runnign large whitelist | Bob Beck |
2004-03-01 | typo; we do have spamlogd(8) not spamlog(8); | Xavier Santolaria |
2004-03-01 | uset inet_pton(3) instead of home grown address validator; some other cleanup | Otto Moerbeek |
2004-02-28 | - ensure greylist entry expiry is not updated until actually whitelisted | Bob Beck |
2004-02-26 | don't leak one here either. | Bob Beck |
2004-02-26 | don't leak an fd here. | Bob Beck |
2004-02-26 | Add ommitted copyright. | Bob Beck |
2004-02-26 | paranoia; beck ok | Theo de Raadt |