summaryrefslogtreecommitdiffstats
path: root/docs/reference
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* documented #LassoSession. Removed lasso_session_get_authentication_method andFrederic Peters2004-12-231-2/+0
| | | | lasso_session_get_first_providerID methods that were obsolete and unused.
* documenting #LassoIdentity and #LassoFederationFrederic Peters2004-12-226-186/+375
|
* copyright and license in <bookinfo> are okFrederic Peters2004-12-221-7/+15
|
* assertion consumer *service* URLFrederic Peters2004-12-221-1/+1
|
* documented service provider assertion consumer service urlFrederic Peters2004-12-221-0/+66
|
* documenting single sign-on; Service Provider Login URL done with example.Frederic Peters2004-12-221-0/+49
|
* commented out <copyright>; not handled by gtk-doc.xslFrederic Peters2004-12-221-1/+19
|
* Switched documentation to docbook XML.Frederic Peters2004-12-222-56/+59
|
* titles for id-ff 1.2 profilesFrederic Peters2004-12-226-21/+497
|
* Minimal documentation for #LassoProfile and #LassoLoginFrederic Peters2004-12-223-91/+469
|
* documented #LassoServerFrederic Peters2004-12-224-383/+195
|
* Started organizing Lasso Reference Manual; documenting LassoProvider.Frederic Peters2004-12-225-62/+252
|
* Moved signature template stuff into xml.c and use XmlSnippet for them; thisFrederic Peters2004-12-191-0/+4
| | | | | should insure proper validation against Liberty XML schemas and should help adding missing signature support to <Assertion>
* added minimal support (only XML, no mapping to URL yet) forFrederic Peters2004-12-161-0/+4
| | | | | | <xs:element ref="Extension" minOccurs="0" maxOccurs="unbounded"/> added memory management to list* XmlSnippet
* new snippet type, SNIPPET_NODE_IN_CHILD, and documented all of the types.Frederic Peters2004-12-081-0/+62
|
* more on documentation compilation; ok now.Frederic Peters2004-12-041-42/+0
|