Age | Commit message (Expand) | Author |
2016-02-13 | handle enqueuer socket as a regular listener that can be configured with | Gilles Chehade |
2016-02-13 | remove some noop leftover code from an earlier cleanup | Gilles Chehade |
2016-02-13 | remove support for 'dbm' which is really 'recno' from our makemap, it can't | Gilles Chehade |
2016-02-12 | Cleanup getopt(3) mis-use in sendmail compat code. | Sunil Nimmagadda |
2016-02-10 | Change imsg_read() return value checking from an if..else block to | Todd C. Miller |
2016-02-10 | when creating a db map, we use a temporary file to work on and atomically | Gilles Chehade |
2016-02-09 | add PROC_QUEUE_MESSAGE_UNCORRUPT to smtpd-api.h, needed by privsep queues | Gilles Chehade |
2016-02-09 | r1.16 accidentally masked retries on EAGAIN introduced in r1.15. | Sunil Nimmagadda |
2016-02-09 | rename variable sun to s_un to ease portability | Gilles Chehade |
2016-02-05 | remove no longer relevant ifndef | Joerg Jung |
2016-02-05 | use SMTPD_NAME define | Joerg Jung |
2016-02-04 | fix memory leak | Eric Faurot |
2016-02-04 | Make code more readable by putting the message parsing logic in a single place. | Eric Faurot |
2016-02-04 | When deleting a message, remove associated envelopes from the cache, | Eric Faurot |
2016-02-03 | Add helpers function to talk to the queue. Make the code simpler. | Eric Faurot |
2016-02-03 | tell filters to rollback the current transaction if MAIL or EOM fails | Eric Faurot |
2016-02-03 | When a filter rejects a message content, report immediatly to the | Eric Faurot |
2016-02-03 | NULL initialize two file pointers to make it more obvious when reading that | Gilles Chehade |
2016-02-03 | Use "esc_class" to classify bounce type instead of "errorline" as | Sunil Nimmagadda |
2016-02-02 | in RSA privsep engine, do not provide methods for rsa_sign / rsa_verify, | Gilles Chehade |
2016-02-02 | Remove setproctitle() for the parent process. Because rc.d(8) uses process | Stuart Henderson |
2016-02-02 | Check imsg data size before use. | Sunil Nimmagadda |
2016-01-29 | remove unused field | Eric Faurot |
2016-01-29 | Simplify code: hasrun is confusing and useless. There is no way | Eric Faurot |
2016-01-29 | Remove the query queueing mechanism. It's useless since pipelining is | Eric Faurot |
2016-01-28 | Simplify the query-chain code now that events are sent through a dedicated loop. | Eric Faurot |
2016-01-27 | Check imsg data length before use. | Sunil Nimmagadda |
2016-01-27 | send events to filters in a simple loop, rather than using the | Eric Faurot |
2016-01-22 | in lka process, revoke proc/exec pledges after privsep-ed table backends | Gilles Chehade |
2016-01-22 | add a log_warn() so that when smtpd fails to start due to a problem reading | Gilles Chehade |
2016-01-21 | another round of tiny wording tweaks and unifications | Joerg Jung |
2016-01-19 | minor tweaks: remove comma, remove superflous plural s, add the word "file" | Joerg Jung |
2016-01-18 | minor tweaks: add single quote to @ char, add .Ic markup to forward-only, | Joerg Jung |
2016-01-18 | Load pki keys before daemon(3). Keys with passphrase require access | Sunil Nimmagadda |
2016-01-18 | remove leftovers of (gone) curve option | Joerg Jung |
2016-01-18 | unify and add some more smtpd(8) references | Joerg Jung |
2016-01-14 | Check whether a string from imsg is empty by dereferencing the char* | mmcc |
2016-01-12 | Let smtpd start on machines without a FQDN as hostname. | Sunil Nimmagadda |
2016-01-11 | remove filter api man page, this needs rework | Joerg Jung |
2016-01-09 | do not install filter_api.3 until the names are changed, to avoid namespace | Joerg Jung |
2016-01-08 | adjust a debug message to use decimal instead of hex | Joerg Jung |
2016-01-08 | Zap extraneous SYNOPSIS sections. | Vadim Zhukov |
2016-01-08 | Add missing space in "Delivered-to:%s\n" header. | Christopher Zimmermann |
2016-01-04 | add proc and exec to pledge in lka, required to run external add-ons outside of | Joerg Jung |
2016-01-04 | switch to /usr/local/libexec when looking for -extras and drop loop iterating | Joerg Jung |
2016-01-03 | fix wording which becomes confusing now that filters is a real thing | Gilles Chehade |
2016-01-01 | add grp.h for setgroups, not necessarily required on OpenBSD but reduces diff | Joerg Jung |
2015-12-30 | SSL_CTX_free() and SSL_free() check for null so dont do it in smtpd | Sebastian Benoit |
2015-12-30 | d_namlen is not portable, there is no reason to keep a delta with -portable and | Joerg Jung |
2015-12-29 | Change send_line() return value to be 1/0 like get_responses() and | Todd C. Miller |