summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd
AgeCommit message (Expand)Author
2014-08-25Delete secret or secret-derived data with explicit_bzero.Doug Hogan
2014-08-11missing memset in table_api.c (currently only used by pluggable tables)Gilles Chehade
2014-07-28Last (known) msgbuf_write() vs EOF fix.Kenneth R Westerback
2014-07-20Make sure the correct errno is reported by warn* or err* and notPhilip Guenther
2014-07-11we wont ship this table in base anymoreGilles Chehade
2014-07-11a failed socket is -1. from Doug HoganTed Unangst
2014-07-10add additional includes required to build with -DOPENSSL_NO_DEPRECATEDJonathan Gray
2014-07-10make the control process broadcast verbose/profile admin requests directly,Eric Faurot
2014-07-10Improve the scheduler, better and simpler.Eric Faurot
2014-07-09add a "no-dsn" listener option to disable DSN extension.Eric Faurot
2014-07-09config parser improvements:Eric Faurot
2014-07-09various fixes in experimental ldap backend and add support for mailaddr service.Eric Faurot
2014-07-08update filter configuration parsing (not plugged yet)Eric Faurot
2014-07-08send correct imsg when enabling profiling at runtimeEric Faurot
2014-07-08partially revert bogus commitEric Faurot
2014-07-08get rid of mfa leftoversEric Faurot
2014-07-08various queue improvements:Eric Faurot
2014-07-08remove dead code. these imsgs are handled in pony.c.Eric Faurot
2014-07-08make the filter API move forward (still not plugged).Eric Faurot
2014-07-08zap trailing tabEric Faurot
2014-07-08Update the table API: lookup functions can take an optional parametersEric Faurot
2014-07-08make sure to clear the WAIT flag when cancelling the connector timeout.Eric Faurot
2014-07-08fatalx(errorstr) -> fatalx("%s", errorstr)Eric Faurot
2014-07-08Change fatal/fatalx to use a format string. Expand in a static bufferEric Faurot
2014-07-08no need to send a stat update message when {inc,dec}rementing by 0.Eric Faurot
2014-07-08fix typos.Igor Sobrado
2014-07-08improve indentation.Igor Sobrado
2014-07-07Allow to enable profiling at runtime and fix timings output.Eric Faurot
2014-07-04It makes much more sense to do the loop checking on incoming mails ratherEric Faurot
2014-07-04always attempt to use tls for relaying to the primary server whenEric Faurot
2014-07-01Fix snprintf() return value tests. ok gilles@Matthieu Herrb
2014-06-10we should really zero a buffer we strlcat to otherwise aliases resolutionGilles Chehade
2014-06-07Clint Pachl points out "authtable" is optional;Jason McIntyre
2014-06-06when relying on the local enqueuer, fix an issue with long To and Cc linesGilles Chehade
2014-05-28remove an errant semicolon.Daniel Dickman
2014-05-25use reallocarray.Marc Espie
2014-05-23use reallocarrayMarc Espie
2014-05-22when we reduced the number of iovec's we passed through an imsg, the iovecGilles Chehade
2014-05-20format string cleanup: change "%i" to "%d" and fix a few typosEric Faurot
2014-05-20Unify the SSL privsep key loading functions.Reyk Floeter
2014-05-20Deep down inside OpenSSL, err... LibreSSL, RSA_set_ex_data attempts toReyk Floeter
2014-05-20remove dead filesEric Faurot
2014-05-17add missing header needed by str* and mem* functionsCharles Longeau
2014-05-15use <> for tables;Jason McIntyre
2014-05-12fix a possible double free when tls is required but not advertised byEric Faurot
2014-05-10fix typo in function prototypeCharles Longeau
2014-05-10Fix SSL breakage that I accidentally introduced with my previous commit.Reyk Floeter
2014-05-09stop casting sizeof to intTed Unangst
2014-05-06Fix two memory leaks: EVP_PKEY_get1_RSA() returns a referenced keyReyk Floeter
2014-05-04Create a new default RSA engine instead of patching the existing oneReyk Floeter