summaryrefslogtreecommitdiffstats
path: root/lasso/id-ff
Commit message (Expand)AuthorAgeFilesLines
* // are not in ISO C90Frederic Peters2004-08-141-1/+1
* include xmlsec/base64.h since it uses one of those functionsFrederic Peters2004-08-131-0/+2
* declarations first (and s/lenght/length/)Frederic Peters2004-08-132-4/+4
* Added error checks and error messagesValery Febvre2004-08-131-28/+130
* lasso_server_add_provider returns now a -202 error when it failsValery Febvre2004-08-121-3/+3
* Added tests for errors reporting and to avoid some malicious segfaultsValery Febvre2004-08-121-18/+34
* Added tests for errors reporting and to avoid some malicious segfaultsValery Febvre2004-08-111-36/+55
* Added a param 'err' in 2 methods of LassoServer class:Valery Febvre2004-08-117-40/+90
* Changed return type for 5 methods in LassoNode:Valery Febvre2004-08-112-2/+2
* Fixed a bug in lasso_login_process_authn_response_msg() methodValery Febvre2004-08-101-10/+43
* 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
* 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 the param 'remote_providerID' of lasso_login_init_authn_request() methodValery Febvre2004-08-092-10/+11
* Added docValery Febvre2004-08-091-0/+30
* Relpaced the lasso_str_hash() call by lasso_sha1() in theValery Febvre2004-08-081-11/+19
* In the dump of the identity object,Valery Febvre2004-08-081-11/+7
* In the dump of the session object,Valery Febvre2004-08-081-4/+5
* In the dump of the server object,Valery Febvre2004-08-082-75/+78
* Moved session & identity properties in private sectionValery Febvre2004-08-061-4/+6
* Removed debug messagesValery Febvre2004-08-061-1/+0
* Fixed a bug in lasso_login_must_authenticate() methodValery Febvre2004-08-061-1/+2
* Renamed all SAMLArt strings by SAMLartValery Febvre2004-08-061-1/+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 process_re...Nicolas Clapies2004-08-062-53/+85
* *** empty log message ***Valery Febvre2004-08-051-18/+26
* lasso_profile_get_identity() & lasso_profile_get_session() return nowValery Febvre2004-08-051-6/+37
* lasso_server_get_providerID_from_hash() method takes nowValery Febvre2004-08-052-7/+10
* fixed coding styleNicolas Clapies2004-08-054-100/+100
* lasso_identity_get_federation() & lasso_identity_add_federation() methodsValery Febvre2004-08-056-34/+68
* Renamed lasso_server_get_provider() into lasso_server_get_provider_ref()Valery Febvre2004-08-048-26/+45
* *** 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
* Added the SOAP HTTP method in lasso_login_init_from_authn_request_msg()Valery Febvre2004-08-041-9/+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
* Removed the 'identity' arg in lasso_login_new_from_dump() methodValery Febvre2004-08-043-30/+27
* add lasso_session_remove_assertion() in validate_request() and process_respon...Nicolas Clapies2004-08-041-7/+6
* set nameIdentifier attribute of the logout object (from LogoutRequest NameIde...Nicolas Clapies2004-08-041-1/+5
* move server param in newNicolas Clapies2004-08-042-12/+16
* Renamed enum lassoProviderTypes into lassoProviderType (Bug #225)Valery Febvre2004-08-048-31/+31
* Changed all lasso_provider_get_* methods prototypeValery Febvre2004-08-046-55/+96
* replace load_request_msg() with process_request_msg(), process_request() with...Nicolas Clapies2004-08-032-20/+8
* add request type test for LecpNicolas Clapies2004-08-032-3/+6
* Fixed a bug in lasso_session_new_from_dump()Valery Febvre2004-08-031-14/+25