summaryrefslogtreecommitdiffstats
path: root/lasso
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a bug in lasso_login_process_authn_response_msg() methodValery Febvre2004-08-101-10/+43
|
* Fixed a BIG bug in lasso_node_add_child() methodValery Febvre2004-08-091-4/+5
|
* Fixed a bug in lasso_server_dump()Valery Febvre2004-08-091-3/+5
|
* Fixed a bug in lasso_lecp_build_authn_request_msg()Valery Febvre2004-08-091-2/+7
|
* Added XML export type in lasso_authn_request_envelope_new_from_export()Valery Febvre2004-08-091-0/+3
|
* Server objects can now be created without metadataValery Febvre2004-08-091-21/+27
|
* Corrected correctionValery Febvre2004-08-091-5/+4
|
* Removed Base64 encoding in lasso_lecp_build_authn_response_msg()Valery Febvre2004-08-092-15/+30
| | | | | | | | | | | Removed Base64 decoding in lasso_lecp_process_authn_request_envelope_msg() Removed the param 'remote_providerID' of lasso_lecp_init_authn_request() Added a param 'remote_providerID' in lasso_lecp_build_authn_request_msg() Added 3 params in lasso_lecp_build_authn_response_envelope_msg() They are necessary to build the Assertion, to process the federation and possibly to set the Status.
* Removed the param 'remote_providerID' of lasso_login_init_authn_request() methodValery Febvre2004-08-092-10/+11
| | | | Added a param 'remote_providerID' in lasso_login_build_authn_request_msg() method
* Added 3 missing #includeValery Febvre2004-08-091-0/+3
|
* Added docValery Febvre2004-08-091-0/+30
|
* Relpaced the lasso_str_hash() call by lasso_sha1() in theValery Febvre2004-08-081-11/+19
| | | | | | lasso_login_build_artifact_msg() method. Fixed bug #245
* In the dump of the identity object,Valery Febvre2004-08-081-11/+7
| | | | | rather than use the "Lasso" word in the name of nodes, the namespace of the root elment is now set to the Lasso namespace (without prefix).
* In the dump of the session object,Valery Febvre2004-08-081-4/+5
| | | | | rather than use the "Lasso" word in the name of nodes, the namespace of the root elment is now set to the Lasso namespace (without prefix).
* In the dump of the server object,Valery Febvre2004-08-082-75/+78
| | | | | | | | rather than use the "Lasso" word in the name of nodes, the namespace of the root elment is now set to the Lasso namespace (without prefix). Relpaced the lasso_str_hash() call by lasso_sha1() in the lasso_server_get_providerID_from_hash() method.
* Minor fixsValery Febvre2004-08-081-16/+14
|
* In the dump of the federation object,Valery Febvre2004-08-082-3/+4
| | | | | rather than use the "Lasso" word in the name of nodes, the namespace of the root elment is now set to the Lasso namespace (without prefix).
* In the dump of the provider object,Valery Febvre2004-08-082-2/+4
| | | | | rather than use the "Lasso" word in the name of nodes, the namespace of the root elment is now set to the Lasso namespace (without prefix).
* Added lasso_sha1() method (will replace lasso_str_hash)Valery Febvre2004-08-072-1/+13
|
* Moved session & identity properties in private sectionValery Febvre2004-08-061-4/+6
|
* Removed debug messagesValery Febvre2004-08-062-6/+5
|
* Added missing parameter description in 5 methodsValery Febvre2004-08-061-0/+5
|
* Fixed a bug in lasso_login_must_authenticate() methodValery Febvre2004-08-061-1/+2
|
* Renamed all SAMLArt strings by SAMLartValery Febvre2004-08-062-4/+4
|
* Added lasso/environs/lecp.h inclusion.Romain Chantereay2004-08-061-0/+1
|
* update of code styleNicolas Clapies2004-08-062-12/+47
|
* updated code styleNicolas Clapies2004-08-061-5/+5
|
* Renamed load_notification_msg to process_notification msg, renamed ↵Nicolas Clapies2004-08-062-53/+85
| | | | process_request to validate_request, added some goto for code error, little update of the code style, updated examples
* *** empty log message ***Valery Febvre2004-08-051-18/+26
|
* lasso_profile_get_identity() & lasso_profile_get_session() return nowValery Febvre2004-08-051-6/+37
| | | | | | NULL if the identity/session is empty. lasso_profile_is_identity_dirty() & lasso_profile_is_identity_dirty() return now FALSE if the identity/session is NULL.
* lasso_server_get_providerID_from_hash() method takes nowValery Febvre2004-08-052-7/+10
| | | | a hash base64 encoded as argument.
* Added automatic detection for the lasso HRef in lasso_node_get_child()Valery Febvre2004-08-051-2/+3
|
* Replaced a lot of wrong issueInstance words by issueInstantValery Febvre2004-08-0520-125/+121
| | | | | | | Renamed 3 methods: lasso_saml_assertion_set_issueInstant(), lasso_samlp_request_abstract_set_issueInstant(), lasso_samlp_response_abstract_set_issueInstant()
* fixed coding styleNicolas Clapies2004-08-054-100/+100
|
* - Fix #234Romain Chantereay2004-08-051-0/+1
|
* Remove command line PACKAGE definition (already done in lasso_config.h).Romain Chantereay2004-08-051-1/+3
|
* lasso_identity_get_federation() & lasso_identity_add_federation() methodsValery Febvre2004-08-056-34/+68
| | | | make now a copy of the federation object.
* Added a new argument 'err' in lasso_artifact_get_* methodsValery Febvre2004-08-042-20/+70
| | | | for errors reporting.
* Renamed lasso_server_get_provider() into lasso_server_get_provider_ref()Valery Febvre2004-08-048-26/+45
| | | | Added lasso_server_get_provider(), this method returns a provider copy.
* Fixed a bug in lasso_artifact_new() and ↵Valery Febvre2004-08-041-10/+30
| | | | | | lasso_artifact_get_identityProviderSuccinctID() IdentityProviderSuccinctID data (ProviderID SHA1 hash) is now Base64 encoded.
* *** empty log message ***Nicolas Clapies2004-08-041-0/+2
|
* update of lecp python bindingNicolas Clapies2004-08-041-0/+2
|
* update of the LECP profileNicolas Clapies2004-08-042-122/+144
|
* Moved '#include <lasso/lasso_config.h> into lasso.cValery Febvre2004-08-042-2/+1
| | | | Added also in py_lasso.c
* *** empty log message ***Valery Febvre2004-08-041-0/+2
|
* Added the SOAP HTTP method in lasso_login_init_from_authn_request_msg()Valery Febvre2004-08-041-9/+11
|
* Added the SOAP export type in lasso_authn_request_new_from_export()Valery Febvre2004-08-041-2/+11
|
* Fixed 3 bugs in lasso_login_new_from_dump()Valery Febvre2004-08-041-22/+26
|
* remove warning message before lasso_session_remove_assertion()Nicolas Clapies2004-08-041-1/+0
|
* Renamed enums (Bug #225):Valery Febvre2004-08-0411-64/+65
| | | | | | lassoMessageTypes,lassoHttpMethods,lassoRequestTypes into lassoMessageType,lassoHttpMethod,lassoRequestType