summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Revert "configure.ac: desactivate the PHP5 binding if no CLI interpreter is ↵v2.4.0Benjamin Dauvergne2014-01-071-4/+0
| | | | | | available" This reverts commit a3d53764fa75c30ee9a118088f0a224bc20059e4.
* docs: remove sectionBenjamin Dauvergne2014-01-071-1/+0
|
* configure.ac: desactivate the PHP5 binding if no CLI interpreter is availableBenjamin Dauvergne2014-01-061-0/+4
|
* configure.ac: remove checks for SWIGBenjamin Dauvergne2014-01-061-38/+0
|
* configure.ac,fedora/lasso.spec: remove expat dependencyBenjamin Dauvergne2013-12-192-13/+1
|
* INSTALL: add paragraph about build dependenciesBenjamin Dauvergne2013-12-191-1/+19
|
* more work toward release 2.4.0Benjamin Dauvergne2013-12-193-7/+1179
|
* id-ff/providerprivate.h,id-ff/provider.h: make ↵Benjamin Dauvergne2013-12-182-2/+3
| | | | | | lasso_provider_verify_signature public API It's necessary for the crudeSAML SASL mechanism.
* bindings/python: automatically encode string into utf-8 when passing unicode ↵Benjamin Dauvergne2013-12-111-0/+13
| | | | | | string to Lasso methods fixes #4077
* id-ff/session.c: fix wrong variable reference in ↵Benjamin Dauvergne2013-12-081-1/+1
| | | | init_from_xml_nid_and_session_index
* remove the debian directory from the projectBenjamin Dauvergne2013-12-0618-711/+0
|
* doc: remove broken gtk-doc tests for nowFrédéric Péters2013-12-061-1/+1
|
* perl: make it compatible with recent libxml2Frédéric Péters2013-12-061-10/+22
|
* doc: remove reference to init.xml that is not created anymoreFrédéric Péters2013-12-051-1/+0
|
* build: replace python $libdir by our ownFrédéric Péters2013-12-051-1/+4
|
* Better python detection in configure.acSimo Sorce2013-12-051-11/+7
| | | | | License: MIT Signed-off-by: Simo Sorce <simo@redhat.com>
* Support automake 1.13 and 1.14Simo Sorce2013-12-051-1/+7
| | | | | License: MIT Signed-off-by: Simo Sorce <simo@redhat.com>
* Fix license boilerplatesSimo Sorce2013-12-03815-1644/+818
| | | | | | | Instad of referring to an old FSF address, point the reader to the FSF website where the latest licenses and addresses are published. Signed-off-by: Simo Sorce <simo@redhat.com>
* jenkins.sh: do not ignore errorsBenjamin Dauvergne2013-11-201-0/+1
|
* python: do not fail displaying a non-C error (fixes #3866)Frédéric Péters2013-10-231-1/+4
| | | | | | | | | | The binding does a raise Error('failed to create object') but the local Error exception class expects a lasso error code, and will thus fail if printed. File ".../lasso.py", line 54, in __str__ return '<lasso.%s(%s): %s>' % (self.__class__.__name__, self.code, _lasso.strError(self.code)) TypeError: an integer is required
* saml-2.0/provider: when looking for endpoints take a null role as meanning ↵Benjamin Dauvergne2013-10-111-6/+11
| | | | « take the first one »
* saml-2.0/profile: fix typo in commit 8de55Benjamin Dauvergne2013-10-101-1/+1
|
* saml-2.0/profile: add warning message when unable to build an artifact ↵Benjamin Dauvergne2013-10-101-0/+4
| | | | response message due to an unfound artifact resolution endpoint
* web: update mailing list urlsBenjamin Dauvergne2013-10-011-4/+4
|
* toosl/git-version-gen: use a dot to separate the commit string from the ↵Benjamin Dauvergne2013-09-271-1/+1
| | | | regular version
* lasso/xml/tools.c: fix misuse of xmlURIUnescapeStringBenjamin Dauvergne2013-09-271-2/+10
| | | | | If the length argument is NULL, the full string is unescaped; the behaviour we expected is to return a 0 length string.
* tools/git-version-gen: keep the g before the git commit numberBenjamin Dauvergne2013-09-271-1/+2
|
* .gitignore: add moreBenjamin Dauvergne2013-09-271-0/+3
|
* bindings/perl: fix type of size variable incompatible with 64 bits archBenjamin Dauvergne2013-09-271-1/+1
|
* id-ff/login.c: initialize role status of sp and idp in ↵Benjamin Dauvergne2013-09-271-1/+10
| | | | lasso_login_init_authn_request
* jenkins.sh: build a first time before running distcheck, in order to have ↵Benjamin Dauvergne2013-09-261-0/+1
| | | | the documentation compiled
* tests/data/Makefile: regenerate list of files and directories to distributeBenjamin Dauvergne2013-09-261-8/+21
|
* docs/Makefile: always set DIST_SUBDIRSBenjamin Dauvergne2013-09-261-3/+1
|
* add jenkins.sh scriptBenjamin Dauvergne2013-09-261-0/+3
|
* saml2/profile.c: add resolving of the endpoint index in artifactsBenjamin Dauvergne2013-09-083-8/+22
| | | | | | | | * lasso/saml-2.0/profile.c: add new argument role to lasso_saml20_profile_init_artifact_resolve() for looking up ArtifactResolutionService location; extract endpoint index from artifact and use it to resolve the endpoint location. * login.c: pass new argument ; force msg_url as it is preinitialized by lasso_saml20_profile_init_artifact_resolve()
* saml2/provider.c: add new function lasso_saml20_provider_get_endpoint_url() ↵Benjamin Dauvergne2013-09-082-0/+60
| | | | for retrieving endpoint locations using the new endpoints list
* errors.{c,h}: add new error LASSO_PROFILE_ERROR_ENDPOINT_INDEX_NOT_FOUND for ↵Benjamin Dauvergne2013-09-082-0/+9
| | | | reporting when a recevied artifact does match any declared endpoint
* saml2/profile: fix missing ArtifactResolutionService index in artifactsBenjamin Dauvergne2013-09-084-8/+42
|
* tests: add non-regression test to check that we correctly provide the ↵Benjamin Dauvergne2013-09-084-30/+82
| | | | ArtifactResolutionService index in artifacts
* saml2/login: fix role of providers in process_authn_request() and ↵Benjamin Dauvergne2013-09-081-0/+9
| | | | | | idp_initiated_authn_request() It is necessary for endpoint resolution to know the role of providers.
* tests: in check_equals() and check_not_equals() macros use long long int as ↵Benjamin Dauvergne2013-09-081-2/+2
| | | | a catchall type for printing compared values
* fix compilation errors on 64bits architecturesBenjamin Dauvergne2013-09-087-7/+7
| | | | | * sizeof(unsigned int) != sizeof(size_t) * INT_MAX != LONG_MAX
* fix warnings about unused but set variablesBenjamin Dauvergne2013-09-0813-44/+115
|
* Revert "doc: fix EXTRA_DIST definition in reference/lasso/Makefile.am"Benjamin Dauvergne2013-08-271-1/+1
| | | | | | This reverts commit a223afc6077528792055def999c29ac5f4d8a418. It seems to be incompatible with recent version of gtk-doc, I need to investigate more this problem.
* doc: fix EXTRA_DIST definition in reference/lasso/Makefile.amBenjamin Dauvergne2013-08-271-1/+1
|
* Merge remote-tracking branch 'origin/libxml2.9-compat'Benjamin Dauvergne2013-07-309-129/+112
|\
| * Rewrite all xmlNode serialization code to be compatible with libxml 2.9.0Benjamin Dauvergne2012-09-289-129/+112
| | | | | | | | | | | | | | | | | | | | Libxml stopped exposing the internal of the xmlOutputBuffer structure; it was replace by proper use of the API and of the xmlBuffer structure. There could be regression for older version of libxml as some functions appeared in recent version of libxml; but the reference API document does not give any introduction date for functions so it's hard to be sure.
* | website: fix commercial licencee page locationFrédéric Péters2013-07-201-1/+1
| |
* | AM_C_PROTOTYPES is no longer supported in autoconf 1.12.Tim Newsome2013-06-191-1/+0
| |
* | Add support for automake 1.12.Tim Newsome2013-06-191-1/+4
| |