| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | README for the PHP samples is now complete. Can someone try it? | Christophe Nowicki | 2004-09-16 | 2 | -31/+68 | |
| | | ||||||
| * | Added sample xml metadata in the distribution | Christophe Nowicki | 2004-09-15 | 10 | -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 Nowicki | 2004-09-15 | 8 | -87/+332 | |
| | | | | | | Every actions on the idp, sp will be logged inside the database, syslog a file. | |||||
| * | Added binding for LassoNameRegistration C object | Nicolas Clapies | 2004-09-14 | 1 | -0/+180 | |
| | | ||||||
| * | Little indentation | Nicolas Clapies | 2004-09-14 | 1 | -1/+1 | |
| | | ||||||
| * | Added tests if required attributes in ↵ | Nicolas Clapies | 2004-09-14 | 1 | -1/+65 | |
| | | | | | lasso_register_name_identifier_request_new_from_query() are not found. | |||||
| * | now the user list show federations | Christophe Nowicki | 2004-09-13 | 1 | -7/+60 | |
| | | ||||||
| * | bind property providerIDs for LassoIdentity | Christophe Nowicki | 2004-09-13 | 1 | -0/+38 | |
| | | | | | added typemap, convert GPtrArray to PHP indexed string array | |||||
| * | split source code of singleSignOn.php in many functions | Christophe Nowicki | 2004-09-13 | 6 | -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 Nowicki | 2004-09-10 | 7 | -18/+11 | |
| | | ||||||
| * | Use header("Location: $url\n\n") instead of header("Location: $url") | Christophe Nowicki | 2004-09-10 | 11 | -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 more | Frederic Peters | 2004-09-10 | 2 | -4/+2 | |
| | | | | | so when the new arg is not used). | |||||
| * | A lot of Updates ... currently it is unusable : ↵ | Nicolas Clapies | 2004-09-10 | 3 | -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 Clapies | 2004-09-10 | 1 | -52/+53 | |
| | | | | | definition order | |||||
| * | Moved lasso_name_registration_validate_request() at the end of declaration order | Nicolas Clapies | 2004-09-10 | 1 | -2/+2 | |
| | | ||||||
| * | Moved assertion to private part of LassoLogin* (use lasso_login_get_assertion | Frederic Peters | 2004-09-10 | 1 | -1/+1 | |
| | | | | | to get it). Without breaking ABI. Classy. | |||||
| * | Updated name registration object's methods code to have the same structure ↵ | Nicolas Clapies | 2004-09-10 | 2 | -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 message | Nicolas Clapies | 2004-09-10 | 1 | -1/+1 | |
| | | ||||||
| * | Added entry for logout method lasso_logout_dump(), ↵ | Nicolas Clapies | 2004-09-10 | 1 | -0/+3 | |
| | | | | | lasso_logout_init_request() and lasso_logout_reset_providerID_index() | |||||
| * | Added lasso_provider_get_registerNameIdentifierServiceReturnURL() method in ↵ | Nicolas Clapies | 2004-09-10 | 2 | -0/+30 | |
| | | | | | LassoProvider object | |||||
| * | I've forget to add lasso/php/examples/sample-idp/Makefile in | Christophe Nowicki | 2004-09-09 | 1 | -0/+1 | |
| | | | | | the autoconf script. | |||||
| * | Improve setup system : edit metadata and allow the administrator to select | Christophe Nowicki | 2004-09-08 | 3 | -1/+30 | |
| | | | | | the authentification methode (HTTP Basic or HTML Form). | |||||
| * | please use spaces between variable names and values | Frederic Peters | 2004-09-08 | 9 | -48/+29 | |
| | | ||||||
| * | added edit sp metadata to the setup system | Christophe Nowicki | 2004-09-08 | 4 | -37/+102 | |
| | | ||||||
| * | nice user browser | Christophe Nowicki | 2004-09-08 | 1 | -7/+49 | |
| | | ||||||
| * | oups ;( | Christophe Nowicki | 2004-09-08 | 1 | -0/+11 | |
| | | ||||||
| * | SOAP request read problem fixed | Christophe Nowicki | 2004-09-08 | 4 | -108/+177 | |
| | | | | | SSO is now working much better | |||||
| * | Restructured ColdFusion code. Added single logout code. Both single sign-on | Emmanuel Raviart | 2004-09-08 | 5 | -22/+170 | |
| | | | | | and single logout work. | |||||
| * | Added files that I forgot to commit for 0.4.1 | Emmanuel Raviart | 2004-09-07 | 4 | -5/+14 | |
| | | | | | Improved ColdFusion. | |||||
| * | Corrected install-java-lite nsi script. | Romain Chantereay | 2004-09-07 | 1 | -11/+8 | |
| | | ||||||
| * | Created ChangeLog using cvs2cl -f ChangeLog --FSF | Emmanuel Raviart | 2004-09-07 | 1 | -0/+8588 | |
| | | ||||||
| * | Replaced Sign On with Sign-On. | Emmanuel Raviart | 2004-09-07 | 1 | -1/+1 | |
| | | ||||||
| * | Login skeleton for ColdFusion is now fully working. | Emmanuel Raviart | 2004-09-07 | 3 | -3/+104 | |
| | | ||||||
| * | Updated NSI scripts. | Romain Chantereay | 2004-09-07 | 5 | -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 Chantereay | 2004-09-07 | 3 | -3/+13 | |
| | | ||||||
| * | IdP PHP : logout is working | Christophe Nowicki | 2004-09-07 | 8 | -22/+150 | |
| | | ||||||
| * | ZVAL_STRING macro for PHP | Christophe Nowicki | 2004-09-07 | 1 | -0/+20 | |
| | | ||||||
| * | fixed error output in configure when no java has been found | Frederic Peters | 2004-09-07 | 1 | -0/+1 | |
| | | | | | (was: ./configure: line 20612: NULL: command not found ) | |||||
| * | Firsts fixes in order to compile Python binding under Darwin. | Romain Chantereay | 2004-09-07 | 2 | -3/+10 | |
| | | ||||||
| * | Another way to test, ugly, but safe. | Romain Chantereay | 2004-09-07 | 1 | -4/+9 | |
| | | ||||||
| * | Comments miss in some last commits, so : the 4 last commits fixed a bad bug ↵ | Nicolas Clapies | 2004-09-07 | 1 | -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 Chantereay | 2004-09-07 | 1 | -0/+4 | |
| | | ||||||
| * | Fixed a seg fault in lasso_logout_get_next_providerID() | Nicolas Clapies | 2004-09-07 | 1 | -10/+6 | |
| | | ||||||
| * | Now module is a module. | Romain Chantereay | 2004-09-07 | 1 | -5/+5 | |
| | | ||||||
| * | *** empty log message *** | Nicolas Clapies | 2004-09-07 | 1 | -3/+1 | |
| | | ||||||
| * | Now 0.4.1 and 1:1:0. | Romain Chantereay | 2004-09-07 | 1 | -3/+3 | |
| | | ||||||
| * | Added entries for missing methods of logout object documentation : ↵ | Nicolas Clapies | 2004-09-07 | 1 | -61/+61 | |
| | | | | | lasso_logout_init_request() and lasso_logout_reset_providerID_index() | |||||
| * | Updated the API developer documentation | Nicolas Clapies | 2004-09-07 | 1 | -3/+4 | |
| | | ||||||
| * | Updated the API developer documentation | Nicolas Clapies | 2004-09-07 | 1 | -55/+84 | |
| | | ||||||
| * | SWIGPHP4 is not a defined in the wapper source code, use PHP_VERSION | Christophe Nowicki | 2004-09-07 | 1 | -6/+6 | |
| | | ||||||
