/opt/alt/php52/usr/share/pear/.pkgxml
NameSizeModeActions
Pear.list2430644editdlrm
Pear_Auth_SASL-1.0.6.xml54140644editdlrm
Pear_File_MARC-0.7.3.xml106090644editdlrm
Pear_Mail-1.4.1.xml39120644editdlrm
Pear_Mail_Mime-1.10.11.xml375560644editdlrm
Pear_Mail_mimeDecode-1.5.6.xml73820644editdlrm
Pear_Net_IDNA2-0.1.1.xml34270644editdlrm
Pear_Net_Sieve-1.4.5.xml163060644editdlrm
Pear_Net_SMTP-1.6.3.xml25530644editdlrm
Pear_Net_Socket-1.0.14.xml18640644editdlrm
Pear_Structures_LinkedList-0.2.2.xml43970644editdlrm
XML_Util.xml163140644editdlrm
Edit: /opt/alt/php52/usr/share/pear/.pkgxml/Pear_Auth_SASL-1.0.6.xml (5414B)
Auth_SASL pear.php.net Abstraction of various SASL mechanism responses Provides code to generate responses to common SASL mechanisms, including: - Digest-MD5 - Cram-MD5 - Plain - Anonymous - Login (Pseudo mechanism) - SCRAM Anish Mistry amistry amistry@am-productions.biz no Richard Heyes richard richard@php.net no Michael Bretterklieber mbretter michael@bretterklieber.com no 2011-09-27 1.0.6 1.0.3 stable stable BSD QA release * Bug #18856: Authentication warnings because of wrong Auth_SASL::factory argument [kguest] 4.2.0 1.4.3 1.0.6 1.0.3 stable stable 2011-09-27 BSD QA release * Bug #18856: Authentication warnings because of wrong Auth_SASL::factory argument [kguest] 1.0.5 1.0.3 stable stable 2011-09-04 BSD 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.4 1.0.3 stable stable 2010-02-07 BSD QA release * Fix bug #16624: open_basedir restriction warning in DigestMD5.php [till] 1.0.3 1.0.3 stable stable 2009-08-05 BSD 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.2 1.0.2 stable stable 2006-05-21 BSD * 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.1 1.0.1 stable stable 2003-09-11 BSD * Added authcid/authzid separation in PLAIN and DIGEST-MD5.