Auth_SASLpear.php.netAbstraction of various SASL mechanism responsesProvides code to generate responses to common SASL mechanisms, including:
- Digest-MD5
- Cram-MD5
- Plain
- Anonymous
- Login (Pseudo mechanism)
- SCRAMAnish Mistryamistryamistry@am-productions.biznoRichard Heyesrichardrichard@php.netnoMichael Bretterkliebermbrettermichael@bretterklieber.comno2017-03-071.1.01.1.0stablestableBSD
* Set minimum PHP version to 5.4.0
* Set minimum PEAR version to 1.10.1
* Request #21033: PHP warning depreciated
5.4.01.10.11.1.01.1.0stablestable2017-03-07BSD
* Set minimum PHP version to 5.4.0
* Set minimum PEAR version to 1.10.1
* Request #21033: PHP warning depreciated
1.0.61.0.3stablestable2011-09-27BSD
QA release
* Bug #18856: Authentication warnings because of wrong Auth_SASL::factory argument [kguest]
1.0.51.0.3stablestable2011-09-04BSD
QA release
* Added support for any mechanism of the SCRAM family; with thanks to Jehan Pagès. [kguest]
* crammd5 and digestmd5 mechanisms name deprecated in favour of IANA registered names 'cram-md5' and 'digest-md5'; with thanks to Jehan Pagès. [kguest]
1.0.41.0.3stablestable2010-02-07BSD
QA release
* Fix bug #16624: open_basedir restriction warning in DigestMD5.php [till]
1.0.31.0.3stablestable2009-08-05BSD
QA release
* Move SVN to proper directory structure [cweiske]
* Fix Bug #8775: Error in package.xml
* Fix Bug #14671: Security issue due to seeding random number generator [cweiske]
1.0.21.0.2stablestable2006-05-21BSD
* Fixed Bug #2143 Auth_SASL_DigestMD5::getResponse() generates invalid response
* Fixed Bug #6611 Suppress PHP 5 Notice Errors
* Fixed Bug #2154 realm isn't contained in challange
1.0.11.0.1stablestable2003-09-11BSD
* Added authcid/authzid separation in PLAIN and DIGEST-MD5.