summaryrefslogtreecommitdiffstats
path: root/docs/reference
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-2611-3018/+7552
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
|
* 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-271-0/+1
|
* 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
|
* copied note from LIST_NODES to LIST_XMLNODES since the same behaviour isFrederic Peters2007-06-071-0/+6
| | | | present in both.
* 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
* 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
|
* ship style.cssFrederic Peters2006-03-061-1/+1
|
* added short desc for lasso.hFrederic Peters2006-02-211-0/+65
|
* added short descriptions to every lib: classesFrederic Peters2006-02-2120-0/+857
|
* more docFrederic Peters2006-02-214-3/+35
|
* own style for reference docFrederic Peters2006-01-252-1/+82
|
* fixing redirect exampleFrederic Peters2006-01-251-1/+1
|
* minor automated changesFrederic Peters2005-09-294-4/+26
|
* fixed spellingFrederic Peters2005-09-271-1/+1
|
* generation of lasso.types so it only includes wsf classes if wsf is compiledFrederic Peters2005-09-122-4/+20
| | | | in.
* possibility to register new dst services.Frederic Peters2005-09-111-0/+1
|
* Added lasso_discovery_get_services() method documentationNicolas Clapies2005-09-061-0/+1
|
* added lasso_data_service_get_answer_for_item_idFrederic Peters2005-08-251-0/+1
|
* continuing on disco example, use the service to retrieve principal name.Frederic Peters2005-08-251-4/+29
|
* renamed ProfileService to DataServiceFrederic Peters2005-08-2518-20/+168
|
* documentation for discoveryFrederic Peters2005-08-241-0/+188
|
* doc for discovery and profile_serviceFrederic Peters2005-08-241-0/+48
|
* sync docs with codeFrederic Peters2005-05-264-1/+12
|
* API addition; lasso_provider_get_organizationFrederic Peters2005-04-201-0/+1
|
* updated �� information in reference manualFrederic Peters2005-02-211-1/+1
|
* LassoRequestType disappearedFrederic Peters2005-02-211-12/+0
|
* LassoMessageFormat enum is now documented incodeFrederic Peters2005-02-211-2/+1
|
* removed LassoMessageType from docFrederic Peters2005-02-211-1/+0
|
* reworked a bit documentation build system and added detection of inkscape andFrederic Peters2005-02-103-0/+49
| | | | xsltproc in configure