aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into portableopensmtpd-201212031111p1Gilles Chehade2012-12-031-0/+1
|\
| * after authentication, get back to proper stateopensmtpd-201212031106Gilles Chehade2012-12-031-0/+1
* | Merge branch 'master' into portableCharles Longeau2012-11-301-4/+1
|\|
| * fix warnings:Charles Longeau2012-11-301-4/+1
* | fix merge master conflictsCharles Longeau2012-11-3029-1601/+1825
|\|
| * implement "starttls" in smtpscriptEric Faurot2012-11-308-24/+271
| * reject STARTTLS if not enabledEric Faurot2012-11-301-0/+5
| * add description of what we testEric Faurot2012-11-302-13/+29
| * Reject options on RCPT TOEric Faurot2012-11-301-2/+10
| * for -> whileEric Faurot2012-11-301-1/+2
| * add NAME keywordEric Faurot2012-11-301-0/+1
| * add regress files for MAIL FROM and RCPT TO syntaxEric Faurot2012-11-302-0/+206
| * fix evpid checkEric Faurot2012-11-301-2/+2
| * fix body=8bitmimeEric Faurot2012-11-301-1/+1
| * assume we don't use filters yet.Eric Faurot2012-11-301-11/+6
| * - change delivery_flags to envelope_flagsEric Faurot2012-11-308-46/+47
| * fix parsing of maddr and argsEric Faurot2012-11-301-13/+15
| * fix args parsing loopEric Faurot2012-11-302-3/+14
| * - parse MAIL FROM args before checking the addressEric Faurot2012-11-302-5/+6
| * Merge branch 'master' of ssh.poolp.org:/git/opensmtpdEric Faurot2012-11-301-0/+7
| |\
| | * add a regress test caseGilles Chehade2012-11-301-0/+7
| * | - allow RSET outside of transaction, clients want to do that if MAIL FROMEric Faurot2012-11-301-6/+9
| |/
| * remove struct submit_statusEric Faurot2012-11-301-10/+0
| * small fixes and cleanupsEric Faurot2012-11-301-171/+162
| * RSET mfa hook shouldn't reply to smtp processGilles Chehade2012-11-291-5/+2
| * messed with the chmod ...Gilles Chehade2012-11-295-0/+0
| * replace eric with test addresses, so that everyone just needs to create a testGilles Chehade2012-11-295-22/+23
| * keep helo on the session and preserve it when resetting messageEric Faurot2012-11-292-8/+12
| * - correctly reset envelope when starting a new mailEric Faurot2012-11-293-25/+51
| * make smtp request rcpt expansion, not mfa.Eric Faurot2012-11-298-64/+60
| * - fix status codesEric Faurot2012-11-291-15/+23
| * Merge branch 'master' into issue128-smtp-reworkGilles Chehade2012-11-295-0/+144
| |\
| * \ Merge branch 'master' into issue128-smtp-reworkEric Faurot2012-11-291-1/+1
| |\ \
| * | | remove unnecessary hooksEric Faurot2012-11-297-63/+42
| * | | Merge branch 'master' into issue128-smtp-reworkEric Faurot2012-11-291-1/+2
| |\ \ \
| * | | | allow mfa to reject the message.Eric Faurot2012-11-291-73/+95
| * | | | support for mfa header/body logicEric Faurot2012-11-292-42/+109
| * | | | Merge branch 'master' into issue128-smtp-reworkEric Faurot2012-11-2824-192/+461
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into issue128-smtp-reworkEric Faurot2012-11-2810-317/+322
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into issue128-smtp-reworkEric Faurot2012-11-281-1/+2
| |\ \ \ \ \ \
| * | | | | | | small fixesEric Faurot2012-11-281-5/+7
| * | | | | | | First shot at smtp code improvements.Eric Faurot2012-11-274-1383/+967
* | | | | | | | fix merge master conflictsCharles Longeau2012-11-307-1/+180
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Merge branch 'master' of ssh://ssh.poolp.org/git/opensmtpdGilles Chehade2012-11-291-1/+1
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| | * | | | | | fix README, wrong url for mailing lists, spotted by "f5b"Gilles Chehade2012-11-291-1/+1
| | | |_|_|_|/ | | |/| | | |
| * | | | | | add various test for broken sessionsGilles Chehade2012-11-291-0/+140
| * | | | | | missed to add shebang to this oneGilles Chehade2012-11-291-0/+1
| * | | | | | add shebang and change chmod to make executable if smtpscript is installedGilles Chehade2012-11-294-0/+3
| * | | | | | cleanup regress/Gilles Chehade2012-11-294-0/+0
| |/ / / / /
| * | | | | ruleset matching should be done on dest not rcptGilles Chehade2012-11-291-1/+1