summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* README for the PHP samples is now complete. Can someone try it?Christophe Nowicki2004-09-162-31/+68
|
* Added sample xml metadata in the distributionChristophe Nowicki2004-09-1510-64/+290
| | | | | Added a README file, this file explain howto setup a PHP IdP/SP, it's not fully documented yet. Work in progress.
* New logging system based on Pear::Log package.Christophe Nowicki2004-09-158-87/+332
| | | | | Every actions on the idp, sp will be logged inside the database, syslog a file.
* Added binding for LassoNameRegistration C objectNicolas Clapies2004-09-141-0/+180
|
* Little indentationNicolas Clapies2004-09-141-1/+1
|
* Added tests if required attributes in ↵Nicolas Clapies2004-09-141-1/+65
| | | | lasso_register_name_identifier_request_new_from_query() are not found.
* now the user list show federationsChristophe Nowicki2004-09-131-7/+60
|
* bind property providerIDs for LassoIdentityChristophe Nowicki2004-09-131-0/+38
| | | | added typemap, convert GPtrArray to PHP indexed string array
* split source code of singleSignOn.php in many functionsChristophe Nowicki2004-09-136-136/+287
| | | | | added support for http basic authentification remove useless "?SID=" values
* 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
| | | | | | Secure every SQL query with the quoteSmart methode. Completely rewrite singleSignOn.php, now the code is more easy to understand and more clean.
* Fixed ABI and API breakage. Please don't modify function signatures (even moreFrederic Peters2004-09-102-4/+2
| | | | so when the new arg is not used).
* A lot of Updates ... currently it is unusable : ↵Nicolas Clapies2004-09-103-82/+103
| | | | lasso_name_registration_validate_request(), lasso_name_registration_process_response_msg(), lasso_name_identifier_mapping_validate_request() and lasso_name_identifier_mapping_process_response_msg() need to be completed
* Moved lasso_name_registration_validate_request() method at the end of ↵Nicolas Clapies2004-09-101-52/+53
| | | | definition order
* Moved lasso_name_registration_validate_request() at the end of declaration orderNicolas Clapies2004-09-101-2/+2
|
* Moved assertion to private part of LassoLogin* (use lasso_login_get_assertionFrederic Peters2004-09-101-1/+1
| | | | to get it). Without breaking ABI. Classy.
* Updated name registration object's methods code to have the same structure ↵Nicolas Clapies2004-09-102-67/+165
| | | | as the other profiles. It still needs to be tested before to be souked :)
* Changed comment if error when building query logout request messageNicolas Clapies2004-09-101-1/+1
|
* Added entry for logout method lasso_logout_dump(), ↵Nicolas Clapies2004-09-101-0/+3
| | | | lasso_logout_init_request() and lasso_logout_reset_providerID_index()
* Added lasso_provider_get_registerNameIdentifierServiceReturnURL() method in ↵Nicolas Clapies2004-09-102-0/+30
| | | | LassoProvider object
* I've forget to add lasso/php/examples/sample-idp/Makefile inChristophe Nowicki2004-09-091-0/+1
| | | | the autoconf script.
* Improve setup system : edit metadata and allow the administrator to selectChristophe Nowicki2004-09-083-1/+30
| | | | the authentification methode (HTTP Basic or HTML Form).
* please use spaces between variable names and valuesFrederic Peters2004-09-089-48/+29
|
* 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
| | | | SSO is now working much better
* Restructured ColdFusion code. Added single logout code. Both single sign-onEmmanuel Raviart2004-09-085-22/+170
| | | | and single logout work.
* Added files that I forgot to commit for 0.4.1Emmanuel Raviart2004-09-074-5/+14
| | | | Improved ColdFusion.
* Corrected install-java-lite nsi script.Romain Chantereay2004-09-071-11/+8
|
* Created ChangeLog using cvs2cl -f ChangeLog --FSFEmmanuel Raviart2004-09-071-0/+8588
|
* Replaced Sign On with Sign-On.Emmanuel Raviart2004-09-071-1/+1
|
* Login skeleton for ColdFusion is now fully working.Emmanuel Raviart2004-09-073-3/+104
|
* Updated NSI scripts.Romain Chantereay2004-09-075-10/+10
| | | | Set Lasso DLL windows resources filename to liblasso-1.dll.
* Add windows linker --add-stdcall-alias in order to permit failsafe use of DLLs.Romain Chantereay2004-09-073-3/+13
|
* IdP PHP : logout is workingChristophe Nowicki2004-09-078-22/+150
|
* ZVAL_STRING macro for PHPChristophe Nowicki2004-09-071-0/+20
|
* fixed error output in configure when no java has been foundFrederic Peters2004-09-071-0/+1
| | | | (was: ./configure: line 20612: NULL: command not found )
* Firsts fixes in order to compile Python binding under Darwin.Romain Chantereay2004-09-072-3/+10
|
* Another way to test, ugly, but safe.Romain Chantereay2004-09-071-4/+9
|
* Comments miss in some last commits, so : the 4 last commits fixed a bad bug ↵Nicolas Clapies2004-09-071-2/+0
| | | | in lasso_logout_get_next_provideID() and a bug in the setting of status code value in logout response
* Ok, now a module undex Win32, and a lib under Linux (and other OS).Romain Chantereay2004-09-071-0/+4
|
* Fixed a seg fault in lasso_logout_get_next_providerID()Nicolas Clapies2004-09-071-10/+6
|
* Now module is a module.Romain Chantereay2004-09-071-5/+5
|
* *** empty log message ***Nicolas Clapies2004-09-071-3/+1
|
* Now 0.4.1 and 1:1:0.Romain Chantereay2004-09-071-3/+3
|
* Added entries for missing methods of logout object documentation : ↵Nicolas Clapies2004-09-071-61/+61
| | | | lasso_logout_init_request() and lasso_logout_reset_providerID_index()
* Updated the API developer documentationNicolas Clapies2004-09-071-3/+4
|
* Updated the API developer documentationNicolas Clapies2004-09-071-55/+84
|
* SWIGPHP4 is not a defined in the wapper source code, use PHP_VERSIONChristophe Nowicki2004-09-071-6/+6
|