summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* removing lasso_config.h from scanned header filesFrederic Peters2004-12-233-11/+6
|
* Moved <lib:Extension> to xmlNode* since the developer can use xmlAddNextSiblingFrederic Peters2004-12-2311-19/+19
| | | | to add other nodes. (not tested)
* 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
|
* dot at the endFrederic Peters2004-12-231-1/+1
|
* Removed _new functions for abstract classes; added _new functions for classesFrederic Peters2004-12-2350-73/+91
| | | | | that only had _new_full functions. Documented a little bit; marked public members in structures as such.
* removed cut'n pasted doc from oasisFrederic Peters2004-12-231-6/+1
|
* removed liberty-alliance entity;Frederic Peters2004-12-231-1/+0
|
* documented #LassoLogout; actually most docstrings were already there but areFrederic Peters2004-12-233-104/+102
| | | | way too much going into Lasso internals. Not fixed yet.
* remove angle brackets around elements in doc strings so they can now beFrederic Peters2004-12-2318-19/+19
| | | | considered as docbook (necessary to produce itemized lists in docstrings)
* removed copy/pasted OASIS documentationFrederic Peters2004-12-231-17/+1
|
* Removed docstring copy/pasted from OASIS documentation (looks like BSD soFrederic Peters2004-12-231-18/+2
| | | | | it should be allowed if they are cited but I prefer to have full copyright over Lasso code)
* documented #LassoSession. Removed lasso_session_get_authentication_method andFrederic Peters2004-12-235-30/+70
| | | | lasso_session_get_first_providerID methods that were obsolete and unused.
* Commited Nicolas SWIG binding for WSF since he is on vacation.Frederic Peters2004-12-237-8/+1395
|
* create namespace in the air not to disturb xmlnodeFrederic Peters2004-12-221-1/+1
|
* disco:Status doesn't exist; once again fall back to UtilityStatusFrederic Peters2004-12-221-0/+2
|
* pp:Status are not DstStatus but UtilityStatus; acknowledge.Frederic Peters2004-12-221-0/+2
|
* fixed QueryResponse get_xmlNode function.Frederic Peters2004-12-221-1/+1
|
* Added missing header.Nicolas Clapies2004-12-221-1/+1
|
* Updated get_xmlNode().Nicolas Clapies2004-12-221-3/+2
|
* Added missing headers.Nicolas Clapies2004-12-221-0/+3
|
* Added set of request in lasso_personal_profile_process_query_msg() and ↵Nicolas Clapies2004-12-221-1/+7
| | | | lasso_personal_profile_process_modify_msg().
* Removed use of GList for Options. Use only a Options pointer.Nicolas Clapies2004-12-222-9/+12
|
* documenting #LassoIdentity and #LassoFederationFrederic Peters2004-12-2216-229/+522
|
* 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
|
* close parenthesisFrederic Peters2004-12-221-1/+1
|
* 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
|
* minor adjustments to documentationFrederic Peters2004-12-221-29/+33
|
* Minimal documentation for #LassoProfile and #LassoLoginFrederic Peters2004-12-228-164/+554
|
* documented #LassoServerFrederic Peters2004-12-228-408/+264
|
* Started organizing Lasso Reference Manual; documenting LassoProvider.Frederic Peters2004-12-229-79/+342
|
* fixed symbols.sym caseFrederic Peters2004-12-211-2/+1
|
* added lasso_provider_get_base64_succint_id method to LassoProvider toFrederic Peters2004-12-212-0/+19
| | | | facilitate Identity Provider Introduction implementation.
* moves back <ds:Signature> to the place the schema gave them.Frederic Peters2004-12-211-13/+5
|
* refined symbol regexFrederic Peters2004-12-211-1/+1
|
* removed declaration of inexistant functionFrederic Peters2004-12-211-1/+0
|
* removed unused variableFrederic Peters2004-12-211-1/+1
|
* ignoring some more swig generated filesFrederic Peters2004-12-212-1/+8
|
* Updated list of files generated by SWIG in C# and Java bindings; fixed PHPFrederic Peters2004-12-219-56/+58
| | | | | Makefile.am; use $(srcdir) to get correct directory in code generation python scrips. make distcheck works after that.
* only exports symbols declared with LASSO_EXPORT (experimental)Frederic Peters2004-12-214-7/+21
|
* Fixed call to constructor of LassoDiscoQueryResponse and ↵Nicolas Clapies2004-12-211-2/+2
| | | | LassoDiscoModifyResponse.
* added random suites with random testsFrederic Peters2004-12-212-3/+32
|
* Added lasso_disco_query_response_new_from_message() constructor.Nicolas Clapies2004-12-211-0/+4
|
* fixed name space in dump message of LassoDiscoQueryResponse and ↵Nicolas Clapies2004-12-212-2/+73
| | | | LassoDiscoModifyResponse : every element children inerit the discovery name space.