summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd
AgeCommit message (Expand)Author
2013-07-19Assorted queue improvements:Eric Faurot
2013-07-19Add a table_proc backend for delegating table lookups to anotherEric Faurot
2013-07-19Allow to specify an address family on a listenerEric Faurot
2013-07-19Move the filter infrastructure forward.Eric Faurot
2013-07-19assorted fixes:Eric Faurot
2013-07-19typoEric Faurot
2013-07-19typo in copyrightEric Faurot
2013-07-19scheduler improvements:Eric Faurot
2013-07-19need to create the incoming directoryEric Faurot
2013-07-19New implementation for smtpctl and the command line parser. AllowsEric Faurot
2013-07-19Improve and document the way the default server name is found.Eric Faurot
2013-07-19remove obsolete fileEric Faurot
2013-07-19typo in copyrightEric Faurot
2013-07-19document "error:" aliasesEric Faurot
2013-07-19Get rid of env->sc_pw and env->sc_pwqueue. Early queue initializationEric Faurot
2013-07-19unused variableEric Faurot
2013-07-19tls perfect forward secrecy with ecdheEric Faurot
2013-07-19Make sure to report all errorsEric Faurot
2013-07-19add '!' in email addresses supported charsetEric Faurot
2013-07-19Introduce expand string modifiersEric Faurot
2013-07-19Remove useless sc_pid from struct smtpd.Eric Faurot
2013-07-19get rid of sa_set_port() and its awfully contorted implementationEric Faurot
2013-07-12update after asr changes.Eric Faurot
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