summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* ID-WSF 2.0: add files soap_binding.c, soap_binding.hBenjamin Dauvergne2010-01-042-0/+9
| | | | | | | | | | | | | | | | | | | | | * lasso/id-wsf-2.0/Makefile.am - reference new source files in Makefile.am * lasso/id-wsf-2.0/soap_binding.c * lasso/id-wsf-2.0/soap_binding.h: - add extraction functions lasso_soap_envelope_sb2_get_provider_id, lasso_soap_envelope_sb2_get_redirect_request_url, lasso_soap_envelope_sb2_get_target_identity_header, lasso_soap_envelope_add_action and lasso_soap_envelope_get_action. - add SOAP security headers accessors - add lasso_soap_envelope_get_saml2_security_token which simplify retrieving a SAML 2.0 assertion used as a WS-Security token. complete documentation of other functions. * docs/reference/lasso/lasso-sections.txt: - reference the new functions in a new section soap_binding2 * docs/reference/lasso/lasso-docs.sgml: - add new section soap_binding2 ID-WSF 2.0: in soap_binding.{c,h}: add function
* ID-WSF: in data_service.c:lasso_data_service_init_query check absent ↵Benjamin Dauvergne2010-01-041-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | resource offering, support security_mech_id argument * lasso/id-wsf/data_service.c lasso/id-wsf/data_service.h: - in lasso_data_service_apply_modifications, dst_modification initialization is missing. - remove lasso_data_service_get_redirect_request_url - change LASSO_DATA_SERVICE_CANNOT_ADD_ITEM to LASSO_DATA_SERVICE_ERROR_CANNOT_ADD_ITEM - in lasso_data_service_init_query, complete documentation, fix mem leak - factorize code between lasso_data_service_build_modify_response_msg and lasso_data_service_build_query_response_msg, create lasso_data_service_build_response_msg - in lasso_data_service_get_answer, add out annotation to output parameter - simplify API, simplify code path for query and modification processing - add lasso_data_service_process_request_msg, lasso_data_service_build_modify_response_msg, lasso_data_service_validate_request. - remove lasso_data_service_process_query_msg and lasso_data_service_process_modify_msg from public API. - in lasso_data_service_process_query_msg and lasso_data_service_process_modify_msg add arg checks, make them static and move preprocessing of the request in lasso_data_service_process_request_msg. - in lasso_data_service_get_answer, fix request/response mismatch. - add accessors lasso_data_service_set_resource_data and lasso_data_service_get_resource_data. - add securit_mech_id arg to data_service_init_modify, export resource_data accessor methods - remove lasso_data_service_get_redirect_request_url - fix missing intializations and leaks
* Core Login: in login.c, add assertion accessorBenjamin Dauvergne2010-01-041-2/+4
| | | | | | | | | | | * docs/reference/lasso/lasso-sections.txt: declare new function * lasso/id-ff/login.c lasso/id-ff/login.h: add new function lasso_login_get_assertion. * lasso/saml-2.0/login.c: store created assertions * lasso/id-ff/login.h: make assertion field private for bindings.
* SAML 2.0: in saml2_helper.c, add new methods to manipulate SAML2 assertionsBenjamin Dauvergne2010-01-041-0/+15
| | | | | | | | | | | | * lasso/saml-2.0/saml2_helper.c lasso/saml-2.0/saml2_helper.h: - add lasso_server_saml2_assertion_setup_signature, to help in defining signature upon saml2:Assertion nodes. - add new symbols LASSO_DURATION_MINUTE, LASSO_DURATION_HOUR, LASSO_DURATION_DAY, LASSO_DURATION_WEEK. - add method lasso_saml2_assertion_add_attribute_with_node * docs/reference/lasso/lasso-sections.txt: declare new functions in saml2_helper section.
* SAML 2.0: in provider.c, add node encryption function and reference it in docBenjamin Dauvergne2010-01-041-0/+1
| | | | | | | | | | | * lasso/saml-2.0/Makefile.am: add new header provider.h * lasso/saml-2.0/provider.c lasso/saml-2.0/provider.h: add new function lasso_provider_saml2_node_encrypt to encrypt nodes and encapslutate the XML Enc datas in a LassoSaml2EncryptedElement node. * docs/reference/lasso/lasso-sections.txt: add function to saml2_utils section
* Documentation: in lasso-docs.sgml, add glossary to the index, add book part ↵Benjamin Dauvergne2010-01-041-3/+12
| | | | | | | delimitations * docs/reference/lasso/lasso-docs.sgml: add the glossary to the index.
* Docs: remove old lasso-sections.txt fileBenjamin Dauvergne2009-09-111-529/+0
|
* Docs: change the doc production and lot of other fixesBenjamin Dauvergne2009-08-2612-3022/+7553
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lasso/Makefile.am: distribute extract_sections.py * docs/references/lasso/lasso.types.in: add missing class (mainly SAML2 and ID-WSF 1.0/2.0) from docs/references/lasso.types.in * lasso/xml/strings.h: add lots of documentation, or at least documentation template to strings constants. * id-ff/login.h: * saml-2.0/assertion_query.h: * xml/xml.h: document undocumented enumerations. * lasso/errors.h: add proper documentation about error codes. * lasso/errors.c: new version of the lasso_strerror function * lasso/build_strerror.py: update the script that generater lasso_strerror from the documentation comments. Remove usage of OFTYPE * lasso/id-ff/session.c: * lasso/id-ff/session.h: remove usage of oftype, prefer gtk-introspection annotations instead. * lasso/id-wsf/data_service.h: * lasso/id-wsf/data_service.c: do the same. Add a script to build lasso-sections.txt * lasso/extract_sections.py: this script parses header files and generated lasso-sections.txt content for GObject class descriptions. Add a template file for the lasso-section.txt file * docs/references/lasso-sections.txt.in: this file serves as a base for the generation of lasso-sections.txt Update docs/references/Makefile.am for generating lasso-sections.txt * docs/references/Makefile.am: always rebuild template, using out of source build directory is too weird without it. call new script extract_sections.py to regenerate lasso-sections.txt if header files changed. Update lasso.sgml file with all missing sections * docs/reference/lasso.sgml: add all missing sections, mainly objects from XML schemas. * docs/reference/lasso-sections.txt: update it * *.c: add section documentation to some files. * lasso/xml/strings.h: fix bad usage or docbook markup
* Core: Use automake-1.11 when possibleBenjamin Dauvergne2009-08-261-2/+2
| | | | | | | | | | | | | | * Makefile.am: use new automake-1.11 silent rules if possible move macros to m4 directory * m4/gtk-doc.m4: add gtk-doc macros. * lasso/Makefile.am: add missing -f flag to rm, to unbreak make distcheck * docs/references/Makefile.am: fix problem between libtool and gtk-doc * autogen.sh: update to autogen.sh from gtk-doc, add support for automake-1.11
* Docs: add declaration of missing LassoNode public methodsBenjamin Dauvergne2009-03-271-3/+11
| | | | | * docs/reference/lasso-sections.txt: add missing lasso_node_*() functions.
* Docs: fix doc on Attribute related classesBenjamin Dauvergne2009-03-272-0/+40
| | | | | | | | | | | | | * xml/saml-2.0/saml2_attribute_value.c: * xml/saml-2.0/samlp2_extensions.c: * xml/saml_attribute_value.c: add documentation about the special way of setting those classes content, that is using lasso_node_set_original_xmlnode. * docs/reference/lasso-sections.txt: * docs/reference/lasso.sgml: add missing declarations for documentation of LassoSamlAttribute, LassoSamlAttributeValue, LassoSamlAttributeDesignator, LassoSamlStatement and LassoSaml2AttributeValue.
* Doc: Update index sgml file to cope with gtkdoc 1.11Benjamin Dauvergne2009-03-091-1/+1
| | | | | * docs/references/lasso.sgml: change entity path for LassoSamlp2AssertionIDRequest.
* added all string constants to the API docDamien Laniel2009-01-261-4/+375
|
* added an index to quickly find symbolsDamien Laniel2009-01-261-2/+2
|
* fixed some functions nameDamien Laniel2009-01-261-10/+11
|
* added lasso_data_service_new_full and removed lasso_idwsf2_discovery_destroy ↵Damien Laniel2009-01-261-1/+1
| | | | in api doc
* added documentation sections for ID-WSF 2.0 Discovery and DataServiceDamien Laniel2009-01-222-1/+64
|
* $< is already translated to the VPATH in pattern rules, no need to prefix withBenjamin Dauvergne2008-08-051-1/+1
| | | | | $(srcdir). Reflect this in the rule that creates variations of svg files for the documentation.
* don't copy gtk-doc tmpl/ files that do not longer existsFrederic Peters2008-07-161-5/+1
| | | | (fixes make distcheck)
* remove ./docs/reference/tmpl during clean-local targetBenjamin Dauvergne2008-05-271-0/+1
|
* add Makefile.in to MAINTAINERCLEANFILES in every Makefile.amBenjamin Dauvergne2008-05-274-0/+4
|
* add -I$(top_builddir) to CFLAGS in first positionBenjamin Dauvergne2008-05-271-0/+1
|
* moved gtk-doc inline as is better on so many points; also added schemaFrederic Peters2008-05-15114-6040/+1
| | | | fragments to published doc
* * change in the sgml documentation files.Benjamin Dauvergne2008-03-125-9/+6
|
* rephrase a meaningless sentenceDamien Laniel2007-06-142-4/+5
|
* fixed spelling mistakeDamien Laniel2007-06-142-2/+2
|
* changed responseMsg to answer for consistencyDamien Laniel2007-06-141-1/+1
|
* added 2 lines to get the Damien Laniel2007-06-141-4/+3
|
* added keys and metadata creationDamien Laniel2007-06-143-9/+174
|
* added a line to tell to restart Apache 2Damien Laniel2007-06-141-0/+1
|
* fix documentation for getting nameIdentifier contentDamien Laniel2007-06-131-1/+1
|
* copied note from LIST_NODES to LIST_XMLNODES since the same behaviour isFrederic Peters2007-06-071-0/+6
| | | | present in both.
* updated Copyright dates in some more remaining filesDamien Laniel2007-05-305-5/+5
|
* updated liberty document urisFrederic Peters2007-04-144-4/+4
|
* fixing figures from cvs2svn conversionFrederic Peters2007-04-072-0/+0
|
* added section for ECP (and titled LECP)Frederic Peters2007-01-095-2/+206
|
* reordered some elements in index and added short descriptions to all elementsFrederic Peters2007-01-0873-6/+2613
|
* added all classes for SAMLv2 schema elementsFrederic Peters2007-01-082-3/+859
|
* added documentation about SAMLv2 Name Id Management profile; and by the sameFrederic Peters2007-01-0813-38/+144
| | | | time updated all tmpl/ files with a newer gtk-doc
* Updated metadata saml2 saming files. Fixed protocol binding setting when ↵Nicolas Clapies2007-01-021-5/+5
| | | | initiating sso.
* Added SAML2 PHP documentation. Need to complete with some Login and Logout ↵Nicolas Clapies2006-12-202-2/+419
| | | | details. Need to add description of Name Id Management profile.
* fix rst syntaxFrederic Peters2006-12-181-0/+1
|
* Added (and documented) new members to snippet, necessary to fix namespace forFrederic Peters2006-12-161-1/+5
| | | | saml:AuthnContextClassRef used in samlp:RequestedAuthnContext
* Added documentation for SNIPPET_XMLNODEDamien Laniel2006-11-131-0/+6
|
* changed LASSO_LIB_NAME_ID_POLICY_TYPE_FEDERATED to ↵Damien Laniel2006-10-311-1/+1
| | | | LASSO_LIB_NAMEID_POLICY_TYPE_FEDERATED according to the code
* formattingFrederic Peters2006-10-281-49/+70
|
* use external stylesheetFrederic Peters2006-10-282-6/+152
|
* Added documentation about writing a sp in java.Nicolas Clapies2006-10-271-0/+289
|
* updated documentation for lasso server creation prototype changeDamien Laniel2006-09-212-1/+2
|
* fixed lasso_server_new prototypeFrederic Peters2006-09-191-3/+4
|