| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Docs: change the doc production and lot of other fixes | Benjamin Dauvergne | 2009-08-26 | 1 | -2313/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
| * | 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 | 1 | -0/+30 |
| | | | | | | | | | | | | | | * 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. | ||||
| * | added all string constants to the API doc | Damien Laniel | 2009-01-26 | 1 | -4/+375 |
| | | |||||
| * | 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 | 1 | -1/+59 |
| | | |||||
| * | added section for ECP (and titled LECP) | Frederic Peters | 2007-01-09 | 1 | -1/+18 |
| | | |||||
| * | added all classes for SAMLv2 schema elements | Frederic Peters | 2007-01-08 | 1 | -0/+750 |
| | | |||||
| * | added documentation about SAMLv2 Name Id Management profile; and by the same | Frederic Peters | 2007-01-08 | 1 | -0/+23 |
| | | | | | time updated all tmpl/ files with a newer gtk-doc | ||||
| * | 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 |
| | | |||||
| * | renamed ProfileService to DataService | Frederic Peters | 2005-08-25 | 1 | -17/+17 |
| | | |||||
| * | doc for discovery and profile_service | Frederic Peters | 2005-08-24 | 1 | -0/+48 |
| | | |||||
| * | API addition; lasso_provider_get_organization | Frederic Peters | 2005-04-20 | 1 | -0/+1 |
| | | |||||
| * | removed LassoMessageType from doc | Frederic Peters | 2005-02-21 | 1 | -1/+0 |
| | | |||||
| * | Document new functions; pretty please. Fixed memory leak introduced in | Frederic Peters | 2005-01-28 | 1 | -0/+4 |
| | | | | | | lasso_profile_get_request_type_from_soap_msg; moved wsf chunk from build_assertion to its own function. | ||||
| * | removed functions that are now private from documentation | Frederic Peters | 2005-01-26 | 1 | -2/+0 |
| | | |||||
| * | new lasso_session_get_assertions, returns GList* of (incref'd) assertions | Frederic Peters | 2005-01-26 | 1 | -0/+1 |
| | | |||||
| * | removed lasso_server_add_service from reference api since it is for wsf | Frederic Peters | 2005-01-21 | 1 | -1/+0 |
| | | |||||
| * | documented a few things | Frederic Peters | 2005-01-18 | 1 | -1/+1 |
| | | |||||
| * | sync documentation sections with current functions | Frederic Peters | 2005-01-12 | 1 | -4/+1 |
| | | |||||
| * | created serverprivate.h for two private #LassoServer methods | Frederic Peters | 2005-01-04 | 1 | -2/+0 |
| | | |||||
| * | fixed succint typo | Frederic Peters | 2005-01-03 | 1 | -1/+1 |
| | | |||||
| * | removed lasso_federation_set_local_name_identifier and | Frederic Peters | 2005-01-01 | 1 | -2/+0 |
| | | | | | lasso_federation_set_remote_name_identifier; they were no longer necessary. | ||||
| * | moved remaining lasso[A-Z].* enums to Lasso[A-Z].* | Frederic Peters | 2004-12-31 | 1 | -8/+8 |
| | | |||||
| * | removed obsolete (since move to structure) lasso_node_verify_signature (but | Frederic Peters | 2004-12-31 | 1 | -1/+0 |
| | | | | | lasso is still lacking signature check for assertion) | ||||
| * | added new saml classes and removed private functions from #LassoProvider | Frederic Peters | 2004-12-31 | 1 | -2/+60 |
| | | |||||
| * | added some missing functions to documentation | Frederic Peters | 2004-12-30 | 1 | -0/+16 |
| | | |||||
| * | added lasso_session_is_empty method to documented functions | Frederic Peters | 2004-12-30 | 1 | -0/+1 |
| | | |||||
| * | Do not remove tmpl/ directory; it holds real hand-written documentation there. | Frederic Peters | 2004-12-30 | 1 | -3/+0 |
| | | | | | | Copy lasso.sgml to build/ directory before calling gtkdoc-mkdb so it is found by gtkdoc-mkdb and xml prologues are not added everywhere. | ||||
| * | Do not store metadata in provider dumps; only store the filename. Handle | Frederic Peters | 2004-12-24 | 1 | -0/+1 |
| | | | | | | AssertionConsumerServiceID in <lib:AuthnRequest>; this allows to have more than one AssertionConsumerServiceURL in a single service provider. | ||||
| * | more <lib:AuthnRequest> documentation | Frederic Peters | 2004-12-24 | 1 | -0/+2 |
| | | |||||
| * | removing lasso_config.h from scanned header files | Frederic Peters | 2004-12-23 | 1 | -7/+0 |
| | | |||||
| * | a few words about lib:AuthnRequest | Frederic Peters | 2004-12-23 | 1 | -0/+4 |
| | | |||||
| * | removed all old setter methods and other removed functions from documentation. | Frederic Peters | 2004-12-23 | 1 | -189/+8 |
| | | |||||
| * | documented #LassoSession. Removed lasso_session_get_authentication_method and | Frederic Peters | 2004-12-23 | 1 | -2/+0 |
| | | | | | lasso_session_get_first_providerID methods that were obsolete and unused. | ||||
| * | documenting #LassoIdentity and #LassoFederation | Frederic Peters | 2004-12-22 | 1 | -184/+68 |
| | | |||||
| * | titles for id-ff 1.2 profiles | Frederic Peters | 2004-12-22 | 1 | -20/+65 |
| | | |||||
| * | Minimal documentation for #LassoProfile and #LassoLogin | Frederic Peters | 2004-12-22 | 1 | -91/+87 |
| | | |||||
| * | documented #LassoServer | Frederic Peters | 2004-12-22 | 1 | -339/+28 |
| | | |||||
| * | Started organizing Lasso Reference Manual; documenting LassoProvider. | Frederic Peters | 2004-12-22 | 1 | -44/+31 |
| | | |||||
| * | Update | Valery Febvre | 2004-09-22 | 1 | -5/+2 |
| | | |||||
| * | update | Valery Febvre | 2004-09-20 | 1 | -0/+16 |
| | | |||||
| * | Added entry for logout method lasso_logout_dump(), ↵ | Nicolas Clapies | 2004-09-10 | 1 | -0/+3 |
| | | | | | lasso_logout_init_request() and lasso_logout_reset_providerID_index() | ||||
| * | Removed old methods declaration | Nicolas Clapies | 2004-09-06 | 1 | -4/+0 |
| | | |||||
| * | Renamed method name lasso_session_get_next_assertion_remote_providerID to ↵ | Nicolas Clapies | 2004-08-27 | 1 | -1/+1 |
| | | | | | lasso_session_get_next_providerID | ||||
| * | updated doc conf files for defederation | Nicolas Clapies | 2004-08-24 | 1 | -18/+18 |
| | | |||||
| * | Update and 2 fixs | Valery Febvre | 2004-08-20 | 1 | -1/+2 |
| | | |||||
