summaryrefslogtreecommitdiffstats
path: root/php
Commit message (Expand)AuthorAgeFilesLines
...
* split source code of singleSignOn.php in many functionsChristophe Nowicki2004-09-136-136/+287
* change header("Location $url\n\n") to header("Location $url\r\n\r\n")Christophe Nowicki2004-09-107-18/+11
* Use header("Location: $url\n\n") instead of header("Location: $url")Christophe Nowicki2004-09-1011-147/+186
* Improve setup system : edit metadata and allow the administrator to selectChristophe Nowicki2004-09-083-1/+30
* please use spaces between variable names and valuesFrederic Peters2004-09-084-23/+12
* added edit sp metadata to the setup systemChristophe Nowicki2004-09-084-37/+102
* nice user browserChristophe Nowicki2004-09-081-7/+49
* oups ;(Christophe Nowicki2004-09-081-0/+11
* SOAP request read problem fixedChristophe Nowicki2004-09-084-108/+177
* IdP PHP : logout is workingChristophe Nowicki2004-09-078-22/+150
* remove swig -noproxy option for PHPChristophe Nowicki2004-09-071-1/+1
* Added php sample-sp to the distribution.Romain Chantereay2004-09-073-0/+11
* PHP Idp Sample :Christophe Nowicki2004-09-0612-39/+613
* another serie of ignored filesFrederic Peters2004-09-022-0/+13
* things were overcomplicated; simplify a bit (for example the DEPDIR dirtyFrederic Peters2004-09-021-27/+10
* PHP IdP Sample :Christophe Nowicki2004-09-018-0/+974
* Fix addProvider bugChristophe Nowicki2004-09-011-1/+1
* new version of the PHP service provider made with the new Swig PHP bindingChristophe Nowicki2004-08-318-0/+1051
* Serious rewrite of the automake file.Romain Chantereay2004-08-231-12/+16
* REmoved now useless binding files.Romain Chantereay2004-08-2328-4067/+0
* Now PHP Binding is handled by SWIG.Romain Chantereay2004-08-231-21/+23
* 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-214-17/+17
* Modified PHP bindings in an attempt to add new argument to methodEmmanuel Raviart2004-08-204-8/+11
* Modified PHP extension installation directory, now it is prefixed.Romain Chantereay2004-08-201-2/+1
* cleaned Makefile.am (I'm curious about the NULL= idiom; where did it come fro...Frederic Peters2004-08-201-9/+4
* new setup systemChristophe Nowicki2004-08-208-75/+162
* Setup PHP Interface in progress ;0)Christophe Nowicki2004-08-191-96/+172
* more logical comparaisonChristophe Nowicki2004-08-191-1/+1
* logoutChristophe Nowicki2004-08-194-19/+62
* PHP Binding :Christophe Nowicki2004-08-195-31/+98
* Rename install.php to setup.phpChristophe Nowicki2004-08-183-5/+53
* Service Provider written in PHP (login is working and logout will work soon ;0)Christophe Nowicki2004-08-188-0/+798
* Add environ/lasso_logout.cChristophe Nowicki2004-08-183-6/+28
* Add logout functions : lasso_logout_new, lasso_logout_init_request, lasso_log...Christophe Nowicki2004-08-181-0/+106
* rename lasso_login_set_identity_from_dump to lasso_profile_set_identity_from_...Christophe Nowicki2004-08-174-26/+28
* 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, lasso_profil...Christophe Nowicki2004-08-164-3/+112
* Added lasso_login_process_response_msg and fix a minor bug in lib_authn_reque...Christophe Nowicki2004-08-165-7/+102
* 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
* PHP_PREFIX in configure.ac. Add good LDFLAGS and LIBADD to php/Makefile.amChristophe Nowicki2004-08-061-9/+12
* remove COMPILE_DL_LASSO ... now php can load lasso.soChristophe Nowicki2004-08-061-4/+2