summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd
AgeCommit message (Expand)Author
2013-07-04somehow a return; was removedGilles Chehade
2013-06-26paragraph still mentions an interface name when the example below no longerGilles Chehade
2013-06-09oops! one more instance of previous...Jason McIntyre
2013-06-09the argument name for "source" is "source", not "table";Jason McIntyre
2013-06-04we are at 5.3.3 now.Eric Faurot
2013-06-04fix use-after-free in debug tracesEric Faurot
2013-06-03plug a couple of memleaksEric Faurot
2013-06-03call SSL_read() again if there is data pending in the SSL buffer.Eric Faurot
2013-06-03remove bogus id tagEric Faurot
2013-06-03lowercase the key when adding an entry to a static table, since theEric Faurot
2013-06-03remove dead makefileEric Faurot
2013-06-03No need to set backend var here, it's always set before to the same value.Vadim Zhukov
2013-05-27No need to build asr files anymore.Eric Faurot
2013-05-24tweak the "deliver to lmtp" text, and zap an extraneous space;Jason McIntyre
2013-05-24sync with OpenSMTPD 5.3.2Eric Faurot
2013-05-08fix previous;Jason McIntyre
2013-05-08To enable smtpd you should comment a crontab entry tooGiovanni Bechis
2013-05-04Add crypto.c to provide smtpd with a way to encrypt envelopes and messagesGilles Chehade
2013-04-30remove params after API change.Eric Faurot
2013-04-17large time_t problemsTheo de Raadt
2013-04-12replace MAX_LINE_SIZE and SMTP_LINE_MAX with SMTPD_MAXLINESIZE forEric Faurot
2013-04-08division of time_t does not necessarily fit in an intGilles Chehade
2013-04-02change log format to fix warningGilles Chehade
2013-04-01'#' starts a comment, not a line continuation.Tobias Stoeckmann
2013-03-31ooops, forgot to lower the define after my very last test: it's 10% not 99%Gilles Chehade
2013-03-30have smtpd temporarily refuse new messages if file system holding the queueGilles Chehade
2013-03-29Prevent race conditions in db file handling.Tobias Stoeckmann
2013-03-27fix build after asr updateEric Faurot
2013-03-26Include inttypes.h to get PRIx64; ok gilles@Todd C. Miller
2013-03-11handle ECONNABORTED errors from accept(). In many code blocks they can beTheo de Raadt
2013-03-08Add missing $OpenBSD$ RCS tagsCharles Longeau
2013-03-06as done in ospf{,6}d/relayd, sync yyerror in various other daemons withStuart Henderson
2013-02-21Fix a potential crash when connecting to a misbehaving smtp server.Eric Faurot
2013-02-21do not send disconnect event to the mfa if connect event was not sent.Eric Faurot
2013-02-18missing comma in log messageEric Faurot
2013-02-17zap the surrounding whitespace and mark up for "=";Jason McIntyre
2013-02-17disable queue compression temporarily, we lack the smtpctl bitsGilles Chehade
2013-02-16only use local hostname in Received lines if listener has not overriden it,Gilles Chehade
2013-02-15add missing bits for lmtp support (from Ashish SHUKLA).Eric Faurot
2013-02-15terminate session instead of fatal() if getsockname() fails.Eric Faurot
2013-02-14grow MAX_LOCALPART_SIZE and MAX_DOMAINPART_SIZE by 1 (for the '\0')Eric Faurot
2013-02-14- document smtpctl trace expandGilles Chehade
2013-02-14- log smtpd version at startupGilles Chehade
2013-02-14- change => to = in documentationGilles Chehade
2013-02-14- smtpctl trace expand, enables tracing of aliases expansionGilles Chehade
2013-02-14simplify markup for the "table" keyword; ok gillesJason McIntyre
2013-02-13- when declaring a static table for userinfo, do not make username part ofGilles Chehade
2013-02-10remove some unneeded Xo/Xc.Jason McIntyre
2013-02-10do not mark up punctuation; ok gillesJason McIntyre
2013-02-10When getting the next batch of envelope to schedule, use an array toEric Faurot