Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | removing white space on blank line | Frederic Peters | 2007-01-06 | 1 | -1/+1 | |
| | ||||||
* | removing spaces from otherwise white lines | Frederic Peters | 2007-01-06 | 2 | -3/+3 | |
| | ||||||
* | fixed indentation & param checking | Frederic Peters | 2007-01-06 | 1 | -1/+2 | |
| | ||||||
* | fixed memory leak | Frederic Peters | 2007-01-06 | 1 | -2/+7 | |
| | ||||||
* | fixed little memory leak | Frederic Peters | 2007-01-06 | 1 | -0/+1 | |
| | ||||||
* | replace some xmlFree that should have been g_free and added some xmlFree | Frederic Peters | 2007-01-05 | 4 | -3/+5 | |
| | | | | where required. | |||||
* | even more memory leak tracking | Frederic Peters | 2007-01-05 | 3 | -7/+19 | |
| | ||||||
* | new lasso_profile_clean_msg_info function used to clean msg_url and msg_body | Frederic Peters | 2007-01-05 | 9 | -0/+30 | |
| | | | | | (free()ing and setting to NULL) in functions where those variables are later set. | |||||
* | fixed some memory leaks (tracked with valgrind) | Frederic Peters | 2007-01-05 | 3 | -14/+19 | |
| | ||||||
* | memory management, avoid leaking xmlDoc* | Frederic Peters | 2007-01-05 | 8 | -2/+13 | |
| | ||||||
* | directly include headers from xmlsec/openssl/; at least required to compile on | Frederic Peters | 2007-01-04 | 1 | -0/+2 | |
| | | | | Fedora Cora 6. | |||||
* | misc fixes for 1) memory leaks around XPath usage and 2) potential segfaults | Frederic Peters | 2007-01-03 | 14 | -67/+205 | |
| | | | | from untested pointers | |||||
* | new LASSO_NAME_IDENTIFIER_MAPPING_ERROR_MISSING_TARGET_IDENTIFIER error code | Frederic Peters | 2007-01-03 | 1 | -0/+1 | |
| | ||||||
* | make ID-FF SLO works even when there are SAMLv2 assertions in the session | Frederic Peters | 2007-01-03 | 1 | -2/+3 | |
| | ||||||
* | insure sso and slo from SAML2 work even when there are active ID-FF sessions. | Frederic Peters | 2007-01-03 | 2 | -3/+5 | |
| | ||||||
* | removed memory leak (GPtrArray was not freed) by directly accessing assertions | Frederic Peters | 2007-01-03 | 1 | -19/+15 | |
| | | | | from their hash table instead of an intermediary GPtrArray. | |||||
* | removed XXX comment about SessionIndex since it is handled in the application, | Frederic Peters | 2006-12-28 | 1 | -2/+0 | |
| | | | | not in Lasso | |||||
* | harmonized LASSO_PARAM_ERROR_BAD_TYPE_OR_NULL_OBJ and | Frederic Peters | 2006-12-28 | 7 | -29/+30 | |
| | | | | LASSO_PARAM_ERROR_INVALID_VALUE usage | |||||
* | extra checking for wrong or NULL parameters | Frederic Peters | 2006-12-28 | 2 | -9/+33 | |
| | ||||||
* | notice when building deflated query fails, and don't include (null) as query | Frederic Peters | 2006-12-28 | 11 | -0/+33 | |
| | | | | component in this case. | |||||
* | fixed crashed added when changing find_path return type | Frederic Peters | 2006-12-28 | 1 | -1/+1 | |
| | ||||||
* | coding style improvements | Frederic Peters | 2006-12-28 | 9 | -63/+60 | |
| | ||||||
* | replaced remaining LASSO_ERROR_UNDEFINED by appropriate error codes | Frederic Peters | 2006-12-28 | 4 | -69/+82 | |
| | ||||||
* | replaced LASSO_ERROR_UNDEFINED by appropriate error codes in all of xml/ and | Frederic Peters | 2006-12-28 | 10 | -44/+43 | |
| | | | | id-ff/ | |||||
* | coding style: added spaces at appropriate places | Frederic Peters | 2006-12-27 | 2 | -7/+6 | |
| | ||||||
* | replaced most LASSO_ERROR_UNDEFINED by appropriate error codes (two occurences | Frederic Peters | 2006-12-27 | 1 | -6/+6 | |
| | | | | are remaining) | |||||
* | fixed all occurences of returning a negative number unspecified in errors.h | Frederic Peters | 2006-12-27 | 9 | -48/+55 | |
| | ||||||
* | replaced all usage of UNDEFINED error code in logout profiles (both ID-FF | Frederic Peters | 2006-12-27 | 2 | -12/+9 | |
| | | | | and SAMLv2) by appropriate error codes | |||||
* | new LASSO_PROFILE_ERROR_STATUS_NOT_SUCCESS error code | Frederic Peters | 2006-12-27 | 3 | -2/+4 | |
| | ||||||
* | typo fix | Frederic Peters | 2006-12-27 | 1 | -1/+1 | |
| | ||||||
* | changed test against assertions which could yield a useless | Frederic Peters | 2006-12-27 | 1 | -4/+1 | |
| | | | | LASSO_ERROR_UNDEFINED | |||||
* | avoid segfaults when passing NULL to *_new_from_dump | Frederic Peters | 2006-12-27 | 4 | -0/+12 | |
| | ||||||
* | fixing a bunch of possible segfaults (NULL passed to strlen) | Frederic Peters | 2006-12-27 | 2 | -3/+5 | |
| | ||||||
* | fixing a bunch of undeclared functions and possible segfaults; also removed | Frederic Peters | 2006-12-27 | 6 | -76/+98 | |
| | | | | some debugging printf. (ID-WSF is now warning-free (but char signedness)) | |||||
* | fixing some usage of unitialized variables in SAMLv2 support | Frederic Peters | 2006-12-27 | 3 | -7/+5 | |
| | ||||||
* | correctly initialize req at top of function and don't try to get the deflated | Frederic Peters | 2006-12-27 | 1 | -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 Peters | 2006-12-27 | 1 | -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 (let | Frederic Peters | 2006-12-27 | 2 | -8/+8 | |
| | | | | default handling be at the end) | |||||
* | fixed gtk-doc for some enums | Frederic Peters | 2006-12-27 | 2 | -11/+11 | |
| | ||||||
* | fixed a few (harmless) warnings detected when compiling with -Wall | Frederic Peters | 2006-12-21 | 4 | -2/+9 | |
| | | | | -Wmissing-declarations -Wdeclaration-after-statement | |||||
* | fixed used of unitialized variable | Frederic Peters | 2006-12-20 | 1 | -1/+1 | |
| | ||||||
* | Allow the choice of the encryption algorithm to use | Damien Laniel | 2006-12-20 | 10 | -10/+87 | |
| | ||||||
* | Added (and documented) new members to snippet, necessary to fix namespace for | Frederic Peters | 2006-12-16 | 4 | -5/+15 | |
| | | | | saml:AuthnContextClassRef used in samlp:RequestedAuthnContext | |||||
* | ship xml_enc.h | Frederic Peters | 2006-12-08 | 1 | -1/+2 | |
| | ||||||
* | ECP fixes | Frederic Peters | 2006-12-07 | 1 | -3/+5 | |
| | ||||||
* | SAMLv2 compliance fix (mostly RelayState and affiliations related) | Frederic Peters | 2006-12-07 | 3 | -21/+89 | |
| | ||||||
* | use Location when ResponseLocation is not available | Frederic Peters | 2006-12-07 | 1 | -1/+5 | |
| | ||||||
* | minimal support for EncryptedID in federation termiation | Frederic Peters | 2006-12-07 | 1 | -2/+25 | |
| | ||||||
* | Better parse xml to find and EncryptedKey | Damien Laniel | 2006-12-06 | 1 | -23/+20 | |
| | ||||||
* | if signature element is not found, look for it in an assertion element | Frederic Peters | 2006-12-06 | 1 | -9/+26 | |
| | | | | | (this is not perfect since it should be possibly to check *both* signatures and we don't care for the moment) |