summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* bindings/python/tests: session indexes storage preserves order nowHEADmasterBenjamin Dauvergne2014-06-081-2/+1
|
* tests: add target to Makefile to produce valgrind suppression entriesBenjamin Dauvergne2014-06-081-0/+5
|
* tests/valgrind: add suppression of all leaks related to initialisation of ↵Benjamin Dauvergne2014-06-081-0/+6
| | | | the GLib type system
* tests: fix leaksBenjamin Dauvergne2014-06-081-0/+2
|
* saml-2.0/profile: fix leak of xmlSecKey when building signed query stringsBenjamin Dauvergne2014-06-081-3/+2
|
* id-ff/provider: fix leak of xmlSecKeyBenjamin Dauvergne2014-06-081-0/+3
|
* xml/samlp2_logout_request: fix leaks around session indexesBenjamin Dauvergne2014-06-082-2/+15
|
* server: fix leak of xmlSecKey objectsBenjamin Dauvergne2014-06-081-1/+0
|
* session: fix leak of _NidAndSessionIndex structuresBenjamin Dauvergne2014-06-081-0/+1
|
* saml-2.0/server: fix invalid memory accessBenjamin Dauvergne2014-06-071-10/+7
| | | | | GList must never be allocated through malloc as it internally managed using gslice. Always use Glib constructors and methods.
* tests: fix leak in log message checkerBenjamin Dauvergne2014-06-071-1/+4
|
* tests: do not reuse tc_response_new_from_xmlNode test caseBenjamin Dauvergne2014-06-071-2/+6
|
* bindings/python: fix conversion of unicode value to UTF-8 for settersBenjamin Dauvergne2014-05-281-1/+1
|
* login: complete document of lasso_login_process_authn_response_msg on ↵Benjamin Dauvergne2014-05-211-1/+32
| | | | expectable error codes
* website: update links sectionBenjamin Dauvergne2014-04-241-34/+7
|
* website: add news about 2.4.0 releaseBenjamin Dauvergne2014-04-241-0/+15
|
* website: fix HTML grammar errorsBenjamin Dauvergne2014-04-241-6/+6
|
* xml/xml.c: fix liberal use of casting for the SNIPPET_INTEGER and ↵Benjamin Dauvergne2014-04-241-21/+34
| | | | | | | | SNIPPET_BOOLEAN case Some behaviour are also made more explicit like the optional if equals to -1 case for integer fields, and the optional if FALSE for boolean fields.
* INSTALL: add php-cli to needed dependencie when compiling on DebianBenjamin Dauvergne2014-04-241-1/+1
|
* tests: pass automake CFLAGS when compiling tests2Benjamin Dauvergne2014-04-241-1/+1
|
* lasso/xml/tools.c: fix reference to unitialized memoryBenjamin Dauvergne2014-04-241-1/+1
|
* NEWS: fix wrong date for 2.4.0 releaseBenjamin Dauvergne2014-04-241-2/+2
|
* update website for 2.4.0 releaseBenjamin Dauvergne2014-04-242-37/+22
| | | | | | - remove windows installer reference - update debian repository configuration - point to cgit browser and releases directory
* Fix generators for parsing of integer valuesSimo Sorce2014-04-231-2/+2
| | | | | | | | | | | | | All number types including enums are parse as if they were integers, this breaks in many ways, long and int are not the same size in all architectures as well as enum may vary in size depening on compiler, architecture and optimizations. Always pass an actual long to PyArg_ParseTuple() and rely on the a cast from long to the destination variable type in the following assignment. Signed-off-by: Simo Sorce <simo@redhat.com>
* Fix java version detectionSimo Sorce2014-04-151-1/+1
| | | | Signed-off-by: Simo Sorce <simo@redhat.com>
* update NEWSBenjamin Dauvergne2014-03-311-0/+6
|
* bindings/perl/Makefile: it's difficult to control produced code so disable ↵Benjamin Dauvergne2014-03-311-1/+1
| | | | warning on unused-but-set-variable
* perl: get required CFLAGS from $(perl -V::ccflags:)Frédéric Péters2014-03-311-0/+3
|
* fix: remove warning by not calling g_type_init() with glib > 2.36 as it's ↵Benjamin Dauvergne2014-03-251-0/+2
| | | | deprecated
* configure.ac: update LASSO_VERSION_INFOBenjamin Dauvergne2014-01-071-1/+1
|
* 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