summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added cast to remove compile time warning.Emmanuel Raviart2004-12-271-1/+1
|
* Fixed lasso_lecp_build_authn_request_envelope_msg,Frederic Peters2004-12-272-26/+81
| | | | | | lasso_lecp_process_authn_request_envelope_msg and lasso_lecp_build_authn_request_msg to properly deal with signatures (and, generally, to work)
* support for <lib:Extension> elements in query (not yet reconstructed); enabledFrederic Peters2004-12-272-7/+66
| | | | for <lib:AuthnRequest>
* Moved back Extension support from xmlNode* to GList*; "SP login usingFrederic Peters2004-12-2715-30/+33
| | | | post/artifact (testing Extension); SP logout using SOAP." test now works.
* Replaced calls of lasso_provider_get_metadata_one withEmmanuel Raviart2004-12-261-4/+4
| | | | lasso_provider_get_assertion_consumer_service_url in lecp.
* Corrected SWIG binding for LECP methods inherited from Login.Emmanuel Raviart2004-12-261-2/+15
|
* Changed lib:Extension handling in SWIG lib:AuthnRequest binding, to ensureEmmanuel Raviart2004-12-251-17/+17
| | | | that each lib:Extension element has a valid namespace.
* Added SWIG support for "Extension" elements in lib:AuthnRequest.Emmanuel Raviart2004-12-241-16/+85
|
* added lib:Extension support to dst classes.Frederic Peters2004-12-248-7/+14
|
* Added missing declaration for lasso_name_identity_mapping_new_from_dump (andFrederic Peters2004-12-242-1/+3
| | | | moved dump type to const char*).
* errata2 makes SPProvidedNameIdentifier optional; changed schema snippetFrederic Peters2004-12-241-1/+1
| | | | accordingly
* errata2 adds a NotOnOrAfter attribute to LogoutRequestsFrederic Peters2004-12-242-1/+5
|
* removed obsolete commentFrederic Peters2004-12-241-1/+1
|
* Do not store metadata in provider dumps; only store the filename. HandleFrederic Peters2004-12-245-49/+105
| | | | | 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
|
* 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
|