summaryrefslogtreecommitdiffstats
path: root/lasso
Commit message (Collapse)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
| | | | where required.
* 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
| | | | | (free()ing and setting to NULL) in functions where those variables are later set.
* 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
| | | | Fedora Cora 6.
* misc fixes for 1) memory leaks around XPath usage and 2) potential segfaultsFrederic Peters2007-01-0314-67/+205
| | | | from untested pointers
* 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
| | | | from their hash table instead of an intermediary GPtrArray.
* removed XXX comment about SessionIndex since it is handled in the application,Frederic Peters2006-12-281-2/+0
| | | | not in Lasso
* harmonized LASSO_PARAM_ERROR_BAD_TYPE_OR_NULL_OBJ andFrederic Peters2006-12-287-29/+30
| | | | LASSO_PARAM_ERROR_INVALID_VALUE usage
* 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
| | | | component in this case.
* 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
| | | | id-ff/
* 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
| | | | are remaining)
* 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
| | | | and SAMLv2) by appropriate error codes
* 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
| | | | LASSO_ERROR_UNDEFINED
* 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
| | | | some debugging printf. (ID-WSF is now warning-free (but char signedness))
* 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
| | | | samlv2 query if the parameter was not present
* moved find_path and set_value_at_path from returning int to returning gboolean;Frederic Peters2006-12-271-12/+12
| | | | this gets rid of ugly and useless LASSO_ERROR_UNDEFINED in thos functions.
* default encryption type is AES-128, rearranged code so that is clearer (letFrederic Peters2006-12-272-8/+8
| | | | default handling be at the end)
* 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
| | | | -Wmissing-declarations -Wdeclaration-after-statement
* 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
| | | | saml:AuthnContextClassRef used in samlp:RequestedAuthnContext
* 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
| | | | | (this is not perfect since it should be possibly to check *both* signatures and we don't care for the moment)