summaryrefslogtreecommitdiff
path: root/libexec/spamd
AgeCommit message (Expand)Author
2006-10-29use setresuid/gid and check for failure, ok bobHenning Brauer
2006-10-19no need to escape "'";Jason McIntyre
2006-10-17Make this easier for people who aren't aware of what shell they are running.Bob Beck
2006-09-29typo; from sthenJason McIntyre
2006-08-15-r only applies to blacklists. ok beck@Kjell Wooding
2006-05-15add an -h option to override the hostname that is reported in thejoshua stein
2006-03-14spamd can show the wrong IP address to clients in a %A message becauseBob Beck
2005-12-01Spell "blacklisted" consistently.Tom Cosgrove
2005-11-30some cleanups prompted by lint, no really nasty bugs; ok beckTheo de Raadt
2005-11-24missing full stop;Jason McIntyre
2005-11-12spacingTheo de Raadt
2005-08-06replace port number 8025 w/ symbolic `spamd';Jason McIntyre
2005-08-04Fix handling of empty entries at the end of an address list; avoidsOtto Moerbeek
2005-05-24Remove -ansi as that means expose only C89 interfaces.Todd C. Miller
2005-05-23have to ignore SIGPIPE in the child too or a spammer can kill spamd just byMike Frantzen
2005-05-17update FILES;Jason McIntyre
2005-05-17- describe start up betterJason McIntyre
2005-05-15move db->close to not hold this lock unnecssarily during long protractedBob Beck
2005-04-16missing getopt choice; from dennisTheo de Raadt
2005-04-14Make spamd stutter at greylisted connections for a short period before talkingBob Beck
2005-03-12asprintf in place of strdup really is kind of lameBob Beck
2005-03-11"Greytrapping" for spamd - allow for spamd greylisting to maintainBob Beck
2005-01-19clarification; ok beckTheo de Raadt
2004-12-04fix a signal race which could kill unrelated processes.Moritz Jodeit
2004-11-17- \r\n fix for QUIT commandBob Beck
2004-10-05Change the default passtime to 25 minutes,Bob Beck
2004-10-05change default to 451 for greylisting, thanks to a number ofBob Beck
2004-09-18This should be info, from mike@tric.ruBob Beck
2004-09-15ARGSUSED before signal handler with unused signoTheo de Raadt
2004-08-17impliment QUIT, beck okHenning Brauer
2004-08-15Expire entries that exactly match the time now in addition to onesTodd C. Miller
2004-08-08spacingTheo de Raadt
2004-07-04two missing freeaddrinfo() -- leak; andrushock@korovino.netTheo de Raadt
2004-07-04typo; andrushock@korovino.netTheo de Raadt
2004-06-29absolutely no need to include machine/endian.h after sys/types.h and sys/type...Michael Shalayeff
2004-06-21restrict address resolution to AF_INET for nowJun-ichiro itojun Hagino
2004-06-21use getaddr/nameinfo for address resolution. beck, henning okJun-ichiro itojun Hagino
2004-04-03fix logging. without -v, you get just the connection level, no mail data.Daniel Hartmeier
2004-04-02nextstate() can get passed a read(2) chunk containing multiple lines,Daniel Hartmeier
2004-03-17fix problem with counter and logging spotted by danh, where loggingBob Beck
2004-03-16sort options and escape a minus sign;Jason McIntyre
2004-03-15Add -B option, with maxblack limit to limit the number of blacklistBob Beck
2004-03-14make window size adjustement on sockets only after the DATABob Beck
2004-03-13Add signal handler to parent, so that when greylisting we don't need toBob Beck
2004-03-12sort options;Jason McIntyre
2004-03-12paranoia and cleanup, ensure we use free then NULL everywhere.Bob Beck
2004-03-12Fix typo, spotted by Eduardo Alvarenga <eduardo@eduardo.lan.cei>Bob Beck
2004-03-11fix bug where custom 450 messages are not displayed,Bob Beck
2004-03-11Remove sync() calls that immediately precede databse close(). SinceTodd C. Miller
2004-03-11Call db-sync() after each db modification since they aren't all thatBob Beck