| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Revert "configure.ac: desactivate the PHP5 binding if no CLI interpreter is ↵v2.4.0 | Benjamin Dauvergne | 2014-01-07 | 1 | -4/+0 |
| | | | | | | | available" This reverts commit a3d53764fa75c30ee9a118088f0a224bc20059e4. | ||||
| * | docs: remove section | Benjamin Dauvergne | 2014-01-07 | 1 | -1/+0 |
| | | |||||
| * | configure.ac: desactivate the PHP5 binding if no CLI interpreter is available | Benjamin Dauvergne | 2014-01-06 | 1 | -0/+4 |
| | | |||||
| * | configure.ac: remove checks for SWIG | Benjamin Dauvergne | 2014-01-06 | 1 | -38/+0 |
| | | |||||
| * | configure.ac,fedora/lasso.spec: remove expat dependency | Benjamin Dauvergne | 2013-12-19 | 2 | -13/+1 |
| | | |||||
| * | INSTALL: add paragraph about build dependencies | Benjamin Dauvergne | 2013-12-19 | 1 | -1/+19 |
| | | |||||
| * | more work toward release 2.4.0 | Benjamin Dauvergne | 2013-12-19 | 3 | -7/+1179 |
| | | |||||
| * | id-ff/providerprivate.h,id-ff/provider.h: make ↵ | Benjamin Dauvergne | 2013-12-18 | 2 | -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 Dauvergne | 2013-12-11 | 1 | -0/+13 |
| | | | | | | | string to Lasso methods fixes #4077 | ||||
| * | id-ff/session.c: fix wrong variable reference in ↵ | Benjamin Dauvergne | 2013-12-08 | 1 | -1/+1 |
| | | | | | init_from_xml_nid_and_session_index | ||||
| * | remove the debian directory from the project | Benjamin Dauvergne | 2013-12-06 | 18 | -711/+0 |
| | | |||||
| * | doc: remove broken gtk-doc tests for now | Frédéric Péters | 2013-12-06 | 1 | -1/+1 |
| | | |||||
| * | perl: make it compatible with recent libxml2 | Frédéric Péters | 2013-12-06 | 1 | -10/+22 |
| | | |||||
| * | doc: remove reference to init.xml that is not created anymore | Frédéric Péters | 2013-12-05 | 1 | -1/+0 |
| | | |||||
| * | build: replace python $libdir by our own | Frédéric Péters | 2013-12-05 | 1 | -1/+4 |
| | | |||||
| * | Better python detection in configure.ac | Simo Sorce | 2013-12-05 | 1 | -11/+7 |
| | | | | | | License: MIT Signed-off-by: Simo Sorce <simo@redhat.com> | ||||
| * | Support automake 1.13 and 1.14 | Simo Sorce | 2013-12-05 | 1 | -1/+7 |
| | | | | | | License: MIT Signed-off-by: Simo Sorce <simo@redhat.com> | ||||
| * | Fix license boilerplates | Simo Sorce | 2013-12-03 | 815 | -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 errors | Benjamin Dauvergne | 2013-11-20 | 1 | -0/+1 |
| | | |||||
| * | python: do not fail displaying a non-C error (fixes #3866) | Frédéric Péters | 2013-10-23 | 1 | -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 Dauvergne | 2013-10-11 | 1 | -6/+11 |
| | | | | | « take the first one » | ||||
| * | saml-2.0/profile: fix typo in commit 8de55 | Benjamin Dauvergne | 2013-10-10 | 1 | -1/+1 |
| | | |||||
| * | saml-2.0/profile: add warning message when unable to build an artifact ↵ | Benjamin Dauvergne | 2013-10-10 | 1 | -0/+4 |
| | | | | | response message due to an unfound artifact resolution endpoint | ||||
| * | web: update mailing list urls | Benjamin Dauvergne | 2013-10-01 | 1 | -4/+4 |
| | | |||||
| * | toosl/git-version-gen: use a dot to separate the commit string from the ↵ | Benjamin Dauvergne | 2013-09-27 | 1 | -1/+1 |
| | | | | | regular version | ||||
| * | lasso/xml/tools.c: fix misuse of xmlURIUnescapeString | Benjamin Dauvergne | 2013-09-27 | 1 | -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 number | Benjamin Dauvergne | 2013-09-27 | 1 | -1/+2 |
| | | |||||
| * | .gitignore: add more | Benjamin Dauvergne | 2013-09-27 | 1 | -0/+3 |
| | | |||||
| * | bindings/perl: fix type of size variable incompatible with 64 bits arch | Benjamin Dauvergne | 2013-09-27 | 1 | -1/+1 |
| | | |||||
| * | id-ff/login.c: initialize role status of sp and idp in ↵ | Benjamin Dauvergne | 2013-09-27 | 1 | -1/+10 |
| | | | | | lasso_login_init_authn_request | ||||
| * | jenkins.sh: build a first time before running distcheck, in order to have ↵ | Benjamin Dauvergne | 2013-09-26 | 1 | -0/+1 |
| | | | | | the documentation compiled | ||||
| * | tests/data/Makefile: regenerate list of files and directories to distribute | Benjamin Dauvergne | 2013-09-26 | 1 | -8/+21 |
| | | |||||
| * | docs/Makefile: always set DIST_SUBDIRS | Benjamin Dauvergne | 2013-09-26 | 1 | -3/+1 |
| | | |||||
| * | add jenkins.sh script | Benjamin Dauvergne | 2013-09-26 | 1 | -0/+3 |
| | | |||||
| * | saml2/profile.c: add resolving of the endpoint index in artifacts | Benjamin Dauvergne | 2013-09-08 | 3 | -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 Dauvergne | 2013-09-08 | 2 | -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 Dauvergne | 2013-09-08 | 2 | -0/+9 |
| | | | | | reporting when a recevied artifact does match any declared endpoint | ||||
| * | saml2/profile: fix missing ArtifactResolutionService index in artifacts | Benjamin Dauvergne | 2013-09-08 | 4 | -8/+42 |
| | | |||||
| * | tests: add non-regression test to check that we correctly provide the ↵ | Benjamin Dauvergne | 2013-09-08 | 4 | -30/+82 |
| | | | | | ArtifactResolutionService index in artifacts | ||||
| * | saml2/login: fix role of providers in process_authn_request() and ↵ | Benjamin Dauvergne | 2013-09-08 | 1 | -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 Dauvergne | 2013-09-08 | 1 | -2/+2 |
| | | | | | a catchall type for printing compared values | ||||
| * | fix compilation errors on 64bits architectures | Benjamin Dauvergne | 2013-09-08 | 7 | -7/+7 |
| | | | | | | * sizeof(unsigned int) != sizeof(size_t) * INT_MAX != LONG_MAX | ||||
| * | fix warnings about unused but set variables | Benjamin Dauvergne | 2013-09-08 | 13 | -44/+115 |
| | | |||||
| * | Revert "doc: fix EXTRA_DIST definition in reference/lasso/Makefile.am" | Benjamin Dauvergne | 2013-08-27 | 1 | -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.am | Benjamin Dauvergne | 2013-08-27 | 1 | -1/+1 |
| | | |||||
| * | Merge remote-tracking branch 'origin/libxml2.9-compat' | Benjamin Dauvergne | 2013-07-30 | 9 | -129/+112 |
| |\ | |||||
| | * | Rewrite all xmlNode serialization code to be compatible with libxml 2.9.0 | Benjamin Dauvergne | 2012-09-28 | 9 | -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 location | Frédéric Péters | 2013-07-20 | 1 | -1/+1 |
| | | | |||||
| * | | AM_C_PROTOTYPES is no longer supported in autoconf 1.12. | Tim Newsome | 2013-06-19 | 1 | -1/+0 |
| | | | |||||
| * | | Add support for automake 1.12. | Tim Newsome | 2013-06-19 | 1 | -1/+4 |
| | | | |||||
