summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* that inline should be ok everywhereFrederic Peters2005-02-081-5/+1
|
* ultra magic swig search&replace; compiles with new debian php packages (andFrederic Peters2005-02-081-0/+7
| | | | old ones too)
* Removed bad build configuration.Romain Chantereay2005-02-081-58/+2
|
* Added MS VC worspace and projets.Romain Chantereay2005-02-083-0/+1175
| | | | | | | Currently two projects: - Lasso DLL - PHP binding
* Added the vsnprintf function code of Patrick Powell for MS Visual C users.Romain Chantereay2005-02-081-0/+790
|
* If vsnprintf is not available, the function is declared in the private.h headerRomain Chantereay2005-02-081-0/+5
| | | | file.
* another php api change bites the dustFrederic Peters2005-02-081-0/+3
|
* __inline under MSVC.Romain Chantereay2005-02-081-0/+4
|
* first fix for debian php package abi changes; zend_register_internal_class_exFrederic Peters2005-02-081-0/+5
| | | | gained a mysterious parameter
* obviously staticFrederic Peters2005-02-081-2/+2
|
* distribute patch_swig_output; it might come handyFrederic Peters2005-02-081-1/+1
|
* variables and functions shouldn't have the same namesFrederic Peters2005-02-081-5/+5
|
* fixed variable nameFrederic Peters2005-02-081-1/+1
|
* detect when it is possible to use variadic macros and fall back to inlineFrederic Peters2005-02-082-4/+36
| | | | functions when it is not the case.
* Added missing snippet for element "any" in dst:NewData.Emmanuel Raviart2005-02-081-1/+1
|
* use new figures in documentationFrederic Peters2005-02-053-19/+16
|
* New figures for documentation; automake and makefile stuffs to generate pngFrederic Peters2005-02-058-0/+15992
| | | | | out of svg (with inkscape) out of template svg (with xsltproc). Needs to check for those tools in configure.ac
* removed all %s escaping sequences from lasso error strings; as a side effectFrederic Peters2005-02-059-94/+54
| | | | | this simplifies critical_error macro, porting to non-gcc compilers should be easier. Along the way I also fixed the long standing bug #256.
* marked types.c and symbols.sym as phony targets so they are rebuilt every timeFrederic Peters2005-02-051-0/+1
|
* more appropriate error codeFrederic Peters2005-02-051-1/+1
|
* removed remaining compiler warning (unused variable) from id-wsf/Frederic Peters2005-02-051-8/+2
|
* correctly use id-ff 1.1 xml namespace in backward compatibility modeFrederic Peters2005-02-051-1/+31
|
* Updated documentation files nobody cared about.Frederic Peters2005-02-052-8/+7
|
* added tests to fix bug #407 and avoir similar onesFrederic Peters2005-02-043-0/+18
|
* added testcase for bug #407Frederic Peters2005-02-041-0/+25
|
* all query fields are restored to the same lib:Extension; there are no otherFrederic Peters2005-02-041-3/+3
| | | | way.
* restore a <lib:Extension> from unknown query string elements; all of themFrederic Peters2005-02-041-1/+31
| | | | are merged in the same <lib:Extension>
* use c99 construct for variadic macros when not using gcc (still missing a thirdFrederic Peters2005-02-041-5/+18
| | | | alternative for non-(c99||gcc) compilers
* Lasso requires glib and gobject >= 2.4.0 (when compiled with glib 2.2.3, itEmmanuel Raviart2005-02-031-1/+1
| | | | generates an error: undefined symbol g_hash_table_find).
* Added a test converting an AuthnRequest with an extension to and from aEmmanuel Raviart2005-02-021-1/+49
| | | | query. It fails.
* correctly deals with RequestAuthnContext when rebuilding AuthnRequest fromFrederic Peters2005-02-022-3/+11
| | | | query string
* Corrected typo in constant.Emmanuel Raviart2005-02-013-2/+44
| | | | Added test for AuthnContext in AuthnRequest.
* Corrected SIS namespaces.Emmanuel Raviart2005-01-302-4/+4
|
* doesn't mention wsf files for now; a better solution will be devised in timeFrederic Peters2005-01-302-28/+12
|
* removed extraneous liberty namespace registration and noted a future fix toFrederic Peters2005-01-292-1/+1
| | | | LECP to do.
* SWIG: Use WSF_SUPPORT instead of WSF_ENABLED as constant in bindings.Emmanuel Raviart2005-01-292-9/+7
|
* Typo correction.Emmanuel Raviart2005-01-291-1/+1
|
* Reverted previous replacement of #if LASSO_WSF_ENABLED withEmmanuel Raviart2005-01-292-3/+2
| | | | #ifdef LASSO_WSF_ENABLED.
* Replaced #if LASSO_WSF_ENABLED by ifdef LASSO_WSF_ENABLED to enable wsf in ↵Nicolas Clapies2005-01-292-2/+3
| | | | bindings.
* Removed old comment.Nicolas Clapies2005-01-291-4/+0
|
* Removed optional option parameter in lasso_discovery_add_insert_entry().Nicolas Clapies2005-01-293-15/+5
|
* SWIG: Added Attribute to AttributeStatement.Emmanuel Raviart2005-01-291-1/+13
|
* Added binding for saml:AttributeValue.Emmanuel Raviart2005-01-296-3/+64
| | | | Corrected use of constant LASSO_WSF_ENABLED in binding.
* SWIG: Added constant WSF_ENABLED and VERSION_DECIMAL to bindings.Emmanuel Raviart2005-01-282-3/+11
|
* compatibility with previous liberty specifications; still missing support forFrederic Peters2005-01-281-35/+93
| | | | | old elements in lib:AuthnRequest (requires some deep thought) but it may already be working as is.
* Updated to lasso 0.6.0 with soname 3.Romain Chantereay2005-01-284-20/+20
| | | | Updated dependencies too.
* initializes AuthnResponse in process_authn_request_msg; it is necessary sinceFrederic Peters2005-01-281-5/+6
| | | | | intermediary function may want to set status code. (fix a crasher bug when using isPassive and POST)
* SONAME:3 no more 1.Romain Chantereay2005-01-281-1/+1
|
* produce 1.1 requests and notifications when interoperating with previousFrederic Peters2005-01-287-7/+43
| | | | liberty implementations
* include missing identityprivate.hFrederic Peters2005-01-281-0/+1
|