| Commit message (Expand) | Author | Age | Files | Lines |
* | Check for the dispatcher name in the envelope validation function. |  eric | 2020-04-22 | 1 | -1/+4 |
* | Delete unnecessary <libgen.h> #includes |  guenther | 2018-12-30 | 1 | -2/+1 |
* | remove 'where' parameter from all x*() functions in utils.c, it doesn't |  gilles | 2018-05-31 | 1 | -2/+2 |
* | kill corrupt / uncorrupt queue mechanism as it has never been usable and it |  gilles | 2018-05-14 | 1 | -48/+7 |
* | When deleting a message, remove associated envelopes from the cache, |  eric | 2016-02-04 | 1 | -1/+14 |
* | remove spaces after '!' |  jung | 2015-12-28 | 1 | -5/+5 |
* | remove trailing whitespace |  jung | 2015-12-14 | 1 | -3/+3 |
* | Implement smtpctl uncorrupt <msgid> |  sunil | 2015-11-05 | 1 | -1/+14 |
* | Do not terminate message walk on a corrupt envelope. |  sunil | 2015-11-05 | 1 | -2/+2 |
* | Implement smtpctl discover <evpid|msgid>. |  sunil | 2015-10-29 | 1 | -1/+50 |
* | turn our local enqueuer setgid _smtpq and restrict access to offline queue, |  gilles | 2015-10-09 | 1 | -2/+8 |
* | use <limits.h> comprehensively. For now try to push <> includes to |  deraadt | 2015-01-20 | 1 | -2/+2 |
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 1 | -4/+5 |
* | no need for arc4random_uniform() here, arc4random() does the job |  gilles | 2014-12-08 | 1 | -3/+3 |
* | various queue improvements: |  eric | 2014-07-08 | 1 | -12/+23 |
* | Allow to enable profiling at runtime and fix timings output. |  eric | 2014-07-07 | 1 | -4/+3 |
* | fix a use after free in an error path |  jsg | 2014-04-11 | 1 | -1/+5 |
* | print the correct user name if SMTPD_QUEUE_USER is missing |  halex | 2014-03-14 | 1 | -2/+2 |
* | When failing to find the required privsep user entry, it is not cool at |  deraadt | 2014-03-13 | 1 | -3/+1 |
* | %i -> %d in format strings |  eric | 2013-10-26 | 1 | -12/+12 |
* | Assorted queue improvements: |  eric | 2013-07-19 | 1 | -30/+248 |
* | Get rid of env->sc_pw and env->sc_pwqueue. Early queue initialization |  eric | 2013-07-19 | 1 | -3/+25 |
* | sync with OpenSMTPD 5.3.2 |  eric | 2013-05-24 | 1 | -22/+117 |
* | large time_t problems |  deraadt | 2013-04-17 | 1 | -3/+3 |
* | Sync with our smtpd repo: |  gilles | 2013-01-26 | 1 | -80/+111 |
* | Replace the qwalk API (to retreive on disk envelopes at runtime) with |  eric | 2012-11-23 | 1 | -23/+31 |
* | Cleanups and improvements: |  eric | 2012-11-12 | 1 | -2/+2 |
* | fix a FILE* leak when using compression. |  eric | 2012-10-09 | 1 | -11/+17 |
* | - remove crypto_backend |  gilles | 2012-09-01 | 1 | -55/+2 |
* | switch compress_backend to use FILE * instead of file descriptors, like |  chl | 2012-08-30 | 1 | -15/+19 |
* | fix uninitialized variable which can be reach in case of failure. |  chl | 2012-08-30 | 1 | -2/+2 |
* | Introduce the crypto_backend API and provide support for... encrypted queue |  gilles | 2012-08-29 | 1 | -24/+38 |
* | - remove unused variable |  gilles | 2012-08-26 | 1 | -3/+3 |
* | Add compress_backend, allowing compression of messages and envelopes in the queue. |  chl | 2012-08-25 | 1 | -5/+140 |
* | envelope_validate() don't take the evpid anymore. |  eric | 2012-08-24 | 1 | -2/+2 |
* | In envelope ascii dump/load: |  chl | 2012-08-24 | 1 | -6/+3 |
* | Don't pass struct envelope pointer in queue backend API, instead use envelope id and |  chl | 2012-08-24 | 1 | -6/+38 |
* | coding style: replace all occurences of u_int* with uint* |  chl | 2012-08-19 | 1 | -19/+19 |
* | backout the: |  chl | 2012-07-10 | 1 | -2/+3 |
* | first step of simplifying fsqueue: |  gilles | 2012-07-09 | 1 | -3/+2 |
* | remove enum queue_kind from queue_fsqueue.c. |  chl | 2012-07-08 | 1 | -2/+39 |
* | Lookup queue and scheduler backends by name, rather than enum. |  eric | 2012-07-02 | 1 | -9/+3 |
* | Finally get rid of the queue_kind enum in the queue API. Keep that |  eric | 2012-06-20 | 1 | -23/+23 |
* | add missing header needed by time() |  chl | 2012-06-08 | 1 | -1/+2 |
* | Do not store the envelope id within the envelope, only the message id. |  eric | 2012-06-03 | 1 | -9/+8 |
* | on envelope creation, setup and reset the relevant envelope fields in |  eric | 2012-06-01 | 1 | -2/+10 |
* | Add missing header needed by PRI format string |  chl | 2012-01-14 | 1 | -1/+2 |
* | queue_message_purge() and queue_message_delete() are actually the same |  eric | 2012-01-13 | 1 | -7/+1 |
* | On envelope creation, get the message id in a saner way than the |  eric | 2011-12-23 | 1 | -2/+1 |
* | fix/improve envelope_validate(): |  eric | 2011-12-19 | 1 | -21/+27 |