Age | Commit message (Expand) | Author |
2014-06-22 | missing .Pa macro below FILES; | Ingo Schwarze |
2013-11-24 | more unsigned char casts for ctype | Theo de Raadt |
2013-11-15 | Include unistd.h as it is the standard location for getopt(). | Todd C. Miller |
2013-08-21 | Remove the use of time_t in the greylist db file and use int64_t instead | Todd C. Miller |
2013-06-29 | do not use Sx for sections outwith the page; | Jason McIntyre |
2013-04-22 | prepare for more time bits; ok millert@ deraadt@ | Otto Moerbeek |
2012-10-02 | while it's of little harm, it's also been 5.5 years (and 8 releases), | Okan Demirmen |
2012-06-04 | add a little vertical whitespace, for consistency; from robert peichaer org | Jason McIntyre |
2008-05-17 | If the -T or -t flag is given, the key must be an email address so check | Todd C. Miller |
2007-05-31 | fix PR 5475: 'empty spamtrap address makes corrupted database'; ok beck@ | Constantine A. Murenin |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-04-04 | document correctly WHITE format; ok beck | Jason McIntyre |
2007-03-06 | minor tweak; | Jason McIntyre |
2007-02-27 | open the db read-only if we're only looking. ok millert@ beck@ | Otto Moerbeek |
2007-02-26 | Error out if the -t or -T options are specified without -a or -d. | Todd C. Miller |
2007-02-23 | Make spamd include the HELO/EHLO identification string sent by | Bob Beck |
2007-02-23 | greytrapping improvements | Bob Beck |
2007-01-04 | Using DB_BTREE for spamd is wrong, order is never required | Bob Beck |
2006-12-09 | better synopsis/usage and a couple wee fixes; | Jason McIntyre |
2006-12-09 | make spamdb take multiple add/delete arguments, thus making it | Bob Beck |
2006-04-12 | delint | David Hill |
2006-03-15 | Add missing function declarations | David Hill |
2005-10-07 | give an example email address - this is important as we need to show | Jason McIntyre |
2005-05-24 | Remove -ansi as that means expose only C89 interfaces. | Todd C. Miller |
2005-05-16 | - improve option descriptions | Jason McIntyre |
2005-03-12 | remove useless sentence; | Jason McIntyre |
2005-03-11 | freeaddrinfo() isn't needed on the error path from getaddrinfo(). | Bob Beck |
2005-03-11 | fix usage to reflect new reality, ok jmc@ | Bob Beck |
2005-03-11 | "Greytrapping" for spamd - allow for spamd greylisting to maintain | Bob Beck |
2004-04-27 | getaddrinfo 4th arg has to be non-null. Gerard gerritsen | Jun-ichiro itojun Hagino |
2004-04-26 | bzero hint before use. | Jun-ichiro itojun Hagino |
2004-04-25 | use '|' as field separator, not ':' - for future IPv6 support | Jun-ichiro itojun Hagino |
2004-04-19 | Remove unused stuff; give error message if the db cannot be openened; set | Otto Moerbeek |
2004-03-13 | - typos | Jason McIntyre |
2004-03-11 | fix leak, found by Patrick Latifi <pat@eyeo.org> | Bob Beck |
2004-03-11 | open O_RDONLY when listing | Bob Beck |
2004-03-11 | Remove sync() calls that immediately precede databse close(). Since | Todd C. Miller |
2004-03-01 | paranoia and cleanup, document output format | Bob Beck |
2004-02-27 | fix CFLAGS -I | David Krause |
2004-02-26 | don't double define PATH_SPAMD_DB - notice by pb | Bob Beck |
2004-02-26 | paranoia; beck ok | Theo de Raadt |
2004-02-26 | Add -g option for greylisting support for spamd. The greylisting techinque | Bob Beck |