Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | [Strings] add string constant for the internal XML attributes used in dumps | Benjamin Dauvergne | 2010-09-03 | 5 | -4/+39 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add string constants for signature method, signature type, private key (file path or content), private key password and certificate (file path or content). Add cast for xmlChar constant strings definition in python bindings, it assumed all constant strings were char*. | |||||
* | | | [DOAP] fix typos | Benjamin Dauvergne | 2010-08-31 | 1 | -3/+3 | |
| | | | | | | | | | | | | Tags were badly formatted. | |||||
* | | | [Website] update download link on front page | Benjamin Dauvergne | 2010-07-27 | 1 | -3/+3 | |
| | | | ||||||
* | | | [Website] fix typos | Benjamin Dauvergne | 2010-07-27 | 1 | -2/+2 | |
| | | | ||||||
* | | | [Website] fix source and download links | Benjamin Dauvergne | 2010-07-27 | 2 | -3/+5 | |
| | | | | | | | | | | | | | | | | | | The source repository is now the git repository on dev.entrouvert.org. Latest source release is 2.3.0. And git browser is included in our redmine. | |||||
* | | | [Website] change position of Download block in right bar | Benjamin Dauvergne | 2010-07-27 | 1 | -19/+19 | |
| | | | ||||||
* | | | [Website] in convert-to-static.py, work around errors in build logs | Benjamin Dauvergne | 2010-07-27 | 1 | -6/+8 | |
| | | | | | | | | | | | | If Build() constructor fails, keep going. | |||||
* | | | [Website] fix wrong structure for the news file about release 2.3.0 | Benjamin Dauvergne | 2010-07-27 | 1 | -2/+2 | |
| | | | ||||||
* | | | [Website] import convert-to-static.py modification from lupin | Benjamin Dauvergne | 2010-07-27 | 1 | -7/+14 | |
| | | | ||||||
* | | | [Website] add news file aboute release 2.3.0 | Benjamin Dauvergne | 2010-07-27 | 1 | -0/+18 | |
| | | | ||||||
* | | | [Website] fix non escaped ampersand | Benjamin Dauvergne | 2010-07-22 | 1 | -1/+1 | |
| |/ |/| | ||||||
| * | [Core] fix memory leak in lasso_endpoint_free | Benjamin Dauvergne | 2010-09-03 | 1 | -0/+1 | |
| | | ||||||
| * | [SAMLv2] mark Redirect binding as an invalid binding for return AuthnResponse | Benjamin Dauvergne | 2010-08-25 | 1 | -0/+1 | |
| | | | | | | | | This is really not supported by the SAMLv2 protocol. | |||||
| * | [SAMLv2] fix string in comment | Benjamin Dauvergne | 2010-08-25 | 1 | -1/+1 | |
| | | ||||||
| * | [SAMLv2] replace use of lasso_provider_get_default_name_id_format with ↵ | Benjamin Dauvergne | 2010-08-25 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | direct use of lasso_provider_get_metadata_one_for_role The first is trying to use provider->role to know which kind of role descriptor to lookup, but for the server object this field is 0 and when building authn request we know that we want our default NameIDFormat for the SP sso descriptor. | |||||
| * | [SAMLv2] rebuild specialized LassoProvider methods upon new endpoints storage | Benjamin Dauvergne | 2010-08-25 | 1 | -278/+239 | |
| | | | | | | | | | | | | | | | | The new way of storing endpoints allows to keep ordering between endpoints with respect to the order of the index and isDefault field for indexed endpoint type, and to the XML node orders for other endpoints. It also simplifies the code. | |||||
| * | [Core] add destroy code for new private field endpoints | Benjamin Dauvergne | 2010-08-25 | 1 | -0/+8 | |
| | | | | | | | | The contained string must be disallocated if the object is destroyed. | |||||
| * | [Core] add structure to store endpoints type for metadata files | Benjamin Dauvergne | 2010-08-25 | 1 | -1/+13 | |
| | | | | | | | | | | This new C structure will allow to filter ID-FFv1.2 and SAMLv2 endpoints more easily. | |||||
| * | [XML] use strtol instead of atoi to parse XSchema integers | Benjamin Dauvergne | 2010-08-25 | 1 | -2/+18 | |
| | | | | | | | | | | This commit also reject negative integers from being parsed (all integers in SAMLv2 and ID-FFv1.2 schemas are positive integers). | |||||
| * | [SAMLv2] when AuthnRequest contains invalid attributes returns ↵ | Benjamin Dauvergne | 2010-08-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | INVALID_REQUEST not NO_DEFAULT_ENDPOINT This is the right status to return. | |||||
| * | [Core] fix change of enumeration value | Benjamin Dauvergne | 2010-08-05 | 1 | -2/+2 | |
|/ | | | | This change broke the API, revert it. | |||||
* | [Release] update libtool version | Benjamin Dauvergne | 2010-07-21 | 1 | -1/+1 | |
| | ||||||
* | [Website] update download links | Benjamin Dauvergne | 2010-07-21 | 1 | -4/+4 | |
| | ||||||
* | [Release] Update version number from 2.3 to 2.3.0 | Benjamin Dauvergne | 2010-07-21 | 4 | -6/+6 | |
| | ||||||
* | [Release] update release date in NEWS file | Benjamin Dauvergne | 2010-07-21 | 1 | -1/+1 | |
| | ||||||
* | [Release] update ChangeLog | Benjamin Dauvergne | 2010-07-21 | 1 | -0/+2916 | |
| | ||||||
* | [Release] Lasso 2.3 | Benjamin Dauvergne | 2010-07-21 | 7 | -16/+1236 | |
| | | | | | | | | | - update the NEWS file - add abi-2.3 file - update DOAP files - update lasso website template - add temporary message to download pages, as there are no download links currently. | |||||
* | [Core] add logos to EXTRA_DIST | Benjamin Dauvergne | 2010-07-21 | 1 | -1/+1 | |
| | ||||||
* | [Core] add HACKING to EXTRA_DIST | Benjamin Dauvergne | 2010-07-21 | 1 | -1/+1 | |
| | ||||||
* | [Documentation] add missing declaration to lasso-sections.txt | Benjamin Dauvergne | 2010-07-21 | 1 | -0/+5 | |
| | ||||||
* | [Tests] change the way tests data is distributed | Benjamin Dauvergne | 2010-07-21 | 1 | -2/+3 | |
| | | | | | | Instead of using a Makefile.am in each data directory, each data directoy has been added to the EXTRA_DIST for the parent directory Makefile.am. | |||||
* | [Core] remove now useless .cvsignore files | Benjamin Dauvergne | 2010-07-21 | 24 | -134/+0 | |
| | ||||||
* | [Binding perl] move DISCLEANFILES and CLEANFILES outside of the condition ↵ | Benjamin Dauvergne | 2010-07-21 | 1 | -5/+2 | |
| | | | | clauses | |||||
* | [Tests] move sourceid-2.0beta-data to data directory | Benjamin Dauvergne | 2010-07-21 | 2 | -1/+2 | |
| | ||||||
* | [Core] move format-suppressions.py to tools directory | Benjamin Dauvergne | 2010-07-21 | 1 | -0/+0 | |
| | ||||||
* | [Core] add README.JAVA and README.WIN32 files to EXTRA_DIST | Benjamin Dauvergne | 2010-07-21 | 1 | -1/+2 | |
| | ||||||
* | [Core] complete README.JAVA about later release of gcj | Benjamin Dauvergne | 2010-07-21 | 1 | -0/+2 | |
| | ||||||
* | [Core] add lasso.doap to EXTRA_DIST | Benjamin Dauvergne | 2010-07-21 | 1 | -1/+1 | |
| | ||||||
* | [Core] add errors.c to EXTRA_DIST | Benjamin Dauvergne | 2010-07-21 | 1 | -1/+1 | |
| | ||||||
* | [Core] remove unused build-strerror.pl | Benjamin Dauvergne | 2010-07-21 | 1 | -24/+0 | |
| | ||||||
* | [Doc] move style.css to the reference directory, and add it to EXTRA_DIST | Benjamin Dauvergne | 2010-07-21 | 2 | -1/+1 | |
| | ||||||
* | [Bindings] improve cleaning and distribution buiding | Benjamin Dauvergne | 2010-07-21 | 5 | -9/+9 | |
| | ||||||
* | [Tests java] remove Test.java | Benjamin Dauvergne | 2010-07-21 | 1 | -11/+0 | |
| | | | | Local test file wrongly commited. | |||||
* | [Makefile] add abi to EXTRA_DIST | Benjamin Dauvergne | 2010-07-21 | 1 | -1/+1 | |
| | ||||||
* | [Binding perl] add DISTCLEANFILES for Makefile.perl.old file | Benjamin Dauvergne | 2010-07-21 | 1 | -0/+2 | |
| | ||||||
* | [Tests] remove debugging printf | Benjamin Dauvergne | 2010-07-21 | 1 | -2/+0 | |
| | ||||||
* | [Tests] change the way tests data is distributed | Benjamin Dauvergne | 2010-07-21 | 14 | -40/+7 | |
| | | | | | | Instead of using a Makefile.am in each data directory, each data directoy has been added to the EXTRA_DIST for the parent directory Makefile.am. | |||||
* | [Tests] adapt java unit tests to new semantic for list fields | Benjamin Dauvergne | 2010-07-20 | 1 | -6/+6 | |
| | | | | GList fields now return an empty list, not null. | |||||
* | [SAMLv2] simplify logic for handling AuthnResponse with binding HTTP-Post | Benjamin Dauvergne | 2010-07-20 | 1 | -60/+38 | |
| | | | | | | | | | | | | | | | | | | | | The logic is now simpler: - first lasso_saml20_profile_process_any_response check the signature on the message - then lasso_saml20_login_process_response_status_and_assertion traverse all the assertions: - if the message is signed all assertion from the same issuer are automatically accepted, - if the message is not signed, or the signature validation failed, or the assertion has a different issuer than the message, we check the signature directly on the assertion. If any of the assertions fails the signature check, the result will be LASSO_PROFILE_ERROR_CANNOT_VERIFY_SIGNATURE. The public field profile->signature_status will contain only the message level signature status, each assertion signature status is not accessible. That will change when signature and key handling is reworked. | |||||
* | [Binding perl] fix broken distclean-local target | Benjamin Dauvergne | 2010-07-20 | 1 | -2/+3 | |
| | | | | | The TOCOPY files need to be cleaned only for out of source directory builds. |