| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Distribute generated nsi files too in order to permit non-autotools users to | Romain Chantereay | 2005-02-16 | 1 | -1/+2 | |
| | | | | | create lasso installers. | |||||
| * | Include lasso project input file and java subdirectory in distribution and | Romain Chantereay | 2005-02-16 | 1 | -2/+2 | |
| | | | | | automake system. | |||||
| * | Now Lasso MSVC Project is dynamicaly generated. | Romain Chantereay | 2005-02-16 | 1 | -2/+2 | |
| | | ||||||
| * | The produced resource file is distributed too in order to permit MSVC users to | Romain Chantereay | 2005-02-16 | 1 | -1/+1 | |
| | | | | | compile LASSO. | |||||
| * | Now Resource file is generated from configure variable (for versionning and file | Romain Chantereay | 2005-02-16 | 1 | -1/+1 | |
| | | | | | name). | |||||
| * | No more Lasso.i in the repository, it is generated from Lasso.i.in. | Romain Chantereay | 2005-02-16 | 1 | -6596/+0 | |
| | | ||||||
| * | The SWIG input file is distributed too. | Romain Chantereay | 2005-02-16 | 1 | -1/+2 | |
| | | ||||||
| * | Now The SWIG interface is "generated" by configure. | Romain Chantereay | 2005-02-16 | 2 | -1/+6601 | |
| | | | | | | | | | The following constants are set and exported to bindings: - LASSO_VERSION_MAJOR - LASSO_VERSION_MINOR - LASSO_VERSION_SUBMINOR - LASSO_WSF_ENABLE | |||||
| * | result have to be freed with g_free. | Romain Chantereay | 2005-02-16 | 1 | -0/+13 | |
| | | | | | | corrected a incode declaration. As regexp does not manage multiline expressions, the comment is replaced by the res integer declaration. | |||||
| * | Fix a syntax error only reported by MSVC. | Romain Chantereay | 2005-02-16 | 1 | -0/+3 | |
| | | | | | Create a void pointer in an empty structure declaration. | |||||
| * | Now some version information are propagated in order to perform substitions. | Romain Chantereay | 2005-02-16 | 1 | -4/+26 | |
| | | | | | New files are not dynamicaly generated. | |||||
| * | Put swig sub directory before bindings directories. | Romain Chantereay | 2005-02-16 | 1 | -1/+1 | |
| | | ||||||
| * | Set only used constants. | Romain Chantereay | 2005-02-15 | 1 | -50/+0 | |
| | | ||||||
| * | No more lasso_config.h constants export in LASSO bindings. | Romain Chantereay | 2005-02-15 | 1 | -1/+1 | |
| | | ||||||
| * | Added java project to lasso workspace. | Romain Chantereay | 2005-02-15 | 2 | -0/+122 | |
| | | ||||||
| * | Updated Lasso workspace. | Romain Chantereay | 2005-02-15 | 3 | -9/+12 | |
| | | ||||||
| * | Added a Windows configured lasso_config.h. | Romain Chantereay | 2005-02-15 | 1 | -0/+89 | |
| | | | | | | | Perhaps we have to transform it into a special lasso_config.h.in in order to have the version number dynamicaly configured, and only this value (not the HAVE_FOO). | |||||
| * | ship msvc project files | Frederic Peters | 2005-02-15 | 5 | -3/+9 | |
| | | ||||||
| * | use g_free(), not free() (so it works under windows) | Frederic Peters | 2005-02-14 | 1 | -3/+3 | |
| | | ||||||
| * | Included xml.h for better lasso_strerror export declaration. | Romain Chantereay | 2005-02-14 | 1 | -1/+1 | |
| | | ||||||
| * | Added status code constants for wsf authentication service. | Nicolas Clapies | 2005-02-14 | 1 | -0/+4 | |
| | | ||||||
| * | added missing authentication.c to Makefile.am | Frederic Peters | 2005-02-14 | 1 | -0/+2 | |
| | | ||||||
| * | Added high level of authentication service : standard methods of a lasso ↵ | Nicolas Clapies | 2005-02-14 | 2 | -0/+290 | |
| | | | | | service. Must be improved depending on the needs from souk implementation. | |||||
| * | Added duplication of mechanism string parameter in constructor. | Nicolas Clapies | 2005-02-14 | 1 | -1/+1 | |
| | | ||||||
| * | Added missing status parameter in lasso_sa_sasl_response_new() method. Added ↵ | Nicolas Clapies | 2005-02-14 | 1 | -1/+4 | |
| | | | | | lasso_sa_sasl_response_new_from_message(). | |||||
| * | Added Lasso error strings to SWIG exception messages. | Emmanuel Raviart | 2005-02-13 | 1 | -11/+14 | |
| | | ||||||
| * | Added two missing ID-WSF functions to LECP binding. | Emmanuel Raviart | 2005-02-13 | 1 | -0/+21 | |
| | | ||||||
| * | Update MSVC workspace and projects. | Romain Chantereay | 2005-02-11 | 3 | -5/+219 | |
| | | ||||||
| * | checks provider has been found | Frederic Peters | 2005-02-11 | 1 | -0/+3 | |
| | | ||||||
| * | if g_hash_table_find doesn't find anything, check twice to be sure to return | Frederic Peters | 2005-02-11 | 1 | -2/+3 | |
| | | | | | NULL. | |||||
| * | g_vsnprintf taked the place of vsnprintf. | Romain Chantereay | 2005-02-11 | 1 | -1/+1 | |
| | | ||||||
| * | check param for NULL | Frederic Peters | 2005-02-11 | 1 | -0/+3 | |
| | | ||||||
| * | cflags_save ate my breakfast; removed. | Frederic Peters | 2005-02-11 | 1 | -2/+1 | |
| | | ||||||
| * | Added low level classes for wsf authentication service. SASLResponse is only ↵ | Nicolas Clapies | 2005-02-10 | 12 | -0/+1067 | |
| | | | | | tested with required Status element. | |||||
| * | removed unecessary vsnprintf declaration | Frederic Peters | 2005-02-10 | 1 | -5/+0 | |
| | | ||||||
| * | we don't need yet another implement of vsnprintf, we can use glib | Frederic Peters | 2005-02-10 | 1 | -790/+0 | |
| | | ||||||
| * | use glib version of vsnprintf | Frederic Peters | 2005-02-10 | 1 | -1/+1 | |
| | | ||||||
| * | use gtk-doc style function comment for DllMain | Frederic Peters | 2005-02-10 | 1 | -11/+10 | |
| | | ||||||
| * | autofill nsi files with lasso version number | Frederic Peters | 2005-02-10 | 6 | -10/+17 | |
| | | ||||||
| * | Now lasso_lib_request_authn_context_new() returns ↵ | Nicolas Clapies | 2005-02-10 | 3 | -4/+3 | |
| | | | | | LassoLibRequestAuthnContex* instead of LassoNode*. | |||||
| * | reworked a bit documentation build system and added detection of inkscape and | Frederic Peters | 2005-02-10 | 8 | -12/+71 | |
| | | | | | xsltproc in configure | |||||
| * | Removed XMLSEC_DYNAMIC_LOADING because it is a non-sense. | Romain Chantereay | 2005-02-08 | 2 | -3/+3 | |
| | | | | | | We are using xmlsec-openssl specific functions in code, so there is no choice, we have to use openssl. (Fix a build warning). | |||||
| * | Fixed type error. | Romain Chantereay | 2005-02-08 | 1 | -1/+1 | |
| | | ||||||
| * | allocate query fields memory with glib g_malloc (and free it with g_free) | Frederic Peters | 2005-02-08 | 3 | -6/+7 | |
| | | ||||||
| * | memory allocated by libxml2, freed by xmlFree | Frederic Peters | 2005-02-08 | 1 | -1/+1 | |
| | | ||||||
| * | replaced free() by xmlFree() when freeing strings created by libxml2 | Frederic Peters | 2005-02-08 | 2 | -3/+3 | |
| | | ||||||
| * | replaced free() with correct libraries function (glib and libxml2) | Frederic Peters | 2005-02-08 | 1 | -2/+2 | |
| | | ||||||
| * | do not include wsf functions when not using wsf | Frederic Peters | 2005-02-08 | 1 | -0/+6 | |
| | | ||||||
| * | step.xsl is in $(srcdir) | Frederic Peters | 2005-02-08 | 1 | -1/+1 | |
| | | ||||||
| * | updated debian packaging to what has just been uploaded to sid | Frederic Peters | 2005-02-08 | 9 | -10/+35 | |
| | | ||||||
