summaryrefslogtreecommitdiffstats
path: root/docs/reference
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Document new functions; pretty please. Fixed memory leak introduced inFrederic Peters2005-01-281-0/+4
| | | | | lasso_profile_get_request_type_from_soap_msg; moved wsf chunk from build_assertion to its own function.
* take ntoe of function changes in docFrederic Peters2005-01-263-33/+12
|
* rewordedFrederic Peters2005-01-261-6/+6
|
* blah blah in reference manual introductionFrederic Peters2005-01-261-2/+66
|
* removed functions that are now private from documentationFrederic Peters2005-01-261-2/+0
|
* new lasso_session_get_assertions, returns GList* of (incref'd) assertionsFrederic Peters2005-01-261-0/+1
|
* Empty node name is allowed for LIST_NODES; this allows nodes to beFrederic Peters2005-01-251-0/+4
| | | | | reconstructed looking at their names and namespaces. This is useful to implement xs:any
* removed lasso_server_add_service from reference api since it is for wsfFrederic Peters2005-01-211-1/+0
|
* added SNIPPET_LIST_XMLNODES support (mostly the same thing as SNIPPET_EXTENSIONFrederic Peters2005-01-191-0/+9
| | | | for the moment)
* restored documentation I wrote before (and lost in enum name change)Frederic Peters2005-01-181-10/+14
|
* documented a few thingsFrederic Peters2005-01-186-4/+282
|
* Added NameQualifer definition paragraph and added a meta info on theRomain Chantereay2005-01-141-4/+8
| | | | LASSO_LIB_NAME_IDENTIFIER_FORMAT_ENCRYPTED.
* sync documentation sections with current functionsFrederic Peters2005-01-122-15/+1
|
* install and uninstall correctly files (distcheck once again ok)Frederic Peters2005-01-121-1/+1
|
* created serverprivate.h for two private #LassoServer methodsFrederic Peters2005-01-043-21/+9
|
* build and ship html documentation; distcheck runs ok.Frederic Peters2005-01-031-4/+25
|
* fixed succint typoFrederic Peters2005-01-035-48/+17
|
* copy version.xml from the right location for make distcheck to workFrederic Peters2005-01-031-1/+1
|
* removed lasso_federation_set_local_name_identifier andFrederic Peters2005-01-011-2/+0
| | | | lasso_federation_set_remote_name_identifier; they were no longer necessary.
* moved remaining lasso[A-Z].* enums to Lasso[A-Z].*Frederic Peters2004-12-311-8/+8
|
* removed obsolete (since move to structure) lasso_node_verify_signature (butFrederic Peters2004-12-311-1/+0
| | | | lasso is still lacking signature check for assertion)
* ignore version.xmlFrederic Peters2004-12-311-1/+1
|
* added new saml classes and removed private functions from #LassoProviderFrederic Peters2004-12-312-24/+60
|
* added some missing functions to documentationFrederic Peters2004-12-304-0/+44
|
* added lasso_session_is_empty method to documented functionsFrederic Peters2004-12-301-0/+1
|
* Do not remove tmpl/ directory; it holds real hand-written documentation there.Frederic Peters2004-12-303-37/+2
| | | | | 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. HandleFrederic Peters2004-12-242-0/+12
| | | | | AssertionConsumerServiceID in <lib:AuthnRequest>; this allows to have more than one AssertionConsumerServiceURL in a single service provider.
* more <lib:AuthnRequest> documentationFrederic Peters2004-12-242-1/+25
|
* removing lasso_config.h from scanned header filesFrederic Peters2004-12-233-11/+6
|
* a few words about lib:AuthnRequestFrederic Peters2004-12-232-0/+55
|
* documented #LassoSamlNameIdentifierFrederic Peters2004-12-231-0/+38
|
* removed all old setter methods and other removed functions from documentation.Frederic Peters2004-12-235-214/+14
|
* removed liberty-alliance entity;Frederic Peters2004-12-231-1/+0
|
* documented #LassoLogout; actually most docstrings were already there but areFrederic Peters2004-12-232-19/+1
| | | | way too much going into Lasso internals. Not fixed yet.