Age | Commit message (Expand) | Author |
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 |
2004-02-26 | spaces | Theo de Raadt |
2004-02-26 | Add -g option for greylisting support for spamd. The greylisting techinque | Bob Beck |
2004-01-21 | the example should use 'rdr pass' so that you do not have to open 8025 to | Theo de Raadt |
2003-11-09 | add missing -v to getopt | Daniel Hartmeier |
2003-11-08 | add -v and -w window to usage(); | Jason McIntyre |
2003-10-23 | - add -v to SYNOPSIS | Jason McIntyre |
2003-10-22 | make logging less verbose by default - default logs connect, disconnect | Bob Beck |
2003-10-03 | 1) Don't loop on invalid commands | Bob Beck |
2003-09-26 | can free(NULL) | Theo de Raadt |
2003-09-26 | make accept failures not globally fatal. | Bob Beck |
2003-09-26 | free(NULL) allowed | Theo de Raadt |
2003-09-25 | - add .Bk/.Ek to SYNOPSIS | Jason McIntyre |
2003-09-24 | indent | Theo de Raadt |
2003-09-24 | crank max connections to 800 (really, there are poeple doing this) | Theo de Raadt |
2003-09-20 | knf | Theo de Raadt |
2003-09-18 | realloc spring cleaning, simplifies the code some | Anil Madhavapeddy |
2003-09-04 | forgot to put w in optstring in last commit. | Ted Unangst |
2003-09-03 | permit the window/receive buffer to be adjustable. default back to system | Ted Unangst |
2003-08-26 | re-add logging of matched blacklists lost in previous commit, ok deraadt@ | Daniel Hartmeier |
2003-08-24 | missing colon in syslog msg (cosmetic) | Daniel Hartmeier |
2003-08-23 | add -s to specify stuttering delay, set receive buffer size to 1 byte | Daniel Hartmeier |
2003-08-23 | fix printf format for time_t. notified by casha@e7.pl. henning ok | Jun-ichiro itojun Hagino |
2003-08-22 | pf spelling police | David Krause |
2003-07-29 | spaces | Theo de Raadt |
2003-07-06 | bring protos into scope | Theo de Raadt |
2003-07-02 | no default -Werror on these | Theo de Raadt |