summaryrefslogtreecommitdiffstats
path: root/usr.sbin/spamdb (follow)
Commit message (Expand)AuthorAgeFilesLines
* zap whitespacesmestre2018-07-261-2/+2
* reduce pledge(2) to the bare minimum:mestre2018-07-261-8/+3
* Allow keys to be specified on the command line in list mode, formillert2017-10-292-80/+127
* add -G to usage();jmc2017-10-121-2/+2
* Allow GREY entries to be removed by IP address. OK beck@millert2017-10-112-9/+36
* When action == 0 (spamdb(8) without arguments) it only reads the DB so it onlymestre2016-11-291-3/+8
* bottom end of spamdb is just "stdio rpath wpath"deraadt2015-11-111-1/+4
* missing .Pa macro below FILES;schwarze2014-06-221-3/+3
* more unsigned char casts for ctypederaadt2013-11-241-3/+3
* Include unistd.h as it is the standard location for getopt().millert2013-11-151-1/+2
* Remove the use of time_t in the greylist db file and use int64_t insteadmillert2013-08-212-7/+7
* do not use Sx for sections outwith the page;jmc2013-06-291-8/+4
* prepare for more time bits; ok millert@ deraadt@otto2013-04-221-10/+14
* while it's of little harm, it's also been 5.5 years (and 8 releases),okan2012-10-021-8/+3
* add a little vertical whitespace, for consistency; from robert peichaer orgjmc2012-06-041-2/+3
* If the -T or -t flag is given, the key must be an email address so checkmillert2008-05-171-1/+4
* fix PR 5475: 'empty spamtrap address makes corrupted database'; ok beck@cnst2007-05-311-4/+14
* convert to new .Dd format;jmc2007-05-311-2/+2
* document correctly WHITE format; ok beckjmc2007-04-041-2/+6
* minor tweak;jmc2007-03-061-3/+2
* open the db read-only if we're only looking. ok millert@ beck@otto2007-02-271-4/+5
* Error out if the -t or -T options are specified without -a or -d.millert2007-02-261-1/+3
* Make spamd include the HELO/EHLO identification string sent bybeck2007-02-232-12/+29
* greytrapping improvementsbeck2007-02-231-2/+2
* Using DB_BTREE for spamd is wrong, order is never requiredbeck2007-01-041-8/+14
* better synopsis/usage and a couple wee fixes;jmc2006-12-092-8/+10
* make spamdb take multiple add/delete arguments, thus making itbeck2006-12-092-59/+54
* delintdhill2006-04-121-3/+4
* Add missing function declarationsdhill2006-03-151-3/+6
* give an example email address - this is important as we need to showjmc2005-10-071-3/+6
* Remove -ansi as that means expose only C89 interfaces.millert2005-05-241-2/+2
* - improve option descriptionsjmc2005-05-161-4/+46
* remove useless sentence;jmc2005-03-121-2/+1
* freeaddrinfo() isn't needed on the error path from getaddrinfo().beck2005-03-111-2/+1
* fix usage to reflect new reality, ok jmc@beck2005-03-111-2/+2
* "Greytrapping" for spamd - allow for spamd greylisting to maintainbeck2005-03-112-32/+119
* getaddrinfo 4th arg has to be non-null. Gerard gerritsenitojun2004-04-271-3/+4
* bzero hint before use.itojun2004-04-261-1/+2
* use '|' as field separator, not ':' - for future IPv6 supportitojun2004-04-252-7/+11
* Remove unused stuff; give error message if the db cannot be openened; setotto2004-04-191-46/+17
* - typosjmc2004-03-131-10/+10
* fix leak, found by Patrick Latifi <pat@eyeo.org>beck2004-03-111-1/+3
* open O_RDONLY when listingbeck2004-03-111-2/+2
* Remove sync() calls that immediately precede databse close(). Sincemillert2004-03-111-5/+1
* paranoia and cleanup, document output formatbeck2004-03-012-16/+65
* fix CFLAGS -Idavid2004-02-271-2/+2
* don't double define PATH_SPAMD_DB - notice by pbbeck2004-02-261-2/+1
* paranoia; beck okderaadt2004-02-261-4/+7
* Add -g option for greylisting support for spamd. The greylisting techinquebeck2004-02-263-0/+333