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.fc7.remi RPM for noarch

From Les RPM de Remi for Fedora 7 for i386

Name: php-ezc-Authentication Distribution: Unknown
Version: 1.3 Vendor: Remi Collet
Release: 1.fc7.remi Build date: Sun Jul 19 14:00:53 2009
Group: Development/Libraries Build host: leonidas
Size: 992715 Source RPM: php-ezc-Authentication-1.3-1.fc7.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

* 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
/usr/share/doc/php-ezc-Authentication-1.3/CREDITS
/usr/share/doc/php-ezc-Authentication-1.3/LICENSE
/usr/share/doc/php-ezc-Authentication-1.3/rfcs.txt
/usr/share/doc/php-ezc-Authentication-1.3/security.txt
/usr/share/doc/php-ezc-Authentication-1.3/tutorial
/usr/share/doc/php-ezc-Authentication-1.3/tutorial.txt
/usr/share/doc/php-ezc-Authentication-1.3/tutorial/tutorial_authentication.php
/usr/share/doc/php-ezc-Authentication-1.3/tutorial/tutorial_autoload.php
/usr/share/doc/php-ezc-Authentication-1.3/tutorial/tutorial_group.php
/usr/share/doc/php-ezc-Authentication-1.3/tutorial/tutorial_htpasswd.php
/usr/share/doc/php-ezc-Authentication-1.3/tutorial/tutorial_ldap.php
/usr/share/doc/php-ezc-Authentication-1.3/tutorial/tutorial_multiple_credentials.php
/usr/share/doc/php-ezc-Authentication-1.3/tutorial/tutorial_openid_ajax.php
/usr/share/doc/php-ezc-Authentication-1.3/tutorial/tutorial_openid_dumb.php
/usr/share/doc/php-ezc-Authentication-1.3/tutorial/tutorial_openid_immediate.php
/usr/share/doc/php-ezc-Authentication-1.3/tutorial/tutorial_openid_smart.php
/usr/share/doc/php-ezc-Authentication-1.3/tutorial/tutorial_session.php
/usr/share/doc/php-ezc-Authentication-1.3/tutorial/tutorial_token1.php
/usr/share/doc/php-ezc-Authentication-1.3/tutorial/tutorial_token2.php
/usr/share/doc/php-ezc-Authentication-1.3/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, Mon Jun 10 09:22:28 2013