| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | |
| | | ||||||
| * | Adding Damien to developers | Frederic Peters | 2006-12-27 | 1 | -4/+3 | |
| | | ||||||
| * | fixing minor typo | Frederic Peters | 2006-12-27 | 1 | -6/+6 | |
| | | ||||||
| * | added libgcj7-dev for gcj 4.1 | Frederic Peters | 2006-12-27 | 1 | -0/+2 | |
| | | ||||||
| * | fixed a few (harmless) warnings detected when compiling with -Wall | Frederic Peters | 2006-12-21 | 4 | -2/+9 | |
| | | | | | -Wmissing-declarations -Wdeclaration-after-statement | |||||
| * | set return type | Frederic Peters | 2006-12-20 | 1 | -0/+1 | |
| | | ||||||
| * | fixed used of unitialized variable | Frederic Peters | 2006-12-20 | 1 | -1/+1 | |
| | | ||||||
| * | Added SAML2 PHP documentation. Need to complete with some Login and Logout ↵ | Nicolas Clapies | 2006-12-20 | 2 | -2/+419 | |
| | | | | | details. Need to add description of Name Id Management profile. | |||||
| * | Allow the choice of the encryption algorithm to use | Damien Laniel | 2006-12-20 | 11 | -13/+110 | |
| | | ||||||
| * | include all testing metadata | Frederic Peters | 2006-12-19 | 1 | -4/+4 | |
| | | ||||||
| * | fix rst syntax | Frederic Peters | 2006-12-18 | 1 | -0/+1 | |
| | | ||||||
| * | Added (and documented) new members to snippet, necessary to fix namespace for | Frederic Peters | 2006-12-16 | 5 | -6/+20 | |
| | | | | | saml:AuthnContextClassRef used in samlp:RequestedAuthnContext | |||||
| * | testing metadata files are in $(srcdir) | Frederic Peters | 2006-12-08 | 2 | -5/+6 | |
| | | ||||||
| * | include tests metadata subdir | Frederic Peters | 2006-12-08 | 1 | -1/+1 | |
| | | ||||||
| * | ship metadata files used in tests | Frederic Peters | 2006-12-08 | 2 | -0/+7 | |
| | | ||||||
| * | fixed php configure options indentation | Frederic Peters | 2006-12-08 | 1 | -4/+4 | |
| | | ||||||
| * | added support for PHP5 | Frederic Peters | 2006-12-08 | 3 | -3/+101 | |
| | | ||||||
| * | compile PHP5 binding fine (using PHP_VERSION_ID to see if this is PHP 5) | Frederic Peters | 2006-12-08 | 1 | -5/+5 | |
| | | ||||||
| * | try to avoid detecting php5 as a compatible php version | Frederic Peters | 2006-12-08 | 3 | -51/+52 | |
| | | ||||||
| * | tarball have to ship two new Java file | Frederic Peters | 2006-12-08 | 1 | -0/+2 | |
| | | ||||||
| * | ship xml_enc.h | Frederic Peters | 2006-12-08 | 1 | -1/+2 | |
| | | ||||||
| * | removed -dlname argument which disappeared in SWIG 1.3.31 and was already | Frederic Peters | 2006-12-07 | 1 | -1/+1 | |
| | | | | | optional in 1.3.29 | |||||
| * | abstract is a reserved java keyword | Frederic Peters | 2006-12-07 | 1 | -2/+2 | |
| | | ||||||
| * | different code path for SWIG >= 1.3.31 for downcast in java | Frederic Peters | 2006-12-07 | 1 | -0/+7 | |
| | | ||||||
| * | added (required in swig 1.3.31) methodmodifiers for javadestruct delete typemap | Frederic Peters | 2006-12-07 | 1 | -1/+1 | |
| | | ||||||
| * | abstract attribute breaks php binding with SWIG 1.3.31 | Frederic Peters | 2006-12-07 | 1 | -0/+6 | |
| | | ||||||
| * | fixed PHP4 #ifdef | Frederic Peters | 2006-12-07 | 1 | -1/+1 | |
| | | ||||||
| * | binding for new error code | Frederic Peters | 2006-12-07 | 1 | -0/+1 | |
| | | ||||||
| * | 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) | |||||
| * | new logout error code | Frederic Peters | 2006-12-06 | 2 | -0/+4 | |
| | | ||||||
| * | relaystate handling | Frederic Peters | 2006-12-06 | 6 | -3/+22 | |
| | | ||||||
| * | set Destination and handle relayState | Frederic Peters | 2006-12-06 | 1 | -1/+14 | |
| | | ||||||
| * | fixed ecp attribute name | Frederic Peters | 2006-12-06 | 1 | -1/+1 | |
| | | ||||||
| * | Added paos response message process support in LassoLogin object. | Nicolas Clapies | 2006-12-05 | 5 | -13/+26 | |
| | | ||||||
| * | look up harder for encypted stuff | Frederic Peters | 2006-12-05 | 1 | -17/+14 | |
| | | ||||||
| * | avoid segfaults looking for decryption key | Frederic Peters | 2006-12-05 | 1 | -1/+3 | |
| | | ||||||
| * | return missing assertion error on missing assertion | Frederic Peters | 2006-12-05 | 1 | -1/+1 | |
| | | ||||||
| * | removed conflicting change | Frederic Peters | 2006-12-05 | 1 | -0/+4 | |
| | | ||||||
