summaryrefslogtreecommitdiffstats
path: root/php/environs
Commit message (Collapse)AuthorAgeFilesLines
* REmoved now useless binding files.Romain Chantereay2004-08-238-1222/+0
| | | | See attic for more information.
* Bug correction in last PHP changes.Emmanuel Raviart2004-08-211-4/+3
|
* Updated "Writing a SP" doc & PHP binding to Lasso API change.Emmanuel Raviart2004-08-211-9/+9
|
* Modified PHP bindings in an attempt to add new argument to methodEmmanuel Raviart2004-08-201-5/+8
| | | | lasso_build_authn_request_msg.
* more logical comparaisonChristophe Nowicki2004-08-191-1/+1
|
* logoutChristophe Nowicki2004-08-191-4/+5
|
* PHP Binding :Christophe Nowicki2004-08-191-20/+56
| | | | | | | Added lasso_profile_set_session_from_dump Now lasso_cast_to_profile take to different reources Sample SP : Logout in progress
* Add environ/lasso_logout.cChristophe Nowicki2004-08-181-1/+1
|
* Add logout functions : lasso_logout_new, lasso_logout_init_request, ↵Christophe Nowicki2004-08-181-0/+106
| | | | lasso_logout_build_request_msg
* rename lasso_login_set_identity_from_dump to ↵Christophe Nowicki2004-08-172-24/+26
| | | | lasso_profile_set_identity_from_dump
* fix cvs sticky state problem.Christophe Nowicki2004-08-172-7/+32
|
* Added lasso_session_dumpChristophe Nowicki2004-08-171-0/+23
|
* added lasso_login_set_identity_from_dumpChristophe Nowicki2004-08-171-1/+48
|
* Add lasso_profile_get_identity, lasso_profile_is_identity_dirty, ↵Christophe Nowicki2004-08-162-1/+100
| | | | lasso_profile_get_session, lasso_profile_is_session_dirty
* Added lasso_login_process_response_msg and fix a minor bug in ↵Christophe Nowicki2004-08-162-3/+62
| | | | lib_authn_request (bool)
* remove all debug messages.Christophe Nowicki2004-08-125-53/+26
|
* fixed wrong args num for lasso_login_init_authn_requestChristophe Nowicki2004-08-121-1/+1
|
* Added new PHP Unit test for Lasso Login and Lasso Server.Christophe Nowicki2004-08-102-20/+0
|
* Removed the param 'remote_providerID' of lasso_login_init_authn_request() methodChristophe Nowicki2004-08-106-31/+37
| | | | | Added a param 'remote_providerID' in lasso_login_build_authn_request_msg() method Fix compilation warnings, avoid multiple definitions and REGISTER_STRING_CONSTANT
* automake/autoconf support for the php bindingChristophe Nowicki2004-08-057-39/+27
|
* first php binding importChristophe Nowicki2004-08-046-0/+875