| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | simplify |  eric | 2011-12-16 | 1 | -9/+5 |
| * | make queue_fsqueue backend consistent with the backend scheme. |  eric | 2011-12-14 | 1 | -25/+9 |
| * | Qwalk, our API to linearly walk over the persistent queue, did not take the |  gilles | 2011-11-15 | 1 | -2/+61 |
| * | introduce Q_CORRUPT and queue_backend operation to move a message from |  gilles | 2011-10-23 | 1 | -1/+7 |