summaryrefslogtreecommitdiffstats
path: root/lasso/xml
Commit message (Expand)AuthorAgeFilesLines
...
* fixed memory leak in Extension to query string conversionFrederic Peters2007-01-071-0/+1
* unfixed memory leak, because strange manipulations to xmlnode structuresFrederic Peters2007-01-071-0/+5
* removing white spaces on blank linesFrederic Peters2007-01-061-1/+1
* fixing indentationFrederic Peters2007-01-063-5/+5
* removing spaces from otherwise white linesFrederic Peters2007-01-061-2/+2
* replace some xmlFree that should have been g_free and added some xmlFreeFrederic Peters2007-01-051-0/+1
* even more memory leak trackingFrederic Peters2007-01-052-3/+8
* fixed some memory leaks (tracked with valgrind)Frederic Peters2007-01-051-3/+2
* directly include headers from xmlsec/openssl/; at least required to compile onFrederic Peters2007-01-041-0/+2
* misc fixes for 1) memory leaks around XPath usage and 2) potential segfaultsFrederic Peters2007-01-031-4/+7
* notice when building deflated query fails, and don't include (null) as queryFrederic Peters2006-12-2811-0/+33
* fixed crashed added when changing find_path return typeFrederic Peters2006-12-281-1/+1
* coding style improvementsFrederic Peters2006-12-283-9/+11
* replaced LASSO_ERROR_UNDEFINED by appropriate error codes in all of xml/ andFrederic Peters2006-12-281-1/+1
* fixing a bunch of undeclared functions and possible segfaults; also removedFrederic Peters2006-12-271-0/+1
* correctly initialize req at top of function and don't try to get the deflatedFrederic Peters2006-12-271-1/+5
* moved find_path and set_value_at_path from returning int to returning gboolean;Frederic Peters2006-12-271-12/+12
* default encryption type is AES-128, rearranged code so that is clearer (letFrederic Peters2006-12-272-8/+8
* fixed gtk-doc for some enumsFrederic Peters2006-12-271-4/+4
* fixed a few (harmless) warnings detected when compiling with -WallFrederic Peters2006-12-212-2/+7
* Allow the choice of the encryption algorithm to useDamien Laniel2006-12-205-8/+62
* Added (and documented) new members to snippet, necessary to fix namespace forFrederic Peters2006-12-164-5/+15
* ship xml_enc.hFrederic Peters2006-12-081-1/+2
* ECP fixesFrederic Peters2006-12-071-3/+5
* Better parse xml to find and EncryptedKeyDamien Laniel2006-12-061-23/+20
* relaystate handlingFrederic Peters2006-12-066-3/+22
* fixed ecp attribute nameFrederic Peters2006-12-061-1/+1
* look up harder for encypted stuffFrederic Peters2006-12-051-17/+14
* avoid segfaults looking for decryption keyFrederic Peters2006-12-051-1/+3
* use 128-bit AES which seems better supported by other applicationsFrederic Peters2006-12-051-4/+4
* fixed signature element positionFrederic Peters2006-12-043-6/+6
* Fixed memory managementDamien Laniel2006-12-021-0/+1
* Fixed memory management problemsDamien Laniel2006-12-022-2/+2
* Fixed a few warnings with -WallDamien Laniel2006-12-021-2/+4
* removed side effects in samlp2_response/get_xmlNodeFrederic Peters2006-11-301-8/+18
* fixed case when not using encrypted assertionFrederic Peters2006-11-301-2/+4
* fixing memory leaks, side effects and more in EncryptedAssertionFrederic Peters2006-11-302-31/+31
* naming lists "item" is confusinFrederic Peters2006-11-301-1/+1
* use appropriate functions for g_list_Frederic Peters2006-11-301-1/+1
* Moved assertion encryption code out of saml2_response.c to tools.cDamien Laniel2006-11-292-69/+75
* Encrypt Assertions at the last moment, so that the assertions should be fully...Damien Laniel2006-11-295-5/+99
* Don't include the internal datas of the nodes in encrypted elementsDamien Laniel2006-11-281-1/+1
* removed unused variableFrederic Peters2006-11-271-1/+0
* Support for name-id:format:encrypted in NameIdPolicy in AuthnrequestDamien Laniel2006-11-271-0/+2
* Added an original node to encrypted elements, only in dumps, for the dump to ...Damien Laniel2006-11-233-0/+8
* Fix LassoSaml2EncryptedElement nameDamien Laniel2006-11-221-2/+2
* reduced memory allocation (and loc)Frederic Peters2006-11-221-7/+3
* Changed xmlGetNoNsProp with xmlGetProp in lasso_decryptDamien Laniel2006-11-221-1/+1
* fixed pkey memory leakFrederic Peters2006-11-211-19/+13
* Free bio on error in lasso_get_pem_file_typeDamien Laniel2006-11-211-2/+6