Age | Commit message (Expand) | Author |
2012-01-13 | Stop using envelope->status to report delivery outcome to the | Eric Faurot |
2012-01-13 | kill delivery_backend_lookup() proto as it is already in smtpd.h | Charles Longeau |
2012-01-12 | we should never use ramqueue_first_envelope() as a mean to determine the | Gilles Chehade |
2012-01-12 | The status field in the envelope is confusing. Its only purpose is to | Eric Faurot |
2012-01-12 | the ramqueue filling at startup was busted, it would load envelopes one by | Gilles Chehade |
2012-01-12 | now that we no longer do a stateful iteration on schedule queue, we need | Gilles Chehade |
2012-01-12 | use mbox backend for mbox delivery. | Eric Faurot |
2012-01-12 | fgets(3) returns a pointer, so compare against NULL, not integer 0. | Antoine Jacoutot |
2012-01-12 | Remove dead code for config reloading for now. It is not functionnal | Eric Faurot |
2012-01-12 | Add a fsqueue_envelope_dump_atomic() function that writes an envelope | Eric Faurot |
2012-01-12 | remove envelope_get_errormsg() and move envelope_set_errormsg() | Eric Faurot |
2012-01-12 | alter line contents before writing it, rather than after... | Eric Faurot |
2012-01-12 | use absolute path as fts may chdir() during traversal. | Eric Faurot |
2012-01-12 | Mention the information source used for the ASN lookup. | Stuart Henderson |
2012-01-12 | Zap unused var in asn_lookup; from Michael W. Bombardieri | Stuart Henderson |
2012-01-11 | fix flags writing | Eric Faurot |
2012-01-11 | remove stateful iteration from ramqueue, if we ever need to reintroduce it | Gilles Chehade |
2012-01-11 | in ramqueue_schedule(), do not reorder ramqueue envelopes when forcing a | Gilles Chehade |
2012-01-11 | queue_fsqueue_ascii.c, you're not welcome anymore | Gilles Chehade |
2012-01-11 | implement an envelope_ascii API that's not tied to a specific queue_backend | Gilles Chehade |
2012-01-11 | remove bogus call | Eric Faurot |
2012-01-11 | Try to parse hostnames as IP addresses before resolving. This allows | Eric Faurot |
2012-01-11 | enable back CA support, just don't verify client ... | Gilles Chehade |
2012-01-11 | Simplify runner/queue by getting rid of Q_PURGE. Instead, let smtpd | Eric Faurot |
2012-01-11 | Finally remove the queue_message_update() function which ended up | Eric Faurot |
2012-01-11 | Improve error reporting. Most errors during hostname lookup are | Eric Faurot |
2012-01-11 | remove dead prototype | Eric Faurot |
2012-01-11 | fix typo | Eric Faurot |
2012-01-09 | Rename whatis.{db,index} back to mandoc.{db,index} | Ingo Schwarze |
2012-01-07 | sloppy Ingo, whatis.db + whatis.index | Marc Espie |
2012-01-06 | typo in log_peer_warnx message | Stuart Henderson |
2012-01-06 | mkdir needs -m to set the mode | Sebastian Reitenbach |
2012-01-05 | Enable the new apropos(1), whatis(1), and makewhatis(8). | Ingo Schwarze |
2012-01-05 | update to nginx-1.0.11 | Robert Nagy |
2011-12-31 | Remove the EXTENSIONS ifdef danse; it might have made sense in the past | Antoine Jacoutot |
2011-12-30 | Fix a warning. | Antoine Jacoutot |
2011-12-28 | Print PPP-Max-Payload headers (for RFC 4638 PPPoe), part of a larger diff | Stuart Henderson |
2011-12-28 | s/minum/minimum/ in comment | Stuart Henderson |
2011-12-28 | only add the rdomain for hostname lookups, when we have a hostname to lookup. | Peter Hessler |
2011-12-27 | Q_BOUNCE is not used anymore | Eric Faurot |
2011-12-27 | Instead of using a separate "bounce" queue, create the bounce envelope | Eric Faurot |
2011-12-27 | Follow adduser(8) behaviour (as well as what the pkg tools and our | Antoine Jacoutot |
2011-12-25 | Missing architecture on the .Dt line; found with mandocdb(8); ok jmc@. | Ingo Schwarze |
2011-12-24 | formatting errors, found using freebsd's "igor"; | Jason McIntyre |
2011-12-24 | -p requires an argument; from Stefan Pettersson | Jason McIntyre |
2011-12-23 | some spelling fixes, found using freebsd's "igor" document verifier; | Jason McIntyre |
2011-12-23 | On envelope creation, get the message id in a saner way than the | Eric Faurot |
2011-12-22 | Add fqueue_envelope_path() function to create path to envelopes. | Eric Faurot |
2011-12-21 | disable temporarily CA support, it prevents some remote hosts from | Charles Longeau |
2011-12-19 | fix/improve envelope_validate(): | Eric Faurot |