| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | documented a few things | Frederic Peters | 2005-01-18 | 6 | -4/+282 |
| | | |||||
| * | Added NameQualifer definition paragraph and added a meta info on the | Romain Chantereay | 2005-01-14 | 1 | -4/+8 |
| | | | | | LASSO_LIB_NAME_IDENTIFIER_FORMAT_ENCRYPTED. | ||||
| * | sync documentation sections with current functions | Frederic Peters | 2005-01-12 | 2 | -15/+1 |
| | | |||||
| * | install and uninstall correctly files (distcheck once again ok) | Frederic Peters | 2005-01-12 | 1 | -1/+1 |
| | | |||||
| * | created serverprivate.h for two private #LassoServer methods | Frederic Peters | 2005-01-04 | 3 | -21/+9 |
| | | |||||
| * | build and ship html documentation; distcheck runs ok. | Frederic Peters | 2005-01-03 | 1 | -4/+25 |
| | | |||||
| * | fixed succint typo | Frederic Peters | 2005-01-03 | 5 | -48/+17 |
| | | |||||
| * | copy version.xml from the right location for make distcheck to work | 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) | ||||
| * | ignore version.xml | Frederic Peters | 2004-12-31 | 1 | -1/+1 |
| | | |||||
| * | added new saml classes and removed private functions from #LassoProvider | Frederic Peters | 2004-12-31 | 2 | -24/+60 |
| | | |||||
| * | added some missing functions to documentation | Frederic Peters | 2004-12-30 | 4 | -0/+44 |
| | | |||||
| * | 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 | 3 | -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. Handle | Frederic Peters | 2004-12-24 | 2 | -0/+12 |
| | | | | | | 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 | 2 | -1/+25 |
| | | |||||
| * | removing lasso_config.h from scanned header files | Frederic Peters | 2004-12-23 | 3 | -11/+6 |
| | | |||||
| * | a few words about lib:AuthnRequest | Frederic Peters | 2004-12-23 | 2 | -0/+55 |
| | | |||||
| * | documented #LassoSamlNameIdentifier | Frederic Peters | 2004-12-23 | 1 | -0/+38 |
| | | |||||
| * | removed all old setter methods and other removed functions from documentation. | Frederic Peters | 2004-12-23 | 5 | -214/+14 |
| | | |||||
| * | removed liberty-alliance entity; | Frederic Peters | 2004-12-23 | 1 | -1/+0 |
| | | |||||
| * | documented #LassoLogout; actually most docstrings were already there but are | Frederic Peters | 2004-12-23 | 2 | -19/+1 |
| | | | | | way too much going into Lasso internals. Not fixed yet. | ||||
| * | 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 | 6 | -186/+375 |
| | | |||||
| * | copyright and license in <bookinfo> are ok | Frederic Peters | 2004-12-22 | 1 | -7/+15 |
| | | |||||
| * | assertion consumer *service* URL | Frederic Peters | 2004-12-22 | 1 | -1/+1 |
| | | |||||
| * | documented service provider assertion consumer service url | Frederic Peters | 2004-12-22 | 1 | -0/+66 |
| | | |||||
| * | documenting single sign-on; Service Provider Login URL done with example. | Frederic Peters | 2004-12-22 | 1 | -0/+49 |
| | | |||||
| * | commented out <copyright>; not handled by gtk-doc.xsl | Frederic Peters | 2004-12-22 | 1 | -1/+19 |
| | | |||||
| * | Switched documentation to docbook XML. | Frederic Peters | 2004-12-22 | 2 | -56/+59 |
| | | |||||
| * | titles for id-ff 1.2 profiles | Frederic Peters | 2004-12-22 | 6 | -21/+497 |
| | | |||||
| * | Minimal documentation for #LassoProfile and #LassoLogin | Frederic Peters | 2004-12-22 | 3 | -91/+469 |
| | | |||||
| * | documented #LassoServer | Frederic Peters | 2004-12-22 | 4 | -383/+195 |
| | | |||||
| * | Started organizing Lasso Reference Manual; documenting LassoProvider. | Frederic Peters | 2004-12-22 | 5 | -62/+252 |
| | | |||||
| * | Moved signature template stuff into xml.c and use XmlSnippet for them; this | Frederic Peters | 2004-12-19 | 1 | -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) for | Frederic Peters | 2004-12-16 | 1 | -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 Peters | 2004-12-08 | 1 | -0/+62 |
| | | |||||
| * | more on documentation compilation; ok now. | Frederic Peters | 2004-12-04 | 1 | -42/+0 |
| | | |||||
| * | removed obsolete classes so the doc compiles again | Frederic Peters | 2004-12-04 | 1 | -20/+2 |
| | | |||||
| * | 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() | ||||
| * | please use spaces between variable names and values | Frederic Peters | 2004-09-08 | 1 | -19/+10 |
| | | |||||
| * | Removed old methods declaration | Nicolas Clapies | 2004-09-06 | 1 | -4/+0 |
| | | |||||
| * | renamed API reference to API reference (was reference manual) | Frederic Peters | 2004-08-28 | 1 | -1/+1 |
| | | |||||
| * | 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 | 2 | -20/+20 |
| | | |||||
| * | renamed lasso_federation_termination_get_type to lasso_defederation_type | Nicolas Clapies | 2004-08-24 | 1 | -1/+1 |
| | | |||||
