Age | Commit message (Expand) | Author |
2006-10-29 | use setresuid/gid and check for failure, ok bob | Henning Brauer |
2006-10-19 | no need to escape "'"; | Jason McIntyre |
2006-10-17 | Make this easier for people who aren't aware of what shell they are running. | Bob Beck |
2006-09-29 | typo; from sthen | Jason McIntyre |
2006-08-15 | -r only applies to blacklists. ok beck@ | Kjell Wooding |
2006-05-15 | add an -h option to override the hostname that is reported in the | joshua stein |
2006-03-14 | spamd can show the wrong IP address to clients in a %A message because | Bob Beck |
2005-12-01 | Spell "blacklisted" consistently. | Tom Cosgrove |
2005-11-30 | some cleanups prompted by lint, no really nasty bugs; ok beck | Theo de Raadt |
2005-11-24 | missing full stop; | Jason McIntyre |
2005-11-12 | spacing | Theo de Raadt |
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 |