Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

php-ezc-Authentication-1.3.1-1.el4.remi RPM for noarch

From Remi's RPM for RedHat EL 4 for i386

Name: php-ezc-Authentication Distribution: Unknown
Version: 1.3.1 Vendor: Remi Collet
Release: 1.el4.remi Build date: Tue Oct 13 18:50:00 2009
Group: Development/Libraries Build host: leonidas.famillecollet.com
Size: 993477 Source RPM: php-ezc-Authentication-1.3.1-1.el4.remi.src.rpm
Packager: http://blog.famillecollet.com/
Url: http://ezcomponents.org/
Summary: Support for different means of identification and authentication
The purpose of the Authentication component is to provide support for different
means of identification and authentication of users using different providers
and protocols.

Provides

Requires

License

BSD

Changelog

* Tue Oct 13 2009 Remi Collet <Fedora@FamilleCollet.com> - 1.3.1-1
  - rebuild for remi repository
* Mon Oct 12 2009 Guillaume Kulakowski <guillaume DOT kulakowski AT fedoraproject DOT org> - 1.3.1-1
  - Update to 1.3.1
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Sat Jul 18 2009 Remi Collet <Fedora@FamilleCollet.com> - 1.3-1
  - rebuild for remi repository
* Mon Jun 29 2009 Guillaume Kulakowski <guillaume DOT kulakowski AT fedoraproject DOT org> - 1.3-1
  - Update to 1.3
* Sun Feb 08 2009 Guillaume Kulakowski <guillaume DOT kulakowski AT fedoraproject DOT org> - 1.2.3-1
  - Initial packaging

Files

/usr/share/doc/php-ezc-Authentication-1.3.1
/usr/share/doc/php-ezc-Authentication-1.3.1/CREDITS
/usr/share/doc/php-ezc-Authentication-1.3.1/LICENSE
/usr/share/doc/php-ezc-Authentication-1.3.1/rfcs.txt
/usr/share/doc/php-ezc-Authentication-1.3.1/security.txt
/usr/share/doc/php-ezc-Authentication-1.3.1/tutorial
/usr/share/doc/php-ezc-Authentication-1.3.1/tutorial.txt
/usr/share/doc/php-ezc-Authentication-1.3.1/tutorial/tutorial_authentication.php
/usr/share/doc/php-ezc-Authentication-1.3.1/tutorial/tutorial_autoload.php
/usr/share/doc/php-ezc-Authentication-1.3.1/tutorial/tutorial_group.php
/usr/share/doc/php-ezc-Authentication-1.3.1/tutorial/tutorial_htpasswd.php
/usr/share/doc/php-ezc-Authentication-1.3.1/tutorial/tutorial_ldap.php
/usr/share/doc/php-ezc-Authentication-1.3.1/tutorial/tutorial_multiple_credentials.php
/usr/share/doc/php-ezc-Authentication-1.3.1/tutorial/tutorial_openid_ajax.php
/usr/share/doc/php-ezc-Authentication-1.3.1/tutorial/tutorial_openid_dumb.php
/usr/share/doc/php-ezc-Authentication-1.3.1/tutorial/tutorial_openid_immediate.php
/usr/share/doc/php-ezc-Authentication-1.3.1/tutorial/tutorial_openid_smart.php
/usr/share/doc/php-ezc-Authentication-1.3.1/tutorial/tutorial_session.php
/usr/share/doc/php-ezc-Authentication-1.3.1/tutorial/tutorial_token1.php
/usr/share/doc/php-ezc-Authentication-1.3.1/tutorial/tutorial_token2.php
/usr/share/doc/php-ezc-Authentication-1.3.1/tutorial/tutorial_typekey.php
/usr/share/pear/.pkgxml/php-ezc-Authentication.xml
/usr/share/pear/data/Authentication
/usr/share/pear/data/Authentication/design
/usr/share/pear/data/Authentication/design/class_diagram.png
/usr/share/pear/data/Authentication/design/design.txt
/usr/share/pear/data/Authentication/design/requirements.txt
/usr/share/pear/ezc/Authentication
/usr/share/pear/ezc/Authentication/authentication.php
/usr/share/pear/ezc/Authentication/authentication_autoload.php
/usr/share/pear/ezc/Authentication/credentials
/usr/share/pear/ezc/Authentication/credentials/credentials.php
/usr/share/pear/ezc/Authentication/credentials/id_credentials.php
/usr/share/pear/ezc/Authentication/credentials/password_credentials.php
/usr/share/pear/ezc/Authentication/exceptions
/usr/share/pear/ezc/Authentication/exceptions/authentication_exception.php
/usr/share/pear/ezc/Authentication/exceptions/group_exception.php
/usr/share/pear/ezc/Authentication/exceptions/ldap_exception.php
/usr/share/pear/ezc/Authentication/exceptions/openid_connection_exception.php
/usr/share/pear/ezc/Authentication/exceptions/openid_exception.php
/usr/share/pear/ezc/Authentication/exceptions/openid_mode_exception.php
/usr/share/pear/ezc/Authentication/exceptions/openid_redirect_exception.php
/usr/share/pear/ezc/Authentication/exceptions/typekey_exception.php
/usr/share/pear/ezc/Authentication/exceptions/typekey_invalid_exception.php
/usr/share/pear/ezc/Authentication/exceptions/typekey_missing_exception.php
/usr/share/pear/ezc/Authentication/filters
/usr/share/pear/ezc/Authentication/filters/group
/usr/share/pear/ezc/Authentication/filters/group/group_filter.php
/usr/share/pear/ezc/Authentication/filters/htpasswd
/usr/share/pear/ezc/Authentication/filters/htpasswd/htpasswd_filter.php
/usr/share/pear/ezc/Authentication/filters/ldap
/usr/share/pear/ezc/Authentication/filters/ldap/ldap_filter.php
/usr/share/pear/ezc/Authentication/filters/ldap/ldap_info.php
/usr/share/pear/ezc/Authentication/filters/openid
/usr/share/pear/ezc/Authentication/filters/openid/openid_association.php
/usr/share/pear/ezc/Authentication/filters/openid/openid_file_store.php
/usr/share/pear/ezc/Authentication/filters/openid/openid_filter.php
/usr/share/pear/ezc/Authentication/filters/openid/openid_store.php
/usr/share/pear/ezc/Authentication/filters/token
/usr/share/pear/ezc/Authentication/filters/token/token_filter.php
/usr/share/pear/ezc/Authentication/filters/typekey
/usr/share/pear/ezc/Authentication/filters/typekey/typekey_filter.php
/usr/share/pear/ezc/Authentication/interfaces
/usr/share/pear/ezc/Authentication/interfaces/authentication_filter.php
/usr/share/pear/ezc/Authentication/interfaces/data_fetch.php
/usr/share/pear/ezc/Authentication/math
/usr/share/pear/ezc/Authentication/math/bcmath_library.php
/usr/share/pear/ezc/Authentication/math/bignum_library.php
/usr/share/pear/ezc/Authentication/math/gmp_library.php
/usr/share/pear/ezc/Authentication/math/math.php
/usr/share/pear/ezc/Authentication/options
/usr/share/pear/ezc/Authentication/options/authentication_options.php
/usr/share/pear/ezc/Authentication/options/filter_options.php
/usr/share/pear/ezc/Authentication/options/group_options.php
/usr/share/pear/ezc/Authentication/options/htpasswd_options.php
/usr/share/pear/ezc/Authentication/options/ldap_options.php
/usr/share/pear/ezc/Authentication/options/openid_file_store_options.php
/usr/share/pear/ezc/Authentication/options/openid_options.php
/usr/share/pear/ezc/Authentication/options/openid_store_options.php
/usr/share/pear/ezc/Authentication/options/session_options.php
/usr/share/pear/ezc/Authentication/options/token_options.php
/usr/share/pear/ezc/Authentication/options/typekey_options.php
/usr/share/pear/ezc/Authentication/session
/usr/share/pear/ezc/Authentication/session/authentication_session.php
/usr/share/pear/ezc/Authentication/status
/usr/share/pear/ezc/Authentication/status/authentication_status.php
/usr/share/pear/ezc/Authentication/url
/usr/share/pear/ezc/Authentication/url/url.php
/usr/share/pear/ezc/autoload/authentication_autoload.php


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 10:39:14 2024