Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | close parenthesis | Frederic Peters | 2004-12-22 | 1 | -1/+1 | |
| | ||||||
* | 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> | |||||
* | cleaning up process files | Frederic Peters | 2004-12-19 | 4 | -85/+83 | |
| | ||||||
* | 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 | |||||
* | API change in Single Sign On profile (IdP side) to allow the developer to mess | Frederic Peters | 2004-12-14 | 1 | -30/+10 | |
| | | | | | | with <lib:Assertion/> Outlined in http://lists.labs.libre-entreprise.org/pipermail/lasso-devel/2004-December/001119.html | |||||
* | ignore html rendition | Frederic Peters | 2004-12-14 | 1 | -0/+2 | |
| | ||||||
* | process files taken from lasso 0.5 (not uptodate) | Frederic Peters | 2004-12-14 | 2 | -0/+136 | |
| | ||||||
* | got uptodate documentation about single sign on (I think) | Frederic Peters | 2004-12-14 | 4 | -86/+135 | |
| | ||||||
* | 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 | |
| | ||||||
* | removed examples/ and docs/tutorial directories (obsolete stuffs) | Frederic Peters | 2004-11-25 | 1 | -1/+1 | |
| | ||||||
* | Update | Valery Febvre | 2004-09-22 | 1 | -5/+2 | |
| | ||||||
* | update | Valery Febvre | 2004-09-20 | 1 | -0/+16 | |
| | ||||||
* | I wanted to login | Frederic Peters | 2004-09-20 | 2 | -0/+320 | |
| | | | | | | /But it was too long/ So I logged out /It was not much shorter/ | |||||
* | 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 | |
| |