[exim-dev] [Bug 2162] Implement Authenticated Received Chain…

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Old-Topics: [exim-dev] [Bug 2162] New: Implement Authenticated Received Chain (ARC)
Subject: [exim-dev] [Bug 2162] Implement Authenticated Received Chain (ARC)
https://bugs.exim.org/show_bug.cgi?id=2162

Git Commit <git@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |git@???


--- Comment #6 from Git Commit <git@???> ---
Git commit:
https://git.exim.org/exim.git/commitdiff/617d39327e65b7fccc41a12b4a5e2940d6327c9f

commit 617d39327e65b7fccc41a12b4a5e2940d6327c9f
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Fri Mar 2 23:53:32 2018 +0000
Commit:     Jeremy Harris <jgh146exb@???>
CommitDate: Sat Mar 3 17:35:18 2018 +0000


    arc initial implementation.  experimental.  bug 2162
----
 doc/doc-txt/NewStuff              |    2 +
 doc/doc-txt/OptionLists.txt       |    1 +
 doc/doc-txt/experimental-spec.txt |   47 +
 src/OS/Makefile-Base              |    4 +-
 src/scripts/MakeLinks             |    2 +-
 src/src/EDITME                    |    4 +
 src/src/acl.c                     |   48 +-
 src/src/arc.c                     | 1716 +++++++++++++++++++++++++++++++++++++
 src/src/config.h.defaults         |    1 +
 src/src/dkim.c                    |  163 ++--
 src/src/dkim_transport.c          |   23 +-
 src/src/exim.c                    |    3 +
 src/src/expand.c                  |   49 +-
 src/src/functions.h               |   17 +
 src/src/globals.c                 |   12 +-
 src/src/globals.h                 |    6 +
 src/src/macro_predef.c            |    3 +
 src/src/pdkim/pdkim.c             |  164 ++--
 src/src/pdkim/pdkim.h             |   31 +-
 src/src/pdkim/signing.c           |    8 +-
 src/src/pdkim/signing.h           |    2 +-
 src/src/receive.c                 |    4 +
 src/src/string.c                  |    9 +-
 src/src/structs.h                 |    4 +
 src/src/transports/smtp.c         |   33 +-
 src/src/transports/smtp.h         |    3 +
 test/aux-fixed/4560.mlistfooter   |    4 +
 test/confs/4560                   |   84 ++
 test/log/4501                     |    2 +-
 test/log/4502                     |    2 +-
 test/log/4503                     |    5 +-
 test/log/4504                     |    5 +-
 test/log/4506                     |   12 +-
 test/log/4560                     |  102 +++
 test/mail/4560.a                  |  453 ++++++++++
 test/runtest                      |    3 +
 test/scripts/4560-ARC/4560        |  359 ++++++++
 test/scripts/4560-ARC/REQUIRES    |    1 +
 test/stderr/4520                  |    1 +
 39 files changed, 3204 insertions(+), 188 deletions(-)


--
You are receiving this mail because:
You are on the CC list for the bug.