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