summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Added binding for new name registration typeNicolas Clapies2004-09-201-8/+8
|
* PHP session are stored in the databaseChristophe Nowicki2004-09-201-0/+86
|
* PHP session are now stored in the databaseChristophe Nowicki2004-09-2017-316/+570
| | | | | | | A now table was added 'sso_session' for storing information about the PHP Session, it's possible to view logged user Logout destroy the PHP session in the IdP Bug : user can't sso twice ;(
* *** empty log message ***Nicolas Clapies2004-09-201-8/+8
|
* Made remote_providerID optional in lasso_lecp_build_authn_request_msg and inEmmanuel Raviart2004-09-203-23/+37
| | | | | | | | SWIG Corrected SWIG handling of metadata. Added attribute providerIds to Session in SWIG.
* Fixed big mistake when updating name registration type in lassoRequestType : ↵Nicolas Clapies2004-09-201-8/+8
| | | | moved type at the end to preserve API, sorry.
* repair API/ABI; thanks you very much.Frederic Peters2004-09-201-7/+7
|
* Added name registration declaration and definitionNicolas Clapies2004-09-201-2/+4
|
* Added name registration type in lassoRequestType enum. added test in ↵Nicolas Clapies2004-09-202-1/+2
| | | | function lasso_profile_get_request_type_from_soap_msg()
* I wanted to loginFrederic Peters2004-09-202-0/+320
| | | | | | /But it was too long/ So I logged out /It was not much shorter/
* Added tests in lasso_register_name_identifier_response_new_from_query(). Now ↵Nicolas Clapies2004-09-201-10/+53
| | | | return NULL if a required key value is not found
* Added test lasso_register_name_identifier_request_new_from_query(). Verify ↵Nicolas Clapies2004-09-201-7/+12
| | | | if SPProvidedNameIdentifier exists in query (As specified in IDFF 1.2 errata, SPProvidedNameIdentifier is optional)
* Added lasso_get_public_key_from_pem_cert_file()Valery Febvre2004-09-202-24/+131
| | | | and lasso_get_pem_file_type() functions
* Replaced call to lasso_identity_get_next_federation_remote_providerID() with ↵Nicolas Clapies2004-09-201-3/+1
| | | | lasso_identity_get_first_providerID()
* the remote_providerID parameter of lasso_login_build_authn_request_msg()Valery Febvre2004-09-202-13/+35
| | | | | method is now optional. If it's NULL, the providerID of the first provider of login->server is used.
* Added lasso_identity_get_first_providerID(). Now it replaces ↵Nicolas Clapies2004-09-202-1/+11
| | | | lasso_identity_get_next_federation_remote_providerID() wich still exists to keep API / ABI compatibility
* Added lasso_server_get_first_providerID() methodValery Febvre2004-09-202-0/+16
|
* Added SWIG bindings for metadata, providers and providerIds.Emmanuel Raviart2004-09-181-23/+196
| | | | Reworked PHP4 binding for Identity.providerIds => PHP API has changed.
* fixed typoFrederic Peters2004-09-171-1/+1
|
* use g_strdup_printf to avoir buffer size calculations and g_snprintf to avoirFrederic Peters2004-09-178-33/+21
| | | | buffer overrun.
* use g_strdup_printf to avoid buffer size calculation; and free() the uri onceFrederic Peters2004-09-171-2/+2
| | | | it has been used.
* strncpy won't add a trailing \0 to the string if it has over 512 characters;Frederic Peters2004-09-171-2/+4
| | | | only copy 511 and add a zero manually.
* log viewer for the Service Provider and the Identity ProviderChristophe Nowicki2004-09-1716-193/+652
| | | | | | added logger for in many files updated idp1 metadata, added .php extension added session viewer for the sp (you will be able to view online users)
* removed remaining parenthesis on return statementsFrederic Peters2004-09-174-7/+7
|
* lasso_sha1 doesn't return a string but a bufferFrederic Peters2004-09-171-3/+3
|
* Uptaded NSI scripts:Romain Chantereay2004-09-172-34/+46
| | | | | | | | * Set version to 0.4.1-2 (filename is set too) * Updated files modules documentation. * Added intl.dll (part of gettext project) to dependencies installation. PS: Gettext is not included, just intl.dll
* remove removed codeFrederic Peters2004-09-176-124/+2
|
* alloc xmlChar with xmlMalloc in lasso_build_unique_id; alloc one more characterFrederic Peters2004-09-171-12/+3
| | | | in lasso_sha1; remove some removed code
* use memcpy to copy memory; also fixed type of samlArt.Frederic Peters2004-09-171-11/+6
|
* New logging system with a web interface.Christophe Nowicki2004-09-1612-115/+258
|
* Disabled "consent" attribute checking when NameIDPolicy is set to federatedValery Febvre2004-09-161-19/+20
| | | | in the AuthnRequest (in lasso_login_process_federation method)
* For multiple virtual hosts with certificat you need to set the CN.Christophe Nowicki2004-09-161-1/+5
| | | | It's fixed in the PHP sample README.
* 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
|