summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/bounce.c
AgeCommit message (Expand)Author
2016-11-30make struct io opaque:Eric Faurot
2016-11-22Normalize the io input buffer internally when reinstalling the io event, soEric Faurot
2016-11-21replace calls to iobuf_*() functions with the corresponding io_*() wrappers.Eric Faurot
2016-11-20add dedicated functions to set fd and callback on a struct io.Eric Faurot
2016-11-16pass the user pointer as parameter to the io callback instead of havingEric Faurot
2016-02-03Use "esc_class" to classify bounce type instead of "errorline" asSunil Nimmagadda
2015-12-24more e-mail -> emailmmcc
2015-12-14Fix bad indents and whitespaces.Sunil Nimmagadda
2015-12-14remove trailing whitespaceJoerg Jung
2015-11-23Restructure bounce content as a multi-part MIME message.Sunil Nimmagadda
2015-10-07Use getline(3) rather than fgetln(3). OK gilles@Todd C. Miller
2015-01-20use <limits.h> comprehensively. For now try to push <> includes toTheo de Raadt
2014-05-28remove an errant semicolon.Daniel Dickman
2014-04-19(void) cast snprintf() calls that cannot truncateGilles Chehade
2014-04-04Merge the mda, mta and smtp processes into a single unprivilegedEric Faurot
2014-02-04Add support for DSN and Enhanced Status CodeEric Faurot
2014-02-04internal improvements and cleanupsEric Faurot
2013-12-03warn when failing to enqueue an internal bounce.Eric Faurot
2013-11-06Much much improved config parser and related changes.Eric Faurot
2013-10-26%i -> %d in format stringsEric Faurot
2013-07-19scheduler improvements:Eric Faurot
2013-05-24sync with OpenSMTPD 5.3.2Eric Faurot
2013-04-12replace MAX_LINE_SIZE and SMTP_LINE_MAX with SMTPD_MAXLINESIZE forEric Faurot
2013-01-26Sync with our smtpd repo:Gilles Chehade
2012-11-23knfEric Faurot
2012-11-12Cleanups and improvements:Eric Faurot
2012-10-07convert iobuf_queue()'s to iobuf_fqueue(). (idea from gilles@)Charles Longeau
2012-10-03don't try to cope with iobuf_init() failure, make it fatal() instead.Charles Longeau
2012-10-02check iobuf_init() return value.Charles Longeau
2012-09-26fix memory leak in case of fdopen() failureCharles Longeau
2012-08-18Limit the number of bounce sessions running at the same time. WhenEric Faurot
2012-08-09Allow failure reports for different recipients of the same messageEric Faurot
2012-08-09remove unused function and prototypesEric Faurot
2012-08-09Improve the message flows to completely isolate operations on theEric Faurot
2012-08-08Improve the scheduler backend API.Eric Faurot
2012-07-09- runner is the terminology we used back when we had runqueues, we noGilles Chehade
2012-06-20Finally get rid of the queue_kind enum in the queue API. Keep thatEric Faurot
2012-01-29Rewrite io code in smtp and mta using the iobuf/ioev interface to haveEric Faurot
2012-01-12The status field in the envelope is confusing. Its only purpose is toEric Faurot
2012-01-11Finally remove the queue_message_update() function which ended upEric Faurot
2011-12-27Instead of using a separate "bounce" queue, create the bounce envelopeEric Faurot
2011-12-14finally kill queue_shared.c and move what is left to bounce.cEric Faurot
2011-10-27Use PRI{x,d}64 in format strings instead of %llx, %lld or %qd to print {u_,}i...Charles Longeau
2011-10-23fsqueue no longer stores envelopes by dumping the structure, instead use aGilles Chehade
2011-09-01Introduce a small set of functions to manage stat counters in aEric Faurot
2011-05-16murder struct path and make sure smtpd uses simpler structures that do notGilles Chehade
2011-05-01the smtpd env is meant to be global, so do not pass it all around.Eric Faurot
2011-04-17a structure describing an envelope should be called struct envelope, notGilles Chehade
2011-04-15kill message_id and message_uidGilles Chehade
2011-04-14fsqueue now provides fsqueue_message_fd_r() and fsqueue_message_fd_rw() toGilles Chehade