Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | provider_id is optional in lasso_session_get_assertions | Frederic Peters | 2008-05-29 | 1 | -1/+3 | |
| | ||||||
* | debian/control is now generated | Frederic Peters | 2008-05-29 | 1 | -0/+98 | |
| | ||||||
* | updated debian packaging | Frederic Peters | 2008-05-29 | 3 | -3/+70 | |
| | ||||||
* | 2.2.0 | Frederic Peters | 2008-05-28 | 2 | -3/+22 | |
| | ||||||
* | notes about new bindings | Frederic Peters | 2008-05-28 | 2 | -0/+72 | |
| | ||||||
* | updated release date | Frederic Peters | 2008-05-28 | 2 | -2/+2 | |
| | ||||||
* | add forgottent static modifier | Benjamin Dauvergne | 2008-05-28 | 1 | -1/+1 | |
| | ||||||
* | fixed functions returning const GList * | Damien Laniel | 2008-05-28 | 1 | -1/+1 | |
| | ||||||
* | recognize const GList* | Benjamin Dauvergne | 2008-05-28 | 1 | -1/+1 | |
| | ||||||
* | return of lasso_server_get_svc_metadatas so return_owner = False | Benjamin Dauvergne | 2008-05-28 | 1 | -1/+1 | |
| | ||||||
* | boolean in C are uppercase | Frederic Peters | 2008-05-28 | 1 | -1/+5 | |
| | ||||||
* | 2.0.0 | Frederic Peters | 2008-05-27 | 1 | -3/+3 | |
| | ||||||
* | updated changelog to 2.2.0 | Frederic Peters | 2008-05-27 | 1 | -0/+3378 | |
| | ||||||
* | noted about 2.2.0 | Frederic Peters | 2008-05-27 | 2 | -0/+14 | |
| | ||||||
* | updated copyright info | Frederic Peters | 2008-05-27 | 1 | -1/+1 | |
| | ||||||
* | remove obsolete swig binding csharp, php5, python. | Benjamin Dauvergne | 2008-05-27 | 23 | -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 target | Benjamin Dauvergne | 2008-05-27 | 1 | -0/+1 | |
| | ||||||
* | add lasso_config.h.in to MAINTAINERCLEANFILES | Benjamin Dauvergne | 2008-05-27 | 1 | -1/+4 | |
| | ||||||
* | add Makefile.in to MAINTAINERCLEANFILES in every Makefile.am | Benjamin Dauvergne | 2008-05-27 | 49 | -6/+57 | |
| | ||||||
* | export SWIG_VERSION into Makefile.am | Benjamin Dauvergne | 2008-05-27 | 3 | -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 position | Benjamin Dauvergne | 2008-05-27 | 1 | -0/+1 | |
| | ||||||
* | surround parameter with quotes permitting filename with spaces | Benjamin Dauvergne | 2008-05-27 | 1 | -1/+1 | |
| | ||||||
* | clean *.pyc files in the bindings | Benjamin Dauvergne | 2008-05-27 | 1 | -0/+4 | |
| | ||||||
* | Make Makefile.PL use TOP_SRCDIR and TOP_BUILDDIR variables | Benjamin Dauvergne | 2008-05-26 | 2 | -2/+3 | |
| | ||||||
* | fix INCLUDES, remove obsolete JDK_INCLUDES definition | Benjamin Dauvergne | 2008-05-26 | 5 | -14/+14 | |
| | ||||||
* | fix INCLUDES | Benjamin Dauvergne | 2008-05-26 | 1 | -2/+2 | |
| | ||||||
* | #include <lasso.h> => #include <lasso/lasso.h> | Benjamin Dauvergne | 2008-05-26 | 2 | -2/+2 | |
| | ||||||
* | fix INCLUDES | Benjamin Dauvergne | 2008-05-26 | 1 | -1/+1 | |
| | ||||||
* | quick and dirty fix to support return type «const GList*» | Benjamin Dauvergne | 2008-05-26 | 1 | -16/+16 | |
| | ||||||
* | fix INCLUDES var, put top_builddir first | Benjamin Dauvergne | 2008-05-26 | 4 | -4/+8 | |
| | ||||||
* | add qualifier for the GList returned by lasso_server_get_svc_metadatas | Benjamin Dauvergne | 2008-05-26 | 1 | -0/+1 | |
| | ||||||
* | cleanup include listingm first builddir then srcdir and no need for ↵ | Benjamin Dauvergne | 2008-05-26 | 9 | -13/+9 | |
| | | | | $srcdir/lasso | |||||
* | Add disco_declaration.h to imported headers | Benjamin Dauvergne | 2008-05-26 | 1 | -0/+1 | |
| | ||||||
* | Add $(top_builddir) to include of id-wsf and id-wsf-2.0 Makefile.am to work ↵ | Benjamin Dauvergne | 2008-05-26 | 2 | -0/+2 | |
| | | | | with distcheck. | |||||
* | allow getting xpath attributes like /node/@attr | Damien Laniel | 2008-05-26 | 1 | -2/+8 | |
| | ||||||
* | respect optional args and default values for integer args | Frederic Peters | 2008-05-26 | 1 | -1/+8 | |
| | ||||||
* | last argument to check_version was optional with the SWIG bindings | Frederic Peters | 2008-05-26 | 1 | -0/+6 | |
| | ||||||
* | don't test NULL value before calling gfree + proper list freeing | Damien Laniel | 2008-05-26 | 1 | -12/+10 | |
| | ||||||
* | Fix escaping of parenthesis inside a regex | Benjamin Dauvergne | 2008-05-26 | 1 | -3/+3 | |
| | ||||||
* | add -fno-strict-aliasing to CFLAGS to remove bad code genereation on amd64 ↵ | Benjamin Dauvergne | 2008-05-26 | 1 | -2/+2 | |
| | | | | and warnings on all platforms | |||||
* | Re-remove java/Makefile from configure.ac outputs | Benjamin Dauvergne | 2008-05-26 | 1 | -1/+0 | |
| | ||||||
* | re-add swig/java binding to makefile, make it use the JAVA_INCLUDE path, ↵ | Benjamin Dauvergne | 2008-05-23 | 2 | -2/+3 | |
| | | | | JDK_INCLUDES does not exist | |||||
* | fixing a little bit the doap file | Frederic Peters | 2008-05-23 | 1 | -9/+39 | |
| | ||||||
* | removed doap.rdt to lasso.doap to be compatible with moap | Frederic Peters | 2008-05-23 | 1 | -0/+0 | |
| | ||||||
* | mentioning bug database and updated description | Frederic Peters | 2008-05-23 | 1 | -4/+4 | |
| | ||||||
* | bitching about free | Frederic Peters | 2008-05-23 | 1 | -1/+1 | |
| | ||||||
* | add a new headers <lasso/utils.h> with macros to handle memory like assigning a | Benjamin Dauvergne | 2008-05-22 | 2 | -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 unreference | Damien Laniel | 2008-05-22 | 1 | -1/+8 | |
| | ||||||
* | added some more missing unreference | Damien Laniel | 2008-05-22 | 1 | -0/+6 | |
| | ||||||
* | added some more missing unreference | Damien Laniel | 2008-05-21 | 2 | -1/+6 | |
| |