summaryrefslogtreecommitdiffstats
path: root/lasso/xml
Commit message (Expand)AuthorAgeFilesLines
* we're missing AuthenticationContextStatement supportFrederic Peters2004-11-031-0/+2
* Fixed 2 bugs in lasso_node_add_signature_tmpl()Frederic Peters2004-11-032-2/+8
* cleaning filesFrederic Peters2004-11-0111-25/+25
* LECP converted to new treeFrederic Peters2004-11-014-7/+26
* xmlsec for logout requests and responsesFrederic Peters2004-10-305-69/+52
* ds:Signature in <samlp:request/> (in login) (and the signature is not verifiedFrederic Peters2004-10-294-239/+115
* cleaning upFrederic Peters2004-10-293-13/+8
* lasso_samlp_response_abstract_fill to initialize responses with id, time andFrederic Peters2004-10-295-40/+38
* reformatted lasso_get_pem_file_typeFrederic Peters2004-10-292-43/+38
* apply optimization to build_random_sequence (and use it in build_unique_id)Frederic Peters2004-10-292-52/+39
* change function signatureFrederic Peters2004-10-291-1/+1
* styleFrederic Peters2004-10-282-16/+14
* fixed lasso_get_current_time to return UTC timeFrederic Peters2004-10-282-9/+11
* removed unused lasso_g_ptr_array_indexFrederic Peters2004-10-282-23/+0
* removal of \n at end of error messagesFrederic Peters2004-10-272-33/+33
* removed useless castsFrederic Peters2004-10-2715-15/+15
* cleaning upFrederic Peters2004-10-2710-18/+14
* removed unused codeFrederic Peters2004-10-272-233/+108
* Done with the move to structures and the removal of protocols/ (lasso branchedFrederic Peters2004-10-27101-6120/+5167
* Integrated scalp_is_liberty_query into Lasso. Consequently,Emmanuel Raviart2004-10-021-1/+1
* Removed function lasso_login_process_without_authn_request_msg.Emmanuel Raviart2004-10-022-3/+6
* Homogeneized error handling for HTTP methods in requests.Emmanuel Raviart2004-10-022-32/+39
* Fixed a bug in lasso_query_to_dict() functionValery Febvre2004-10-021-1/+1
* English correction.Emmanuel Raviart2004-10-012-2/+2
* Synchronized SWIG error codes with those in errors.h (Shame on theEmmanuel Raviart2004-10-011-1/+3
* Fixed a bug in lasso_query_verify_signature()Valery Febvre2004-10-012-22/+37
* Added one error codeValery Febvre2004-10-012-5/+8
* Added 3 error codesValery Febvre2004-09-302-0/+14
* Added 3 lassoLibConsentValery Febvre2004-09-301-5/+8
* Added an error code: LASSO_DS_ERROR_CA_CERT_CHAIN_LOAD_FAILEDValery Febvre2004-09-271-0/+1
* Improved lasso_node_verify_signature() methodValery Febvre2004-09-271-16/+25
* Removed lasso_node_verify_x509_signature() method. This method isn't useful a...Valery Febvre2004-09-272-160/+47
* Added lasso_load_certs_from_pem_certs_chain_file() functionValery Febvre2004-09-272-22/+113
* - Removed lassoLibProtocolProfileNimSpSoap macro.Nicolas Clapies2004-09-251-1/+0
* Added definition of name identifier mapping protocol profilesNicolas Clapies2004-09-231-13/+15
* Changed returned values and added some error messages in lasso_query_verify_s...Valery Febvre2004-09-222-67/+79
* Added method lasso_lib_name_identifier_mapping_request_set_targetNameSpace() ...Nicolas Clapies2004-09-222-6/+21
* forgotten commit; /insert const keyword explanation here/Frederic Peters2004-09-223-11/+6
* updateValery Febvre2004-09-221-5/+9
* Added 8 SamlStatusCodeValery Febvre2004-09-221-2/+10
* Added lasso_get_public_key_from_pem_cert_file()Valery Febvre2004-09-202-24/+131
* use g_strdup_printf to avoir buffer size calculations and g_snprintf to avoirFrederic Peters2004-09-172-5/+2
* use g_strdup_printf to avoid buffer size calculation; and free() the uri onceFrederic Peters2004-09-171-2/+2
* strncpy won't add a trailing \0 to the string if it has over 512 characters;Frederic Peters2004-09-171-2/+4
* removed remaining parenthesis on return statementsFrederic Peters2004-09-172-4/+4
* lasso_sha1 doesn't return a string but a bufferFrederic Peters2004-09-171-3/+3
* remove removed codeFrederic Peters2004-09-172-68/+0
* alloc xmlChar with xmlMalloc in lasso_build_unique_id; alloc one more characterFrederic Peters2004-09-171-12/+3
* a bit late; fixed use of unitialized variables (-Wuninitialized needs -O)Frederic Peters2004-09-061-0/+2
* removed extra parentheses after return statements;Frederic Peters2004-09-0116-90/+90