summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | [Strings] add string constant for the internal XML attributes used in dumpsBenjamin Dauvergne2010-09-035-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 typosBenjamin Dauvergne2010-08-311-3/+3
| | | | | | | | | | | | Tags were badly formatted.
* | | [Website] update download link on front pageBenjamin Dauvergne2010-07-271-3/+3
| | |
* | | [Website] fix typosBenjamin Dauvergne2010-07-271-2/+2
| | |
* | | [Website] fix source and download linksBenjamin Dauvergne2010-07-272-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 barBenjamin Dauvergne2010-07-271-19/+19
| | |
* | | [Website] in convert-to-static.py, work around errors in build logsBenjamin Dauvergne2010-07-271-6/+8
| | | | | | | | | | | | If Build() constructor fails, keep going.
* | | [Website] fix wrong structure for the news file about release 2.3.0Benjamin Dauvergne2010-07-271-2/+2
| | |
* | | [Website] import convert-to-static.py modification from lupinBenjamin Dauvergne2010-07-271-7/+14
| | |
* | | [Website] add news file aboute release 2.3.0Benjamin Dauvergne2010-07-271-0/+18
| | |
* | | [Website] fix non escaped ampersandBenjamin Dauvergne2010-07-221-1/+1
| |/ |/|
| * [Core] fix memory leak in lasso_endpoint_freeBenjamin Dauvergne2010-09-031-0/+1
| |
| * [SAMLv2] mark Redirect binding as an invalid binding for return AuthnResponseBenjamin Dauvergne2010-08-251-0/+1
| | | | | | | | This is really not supported by the SAMLv2 protocol.
| * [SAMLv2] fix string in commentBenjamin Dauvergne2010-08-251-1/+1
| |
| * [SAMLv2] replace use of lasso_provider_get_default_name_id_format with ↵Benjamin Dauvergne2010-08-251-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 storageBenjamin Dauvergne2010-08-251-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 endpointsBenjamin Dauvergne2010-08-251-0/+8
| | | | | | | | The contained string must be disallocated if the object is destroyed.
| * [Core] add structure to store endpoints type for metadata filesBenjamin Dauvergne2010-08-251-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 integersBenjamin Dauvergne2010-08-251-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 Dauvergne2010-08-251-1/+1
| | | | | | | | | | | | INVALID_REQUEST not NO_DEFAULT_ENDPOINT This is the right status to return.
| * [Core] fix change of enumeration valueBenjamin Dauvergne2010-08-051-2/+2
|/ | | | This change broke the API, revert it.
* [Release] update libtool versionBenjamin Dauvergne2010-07-211-1/+1
|
* [Website] update download linksBenjamin Dauvergne2010-07-211-4/+4
|
* [Release] Update version number from 2.3 to 2.3.0Benjamin Dauvergne2010-07-214-6/+6
|
* [Release] update release date in NEWS fileBenjamin Dauvergne2010-07-211-1/+1
|
* [Release] update ChangeLogBenjamin Dauvergne2010-07-211-0/+2916
|
* [Release] Lasso 2.3Benjamin Dauvergne2010-07-217-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_DISTBenjamin Dauvergne2010-07-211-1/+1
|
* [Core] add HACKING to EXTRA_DISTBenjamin Dauvergne2010-07-211-1/+1
|
* [Documentation] add missing declaration to lasso-sections.txtBenjamin Dauvergne2010-07-211-0/+5
|
* [Tests] change the way tests data is distributedBenjamin Dauvergne2010-07-211-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 filesBenjamin Dauvergne2010-07-2124-134/+0
|
* [Binding perl] move DISCLEANFILES and CLEANFILES outside of the condition ↵Benjamin Dauvergne2010-07-211-5/+2
| | | | clauses
* [Tests] move sourceid-2.0beta-data to data directoryBenjamin Dauvergne2010-07-212-1/+2
|
* [Core] move format-suppressions.py to tools directoryBenjamin Dauvergne2010-07-211-0/+0
|
* [Core] add README.JAVA and README.WIN32 files to EXTRA_DISTBenjamin Dauvergne2010-07-211-1/+2
|
* [Core] complete README.JAVA about later release of gcjBenjamin Dauvergne2010-07-211-0/+2
|
* [Core] add lasso.doap to EXTRA_DISTBenjamin Dauvergne2010-07-211-1/+1
|
* [Core] add errors.c to EXTRA_DISTBenjamin Dauvergne2010-07-211-1/+1
|
* [Core] remove unused build-strerror.plBenjamin Dauvergne2010-07-211-24/+0
|
* [Doc] move style.css to the reference directory, and add it to EXTRA_DISTBenjamin Dauvergne2010-07-212-1/+1
|
* [Bindings] improve cleaning and distribution buidingBenjamin Dauvergne2010-07-215-9/+9
|
* [Tests java] remove Test.javaBenjamin Dauvergne2010-07-211-11/+0
| | | | Local test file wrongly commited.
* [Makefile] add abi to EXTRA_DISTBenjamin Dauvergne2010-07-211-1/+1
|
* [Binding perl] add DISTCLEANFILES for Makefile.perl.old fileBenjamin Dauvergne2010-07-211-0/+2
|
* [Tests] remove debugging printfBenjamin Dauvergne2010-07-211-2/+0
|
* [Tests] change the way tests data is distributedBenjamin Dauvergne2010-07-2114-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 fieldsBenjamin Dauvergne2010-07-201-6/+6
| | | | GList fields now return an empty list, not null.
* [SAMLv2] simplify logic for handling AuthnResponse with binding HTTP-PostBenjamin Dauvergne2010-07-201-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 targetBenjamin Dauvergne2010-07-201-2/+3
| | | | | The TOCOPY files need to be cleaned only for out of source directory builds.