summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Distribute generated nsi files too in order to permit non-autotools users toRomain Chantereay2005-02-161-1/+2
| | | | create lasso installers.
* Include lasso project input file and java subdirectory in distribution andRomain Chantereay2005-02-161-2/+2
| | | | automake system.
* Now Lasso MSVC Project is dynamicaly generated.Romain Chantereay2005-02-161-2/+2
|
* The produced resource file is distributed too in order to permit MSVC users toRomain Chantereay2005-02-161-1/+1
| | | | compile LASSO.
* Now Resource file is generated from configure variable (for versionning and fileRomain Chantereay2005-02-161-1/+1
| | | | name).
* No more Lasso.i in the repository, it is generated from Lasso.i.in.Romain Chantereay2005-02-161-6596/+0
|
* The SWIG input file is distributed too.Romain Chantereay2005-02-161-1/+2
|
* Now The SWIG interface is "generated" by configure.Romain Chantereay2005-02-162-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 Chantereay2005-02-161-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 Chantereay2005-02-161-0/+3
| | | | Create a void pointer in an empty structure declaration.
* Now some version information are propagated in order to perform substitions.Romain Chantereay2005-02-161-4/+26
| | | | New files are not dynamicaly generated.
* Put swig sub directory before bindings directories.Romain Chantereay2005-02-161-1/+1
|
* Set only used constants.Romain Chantereay2005-02-151-50/+0
|
* No more lasso_config.h constants export in LASSO bindings.Romain Chantereay2005-02-151-1/+1
|
* Added java project to lasso workspace.Romain Chantereay2005-02-152-0/+122
|
* Updated Lasso workspace.Romain Chantereay2005-02-153-9/+12
|
* Added a Windows configured lasso_config.h.Romain Chantereay2005-02-151-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 filesFrederic Peters2005-02-155-3/+9
|
* use g_free(), not free() (so it works under windows)Frederic Peters2005-02-141-3/+3
|
* Included xml.h for better lasso_strerror export declaration.Romain Chantereay2005-02-141-1/+1
|
* Added status code constants for wsf authentication service.Nicolas Clapies2005-02-141-0/+4
|
* added missing authentication.c to Makefile.amFrederic Peters2005-02-141-0/+2
|
* Added high level of authentication service : standard methods of a lasso ↵Nicolas Clapies2005-02-142-0/+290
| | | | service. Must be improved depending on the needs from souk implementation.
* Added duplication of mechanism string parameter in constructor.Nicolas Clapies2005-02-141-1/+1
|
* Added missing status parameter in lasso_sa_sasl_response_new() method. Added ↵Nicolas Clapies2005-02-141-1/+4
| | | | lasso_sa_sasl_response_new_from_message().
* Added Lasso error strings to SWIG exception messages.Emmanuel Raviart2005-02-131-11/+14
|
* Added two missing ID-WSF functions to LECP binding.Emmanuel Raviart2005-02-131-0/+21
|
* Update MSVC workspace and projects.Romain Chantereay2005-02-113-5/+219
|
* checks provider has been foundFrederic Peters2005-02-111-0/+3
|
* if g_hash_table_find doesn't find anything, check twice to be sure to returnFrederic Peters2005-02-111-2/+3
| | | | NULL.
* g_vsnprintf taked the place of vsnprintf.Romain Chantereay2005-02-111-1/+1
|
* check param for NULLFrederic Peters2005-02-111-0/+3
|
* cflags_save ate my breakfast; removed.Frederic Peters2005-02-111-2/+1
|
* Added low level classes for wsf authentication service. SASLResponse is only ↵Nicolas Clapies2005-02-1012-0/+1067
| | | | tested with required Status element.
* removed unecessary vsnprintf declarationFrederic Peters2005-02-101-5/+0
|
* we don't need yet another implement of vsnprintf, we can use glibFrederic Peters2005-02-101-790/+0
|
* use glib version of vsnprintfFrederic Peters2005-02-101-1/+1
|
* use gtk-doc style function comment for DllMainFrederic Peters2005-02-101-11/+10
|
* autofill nsi files with lasso version numberFrederic Peters2005-02-106-10/+17
|
* Now lasso_lib_request_authn_context_new() returns ↵Nicolas Clapies2005-02-103-4/+3
| | | | LassoLibRequestAuthnContex* instead of LassoNode*.
* reworked a bit documentation build system and added detection of inkscape andFrederic Peters2005-02-108-12/+71
| | | | xsltproc in configure
* Removed XMLSEC_DYNAMIC_LOADING because it is a non-sense.Romain Chantereay2005-02-082-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 Chantereay2005-02-081-1/+1
|
* allocate query fields memory with glib g_malloc (and free it with g_free)Frederic Peters2005-02-083-6/+7
|
* memory allocated by libxml2, freed by xmlFreeFrederic Peters2005-02-081-1/+1
|
* replaced free() by xmlFree() when freeing strings created by libxml2Frederic Peters2005-02-082-3/+3
|
* replaced free() with correct libraries function (glib and libxml2)Frederic Peters2005-02-081-2/+2
|
* do not include wsf functions when not using wsfFrederic Peters2005-02-081-0/+6
|
* step.xsl is in $(srcdir)Frederic Peters2005-02-081-1/+1
|
* updated debian packaging to what has just been uploaded to sidFrederic Peters2005-02-089-10/+35
|