summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/compress_gzip.c
AgeCommit message (Expand)Author
2021-06-14add required headers for smtpd.h and remove unnecessary ones in other files.Eric Faurot
2021-05-26replaces calls to err(3)/errx(3) with fatal()/fatalx() from log.cEric Faurot
2021-01-23Remove unused variables found by clang. Additional unused var spotted by eric@.rob
2015-12-28remove spaces after '!'Joerg Jung
2015-12-14remove trailing whitespaceJoerg Jung
2015-01-20use <limits.h> comprehensively. For now try to push <> includes toTheo de Raadt
2013-05-24sync with OpenSMTPD 5.3.2Eric Faurot
2013-01-26Sync with our smtpd repo:Gilles Chehade
2012-10-11- char * -> unsigned char *Gilles Chehade
2012-09-16silent warningsCharles Longeau
2012-08-30increase fread()/fwrite() buffer from 8k to 16kCharles Longeau
2012-08-30switch compress_backend to use FILE * instead of file descriptors, likeCharles Longeau
2012-08-26- use the same compression algorithm, gzip, for message file and envelopesGilles Chehade