summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* un-idff'ied docstrings (and fixed a few comments)Frederic Peters2007-01-082-6/+6
|
* added documentation about SAMLv2 Name Id Management profile; and by the sameFrederic Peters2007-01-0814-41/+188
| | | | time updated all tmpl/ files with a newer gtk-doc
* fixed provider->private_data->encryption_public_key memory leak and removedFrederic Peters2007-01-071-6/+1
| | | | duplicate freeing for public_key and ca_cert_chain
* mitigate memory leak (?)Frederic Peters2007-01-071-5/+6
|
* fixed memory leak occuring near SNIPPET_SIGNATUREFrederic Peters2007-01-071-1/+5
|
* fixed memory leak in Extension to query string conversionFrederic Peters2007-01-071-0/+1
|
* fixed memory leakFrederic Peters2007-01-071-2/+8
|
* unfixed memory leak, because strange manipulations to xmlnode structuresFrederic Peters2007-01-071-0/+5
| | | | could cause memory corruption
* removing white space lost in a tabFrederic Peters2007-01-061-1/+1
|
* removing white spaces on blank linesFrederic Peters2007-01-062-2/+2
|
* fixing indentationFrederic Peters2007-01-063-5/+5
|
* 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
|
* cleaning up memory allocated for tests; so valgrind logs are cleanerFrederic Peters2007-01-051-1/+7
|
* 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.
* bumped version to 1.9.9 (and updated libtool version accordingly) and disabledFrederic Peters2007-01-041-6/+6
| | | | PHP5 support by default.
* 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-032-0/+3
|
* 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.
* Updated metadata saml2 saming files. Fixed protocol binding setting when ↵Nicolas Clapies2007-01-021-5/+5
| | | | initiating sso.
* 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
|
* more fixes for optional arg support in PHPFrederic Peters2006-12-281-7/+27
|
* optional args are handled differently in newer SWIG versionsFrederic Peters2006-12-281-4/+20
|
* 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
|
* new error codes and coding styleFrederic Peters2006-12-281-31/+49
|
* missing include, typo in comment and coding styleFrederic Peters2006-12-281-3/+7
|
* coding styleFrederic Peters2006-12-281-2/+2
|
* 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