summaryrefslogtreecommitdiffstats
path: root/lasso
Commit message (Expand)AuthorAgeFilesLines
...
* removing white space on blank lineFrederic Peters2007-01-061-1/+1
* removing spaces from otherwise white linesFrederic Peters2007-01-062-3/+3
* fixed indentation & param checkingFrederic Peters2007-01-061-1/+2
* fixed memory leakFrederic Peters2007-01-061-2/+7
* fixed little memory leakFrederic Peters2007-01-061-0/+1
* replace some xmlFree that should have been g_free and added some xmlFreeFrederic Peters2007-01-054-3/+5
* even more memory leak trackingFrederic Peters2007-01-053-7/+19
* new lasso_profile_clean_msg_info function used to clean msg_url and msg_bodyFrederic Peters2007-01-059-0/+30
* fixed some memory leaks (tracked with valgrind)Frederic Peters2007-01-053-14/+19
* memory management, avoid leaking xmlDoc*Frederic Peters2007-01-058-2/+13
* 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-0314-67/+205
* new LASSO_NAME_IDENTIFIER_MAPPING_ERROR_MISSING_TARGET_IDENTIFIER error codeFrederic Peters2007-01-031-0/+1
* make ID-FF SLO works even when there are SAMLv2 assertions in the sessionFrederic Peters2007-01-031-2/+3
* insure sso and slo from SAML2 work even when there are active ID-FF sessions.Frederic Peters2007-01-032-3/+5
* removed memory leak (GPtrArray was not freed) by directly accessing assertionsFrederic Peters2007-01-031-19/+15
* removed XXX comment about SessionIndex since it is handled in the application,Frederic Peters2006-12-281-2/+0
* harmonized LASSO_PARAM_ERROR_BAD_TYPE_OR_NULL_OBJ andFrederic Peters2006-12-287-29/+30
* extra checking for wrong or NULL parametersFrederic Peters2006-12-282-9/+33
* 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-289-63/+60
* replaced remaining LASSO_ERROR_UNDEFINED by appropriate error codesFrederic Peters2006-12-284-69/+82
* replaced LASSO_ERROR_UNDEFINED by appropriate error codes in all of xml/ andFrederic Peters2006-12-2810-44/+43
* coding style: added spaces at appropriate placesFrederic Peters2006-12-272-7/+6
* replaced most LASSO_ERROR_UNDEFINED by appropriate error codes (two occurencesFrederic Peters2006-12-271-6/+6
* fixed all occurences of returning a negative number unspecified in errors.hFrederic Peters2006-12-279-48/+55
* replaced all usage of UNDEFINED error code in logout profiles (both ID-FFFrederic Peters2006-12-272-12/+9
* new LASSO_PROFILE_ERROR_STATUS_NOT_SUCCESS error codeFrederic Peters2006-12-273-2/+4
* typo fixFrederic Peters2006-12-271-1/+1
* changed test against assertions which could yield a uselessFrederic Peters2006-12-271-4/+1
* avoid segfaults when passing NULL to *_new_from_dumpFrederic Peters2006-12-274-0/+12
* fixing a bunch of possible segfaults (NULL passed to strlen)Frederic Peters2006-12-272-3/+5
* fixing a bunch of undeclared functions and possible segfaults; also removedFrederic Peters2006-12-276-76/+98
* fixing some usage of unitialized variables in SAMLv2 supportFrederic Peters2006-12-273-7/+5
* 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-272-11/+11
* fixed a few (harmless) warnings detected when compiling with -WallFrederic Peters2006-12-214-2/+9
* fixed used of unitialized variableFrederic Peters2006-12-201-1/+1
* Allow the choice of the encryption algorithm to useDamien Laniel2006-12-2010-10/+87
* 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
* SAMLv2 compliance fix (mostly RelayState and affiliations related)Frederic Peters2006-12-073-21/+89
* use Location when ResponseLocation is not availableFrederic Peters2006-12-071-1/+5
* minimal support for EncryptedID in federation termiationFrederic Peters2006-12-071-2/+25
* Better parse xml to find and EncryptedKeyDamien Laniel2006-12-061-23/+20
* if signature element is not found, look for it in an assertion elementFrederic Peters2006-12-061-9/+26