Age | Commit message (Expand) | Author |
2013-01-26 | Sync with our smtpd repo: | Gilles Chehade |
2012-11-23 | knf | Eric Faurot |
2012-11-12 | Cleanups and improvements: | Eric Faurot |
2012-10-25 | send the semantically correct msg when RCPT fails, even if the exact value | Eric Faurot |
2012-09-29 | some mfa_session cleanups. | Eric Faurot |
2012-09-27 | simplify calloc() + strlcpy()/memcpy() dance with xmemdup() | Charles Longeau |
2012-09-19 | Set envelope expirancy in lka before sending the envelope to mfa. | Eric Faurot |
2012-09-16 | Factorize log_imsg() in imsg_dispatch() instead of in each imsg_callback()'s | Charles Longeau |
2012-01-18 | Add new filters callbacks for: | Charles Longeau |
2011-11-14 | when receiving an unexpected imsg, print its name. | Charles Longeau |
2011-11-10 | Use STDIN_FILENO instead of magic constant 0 | Charles Longeau |
2011-10-23 | fsqueue no longer stores envelopes by dumping the structure, instead use a | Gilles Chehade |
2011-10-09 | show messages sent between processes in debug mode | Eric Faurot |
2011-09-27 | check closefrom() return value | Charles Longeau |
2011-08-31 | add support for per-line DATA callbacks, this allows filters to take their | Gilles Chehade |
2011-08-27 | initial support for a session-time filtering API | Gilles Chehade |
2011-05-16 | murder struct path and make sure smtpd uses simpler structures that do not | Gilles Chehade |
2011-05-01 | the smtpd env is meant to be global, so do not pass it all around. | Eric Faurot |
2011-04-17 | cleanups, cosmethic changes, functions that should be static are now static | Gilles Chehade |
2011-04-17 | a structure describing an envelope should be called struct envelope, not | Gilles Chehade |
2011-04-15 | kill message_id and message_uid | Gilles Chehade |
2010-11-28 | remove all unused headers | Gilles Chehade |
2010-11-28 | a bit of .h cleanups, no functionnal change | Gilles Chehade |
2010-10-29 | smtpd no longer knows a map called "secrets" which holds credentials for | Gilles Chehade |
2010-10-28 | teach smtpd how to handle per-rule delays for message expiry, this allows | Gilles Chehade |
2010-10-09 | backout the "new" queue code commited 4 months ago. it has many good ideas, | Gilles Chehade |
2010-06-02 | check event_dispatch() return value | Charles Longeau |
2010-06-01 | new queue, again; gcc2 compile tested by deraadt | Jacek Masiulaniec |
2010-06-01 | New queue doesn't compile on gcc2, back out. Spotted by deraadt@ | Jacek Masiulaniec |
2010-05-31 | Rewrite entire queue code. | Jacek Masiulaniec |
2010-04-21 | Remove unusable ifdef DEBUG code. | Jacek Masiulaniec |
2010-04-20 | Kill *2400* lines of code by abstracting common bits of the imsg handlers. | Jacek Masiulaniec |
2010-01-03 | Implement "log verbose" and "log brief" to enable or disable verbose debug | Charles Longeau |
2009-10-18 | fix a bug that was introduced by my changes in ruleset matching and which | Gilles Chehade |
2009-10-12 | - fix a null deref which could happen after a couple iterations of the | Gilles Chehade |
2009-10-07 | now that mfa no longer does ruleset matching, parent no longer needs to | Gilles Chehade |
2009-10-07 | currently both mfa and lka perform ruleset matching for their own purposes. | Gilles Chehade |
2009-10-07 | since the bounce code rewrite, we no longer need to perform ruleset match | Gilles Chehade |
2009-09-03 | imsg_get sets errno so use fatal instead of fatalx. | Jacek Masiulaniec |
2009-06-06 | Sync with relayd: | Pierre-Yves Ritschard |
2009-06-05 | make smtpd's imsg lib ready, just like relayd and ospfd. | Pierre-Yves Ritschard |
2009-06-01 | yet another cleanup in mfa/lka, don't roll their own loops to release maps | Gilles Chehade |
2009-06-01 | add new file ruleset.c with code related to the ruleset matching, and kill | Gilles Chehade |
2009-06-01 | Fix EV_READ/EV_WRITE testing inside IMSG handlers. Based on similar change | Jacek Masiulaniec |
2009-05-24 | Parent process forks 3 types of processes, track them all in a single tree | Jacek Masiulaniec |
2009-05-21 | fix sockaddr_storage lenght check in mfa_check_source() | Gilles Chehade |
2009-05-20 | previous commit to add reload support was missing some code, this diffs | Gilles Chehade |
2009-05-20 | replace a TAILQ_FOREACH loop with a TAILQ_FIRST loop when releasing entries | Gilles Chehade |
2009-05-20 | first step towards configuration reload in smtpd, smtpctl reload will parse | Gilles Chehade |
2009-05-19 | Verify the amount of IMSG payload is exactly as expected; ok gilles@ | Jacek Masiulaniec |