summaryrefslogtreecommitdiffstats
path: root/lasso
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Nicolas Clapies2004-08-234-57/+58
|
* *** 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
|
* *** empty log message ***Nicolas Clapies2004-08-231-5/+24
|
* updpated process of protocol profileNicolas Clapies2004-08-235-28/+89
|
* added support of URI identifier in signatureNicolas Clapies2004-08-2312-79/+188
|
* Added a new param "use_xsitype" (gboolean) in constructors of classes:Valery Febvre2004-08-228-42/+208
| | | | | | LassoLibSubject, LassoLibAssertion, LassoLibAuthenticationStatement
* Added lasso_node_new_ns_prop() method in LassoNode classValery Febvre2004-08-222-3/+38
|
* 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
* Added checks not to do copies of NULL objects.Valery Febvre2004-08-211-4/+14
|
* Changed LASSO_PARAM_ERROR_INVALID_VALUE error messageValery Febvre2004-08-211-1/+1
|
* Fixed a mistake: the signature template should be added before the ProviderIDValery Febvre2004-08-211-5/+4
|
* Removed lassoLibProtocolProfileSSOGet, lassoLibProtocolProfileSSOPostValery Febvre2004-08-211-2/+6
| | | | Added lassoXsiHRef, lassoXsiPrefix
* replaced lots of const char* wasting memory and a treat to binary compatibilityFrederic Peters2004-08-213-237/+75
| | | | with lots of #define wasting nothing at all.
* 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
* cleaned Makefile.am (I'm curious about the NULL= idiom; where did it come ↵Frederic Peters2004-08-201-24/+8
| | | | from ?)
* Removed useless files ds_signature.c & ds_signature.hValery Febvre2004-08-202-284/+0
|
* get your act on ds_signature; please.Frederic Peters2004-08-201-1/+0
|
* 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-193-101/+32
|
* Removed debug messagesValery Febvre2004-08-191-4/+0
|
* Fixed a bug in lasso_node_verify_signature() & ↵Valery Febvre2004-08-191-4/+10
| | | | lasso_node_verify_x509_signature()
* Replaced a HRef by NULLValery Febvre2004-08-191-1/+2
|
* Commented some incorrect lines of codeValery Febvre2004-08-191-18/+20
|
* Removed ds_signature.c & ds_signature.hValery Febvre2004-08-191-2/+0
|
* Splited lasso_node_verify_signature() (LassoNode class) in 2 methods:Valery Febvre2004-08-199-342/+615
| | | | | | | | | | | 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
* Added 2 methods:Valery Febvre2004-08-192-43/+65
| | | | | | | lasso_samlp_response_abstract_set_signature_tmpl(), lasso_samlp_response_abstract_sign_signature_tmpl() Removed err param in lasso_samlp_response_abstract_set_signature()
* Added 2 methods:Valery Febvre2004-08-192-41/+64
| | | | | | | lasso_samlp_request_abstract_set_signature_tmpl(), lasso_samlp_request_abstract_sign_signature_tmpl() Removed err param in lasso_samlp_request_abstract_set_signature()
* Added a '_' character at the begining of all ids generated by ↵Valery Febvre2004-08-191-7/+7
| | | | lasso_build_unique_id()
* Update codesValery Febvre2004-08-191-10/+11
|
* Added a signature template in lasso_request_new()Valery Febvre2004-08-191-1/+7
|
* Added 2 params in lasso_authn_request_new()Valery Febvre2004-08-192-3/+14
| | | | sign_type & sign_method are used to build the signature template
* 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
* Added ds_signature in the Makefile sources and headers declarations.Romain Chantereay2004-08-191-0/+2
|
* *** 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
|
* Removed ds_signature.c & ds_signature.hValery Febvre2004-08-181-2/+0
|
* Added a '%s' in LASSO_DS_ERROR_SIGNATURE_FAILED messageValery Febvre2004-08-181-2/+2
|
* 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
* renamed federationTerminationReturnServiceURL to ↵Nicolas Clapies2004-08-182-3/+3
| | | | federationTerminationServiceReturnURL
* updated error checkings with ret / goto done methodNicolas Clapies2004-08-171-41/+90
|
* added UnsupportedProfile constantNicolas Clapies2004-08-172-0/+2
|
* 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
|