Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replaced remaining LASSO_ERROR_UNDEFINED by appropriate error codes | Frederic Peters | 2006-12-28 | 4 | -69/+82 |
| | |||||
* | new error codes and coding style | Frederic Peters | 2006-12-28 | 1 | -31/+49 |
| | |||||
* | missing include, typo in comment and coding style | Frederic Peters | 2006-12-28 | 1 | -3/+7 |
| | |||||
* | coding style | Frederic Peters | 2006-12-28 | 1 | -2/+2 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| |