summaryrefslogtreecommitdiffstats
path: root/lasso
Commit message (Expand)AuthorAgeFilesLines
* 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() & lasso_node_verify_x509_signatu...Valery Febvre2004-08-191-4/+10
* 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
* Added 2 methods:Valery Febvre2004-08-192-43/+65
* Added 2 methods:Valery Febvre2004-08-192-41/+64
* Added a '_' character at the begining of all ids generated by lasso_build_uni...Valery Febvre2004-08-191-7/+7
* 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
* Changed type of signature_methodValery Febvre2004-08-192-11/+11
* fixed bug in lasso_logout_build_response_msg() : build the response message d...Nicolas Clapies2004-08-191-23/+32
* 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 HTT...Nicolas Clapies2004-08-181-0/+2
* renamed federationTerminationReturnServiceURL to federationTerminationService...Nicolas Clapies2004-08-182-3/+3
* 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, adde...Nicolas Clapies2004-08-173-39/+159
* 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
* *** empty log message ***Valery Febvre2004-08-161-2/+2
* lasso_provider_get_assertionConsumerServiceURL now returns a glib-allocatedFrederic Peters2004-08-141-5/+8
* get away from G_LOG_LEVEL_ERROR since they cause abort()Frederic Peters2004-08-148-24/+31
* test for xmlParseMemory successFrederic Peters2004-08-141-1/+2
* // are not in ISO C90Frederic Peters2004-08-141-1/+1
* include <xmlsec/base64.h> since xmlSecBase64Decode is usedFrederic Peters2004-08-141-0/+1
* %F is only defined in C99 and %T in the Single Unix Specification; use moreFrederic 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-1344-208/+380
* Improved lasso/.cvsignore.Emmanuel Raviart2004-08-131-0/+3
* 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
* *** empty log message ***Valery Febvre2004-08-121-15/+85
* Modified 4 error codesValery Febvre2004-08-121-5/+6
* Added commentsValery Febvre2004-08-121-13/+9
* Added tests for errors reporting and to avoid some malicious segfaultsValery Febvre2004-08-122-30/+53
* Fixed a bug in lasso_provider_get_providerIDValery Febvre2004-08-111-1/+7
* Removed Base64 encoding of result in lasso_build_unique_id() functValery Febvre2004-08-112-9/+20
* Renamed 4 error codes and added oneValery Febvre2004-08-112-7/+13
* Added param 'type' in set_debug_info()Valery Febvre2004-08-112-8/+9