Age | Commit message (Expand) | Author |
2012-11-23 | knf | Eric Faurot |
2012-11-12 | Cleanups and improvements: | Eric Faurot |
2012-10-10 | teach smtpctl how to display envelopes and messages using their id. | Gilles Chehade |
2012-10-07 | convert iobuf_queue()'s to iobuf_fqueue(). (idea from gilles@) | Charles Longeau |
2012-10-04 | change to from=<...>, to=<...> instead of to=<...> for logging | Todd T. Fries |
2012-09-26 | Stop using the delivery_data union (field "to") in delivery_mda. | Eric Faurot |
2012-09-26 | log final user and method used for local deliveries. | Eric Faurot |
2012-09-25 | need inttypes.h | 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 |
2012-09-18 | - add xmemdup() helper. | Eric Faurot |
2012-09-16 | replace BSD-licensed mkdir_p() with ISC-licensed mkdirs(), this allows us | Gilles Chehade |
2012-09-15 | When enqueueing from the local socket, the input address is faked as "::1". | Eric Faurot |
2012-08-27 | don't call ckdir() on each mktmpfile() call. | Charles Longeau |
2012-08-26 | - define ZLIB_BUFFER_SIZE instead of hardcoding 8192 | Gilles Chehade |
2012-08-25 | Add compress_backend, allowing compression of messages and envelopes in the q... | Charles Longeau |
2012-08-25 | - add myself to the copyright in control.c, i've done quite a few changes | Gilles Chehade |
2012-08-19 | coding style: replace all occurences of u_int* with uint* | Charles Longeau |
2012-08-11 | make sure generated id is never 0. | Eric Faurot |
2012-08-08 | Improve the scheduler backend API. | Eric Faurot |
2012-08-07 | Implement a set of tree_* functions for storing arbitrary pointers in splay | Eric Faurot |
2012-07-29 | - introduce xlowercase() and allow lowercase() to fail gracefully | Gilles Chehade |
2012-07-12 | add support for maildir tagging/folders. | Charles Longeau |
2012-07-11 | enable back = char in address localpart, that is sometimes used by mailing li... | Charles Longeau |
2012-07-11 | Don't respect RFC 5322, that allows some crazy characters in email | Charles Longeau |
2012-07-10 | accept address literal for the recipient domain. | Charles Longeau |
2012-07-08 | - plug text_to_relayhost() in parse.y to support relay URLs. | Gilles Chehade |
2012-07-02 | Sleeping here is definitely not what we want to do. Use a cycling | Eric Faurot |
2012-05-29 | - introduce text_to_relayhost() which converts an url into a relayhost. | Gilles Chehade |
2012-05-23 | - introduce temp_inet_net_pton_ipv6() temporarily until we have AF_INET6 | Gilles Chehade |
2012-05-13 | - cleanup parse.y by removing lots of code that should not have been there, | Gilles Chehade |
2012-01-28 | remove even more annoying debug logs | Gilles Chehade |
2012-01-12 | remove envelope_get_errormsg() and move envelope_set_errormsg() | Eric Faurot |
2012-01-11 | Simplify runner/queue by getting rid of Q_PURGE. Instead, let smtpd | Eric Faurot |
2011-12-18 | remove unused header | Charles Longeau |
2011-12-18 | - use envelope_set_errormsg() where possible. | Eric Faurot |
2011-12-11 | utility function for parsing and validating SMTP response lines | Eric Faurot |
2011-11-16 | remove unused functions | Eric Faurot |
2011-11-14 | The spool and offline directories are backend-independent, so they | Eric Faurot |
2011-10-27 | Use PRI{x,d}64 in format strings instead of %llx, %lld or %qd to print {u_,}i... | Charles Longeau |
2011-10-23 | fsqueue no longer stores envelopes by dumping the structure, instead use a | Gilles Chehade |
2011-05-17 | introduce new user_backend API for smtpd to lookup the users it wants to | Gilles Chehade |
2011-05-16 | murder struct path and make sure smtpd uses simpler structures that do not | Gilles Chehade |
2011-05-14 | int * -> socklen_t * in getsockopt() call | Gilles Chehade |
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 | valid_message_id() and valid_message_uid() are no longer needed | Gilles Chehade |
2011-04-15 | kill message_id and message_uid | Gilles Chehade |
2011-03-29 | remove unused code now that reverse lookups are done through asr. | Eric Faurot |