aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | - fix a bug spotted by our monkeysGilles Chehade2012-11-291-0/+1
| | |_|_|/ | |/| | |
* | | | | fix merge master conflictsCharles Longeau2012-11-2845-1758/+2578
|\| | | |
| * | | | documentGilles Chehade2012-11-281-0/+20
| * | | | simplify futher by getting rid of DEST_ANY, a destination is eitherGilles Chehade2012-11-284-60/+78
| * | | | various configurations to test for parse.y regressionsGilles Chehade2012-11-2814-0/+118
| * | | | remove useless leftoverGilles Chehade2012-11-281-3/+0
| * | | | document tagsGilles Chehade2012-11-281-0/+11
| * | | | simplify furtherGilles Chehade2012-11-282-36/+31
| * | | | - goto matchedGilles Chehade2012-11-281-6/+7
| * | | | - TRACE_RULES allows tracing of matched rulesGilles Chehade2012-11-283-2/+5
| * | | | - fix unused variable warning + missing deref in rule_to_textGilles Chehade2012-11-282-16/+5
| * | | | - remove a log_debug()Gilles Chehade2012-11-281-1/+0
| * | | | - add relayhost_to_text()Gilles Chehade2012-11-282-10/+96
| * | | | - kill struct condGilles Chehade2012-11-288-93/+112
| * | | | - make use of the virtual table as a match list when relayingGilles Chehade2012-11-284-66/+78
| | |_|/ | |/| |
| * | | remove children from struct smtpdGilles Chehade2012-11-281-3/+0
| * | | - remove lka_sessions from struct smtpdGilles Chehade2012-11-283-5/+3
| * | | isolate mfa_sessions tree to mfa_session.c it's not to be usedGilles Chehade2012-11-283-7/+7
| * | | Merge branch 'master' into issue126-parse_y_cleanupGilles Chehade2012-11-281-1/+2
| |\ \ \ | | | |/ | | |/|
| | * | do not copy errorline if we didn't hit an error, otherwise it mayGilles Chehade2012-11-281-1/+2
| * | | Merge branch 'master' into issue126-parse_y_cleanupGilles Chehade2012-11-281-2/+12
| |\| |
| | * | Let smtp request the data fd from queue after mfa returns from the DATA hook.Eric Faurot2012-11-281-2/+12
| | |/
| * | do the gethostname() earlier and the <localnames> creation near theGilles Chehade2012-11-271-21/+22
| * | - avoid creating a static table each times FOR LOCAL is usedGilles Chehade2012-11-271-14/+15
| * | woopsGilles Chehade2012-11-271-1/+1
| * | Merge branch 'master' into issue126-parse_y_cleanupGilles Chehade2012-11-271-1/+0
| |\|
| | * forgot to remove PROC_QUEUE from mfa peer listEric Faurot2012-11-271-1/+0
| * | Merge branch 'master' into issue126-parse_y_cleanupGilles Chehade2012-11-2715-416/+713
| |\|
| | * Merge branch 'master' into mta-reworkEric Faurot2012-11-2724-976/+1275
| | |\
| | | * Merge branch 'master' of ssh.poolp.org:/git/opensmtpdEric Faurot2012-11-272-2/+11
| | | |\
| | | * | tweak for upcoming smtp updateEric Faurot2012-11-272-30/+16
| | * | | Merge branch 'master' into mta-reworkEric Faurot2012-11-2310-204/+144
| | |\ \ \
| | * \ \ \ Merge branch 'master' into mta-reworkEric Faurot2012-11-239-55/+83
| | |\ \ \ \
| | * | | | | No need to log errors in ioev.c. It is handled by the calling code.Eric Faurot2012-11-211-6/+1
| | * | | | | Improve IO error reporting, especially in the SSL case.Eric Faurot2012-11-209-19/+79
| | * | | | | tweak the log messages for consistency.Eric Faurot2012-11-202-20/+22
| | * | | | | knf + formatingEric Faurot2012-11-193-15/+18
| | * | | | | Merge branch 'master' into mta-reworkEric Faurot2012-11-1913-69/+87
| | |\ \ \ \ \
| | * | | | | | properly decrement mx connection counter when closing the session.Eric Faurot2012-11-191-2/+5
| | * | | | | | Merge branch 'master' into eric-mtaEric Faurot2012-11-1910-127/+167
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'master' into eric-mtaEric Faurot2012-11-198-95/+82
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'master' into eric-mtaEric Faurot2012-11-191-0/+2
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Simplify and improve the handling of failures on MXs.Eric Faurot2012-11-194-109/+109
| | * | | | | | | | | Merge branch 'master' into eric-mtaEric Faurot2012-11-195-54/+6
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge branch 'master' into eric-mtaEric Faurot2012-11-163-2/+54
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Do not return MXs with higher preference as long as some are stillEric Faurot2012-11-162-3/+26
| | * | | | | | | | | | | Merge branch 'master' into eric-mtaEric Faurot2012-11-162-122/+0
| | |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into eric-mtaEric Faurot2012-11-1610-221/+581
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Improve log handling on for smtp-outEric Faurot2012-11-164-24/+46
| | * | | | | | | | | | | | | Change mta_route_error()/mta_route_ok() to take the MX if any.Eric Faurot2012-11-163-19/+23