summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* provider_id is optional in lasso_session_get_assertionsFrederic Peters2008-05-291-1/+3
|
* debian/control is now generatedFrederic Peters2008-05-291-0/+98
|
* updated debian packagingFrederic Peters2008-05-293-3/+70
|
* 2.2.0Frederic Peters2008-05-282-3/+22
|
* notes about new bindingsFrederic Peters2008-05-282-0/+72
|
* updated release dateFrederic Peters2008-05-282-2/+2
|
* add forgottent static modifierBenjamin Dauvergne2008-05-281-1/+1
|
* fixed functions returning const GList *Damien Laniel2008-05-281-1/+1
|
* recognize const GList*Benjamin Dauvergne2008-05-281-1/+1
|
* return of lasso_server_get_svc_metadatas so return_owner = FalseBenjamin Dauvergne2008-05-281-1/+1
|
* boolean in C are uppercaseFrederic Peters2008-05-281-1/+5
|
* 2.0.0Frederic Peters2008-05-271-3/+3
|
* updated changelog to 2.2.0Frederic Peters2008-05-271-0/+3378
|
* noted about 2.2.0Frederic Peters2008-05-272-0/+14
|
* updated copyright infoFrederic Peters2008-05-271-1/+1
|
* remove obsolete swig binding csharp, php5, python.Benjamin Dauvergne2008-05-2723-3701/+0
| | | | | java stays as long as alain coetmeur needs it php(4) will be superseded by the new bindings/php4 later.
* remove ./docs/reference/tmpl during clean-local targetBenjamin Dauvergne2008-05-271-0/+1
|
* add lasso_config.h.in to MAINTAINERCLEANFILESBenjamin Dauvergne2008-05-271-1/+4
|
* add Makefile.in to MAINTAINERCLEANFILES in every Makefile.amBenjamin Dauvergne2008-05-2749-6/+57
|
* export SWIG_VERSION into Makefile.amBenjamin Dauvergne2008-05-273-86/+92
| | | | handle swig < 1.3.32 and swig >= 1.3.32 with two different versions of the patch script
* add -I$(top_builddir) to CFLAGS in first positionBenjamin Dauvergne2008-05-271-0/+1
|
* surround parameter with quotes permitting filename with spacesBenjamin Dauvergne2008-05-271-1/+1
|
* clean *.pyc files in the bindingsBenjamin Dauvergne2008-05-271-0/+4
|
* Make Makefile.PL use TOP_SRCDIR and TOP_BUILDDIR variablesBenjamin Dauvergne2008-05-262-2/+3
|
* fix INCLUDES, remove obsolete JDK_INCLUDES definitionBenjamin Dauvergne2008-05-265-14/+14
|
* fix INCLUDESBenjamin Dauvergne2008-05-261-2/+2
|
* #include <lasso.h> => #include <lasso/lasso.h>Benjamin Dauvergne2008-05-262-2/+2
|
* fix INCLUDESBenjamin Dauvergne2008-05-261-1/+1
|
* quick and dirty fix to support return type «const GList*»Benjamin Dauvergne2008-05-261-16/+16
|
* fix INCLUDES var, put top_builddir firstBenjamin Dauvergne2008-05-264-4/+8
|
* add qualifier for the GList returned by lasso_server_get_svc_metadatasBenjamin Dauvergne2008-05-261-0/+1
|
* cleanup include listingm first builddir then srcdir and no need for ↵Benjamin Dauvergne2008-05-269-13/+9
| | | | $srcdir/lasso
* Add disco_declaration.h to imported headersBenjamin Dauvergne2008-05-261-0/+1
|
* Add $(top_builddir) to include of id-wsf and id-wsf-2.0 Makefile.am to work ↵Benjamin Dauvergne2008-05-262-0/+2
| | | | with distcheck.
* allow getting xpath attributes like /node/@attrDamien Laniel2008-05-261-2/+8
|
* respect optional args and default values for integer argsFrederic Peters2008-05-261-1/+8
|
* last argument to check_version was optional with the SWIG bindingsFrederic Peters2008-05-261-0/+6
|
* don't test NULL value before calling gfree + proper list freeingDamien Laniel2008-05-261-12/+10
|
* Fix escaping of parenthesis inside a regexBenjamin Dauvergne2008-05-261-3/+3
|
* add -fno-strict-aliasing to CFLAGS to remove bad code genereation on amd64 ↵Benjamin Dauvergne2008-05-261-2/+2
| | | | and warnings on all platforms
* Re-remove java/Makefile from configure.ac outputsBenjamin Dauvergne2008-05-261-1/+0
|
* re-add swig/java binding to makefile, make it use the JAVA_INCLUDE path, ↵Benjamin Dauvergne2008-05-232-2/+3
| | | | JDK_INCLUDES does not exist
* fixing a little bit the doap fileFrederic Peters2008-05-231-9/+39
|
* removed doap.rdt to lasso.doap to be compatible with moapFrederic Peters2008-05-231-0/+0
|
* mentioning bug database and updated descriptionFrederic Peters2008-05-231-4/+4
|
* bitching about freeFrederic Peters2008-05-231-1/+1
|
* add a new headers <lasso/utils.h> with macros to handle memory like assigning aBenjamin Dauvergne2008-05-222-1/+51
| | | | | | | | | | | | | | | gobject field (work flow, is you augment ref of the new value, decrease the one from the old, and then assign), assigning strings, releasing lists of strings, of gobjects,etc.. the free macros are all called g_release_somehting and they set the released variable to NULL. add a macro to validate GObject parameter types This header is intended to concentre every bit of wisdom for handling pointers and memory, try to use thoses macros in your code. They are not intended to work with weak references (references you do not own), so always g_object_ref in this case (or use g_assign_gobject that does it, when your variable is not needed anymore to g_assign_gobject(var, NULL));
* added some more missing unreferenceDamien Laniel2008-05-221-1/+8
|
* added some more missing unreferenceDamien Laniel2008-05-221-0/+6
|
* added some more missing unreferenceDamien Laniel2008-05-212-1/+6
|