SPDX: Mass-update to GPL-2.0-or-later
[exim.git] / src / src / auths / gsasl_exim.c
2022-11-27 Jeremy HarrisSPDX: Mass-update to GPL-2.0-or-later
2022-11-27 Jeremy HarrisSPDX: license tags (mostly by guesswork)
2022-08-18 Jeremy HarrisGSASL: use tls-exporter for SCRAM*PLUS methods under...
2022-04-23 Jeremy HarrisCopyright updates: exim-4.96-RC0
2022-02-27 Jeremy HarrisAUTH GSASL SCRAM: handling of error return from library
2022-02-04 Jeremy HarrisDebug: feed startup "whats supported" info through...
2021-11-10 Jeremy Harristidying
2021-10-24 Jeremy HarrisFix client-only use of gsasl authenticator. Bug 2818
2021-10-23 Jeremy HarrisCopyright updates:
2021-06-27 Jeremy HarrisMerge branch 'readonly_config'
2021-06-27 Jeremy Harrisgsasl authenticator: do not try to clear server passwor...
2021-01-31 Jeremy Harrisgsasl authenticator: support client salted-password...
2021-01-10 Jeremy Harrischannel binding notes
2021-01-01 Jeremy HarrisAuthenticators: feature handling for upcoming GSASL...
2020-12-27 Jeremy HarrisGSASL: More recent versions of the library no longer...
2020-06-01 Jeremy HarrisMerge branch '4.next'
2020-05-10 Jeremy HarrisMove the TLS resumption support from Experimental to...
2020-04-30 Jeremy HarrisCopyright updates: exim-4_94_RC0
2020-01-21 Jeremy HarrisUse dedicated union member for option offsets
2020-01-15 Jeremy Harrisgsasl authenticator: support crypted secrets, server...
2020-01-01 Jeremy HarrisGSASL: provide $autnN for scram option expansions
2019-12-31 Jeremy HarrisGSASL: remove unneeded stringprep operations; library...
2019-12-30 Jeremy HarrisGSASL: feature macro
2019-12-28 Jeremy HarrisGSASL channel-binding: TLS resumption checks
2019-12-27 Jeremy HarrisAuthenticator gsasl: client support. Bug 2349
2019-12-24 Jeremy HarrisFix the variables set by gsasl authenticator
2019-12-08 Jeremy HarrisMerge branch '4.next'
2019-11-17 Jeremy HarrisOpenSSL: support authenticator channel-binding. Bug...
2019-11-17 Jeremy Harristidying
2019-05-24 Jeremy HarrisTLS: move from SUPPORT_TLS to DISABLE_TLS macro for...
2019-02-10 Jeremy HarrisUse C99 initialisations for iterators
2018-12-23 Jeremy HarrisUse C99 initialisations for iterators
2018-12-20 klemensspelling fixes
2018-11-24 Jeremy HarrisFix AUTH_GSASL build
2018-08-29 Jeremy HarrisRefactor authenticators API to take an (opaque) smtp...
2018-08-22 Jeremy HarrisUse single-bit fields for global flags
2018-02-10 Heiko Schlitterman... Update copyright year to 2018
2017-10-28 Jeremy HarrisMerge branch 'master' into 4.next
2017-10-26 Jeremy HarrisCopyright year bumps for substantive changes 2017 exim-4_90_RC1
2017-10-01 Jeremy HarrisMerge branch 'master' into 4.next
2017-08-14 Jeremy Harristidying
2017-07-16 Jeremy HarrisFix macro_predef build for auth_cyrus_sasl
2017-07-08 Jeremy HarrisPrebuild the data structure for builtin macros
2017-03-13 Jeremy HarrisSync 4.next from master
2017-01-18 Josh Soref214 spelling fixes
2012-11-18 Jeremy HarrisMore compiler quietening.
2012-11-18 Jeremy HarrisMore compiler quietening.
2012-02-18 Phil PennockMerge branch 'sasl_fixes'
2012-02-18 Phil PennockUse gsasl_property_fast() in property callback.
2012-02-18 Phil PennockSwap gsasl GSSAPI $auth1/$auth2
2012-02-06 Phil PennockMore bug-fixes, GSASL DIGEST-MD5 now works.
2012-02-06 Phil PennockImplemented gsasl driver for authentication.