Age | Commit message (Expand) | Author |
2013-05-24 | sync with OpenSMTPD 5.3.2 | Eric Faurot |
2013-04-12 | replace MAX_LINE_SIZE and SMTP_LINE_MAX with SMTPD_MAXLINESIZE for | Eric Faurot |
2013-03-06 | as done in ospf{,6}d/relayd, sync yyerror in various other daemons with | Stuart Henderson |
2013-02-15 | add missing bits for lmtp support (from Ashish SHUKLA). | Eric Faurot |
2013-02-14 | - log smtpd version at startup | Gilles Chehade |
2013-02-14 | - smtpctl trace expand, enables tracing of aliases expansion | Gilles Chehade |
2013-02-10 | When getting the next batch of envelope to schedule, use an array to | Eric Faurot |
2013-02-05 | unbreak broken smtpctl table update | Gilles Chehade |
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-28 | use a stripped-down mta_envelope structure in the mta process. | Eric Faurot |
2013-01-28 | - introduce 'smtpctl trace lookup' to trace lookup process | Gilles Chehade |
2013-01-26 | Sync with our smtpd repo: | Gilles Chehade |
2012-11-23 | Replace the qwalk API (to retreive on disk envelopes at runtime) with | Eric Faurot |
2012-11-20 | Allow "smtpctl show queue" to run in "online" mode if the smtpd server | Eric Faurot |
2012-11-12 | Cleanups and improvements: | Eric Faurot |
2012-11-02 | Add a "kick counter" that gets incremented on each command, to detect | Eric Faurot |
2012-11-02 | Consistency and robustness improvements in mda: | Eric Faurot |
2012-11-02 | Make counters more informative in the scheduler: | Eric Faurot |
2012-10-28 | Limit the number of messages that can be enqueued on a single SMTP | Eric Faurot |
2012-10-16 | MAX_RULEBUFFER_LEN is too small, bump it. | Eric Faurot |
2012-10-14 | introduce map_file.c which will deprecate map_stdio.c | Gilles Chehade |
2012-10-12 | Extend the "retry" field to 16 bits. The new quadratic retry formula | Eric Faurot |
2012-10-11 | - map_create() takes a map_src not a map_kind | Gilles Chehade |
2012-10-11 | - replace "from all" and "for all" with "from any" and "for any" | Gilles Chehade |
2012-10-10 | F_BACKUP and ROUTE_BACKUP must be sync-ed for now, otherwise smtpd won't | Gilles Chehade |
2012-10-10 | teach smtpctl how to display envelopes and messages using their id. | Gilles Chehade |
2012-10-10 | For each alias node, mark if it has been expanded from an alias map or | Eric Faurot |
2012-10-09 | - allow a listen statement to impose tls on its clients; | Gilles Chehade |
2012-10-08 | disk space is cheap but we still want to limit the default size of a body | Gilles Chehade |
2012-10-07 | Implement a simple wait queue API. The idea is to allow multiple "waiters" | Eric Faurot |
2012-10-07 | convert iobuf_queue()'s to iobuf_fqueue(). (idea from gilles@) | Charles Longeau |
2012-10-03 | we reintroduced a bug that was fixed 2 years ago with the aliases rewrite: | Gilles Chehade |
2012-10-03 | disallow root deliveries for "deliver to filename" and "deliver to mda" | Gilles Chehade |
2012-09-30 | - add decision to the rule so that we can actually perform a reject match | Gilles Chehade |
2012-09-29 | some mfa_session cleanups. | Eric Faurot |
2012-09-29 | finally remove rule member from struct envelope. | Eric Faurot |
2012-09-29 | Remove support for "as user" for local deliveries. | Eric Faurot |
2012-09-28 | some smtpd.{c,h} cleanups: | Eric Faurot |
2012-09-28 | Move mda_session to mda.c, and make it use a tree instead of a list, | Eric Faurot |
2012-09-28 | smtpd.h/control.c cleanups: | Eric Faurot |
2012-09-27 | clarify the alias expansion code. | Eric Faurot |
2012-09-26 | Stop using the delivery_data union (field "to") in delivery_mda. | Eric Faurot |
2012-09-25 | make const arguments const, and static functions static. | Eric Faurot |
2012-09-21 | Do not pass the username to forwards_get() which does not have to care about | Eric Faurot |
2012-09-21 | wrap expandtree into a "struct expand". | Eric Faurot |
2012-09-21 | move struct lka_session definition in lka_session.c | Eric Faurot |
2012-09-21 | Add a log_envelope() function that log envelope status in a uniform way. | Eric Faurot |
2012-09-21 | Move ruleset_match() prototype to smtpd.h and make the envelope const. | Eric Faurot |
2012-09-20 | constify parameters that are supposed to be const. | Eric Faurot |