Age | Commit message (Expand) | Author |
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 |
2012-09-19 | Remove DF_ENQUEUE flag. It is mostly unused and logically broken. | Eric Faurot |
2012-09-19 | remove IS_RELAY and IS_MAILBOX macros. | Eric Faurot |
2012-09-19 | Remove aliases_exists() and aliases_virtual_exists(). The corresponding | Eric Faurot |
2012-09-19 | start cleaning the expansion code: | Eric Faurot |
2012-09-18 | - add xmemdup() helper. | Eric Faurot |
2012-09-18 | simple lka cleanups: | Eric Faurot |
2012-09-18 | this structure is not useful and ill-named. remove it. | Eric Faurot |
2012-09-18 | remove C_NET. it's not used and there is no plan for it at the moment. | Eric Faurot |
2012-09-17 | Add map_create() and map_add() helpers. Simplify the config parser by a | Eric Faurot |
2012-09-16 | now that log_imsg() is only used in smtpd.c, set it as static. | Charles Longeau |
2012-09-16 | silent warnings | Charles Longeau |
2012-09-16 | replace BSD-licensed mkdir_p() with ISC-licensed mkdirs(), this allows us | Gilles Chehade |
2012-09-14 | Remove s_ssl from the smtp session since it is duplicated in the io struct. | Eric Faurot |
2012-09-11 | Rework the scheduler internals. Fix some scheduling loop issues and | Eric Faurot |
2012-09-01 | remove unused flag | Gilles Chehade |
2012-09-01 | - remove crypto_backend | Gilles Chehade |
2012-08-30 | change crypto_setup() prototype to use const char * instead of uint8_t * | Charles Longeau |
2012-08-30 | switch compress_backend to use FILE * instead of file descriptors, like | Charles Longeau |
2012-08-30 | - import latest aldap.[ch] and ber.[ch] from ypldap | Gilles Chehade |
2012-08-29 | Introduce the crypto_backend API and provide support for... encrypted queue | Gilles Chehade |
2012-08-28 | remove encrypt.c prototypes leftovers | 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-25 | - stop accepting clients if we hit our fd reserve limit (or if we fail) | Gilles Chehade |
2012-08-25 | - offline enqueue does not need to use the user_backend API, it relies on | Gilles Chehade |
2012-08-25 | - introduce TRACE_PROFILING | Gilles Chehade |
2012-08-25 | - introduce struct stat_value | Gilles Chehade |
2012-08-24 | In envelope ascii dump/load: | Charles Longeau |
2012-08-24 | Don't pass struct envelope pointer in queue backend API, instead use envelope... | Charles Longeau |
2012-08-24 | Remove the rq_host and rq_batch structures from the ramqueue scheduler. | Eric Faurot |
2012-08-21 | Allow smtpd to work as a backup MX, relaying only to MXs with higher | Eric Faurot |
2012-08-21 | Re-enable loop detection, but in mta and mda this time. | Eric Faurot |
2012-08-20 | MAX_LINE_SIZE is supposed to define the max length of a SMTP line ... | Gilles Chehade |
2012-08-19 | coding style: replace all occurences of u_int* with uint* | Charles Longeau |
2012-08-19 | Kill envelope_{dump,load}_file() and replace them with envelope_{dump,load}_b... | Charles Longeau |
2012-08-19 | fix an issue where too long lines were not spot properly. | Charles Longeau |