Commit Graph

2307 Commits

Author SHA1 Message Date
Frédéric Péters d6dcec71fb ship msvc project files 2005-02-15 09:16:34 +00:00
Frédéric Péters 92280ccd7e use g_free(), not free() (so it works under windows) 2005-02-14 16:23:12 +00:00
Romain Chantereay a59bc65c10 Included xml.h for better lasso_strerror export declaration. 2005-02-14 13:55:48 +00:00
Nicolas Clapies 3f4d3f433a Added status code constants for wsf authentication service. 2005-02-14 13:08:14 +00:00
Frédéric Péters 8de7852e54 added missing authentication.c to Makefile.am 2005-02-14 13:05:21 +00:00
Nicolas Clapies e2f3780729 Added high level of authentication service : standard methods of a lasso service. Must be improved depending on the needs from souk implementation. 2005-02-14 10:46:24 +00:00
Nicolas Clapies 7b94322fe0 Added duplication of mechanism string parameter in constructor. 2005-02-14 10:44:32 +00:00
Nicolas Clapies 8335f55c5d Added missing status parameter in lasso_sa_sasl_response_new() method. Added lasso_sa_sasl_response_new_from_message(). 2005-02-14 10:43:11 +00:00
Emmanuel Raviart 14a8961957 Added Lasso error strings to SWIG exception messages. 2005-02-13 16:51:39 +00:00
Emmanuel Raviart 51e7ba4a28 Added two missing ID-WSF functions to LECP binding. 2005-02-13 12:59:52 +00:00
Romain Chantereay 8f3b1db6d5 Update MSVC workspace and projects. 2005-02-11 18:05:51 +00:00
Frédéric Péters d3b6dabb51 checks provider has been found 2005-02-11 14:35:43 +00:00
Frédéric Péters 7f4c9de3ae if g_hash_table_find doesn't find anything, check twice to be sure to return
NULL.
2005-02-11 14:25:17 +00:00
Romain Chantereay 532be692e0 g_vsnprintf taked the place of vsnprintf. 2005-02-11 12:05:30 +00:00
Frédéric Péters f40c157238 check param for NULL 2005-02-11 11:23:43 +00:00
Frédéric Péters 11ecd3d362 cflags_save ate my breakfast; removed. 2005-02-11 10:56:28 +00:00
Nicolas Clapies 8020a6981a Added low level classes for wsf authentication service. SASLResponse is only tested with required Status element. 2005-02-10 16:44:36 +00:00
Frédéric Péters 522c53f21c removed unecessary vsnprintf declaration 2005-02-10 15:03:43 +00:00
Frédéric Péters 6d4c469d19 we don't need yet another implement of vsnprintf, we can use glib 2005-02-10 15:02:43 +00:00
Frédéric Péters 4afd4e95cb use glib version of vsnprintf 2005-02-10 14:57:55 +00:00
Frédéric Péters 5c4638053f use gtk-doc style function comment for DllMain 2005-02-10 14:56:27 +00:00
Frédéric Péters b0405dfe97 autofill nsi files with lasso version number 2005-02-10 14:05:17 +00:00
Nicolas Clapies 6f87bd45a9 Now lasso_lib_request_authn_context_new() returns LassoLibRequestAuthnContex* instead of LassoNode*. 2005-02-10 13:53:36 +00:00
Frédéric Péters 25a54477a0 reworked a bit documentation build system and added detection of inkscape and
xsltproc in configure
2005-02-10 09:48:58 +00:00
Romain Chantereay 4556818cc3 Removed XMLSEC_DYNAMIC_LOADING because it is a non-sense.
We are using xmlsec-openssl specific functions in code, so there is no choice,
we have to use openssl. (Fix a build warning).
2005-02-08 19:28:11 +00:00
Romain Chantereay 3fc96e5832 Fixed type error. 2005-02-08 19:16:30 +00:00
Frédéric Péters dd9eef5e0b allocate query fields memory with glib g_malloc (and free it with g_free) 2005-02-08 18:49:58 +00:00
Frédéric Péters d7b904c47e memory allocated by libxml2, freed by xmlFree 2005-02-08 18:47:07 +00:00
Frédéric Péters 8c65f9fbed replaced free() by xmlFree() when freeing strings created by libxml2 2005-02-08 18:44:51 +00:00
Frédéric Péters e470c7fc4b replaced free() with correct libraries function (glib and libxml2) 2005-02-08 18:02:26 +00:00
Frédéric Péters 5362e36c0c do not include wsf functions when not using wsf 2005-02-08 13:57:07 +00:00
Frédéric Péters 5919c7c2de step.xsl is in $(srcdir) 2005-02-08 13:56:36 +00:00
Frédéric Péters be6e7eafcc updated debian packaging to what has just been uploaded to sid 2005-02-08 13:13:20 +00:00
Frédéric Péters f83d664cbf that inline should be ok everywhere 2005-02-08 12:30:54 +00:00
Frédéric Péters d0895fab77 ultra magic swig search&replace; compiles with new debian php packages (and
old ones too)
2005-02-08 11:35:14 +00:00
Romain Chantereay 9687522fb3 Removed bad build configuration. 2005-02-08 11:15:46 +00:00
Romain Chantereay 16082a5adf Added MS VC worspace and projets.
Currently two projects:

- Lasso DLL
- PHP binding
2005-02-08 11:13:01 +00:00
Romain Chantereay 0e9959106d Added the vsnprintf function code of Patrick Powell for MS Visual C users. 2005-02-08 11:11:23 +00:00
Romain Chantereay 9490cb8b78 If vsnprintf is not available, the function is declared in the private.h header
file.
2005-02-08 11:07:01 +00:00
Frédéric Péters eb5397da72 another php api change bites the dust 2005-02-08 10:55:53 +00:00
Romain Chantereay d6ccc92fb6 __inline under MSVC. 2005-02-08 10:46:18 +00:00
Frédéric Péters d09652cb2e first fix for debian php package abi changes; zend_register_internal_class_ex
gained a mysterious parameter
2005-02-08 10:42:16 +00:00
Frédéric Péters 288edcd9f5 obviously static 2005-02-08 10:41:47 +00:00
Frédéric Péters f3f7b2e137 distribute patch_swig_output; it might come handy 2005-02-08 10:31:21 +00:00
Frédéric Péters e87dc10be1 variables and functions shouldn't have the same names 2005-02-08 10:25:00 +00:00
Frédéric Péters ba097b51bc fixed variable name 2005-02-08 10:16:00 +00:00
Frédéric Péters eb43346d79 detect when it is possible to use variadic macros and fall back to inline
functions when it is not the case.
2005-02-08 10:14:01 +00:00
Emmanuel Raviart 32bc5ad361 Added missing snippet for element "any" in dst:NewData. 2005-02-08 00:34:58 +00:00
Frédéric Péters c045349030 use new figures in documentation 2005-02-05 19:39:29 +00:00
Frédéric Péters 169aaa14f9 New figures for documentation; automake and makefile stuffs to generate png
out of svg (with inkscape) out of template svg (with xsltproc).  Needs to check
for those tools in configure.ac
2005-02-05 19:29:06 +00:00