summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Adding Damien to developersFrederic Peters2006-12-271-4/+3
* fixing minor typoFrederic Peters2006-12-271-6/+6
* added libgcj7-dev for gcj 4.1Frederic Peters2006-12-271-0/+2
* fixed a few (harmless) warnings detected when compiling with -WallFrederic Peters2006-12-214-2/+9
* set return typeFrederic Peters2006-12-201-0/+1
* fixed used of unitialized variableFrederic Peters2006-12-201-1/+1
* Added SAML2 PHP documentation. Need to complete with some Login and Logout de...Nicolas Clapies2006-12-202-2/+419
* Allow the choice of the encryption algorithm to useDamien Laniel2006-12-2011-13/+110
* include all testing metadataFrederic Peters2006-12-191-4/+4
* fix rst syntaxFrederic Peters2006-12-181-0/+1
* Added (and documented) new members to snippet, necessary to fix namespace forFrederic Peters2006-12-165-6/+20
* testing metadata files are in $(srcdir)Frederic Peters2006-12-082-5/+6
* include tests metadata subdirFrederic Peters2006-12-081-1/+1
* ship metadata files used in testsFrederic Peters2006-12-082-0/+7
* fixed php configure options indentationFrederic Peters2006-12-081-4/+4
* added support for PHP5Frederic Peters2006-12-083-3/+101
* compile PHP5 binding fine (using PHP_VERSION_ID to see if this is PHP 5)Frederic Peters2006-12-081-5/+5
* try to avoid detecting php5 as a compatible php versionFrederic Peters2006-12-083-51/+52
* tarball have to ship two new Java fileFrederic Peters2006-12-081-0/+2
* ship xml_enc.hFrederic Peters2006-12-081-1/+2
* removed -dlname argument which disappeared in SWIG 1.3.31 and was alreadyFrederic Peters2006-12-071-1/+1
* abstract is a reserved java keywordFrederic Peters2006-12-071-2/+2
* different code path for SWIG >= 1.3.31 for downcast in javaFrederic Peters2006-12-071-0/+7
* added (required in swig 1.3.31) methodmodifiers for javadestruct delete typemapFrederic Peters2006-12-071-1/+1
* abstract attribute breaks php binding with SWIG 1.3.31Frederic Peters2006-12-071-0/+6
* fixed PHP4 #ifdefFrederic Peters2006-12-071-1/+1
* binding for new error codeFrederic Peters2006-12-071-0/+1
* 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