summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* new logout error codeFrederic Peters2006-12-062-0/+4
* relaystate handlingFrederic Peters2006-12-066-3/+22
* set Destination and handle relayStateFrederic Peters2006-12-061-1/+14
* fixed ecp attribute nameFrederic Peters2006-12-061-1/+1
* Added paos response message process support in LassoLogin object.Nicolas Clapies2006-12-055-13/+26
* look up harder for encypted stuffFrederic Peters2006-12-051-17/+14
* avoid segfaults looking for decryption keyFrederic Peters2006-12-051-1/+3
* return missing assertion error on missing assertionFrederic Peters2006-12-051-1/+1
* removed conflicting changeFrederic Peters2006-12-051-0/+4