summaryrefslogtreecommitdiffstats
path: root/php
Commit message (Collapse)AuthorAgeFilesLines
...
* Add environ/lasso_logout.cChristophe Nowicki2004-08-183-6/+28
|
* 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-174-26/+28
| | | | 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
|
* fix cvs sticky state ;(Christophe Nowicki2004-08-172-2/+14
|
* Add lasso_profile_get_identity, lasso_profile_is_identity_dirty, ↵Christophe Nowicki2004-08-164-3/+112
| | | | lasso_profile_get_session, lasso_profile_is_session_dirty
* Added lasso_login_process_response_msg and fix a minor bug in ↵Christophe Nowicki2004-08-165-7/+102
| | | | lib_authn_request (bool)
* remove all debug messages.Christophe Nowicki2004-08-127-85/+36
|
* fix bool value in lasso_lib_authn_request_set_forceauthnChristophe Nowicki2004-08-121-3/+3
|
* 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-106-24/+95
|
* add php unit test support. just run php -f php/run-tests.phpChristophe Nowicki2004-08-103-0/+709
|
* Removed the param 'remote_providerID' of lasso_login_init_authn_request() methodChristophe Nowicki2004-08-109-42/+57
| | | | | Added a param 'remote_providerID' in lasso_login_build_authn_request_msg() method Fix compilation warnings, avoid multiple definitions and REGISTER_STRING_CONSTANT
* PHP_PREFIX in configure.ac. Add good LDFLAGS and LIBADD to php/Makefile.amChristophe Nowicki2004-08-061-9/+12
| | | | | | | Now php load the lasso extension : $ php -m | grep lasso lasso
* remove COMPILE_DL_LASSO ... now php can load lasso.soChristophe Nowicki2004-08-061-4/+2
|
* install module in `php-config --extension-dir` in state of /usr/libChristophe Nowicki2004-08-061-0/+3
|
* automake/autoconf support for the php bindingChristophe Nowicki2004-08-0513-44/+74
|
* first php binding importChristophe Nowicki2004-08-0413-0/+1760