Age | Commit message (Expand) | Author |
2013-05-08 | fix previous; | Jason McIntyre |
2013-05-08 | To enable smtpd you should comment a crontab entry too | Giovanni Bechis |
2013-05-04 | Add crypto.c to provide smtpd with a way to encrypt envelopes and messages | Gilles Chehade |
2013-04-30 | remove params after API change. | Eric Faurot |
2013-04-17 | large time_t problems | Theo de Raadt |
2013-04-12 | replace MAX_LINE_SIZE and SMTP_LINE_MAX with SMTPD_MAXLINESIZE for | Eric Faurot |
2013-04-08 | division of time_t does not necessarily fit in an int | Gilles Chehade |
2013-04-02 | change log format to fix warning | Gilles Chehade |
2013-04-01 | '#' starts a comment, not a line continuation. | Tobias Stoeckmann |
2013-03-31 | ooops, forgot to lower the define after my very last test: it's 10% not 99% | Gilles Chehade |
2013-03-30 | have smtpd temporarily refuse new messages if file system holding the queue | Gilles Chehade |
2013-03-29 | Prevent race conditions in db file handling. | Tobias Stoeckmann |
2013-03-27 | fix build after asr update | Eric Faurot |
2013-03-26 | Include inttypes.h to get PRIx64; ok gilles@ | Todd C. Miller |
2013-03-11 | handle ECONNABORTED errors from accept(). In many code blocks they can be | Theo de Raadt |
2013-03-08 | Add missing $OpenBSD$ RCS tags | Charles Longeau |
2013-03-06 | as done in ospf{,6}d/relayd, sync yyerror in various other daemons with | Stuart Henderson |
2013-02-21 | Fix a potential crash when connecting to a misbehaving smtp server. | Eric Faurot |
2013-02-21 | do not send disconnect event to the mfa if connect event was not sent. | Eric Faurot |
2013-02-18 | missing comma in log message | Eric Faurot |
2013-02-17 | zap the surrounding whitespace and mark up for "="; | Jason McIntyre |
2013-02-17 | disable queue compression temporarily, we lack the smtpctl bits | Gilles Chehade |
2013-02-16 | only use local hostname in Received lines if listener has not overriden it, | Gilles Chehade |
2013-02-15 | add missing bits for lmtp support (from Ashish SHUKLA). | Eric Faurot |
2013-02-15 | terminate session instead of fatal() if getsockname() fails. | Eric Faurot |
2013-02-14 | grow MAX_LOCALPART_SIZE and MAX_DOMAINPART_SIZE by 1 (for the '\0') | Eric Faurot |
2013-02-14 | - document smtpctl trace expand | Gilles Chehade |
2013-02-14 | - log smtpd version at startup | Gilles Chehade |
2013-02-14 | - change => to = in documentation | Gilles Chehade |
2013-02-14 | - smtpctl trace expand, enables tracing of aliases expansion | Gilles Chehade |
2013-02-14 | simplify markup for the "table" keyword; ok gilles | Jason McIntyre |
2013-02-13 | - when declaring a static table for userinfo, do not make username part of | Gilles Chehade |
2013-02-10 | remove some unneeded Xo/Xc. | Jason McIntyre |
2013-02-10 | do not mark up punctuation; ok gilles | Jason McIntyre |
2013-02-10 | When getting the next batch of envelope to schedule, use an array to | Eric Faurot |
2013-02-08 | retain the MX address order as sent by the lka for MXs with the same | Eric Faurot |
2013-02-08 | the per-rule "expire" does not really fit in its current section, | Jason McIntyre |
2013-02-08 | order the syntax alphabetically; ok gilles | Jason McIntyre |
2013-02-06 | - for "listen on", use "keeps" to avoid bad formatting | Jason McIntyre |
2013-02-05 | add missing free in config parser | Gilles Chehade |
2013-02-05 | unbreak broken smtpctl table update | Gilles Chehade |
2013-02-05 | - handle getaddrinfo() error as LKA_TEMPFAIL | Gilles Chehade |
2013-02-05 | Spelling fixes: retreive -> retrieve. ok gilles | Nicholas Marriott |
2013-02-05 | commit documentation for "helo" in relay rules | Gilles Chehade |
2013-02-04 | fix authenticated relaying example | Gilles Chehade |
2013-01-31 | remove dead file | Eric Faurot |
2013-01-31 | assorted fixes spotted by Coverity. | Eric Faurot |
2013-01-31 | do not need to tweak the socket sndbuf, now that the envelopes are passed | Eric Faurot |
2013-01-31 | update mda to use a smaller struct mda_envelope internally. | Eric Faurot |
2013-01-31 | do not overwrite default manpages | Eric Faurot |