Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix GHashTable backward compatibility header | Benjamin Dauvergne | 2010-01-21 | 1 | -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_strcmp0 | Benjamin Dauvergne | 2010-01-20 | 1 | -0/+1 | |
| | ||||||
* | Fix LASSO_WSSEC_BAD_PASSWORD error, reformat wsse_username_token.c | Benjamin Dauvergne | 2010-01-20 | 2 | -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 annotations | Benjamin Dauvergne | 2010-01-19 | 2 | -2/+2 | |
| | ||||||
* | Core: in backward_comp.h, include string.h if g_strcmp0 is used | Benjamin Dauvergne | 2010-01-19 | 1 | -0/+2 | |
| | | | | | * lasso/backward_comp.h: implementation of g_strcmp0 depends upon string.h. | |||||
* | WS-Security: fix typo in name of string symbols | Benjamin Dauvergne | 2010-01-19 | 1 | -4/+4 | |
| | | | | | * lasso/xml/idwsf_strings.h: uppercase define for WS-Securities SOAP faults. | |||||
* | WS: complete support for wsse:UsernameToken | Benjamin Dauvergne | 2010-01-19 | 6 | -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 optional | Benjamin Dauvergne | 2010-01-19 | 1 | -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.rdf | Benjamin Dauvergne | 2010-01-19 | 1 | -1/+183 | |
| | ||||||
* | Reduce news message to fit the news column | Benjamin Dauvergne | 2010-01-19 | 1 | -104/+3 | |
| | ||||||
* | updat download link | Benjamin Dauvergne | 2010-01-18 | 1 | -1/+1 | |
| | ||||||
* | ID-WSF 2.0: Add saml2_login.h to list of headers | Benjamin Dauvergne | 2010-01-18 | 1 | -1/+2 | |
| | ||||||
* | Documentation: wsse_security.xml is now wsse_security_header.xml | Benjamin Dauvergne | 2010-01-18 | 1 | -1/+0 | |
| | ||||||
* | By default make autogen.sh to enable gtk doc | Benjamin Dauvergne | 2010-01-18 | 1 | -1/+1 | |
| | ||||||
* | Bindings PHP5: rewire php5 tests to the makefiles, make them pass distcheck | Benjamin Dauvergne | 2010-01-18 | 7 | -5/+7 | |
| | ||||||
* | in autogen.sh, move libtoolize and gtkdocize before aclocal | Benjamin Dauvergne | 2010-01-18 | 1 | -6/+6 | |
| | ||||||
* | fix typo | Benjamin Dauvergne | 2010-01-18 | 1 | -1/+0 | |
| | ||||||
* | Merge EXTRA_DIST declarations in tests/Makefile.am | Benjamin Dauvergne | 2010-01-18 | 1 | -3/+2 | |
| | ||||||
* | fix bad commit | Benjamin Dauvergne | 2010-01-18 | 1 | -1/+1 | |
| | ||||||
* | tag release 2.2.90 | Benjamin Dauvergne | 2010-01-18 | 1 | -1/+1 | |
| | ||||||
* | Update changelog | Benjamin Dauvergne | 2010-01-18 | 1 | -0/+8807 | |
| | ||||||
* | Change again date of release 2.2.90 | Benjamin Dauvergne | 2010-01-18 | 3 | -3/+3 | |
| | ||||||
* | Add tests/valgrind to dist tarballs | Benjamin Dauvergne | 2010-01-18 | 1 | -0/+2 | |
| | ||||||
* | Add autogen.sh and tools to EXTRA_DIST in top Makefile.am | Benjamin Dauvergne | 2010-01-18 | 1 | -1/+1 | |
| | ||||||
* | Documentation: distribute stylesheet, fix documentation comments, compelte ↵ | Benjamin Dauvergne | 2010-01-18 | 15 | -46/+39 | |
| | | | | lasso-sections.txt | |||||
* | Documentation: add empty lasso-overrides.txt, it seems to be necessary | Benjamin Dauvergne | 2010-01-18 | 1 | -0/+0 | |
| | ||||||
* | ID-WSF: mark API as Private not Internal | Benjamin Dauvergne | 2010-01-18 | 1 | -1/+1 | |
| | ||||||
* | Core: complete documentation on LassoSession | Benjamin Dauvergne | 2010-01-18 | 1 | -2/+10 | |
| | ||||||
* | Core: complete documentation on LassoProfile | Benjamin Dauvergne | 2010-01-18 | 1 | -8/+41 | |
| | ||||||
* | Core: complete documentation on LassoLogin | Benjamin Dauvergne | 2010-01-18 | 1 | -1/+6 | |
| | ||||||
* | fix typo (transfer-none) -> (transfer none) | Benjamin Dauvergne | 2010-01-18 | 2 | -5/+5 | |
| | ||||||
* | ID-WSF 1.0: change name of utils.{c,h} file for documentation parsing | Benjamin Dauvergne | 2010-01-18 | 3 | -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.90 | Benjamin Dauvergne | 2010-01-18 | 1 | -0/+117 | |
| | ||||||
* | Add bindings/python/examples to dist file | Benjamin Dauvergne | 2010-01-16 | 1 | -1/+1 | |
| | ||||||
* | remove empty directory | Benjamin Dauvergne | 2010-01-16 | 0 | -0/+0 | |
| | ||||||
* | remove empty directory | Benjamin Dauvergne | 2010-01-16 | 0 | -0/+0 | |
| | ||||||
* | Documentation: update lasso-sections.txt | Benjamin Dauvergne | 2010-01-15 | 1 | -53/+24 | |
| | ||||||
* | Update doap file | Benjamin Dauvergne | 2010-01-15 | 2 | -4/+16 | |
| | ||||||
* | FIX ABI breakage between 2.2.1 and 2.2.2 in LassoSamlAdvice | Benjamin Dauvergne | 2010-01-15 | 3 | -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 LassoSaml2AttributeValue | Benjamin Dauvergne | 2010-01-14 | 2 | -3/+0 | |
| | ||||||
* | Fix ABI breakage due to change of constant name from ↵ | Benjamin Dauvergne | 2010-01-14 | 2 | -3/+5 | |
| | | | | LASSO_SOAP_FAULT_REDIRECT_REQUEST to LASSO_SOAP_ERROR_REDIRECT_REQUEST_FAULT | |||||
* | Fix ABI breakage with respect to 2.2.1 | Benjamin Dauvergne | 2010-01-14 | 2 | -0/+8 | |
| | ||||||
* | Documentation: add lasso_profile_set/get_signature_hint to lasso-sections.txt | Benjamin Dauvergne | 2010-01-14 | 1 | -0/+3 | |
| | ||||||
* | Add files listings the ABI of Lasso | Benjamin Dauvergne | 2010-01-14 | 4 | -0/+3691 | |
| | ||||||
* | Tools: add script to generate a listing of Lasso ABI | Benjamin Dauvergne | 2010-01-14 | 2 | -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 header | Benjamin Dauvergne | 2010-01-14 | 3 | -1225/+1273 | |
| | ||||||
* | start NEWS file for 2.2.90 | Benjamin Dauvergne | 2010-01-14 | 1 | -0/+37 | |
| | ||||||
* | Tests integration: remove save_html hooks, after fed termination logout ↵ | Benjamin Dauvergne | 2010-01-14 | 2 | -6/+7 | |
| | | | | button should still be there | |||||
* | Bindings python: use is_cstring for matching GList element type | Benjamin Dauvergne | 2010-01-14 | 1 | -1/+1 | |
| | ||||||
* | SAML 2.0 Logout: undo some change to when the assertion is removed | Benjamin Dauvergne | 2010-01-14 | 1 | -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. |