summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix GHashTable backward compatibility headerBenjamin Dauvergne2010-01-211-2/+6
| | | | | | * lasso/ghashtable.h: g_hash_table_remove_all_nodes is not a public function, use g_hash_table_foreach_remove instead.
* in saml2_name_id.c, include utils.h to benefit from replacement for g_strcmp0Benjamin Dauvergne2010-01-201-0/+1
|
* Fix LASSO_WSSEC_BAD_PASSWORD error, reformat wsse_username_token.cBenjamin Dauvergne2010-01-202-13/+22
| | | | | | | | * lasso/errors.h: change error id and error name for LASSO_WSSEC_BAD_PASSWORD * lasso/xml/ws/wsse_username_token.c: update reference to LASSO_WSSEC_BAD_PASSWORD. reformat line longer than 100 characters.
* ID-WSF 2.0: add some annotationsBenjamin Dauvergne2010-01-192-2/+2
|
* Core: in backward_comp.h, include string.h if g_strcmp0 is usedBenjamin Dauvergne2010-01-191-0/+2
| | | | | * lasso/backward_comp.h: implementation of g_strcmp0 depends upon string.h.
* WS-Security: fix typo in name of string symbolsBenjamin Dauvergne2010-01-191-4/+4
| | | | | * lasso/xml/idwsf_strings.h: uppercase define for WS-Securities SOAP faults.
* WS: complete support for wsse:UsernameTokenBenjamin Dauvergne2010-01-196-71/+361
| | | | | | | | | | | | | * docs/reference/lasso/lasso-sections.txt: add new functions and change type name in documentation. * lasso/errors.h lasso/errors.c: add an error to report password verification failure * lasso/xml/ws/wsse_username_token.h lasso/xml/ws/wsse_username_token.c: update support for wsse:UsernameToken up to version 1.1, implement digest and derived keys computations. * lasso/xml/idwsf_strings.h: add strings for Username WS-Security Token profile
* XML SAML-2.0: AuthnContext content is a xdf:choice so make content optionalBenjamin Dauvergne2010-01-191-4/+4
| | | | | | | | | | | | - lasso/xml/saml-2.0/saml2_authn_context.c: <AuthnContext/> can contain at least one node among: - <AuthnContextClassRef/> - <AuthnContextDeclRef/> - <AuthnContextDecl/> to approximate this possibility, we need to make any of them optional. <AuthenticatingAuthority/> should be a list but we cannot change it without breaking the ABI, so we will wait for this.
* make an explicit copy of lasso.doap to website/web/doap.rdfBenjamin Dauvergne2010-01-191-1/+183
|
* Reduce news message to fit the news columnBenjamin Dauvergne2010-01-191-104/+3
|
* updat download linkBenjamin Dauvergne2010-01-181-1/+1
|
* ID-WSF 2.0: Add saml2_login.h to list of headersBenjamin Dauvergne2010-01-181-1/+2
|
* Documentation: wsse_security.xml is now wsse_security_header.xmlBenjamin Dauvergne2010-01-181-1/+0
|
* By default make autogen.sh to enable gtk docBenjamin Dauvergne2010-01-181-1/+1
|
* Bindings PHP5: rewire php5 tests to the makefiles, make them pass distcheckBenjamin Dauvergne2010-01-187-5/+7
|
* in autogen.sh, move libtoolize and gtkdocize before aclocalBenjamin Dauvergne2010-01-181-6/+6
|
* fix typoBenjamin Dauvergne2010-01-181-1/+0
|
* Merge EXTRA_DIST declarations in tests/Makefile.amBenjamin Dauvergne2010-01-181-3/+2
|
* fix bad commitBenjamin Dauvergne2010-01-181-1/+1
|
* tag release 2.2.90Benjamin Dauvergne2010-01-181-1/+1
|
* Update changelogBenjamin Dauvergne2010-01-181-0/+8807
|
* Change again date of release 2.2.90Benjamin Dauvergne2010-01-183-3/+3
|
* Add tests/valgrind to dist tarballsBenjamin Dauvergne2010-01-181-0/+2
|
* Add autogen.sh and tools to EXTRA_DIST in top Makefile.amBenjamin Dauvergne2010-01-181-1/+1
|
* Documentation: distribute stylesheet, fix documentation comments, compelte ↵Benjamin Dauvergne2010-01-1815-46/+39
| | | | lasso-sections.txt
* Documentation: add empty lasso-overrides.txt, it seems to be necessaryBenjamin Dauvergne2010-01-181-0/+0
|
* ID-WSF: mark API as Private not InternalBenjamin Dauvergne2010-01-181-1/+1
|
* Core: complete documentation on LassoSessionBenjamin Dauvergne2010-01-181-2/+10
|
* Core: complete documentation on LassoProfileBenjamin Dauvergne2010-01-181-8/+41
|
* Core: complete documentation on LassoLoginBenjamin Dauvergne2010-01-181-1/+6
|
* fix typo (transfer-none) -> (transfer none)Benjamin Dauvergne2010-01-182-5/+5
|
* ID-WSF 1.0: change name of utils.{c,h} file for documentation parsingBenjamin Dauvergne2010-01-183-2/+2
| | | | | | | * utils.h: this header has the same name as an other header which is not parsed by the documentation (lasso/utils.h) and the documentation process just match by filename, so we rename it.
* Website: add news about 2.2.90Benjamin Dauvergne2010-01-181-0/+117
|
* Add bindings/python/examples to dist fileBenjamin Dauvergne2010-01-161-1/+1
|
* remove empty directoryBenjamin Dauvergne2010-01-160-0/+0
|
* remove empty directoryBenjamin Dauvergne2010-01-160-0/+0
|
* Documentation: update lasso-sections.txtBenjamin Dauvergne2010-01-151-53/+24
|
* Update doap fileBenjamin Dauvergne2010-01-152-4/+16
|
* FIX ABI breakage between 2.2.1 and 2.2.2 in LassoSamlAdviceBenjamin Dauvergne2010-01-153-7/+10
| | | | | | | | | | * lasso/xml/saml_advice.c lasso/xml/saml_advice.h: restore fields AssertionIDReference and Assertion, remove field any to restore state from 2.2.1 * lasso/id-ff/session.c: use xmlNode stored inside LassoSamlAssertion objects instead of accessing the 'any' list of xmlNode that was inserted in LassoSamlAdvice.
* FIX ABI breakage when addning new field to struct LassoSaml2AttributeValueBenjamin Dauvergne2010-01-142-3/+0
|
* Fix ABI breakage due to change of constant name from ↵Benjamin Dauvergne2010-01-142-3/+5
| | | | LASSO_SOAP_FAULT_REDIRECT_REQUEST to LASSO_SOAP_ERROR_REDIRECT_REQUEST_FAULT
* Fix ABI breakage with respect to 2.2.1Benjamin Dauvergne2010-01-142-0/+8
|
* Documentation: add lasso_profile_set/get_signature_hint to lasso-sections.txtBenjamin Dauvergne2010-01-141-0/+3
|
* Add files listings the ABI of LassoBenjamin Dauvergne2010-01-144-0/+3691
|
* Tools: add script to generate a listing of Lasso ABIBenjamin Dauvergne2010-01-142-5/+52
| | | | | | | | * tools/api.py: use parser from the binding generator to output a list of symbols * bindings/bindings.py; add private flags to not clobber 'private' fields of structures or methods not exported in bindings like _get_type.
* ID-WSF: separate ID-WSF strings into their own headerBenjamin Dauvergne2010-01-143-1225/+1273
|
* start NEWS file for 2.2.90Benjamin Dauvergne2010-01-141-0/+37
|
* Tests integration: remove save_html hooks, after fed termination logout ↵Benjamin Dauvergne2010-01-142-6/+7
| | | | button should still be there
* Bindings python: use is_cstring for matching GList element typeBenjamin Dauvergne2010-01-141-1/+1
|
* SAML 2.0 Logout: undo some change to when the assertion is removedBenjamin Dauvergne2010-01-141-23/+9
| | | | | | | | | | | * lasso/saml-2.0/logout.c: - do not remove the assertion in init_request, as before only if all fails (event REDIRECT is unsupported). - in process_response_msg remove the assertion if we are the IdP or if there is no error. - in validate_request, remove the assertion if there is no error. I think that there will be more updates to this in the future.