summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/envelope.c
AgeCommit message (Expand)Author
2012-09-02remove warningCharles Longeau
2012-08-24In envelope ascii dump/load:Charles Longeau
2012-08-21Allow smtpd to work as a backup MX, relaying only to MXs with higherEric Faurot
2012-08-19coding style: replace all occurences of u_int* with uint*Charles Longeau
2012-08-19Kill envelope_{dump,load}_file() and replace them with envelope_{dump,load}_b...Charles Longeau
2012-06-03Do not store the envelope id within the envelope, only the message id.Eric Faurot
2012-06-01move envelope dump/load functions to envelope.cEric Faurot
2012-01-15Add ascii_{load,dump}_time() to properly deal with time_t.Charles Longeau
2012-01-12remove envelope_get_errormsg() and move envelope_set_errormsg()Eric Faurot
2012-01-11fix flags writingEric Faurot
2012-01-11implement an envelope_ascii API that's not tied to a specific queue_backendGilles Chehade