summaryrefslogtreecommitdiffstats
path: root/usr.sbin/spamdb/spamdb.c (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-291-71/+117
* add -G to usage();jmc2017-10-121-2/+2
* Allow GREY entries to be removed by IP address. OK beck@millert2017-10-111-6/+25
* 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
* 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-211-5/+3
* 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
* 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
* 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-231-10/+24
* 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-091-2/+2
* make spamdb take multiple add/delete arguments, thus making itbeck2006-12-091-33/+29
* delintdhill2006-04-121-3/+4
* Add missing function declarationsdhill2006-03-151-3/+6
* 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-111-20/+82
* 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-251-5/+9
* Remove unused stuff; give error message if the db cannot be openened; setotto2004-04-191-46/+17
* 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-011-14/+16
* 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-261-0/+263