| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-08-06 | By now we are already confident that pledge(2) "just works(tm)" and that it can |  mestre | 1 | -10/+1 |
| 2018-10-22 | More "explicitely" -> "explicitly" in various comments. |  krw | 1 | -2/+2 |
| 2018-04-26 | nuke trailing whitespace |  beck | 1 | -3/+3 |
| 2017-10-18 | Make blacklist entries override the whitelist. When running spamd |  millert | 1 | -2/+56 |
| 2017-10-12 | Check for asprintf() returning -1 instead of assuming that the |  millert | 1 | -2/+3 |
| 2017-04-06 | fix missing \ on \n, spotted by Edgar Pettijohn |  beck | 1 | -2/+2 |
| 2017-01-23 | check EAGAIN in the correct place, |  beck | 1 | -3/+3 |
| 2017-01-23 | Switch spamd to nonblocking descriptors so we can count on getting a |  beck | 1 | -2/+9 |
| 2017-01-17 | - spamd(8)'s -l accepts an IP address as argument to bind(2) and it calls |  mestre | 1 | -11/+17 |
| 2016-11-30 | Check return value of tls_config_set_protocols(3) and bail out in case of |  mestre | 1 | -2/+3 |
| 2016-11-08 | Remove redundant & when clearing hostname variable, as per otto@'s request |  mestre | 1 | -2/+2 |
| 2016-11-07 | Replace bzero(3) with memset(3) |  mestre | 1 | -2/+2 |
| 2016-09-06 | must close our fd unconditionally and not just in the !TLS case; tls_close |  henning | 1 | -3/+3 |
| 2016-07-13 | Adjust existing tls_config_set_cipher() callers for TLS cipher group |  jsing | 1 | -2/+2 |
| 2016-05-17 | tyop |  jca | 1 | -2/+2 |
| 2016-04-27 | Remove pledge(2)'s that are called before chroot(2) since in the near future |  mestre | 1 | -4/+1 |
| 2016-04-10 | per rfc, ehlo responses contain hostname, then options. from dyn+bsd |  tedu | 1 | -2/+4 |
| 2016-03-25 | - Both checks for pw are not needed since it was already done at the start of |  mestre | 1 | -7/+5 |
| 2016-03-10 | - add a define for "_spamd" user like others OpenBSD daemons; |  gsoares | 1 | -5/+14 |
| 2015-12-12 | Remove NULL-checks before free(). ok tb@ |  mmcc | 1 | -5/+3 |
| 2015-12-10 | tighten the pledge for spamd, from Ricardo Mestre <serial@helheim.mooo.com> |  beck | 1 | -27/+36 |
| 2015-12-08 | Initially pledge spamd |  beck | 1 | -12/+24 |
| 2015-12-05 | adjust to newer tls_read/_write semantics. |  henning | 1 | -21/+53 |
| 2015-12-02 | in response to EHLO, don't offer STARTTLS if we already completed the |  henning | 1 | -2/+3 |
| 2015-12-02 | I misread the standard when adding TLS; clients are supposed to start over |  henning | 1 | -2/+2 |
| 2015-12-02 | fix error messages to say tls_write after tls_write and not tls_read... |  henning | 1 | -3/+4 |
| 2015-09-10 | read, tls_read, and tls_write return ssize_t |  beck | 1 | -3/+3 |
| 2015-09-10 | fix after libtls api changes |  beck | 1 | -12/+17 |
| 2015-05-18 | Change spamd to use divert-to instead of rdr-to. |  reyk | 1 | -12/+5 |
| 2015-04-18 | Convert many atoi() calls to strtonum(), adding range checks and failure |  deraadt | 1 | -18/+15 |
| 2015-03-12 | Use poll(2) instead of select(2). A pointer to the struct pollfd |  millert | 1 | -97/+103 |
| 2015-02-22 | Set the TLS ciphers to "compat" mode, restoring the previous behaviour. |  jsing | 1 | -2/+5 |
| 2015-02-12 | Change TLS_PROTOCOLS_DEFAULT to be TLSv1.2 only. Add a TLS_PROTOCOLS_ALL |  jsing | 1 | -1/+3 |
| 2015-02-07 | add STARTTLS support, using the shiny libtls. |  henning | 1 | -12/+122 |
| 2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 1 | -8/+12 |
| 2015-01-13 | Move debug printf for duplicate af to correct location. |  millert | 1 | -7/+9 |
| 2015-01-13 | Remove bogus getopt.h include. |  millert | 1 | -2/+1 |
| 2015-01-13 | Use address-family specific lists of addr/mask entries instead of |  millert | 1 | -25/+86 |
| 2014-12-30 | Use a 1MB realloc() increment instead of an 8KB one for the config |  millert | 1 | -24/+12 |
| 2014-12-29 | Minor cleanup: |  millert | 1 | -26/+10 |
| 2014-11-23 | Delete a bunch of unnecessary #includes |  guenther | 1 | -3/+2 |
| 2014-10-09 | obvious reallocarray() conversions |  deraadt | 1 | -2/+2 |
| 2014-03-26 | strdup() returns NULL if out of memory, we should check it. |  gsoares | 1 | -1/+3 |
| 2013-11-19 | repair format strings for time_t, and some missing protos |  deraadt | 1 | -7/+15 |
| 2012-06-19 | use warn() instead of perror(), like the rest of the code does |  deraadt | 1 | -7/+7 |
| 2012-04-19 | rate-limit accept(); small tweaks and such along the way from gilles, |  deraadt | 1 | -33/+72 |
| 2012-04-18 | merge some whitespace changes before bigger changes |  deraadt | 1 | -4/+7 |
| 2012-04-13 | Don't assume that the new conffd is a unset in the fd_set, it could be a |  deraadt | 1 | -3/+2 |
| 2010-01-14 | drop connections to confused clients who do repeated command failures - |  beck | 1 | -2/+10 |
| 2010-01-11 | KNF |  beck | 1 | -8/+8 |