Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | SAML 2.0: in saml2_helper.c, add new methods to manipulate SAML2 assertions | Benjamin Dauvergne | 2010-01-04 | 1 | -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 doc | Benjamin Dauvergne | 2010-01-04 | 1 | -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 Dauvergne | 2010-01-04 | 1 | -3/+12 | |
| | | | | | | | delimitations * docs/reference/lasso/lasso-docs.sgml: add the glossary to the index. | |||||
* | Docs: remove old lasso-sections.txt file | Benjamin Dauvergne | 2009-09-11 | 1 | -529/+0 | |
| | ||||||
* | Docs: change the doc production and lot of other fixes | Benjamin Dauvergne | 2009-08-26 | 11 | -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 possible | Benjamin Dauvergne | 2009-08-26 | 1 | -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 methods | Benjamin Dauvergne | 2009-03-27 | 1 | -3/+11 | |
| | | | | | * docs/reference/lasso-sections.txt: add missing lasso_node_*() functions. | |||||
* | Docs: fix doc on Attribute related classes | Benjamin Dauvergne | 2009-03-27 | 2 | -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.11 | Benjamin Dauvergne | 2009-03-09 | 1 | -1/+1 | |
| | | | | | * docs/references/lasso.sgml: change entity path for LassoSamlp2AssertionIDRequest. | |||||
* | added all string constants to the API doc | Damien Laniel | 2009-01-26 | 1 | -4/+375 | |
| | ||||||
* | added an index to quickly find symbols | Damien Laniel | 2009-01-26 | 1 | -2/+2 | |
| | ||||||
* | fixed some functions name | Damien Laniel | 2009-01-26 | 1 | -10/+11 | |
| | ||||||
* | added lasso_data_service_new_full and removed lasso_idwsf2_discovery_destroy ↵ | Damien Laniel | 2009-01-26 | 1 | -1/+1 | |
| | | | | in api doc | |||||
* | added documentation sections for ID-WSF 2.0 Discovery and DataService | Damien Laniel | 2009-01-22 | 2 | -1/+64 | |
| | ||||||
* | don't copy gtk-doc tmpl/ files that do not longer exists | Frederic Peters | 2008-07-16 | 1 | -5/+1 | |
| | | | | (fixes make distcheck) | |||||
* | remove ./docs/reference/tmpl during clean-local target | Benjamin Dauvergne | 2008-05-27 | 1 | -0/+1 | |
| | ||||||
* | add Makefile.in to MAINTAINERCLEANFILES in every Makefile.am | Benjamin Dauvergne | 2008-05-27 | 1 | -0/+1 | |
| | ||||||
* | add -I$(top_builddir) to CFLAGS in first position | Benjamin Dauvergne | 2008-05-27 | 1 | -0/+1 | |
| | ||||||
* | moved gtk-doc inline as is better on so many points; also added schema | Frederic Peters | 2008-05-15 | 114 | -6040/+1 | |
| | | | | fragments to published doc | |||||
* | * change in the sgml documentation files. | Benjamin Dauvergne | 2008-03-12 | 5 | -9/+6 | |
| | ||||||
* | copied note from LIST_NODES to LIST_XMLNODES since the same behaviour is | Frederic Peters | 2007-06-07 | 1 | -0/+6 | |
| | | | | present in both. | |||||
* | added section for ECP (and titled LECP) | Frederic Peters | 2007-01-09 | 5 | -2/+206 | |
| | ||||||
* | reordered some elements in index and added short descriptions to all elements | Frederic Peters | 2007-01-08 | 73 | -6/+2613 | |
| | ||||||
* | added all classes for SAMLv2 schema elements | Frederic Peters | 2007-01-08 | 2 | -3/+859 | |
| | ||||||
* | added documentation about SAMLv2 Name Id Management profile; and by the same | Frederic Peters | 2007-01-08 | 13 | -38/+144 | |
| | | | | time updated all tmpl/ files with a newer gtk-doc | |||||
* | Added (and documented) new members to snippet, necessary to fix namespace for | Frederic Peters | 2006-12-16 | 1 | -1/+5 | |
| | | | | saml:AuthnContextClassRef used in samlp:RequestedAuthnContext | |||||
* | Added documentation for SNIPPET_XMLNODE | Damien Laniel | 2006-11-13 | 1 | -0/+6 | |
| | ||||||
* | ship style.css | Frederic Peters | 2006-03-06 | 1 | -1/+1 | |
| | ||||||
* | added short desc for lasso.h | Frederic Peters | 2006-02-21 | 1 | -0/+65 | |
| | ||||||
* | added short descriptions to every lib: classes | Frederic Peters | 2006-02-21 | 20 | -0/+857 | |
| | ||||||
* | more doc | Frederic Peters | 2006-02-21 | 4 | -3/+35 | |
| | ||||||
* | own style for reference doc | Frederic Peters | 2006-01-25 | 2 | -1/+82 | |
| | ||||||
* | fixing redirect example | Frederic Peters | 2006-01-25 | 1 | -1/+1 | |
| | ||||||
* | minor automated changes | Frederic Peters | 2005-09-29 | 4 | -4/+26 | |
| | ||||||
* | fixed spelling | Frederic Peters | 2005-09-27 | 1 | -1/+1 | |
| | ||||||
* | generation of lasso.types so it only includes wsf classes if wsf is compiled | Frederic Peters | 2005-09-12 | 2 | -4/+20 | |
| | | | | in. | |||||
* | possibility to register new dst services. | Frederic Peters | 2005-09-11 | 1 | -0/+1 | |
| | ||||||
* | Added lasso_discovery_get_services() method documentation | Nicolas Clapies | 2005-09-06 | 1 | -0/+1 | |
| | ||||||
* | added lasso_data_service_get_answer_for_item_id | Frederic Peters | 2005-08-25 | 1 | -0/+1 | |
| | ||||||
* | continuing on disco example, use the service to retrieve principal name. | Frederic Peters | 2005-08-25 | 1 | -4/+29 | |
| | ||||||
* | renamed ProfileService to DataService | Frederic Peters | 2005-08-25 | 18 | -20/+168 | |
| | ||||||
* | documentation for discovery | Frederic Peters | 2005-08-24 | 1 | -0/+188 | |
| | ||||||
* | doc for discovery and profile_service | Frederic Peters | 2005-08-24 | 1 | -0/+48 | |
| | ||||||
* | sync docs with code | Frederic Peters | 2005-05-26 | 4 | -1/+12 | |
| | ||||||
* | API addition; lasso_provider_get_organization | Frederic Peters | 2005-04-20 | 1 | -0/+1 | |
| | ||||||
* | updated �� information in reference manual | Frederic Peters | 2005-02-21 | 1 | -1/+1 | |
| | ||||||
* | LassoRequestType disappeared | Frederic Peters | 2005-02-21 | 1 | -12/+0 | |
| | ||||||
* | LassoMessageFormat enum is now documented incode | Frederic Peters | 2005-02-21 | 1 | -2/+1 | |
| | ||||||
* | removed LassoMessageType from doc | Frederic Peters | 2005-02-21 | 1 | -1/+0 | |
| | ||||||
* | reworked a bit documentation build system and added detection of inkscape and | Frederic Peters | 2005-02-10 | 3 | -0/+49 | |
| | | | | xsltproc in configure |