Age | Commit message (Expand) | Author |
2013-07-04 | somehow a return; was removed | Gilles Chehade |
2013-06-26 | paragraph still mentions an interface name when the example below no longer | Gilles Chehade |
2013-06-09 | oops! one more instance of previous... | Jason McIntyre |
2013-06-09 | the argument name for "source" is "source", not "table"; | Jason McIntyre |
2013-06-04 | we are at 5.3.3 now. | Eric Faurot |
2013-06-04 | fix use-after-free in debug traces | Eric Faurot |
2013-06-03 | plug a couple of memleaks | Eric Faurot |
2013-06-03 | call SSL_read() again if there is data pending in the SSL buffer. | Eric Faurot |
2013-06-03 | remove bogus id tag | Eric Faurot |
2013-06-03 | lowercase the key when adding an entry to a static table, since the | Eric Faurot |
2013-06-03 | remove dead makefile | Eric Faurot |
2013-06-03 | No need to set backend var here, it's always set before to the same value. | Vadim Zhukov |
2013-05-27 | No need to build asr files anymore. | Eric Faurot |
2013-05-24 | tweak the "deliver to lmtp" text, and zap an extraneous space; | Jason McIntyre |
2013-05-24 | sync with OpenSMTPD 5.3.2 | Eric Faurot |
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 |