https://bugs.exim.org/show_bug.cgi?id=2349
Git Commit <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #8 from Git Commit <[email protected]> --- Git commit: https://git.exim.org/exim.git/commitdiff/14a806d6c13afdfb2f44dce64e50bffa6cb6869c commit 14a806d6c13afdfb2f44dce64e50bffa6cb6869c Author: Jeremy Harris <[email protected]> AuthorDate: Fri Dec 27 18:37:19 2019 +0000 Commit: Jeremy Harris <[email protected]> CommitDate: Fri Dec 27 18:37:19 2019 +0000 authenticator gsasl: client support. bug 2349 ---- doc/doc-docbook/spec.xfpt | 28 ++- doc/doc-txt/NewStuff | 4 + doc/doc-txt/OptionLists.txt | 5 +- src/src/EDITME | 3 + src/src/auths/get_data.c | 2 +- src/src/auths/gsasl_exim.c | 349 +++++++++++++++++++++++----- src/src/auths/gsasl_exim.h | 7 + src/src/drtables.c | 2 +- src/src/tls-openssl.c | 4 +- test/confs/3820 | 52 ++++- test/confs/3821 | 1 + test/confs/3828 | 66 ++++++ test/confs/3829 | 1 + test/log/3828 | 12 + test/scripts/3820-Gnu-SASL/3821 | 10 + test/scripts/3828-gsasl-plaintext/3828 | 16 ++ test/scripts/3828-gsasl-plaintext/REQUIRES | 2 + test/scripts/3829-gsasl-scram-plus/3829 | 8 + test/scripts/3829-gsasl-scram-plus/REQUIRES | 2 + 19 files changed, 497 insertions(+), 77 deletions(-) -- You are receiving this mail because: You are on the CC list for the bug. -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
