summaryrefslogtreecommitdiffstats
path: root/lasso/id-ff
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Nicolas Clapies2004-08-231-45/+44
|
* *** empty log message ***Nicolas Clapies2004-08-231-21/+23
|
* *** empty log message ***Nicolas Clapies2004-08-231-2/+4
|
* verify if session and identity are set in logout objectNicolas Clapies2004-08-231-0/+11
|
* updpated process of protocol profileNicolas Clapies2004-08-233-23/+71
|
* added support of URI identifier in signatureNicolas Clapies2004-08-231-23/+86
|
* Moved param 'http_method' of lasso_login_build_authn_request_msg() methodValery Febvre2004-08-213-19/+31
| | | | | in lasso_login_init_authn_request() BEWARE : this change breaks the API
* Fixed a bug in lasso_login_accept_sso()Valery Febvre2004-08-212-73/+77
| | | | Updated gtk-doc
* Added a new param 'http_method' in lasso_login_build_authn_request_msg()Valery Febvre2004-08-202-37/+32
| | | | BEWARE : this change breaks the API
* Created a high-level API above SWIG Python API.Emmanuel Raviart2004-08-191-2/+2
| | | | Removed a trailing "s" from an enum.
* Fixed a mistake with name identifiers of the assertionsValery Febvre2004-08-191-66/+5
|
* Replaced a HRef by NULLValery Febvre2004-08-191-1/+2
|
* Commented some incorrect lines of codeValery Febvre2004-08-191-18/+20
|
* Splited lasso_node_verify_signature() (LassoNode class) in 2 methods:Valery Febvre2004-08-195-75/+102
| | | | | | | | | | | lasso_node_verify_signature(), lasso_node_verify_x509_signature() Added 2 private methods in LassoNode: add_signature_tmpl(), sign_signature_tmpl(), Removed 'err' param in all methods for signing
* Changed type of signature_methodValery Febvre2004-08-192-11/+11
| | | | guint -> lassoSignatureMethod
* fixed bug in lasso_logout_build_response_msg() : build the response message ↵Nicolas Clapies2004-08-191-23/+32
| | | | depending on the HTTP method requester
* *** empty log message ***Nicolas Clapies2004-08-181-1/+0
|
* federation termination updatesNicolas Clapies2004-08-182-7/+12
|
* little register name identifier udpatesNicolas Clapies2004-08-182-70/+140
|
* udpate of logout and federation profilesNicolas Clapies2004-08-183-43/+117
|
* added private attribute http_request_method in profile class to know the ↵Nicolas Clapies2004-08-181-0/+2
| | | | HTTP method in defederation, name registration, logout and name mapping used by the requester
* updated error checkings with ret / goto done methodNicolas Clapies2004-08-171-41/+90
|
* updated doc in logout, fixed Feature Requests item #253, must be tested, ↵Nicolas Clapies2004-08-173-39/+159
| | | | added doc to federation termination notification
* removed unwanted codeNicolas Clapies2004-08-171-3/+0
|
* removed unwanted attribute in logout objectNicolas Clapies2004-08-171-1/+1
|
* added API doc commentsNicolas Clapies2004-08-162-36/+159
|
* get away from G_LOG_LEVEL_ERROR since they cause abort()Frederic Peters2004-08-142-7/+12
|
* // 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
| | | | | Added signature element in lib:AuthnRequest (POST method) and in samlp:Request
* 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
| | | | | | lasso_server_get_provider, lasso_server_get_provider_ref for errors reporting
* Changed return type for 5 methods in LassoNode:Valery Febvre2004-08-112-2/+2
| | | | | | | | lasso_node_dump, lasso_node_export, lasso_node_export_to_base64, lasso_node_export_to_query, lasso_node_export_to_soap
* 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 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 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.
* Moved session & identity properties in private sectionValery Febvre2004-08-061-4/+6
|
* Removed debug messagesValery Febvre2004-08-061-1/+0
|