summaryrefslogtreecommitdiff
path: root/libexec/spamd
AgeCommit message (Expand)Author
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
2004-03-10spacesTheo de Raadt
2004-03-10fix missing space, also fromBob Beck
2004-03-10add -b option to specify local bind address, sent byBob Beck
2004-03-05Fix really dumb memory leak that would have long runnign large whitelistBob Beck
2004-03-01typo; we do have spamlogd(8) not spamlog(8);Xavier Santolaria
2004-03-01uset inet_pton(3) instead of home grown address validator; some other cleanupOtto Moerbeek
2004-02-28- ensure greylist entry expiry is not updated until actually whitelistedBob Beck
2004-02-26don't leak one here either.Bob Beck
2004-02-26don't leak an fd here.Bob Beck
2004-02-26Add ommitted copyright.Bob Beck
2004-02-26paranoia; beck okTheo de Raadt
2004-02-26spacesTheo de Raadt
2004-02-26Add -g option for greylisting support for spamd. The greylisting techinqueBob Beck
2004-01-21the example should use 'rdr pass' so that you do not have to open 8025 toTheo de Raadt
2003-11-09add missing -v to getoptDaniel Hartmeier
2003-11-08add -v and -w window to usage();Jason McIntyre
2003-10-23- add -v to SYNOPSISJason McIntyre
2003-10-22make logging less verbose by default - default logs connect, disconnectBob Beck
2003-10-031) Don't loop on invalid commandsBob Beck
2003-09-26can free(NULL)Theo de Raadt
2003-09-26make accept failures not globally fatal.Bob Beck
2003-09-26free(NULL) allowedTheo de Raadt
2003-09-25- add .Bk/.Ek to SYNOPSISJason McIntyre
2003-09-24indentTheo de Raadt
2003-09-24crank max connections to 800 (really, there are poeple doing this)Theo de Raadt
2003-09-20knfTheo de Raadt
2003-09-18realloc spring cleaning, simplifies the code someAnil Madhavapeddy
2003-09-04forgot to put w in optstring in last commit.Ted Unangst
2003-09-03permit the window/receive buffer to be adjustable. default back to systemTed Unangst
2003-08-26re-add logging of matched blacklists lost in previous commit, ok deraadt@Daniel Hartmeier
2003-08-24missing colon in syslog msg (cosmetic)Daniel Hartmeier
2003-08-23add -s to specify stuttering delay, set receive buffer size to 1 byteDaniel Hartmeier
2003-08-23fix printf format for time_t. notified by casha@e7.pl. henning okJun-ichiro itojun Hagino
2003-08-22pf spelling policeDavid Krause
2003-07-29spacesTheo de Raadt
2003-07-06bring protos into scopeTheo de Raadt
2003-07-02no default -Werror on theseTheo de Raadt