summaryrefslogtreecommitdiffstats
path: root/libexec/spamd/gdcopy.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* I am retiring my old email address; replace it with my OpenBSD one.millert2019-01-251-1/+1
|
* Delete a bunch of unnecessary #includesguenther2014-11-231-3/+0
| | | | | | Use <fcntl.h> instead of <sys/{file,fcntl}.h> ok krw@
* Remove the use of time_t in the greylist db file and use int64_t insteadmillert2013-08-211-0/+50
with backwards compatibility for records with 32-bit times. OK deraadt@ beck@