summaryrefslogtreecommitdiffstats
path: root/php/environs/lasso_login.c
Commit message (Collapse)AuthorAgeFilesLines
* REmoved now useless binding files.Romain Chantereay2004-08-231-276/+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.
* rename lasso_login_set_identity_from_dump to ↵Christophe Nowicki2004-08-171-24/+0
| | | | lasso_profile_set_identity_from_dump
* added lasso_login_set_identity_from_dumpChristophe Nowicki2004-08-171-1/+48
|
* Added lasso_login_process_response_msg and fix a minor bug in ↵Christophe Nowicki2004-08-161-3/+57
| | | | lib_authn_request (bool)
* remove all debug messages.Christophe Nowicki2004-08-121-8/+6
|
* 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-101-12/+0
|
* Removed the param 'remote_providerID' of lasso_login_init_authn_request() methodChristophe Nowicki2004-08-101-12/+14
| | | | | 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-051-2/+2
|
* first php binding importChristophe Nowicki2004-08-041-0/+209