summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* removed memory management debugging fprintfFrederic Peters2004-12-031-3/+0
|
* cvs ignore for id-wsf/ filesFrederic Peters2004-12-031-0/+7
|
* memory management for XmlSnippets; xml/*.c should no longer leakFrederic Peters2004-12-031-5/+40
|
* do not share memory between profile->remote_providerID and response->ProviderIDFrederic Peters2004-12-031-1/+2
|
* Added 22 DST status code constantsValery Febvre2004-12-021-5/+38
|
* updated version to 0.5.9 and libtool version to 3.0.0Frederic Peters2004-12-021-3/+3
|
* last(?) iteration on XmlSnippet; now attached to classes, get_xmlNode andFrederic Peters2004-12-0266-1631/+862
| | | | | | init_from_xml are no longer necessary in many cases. Previous XmlSnippet renamed to XmlSnippetObsolete to keep compatibility (id-wsf classes have not yet been converted).
* indent using tabsFrederic Peters2004-12-024-21/+21
|
* Update NSIS scripts.Romain Chantereay2004-12-014-72/+79
| | | | | Install zlib, intl.dll instead of libtoolized name. Install correctly in the lasso-lite installer.
* Added a first support of id-wsf high level. Only the base class is defined : ↵Nicolas Clapies2004-11-305-1/+299
| | | | LassoWsfProfile is intended to be inherited by future service classes. It is still very incomplete.
* Added support of DISCO and DST element classes.Nicolas Clapies2004-11-301-3/+20
|
* Fixed wrong param in lasso_dst_query_item_new() : LibDstSelect doesnt exist, ↵Nicolas Clapies2004-11-302-6/+2
| | | | it is a specific element of attributes services.
* Initial version : added DST part of WSF for sis specific attribute services.Nicolas Clapies2004-11-308-0/+885
|
* extra consistency check in lasso_session_get_provider_indexFrederic Peters2004-11-291-6/+7
|
* fixed error checking in lasso_server_newFrederic Peters2004-11-291-4/+6
|
* added error checking in lasso_server_newFrederic Peters2004-11-291-1/+3
|
* added proper error checking where xpath is used.Frederic Peters2004-11-293-6/+13
|
* removed unnecessary includeFrederic Peters2004-11-291-1/+0
|
* remove erroneous (my bad) XXX commentFrederic Peters2004-11-291-1/+0
|
* Added LassoSamlAttribute, LassoSamlAttributeDesignator &Valery Febvre2004-11-297-0/+603
| | | | LassoSamlAttributeStatement classes
* cut on some line lengthsFrederic Peters2004-11-299-16/+26
|
* reduced line length and aligning some #defineFrederic Peters2004-11-291-33/+33
|
* harmonize schema fragment comments (indentation, in .c, no space betweenFrederic Peters2004-11-2912-156/+161
| | | | namespace and element name)
* Initial version of wsf query / query response discovery part files.Nicolas Clapies2004-11-2910-0/+1086
|
* harmony in snippets declarationFrederic Peters2004-11-297-15/+14
|
* harmony in schema fragment commentsFrederic Peters2004-11-299-137/+137
|
* cut on line length (along a fix to commitinfo script to check thisFrederic Peters2004-11-298-39/+89
| | | | automatically)
* fixed protocolProfile handling when NULL in request inFrederic Peters2004-11-291-1/+3
| | | | lasso_login_process_authn_request_msg
* map server->providers to a kind of list (should be dict)Frederic Peters2004-11-291-6/+23
|
* Minor fixes after the snippets changesValery Febvre2004-11-298-57/+56
|
* added RelayState support in federation termination notification (used only inFrederic Peters2004-11-293-5/+14
| | | | redirect mode)
* updated lasso_login_process_authn_request_msg to lasso 0.5 codeFrederic Peters2004-11-291-10/+17
|
* Added 8 classes for discovering identity services (ID-WSF)Valery Febvre2004-11-2917-0/+1669
| | | | They provide methods to build Modify & ModifyResponse messages.
* Added 2 constants: LASSO_DISCO_HREF and LASSO_DISCO_PREFIXValery Febvre2004-11-291-0/+4
|
* check error and free memory in lasso_node_new_from_soapFrederic Peters2004-11-291-4/+6
|
* elsif'ingFrederic Peters2004-11-291-16/+13
|
* error checking in lasso_profile_get_request_type_from_soap_msg()Frederic Peters2004-11-281-18/+12
|
* cleaned up useless affectationFrederic Peters2004-11-281-1/+0
|
* moved xml snippet stuffs into new internals.h; those should not be exposed;Frederic Peters2004-11-2636-198/+248
| | | | changed snippet type from character to enum (defined in internals.h)
* signature for FederatationTerminationNotification; preparation forFrederic Peters2004-11-262-19/+7
| | | | AuthnResponse.
* cut some long linesFrederic Peters2004-11-2611-11/+22
|
* formattingFrederic Peters2004-11-261-1/+0
|
* added attribute snippet support to <saml:SubjectLocality>Frederic Peters2004-11-261-8/+13
|
* added attribute xml snippet support to <samlp:StatusCode>Frederic Peters2004-11-261-4/+1
|
* signature support in <lib:FederationTerminationNotification>,Frederic Peters2004-11-263-21/+6
| | | | <lib:NameIdentifierMappingRequest> and <lib:NameIdentifierMappingResponse>
* added attribute xml snippet support to <saml:Conditions>Frederic Peters2004-11-261-7/+3
|
* use xmlsnippets in <saml:AuthorityBinding>Frederic Peters2004-11-261-12/+14
|
* fixed comment formattingFrederic Peters2004-11-261-1/+1
|
* use attribute xml snippet support in <saml:AuthenticationStatement>Frederic Peters2004-11-261-7/+4
|
* use attribute xml snippet support in <lib:NameIdentifierMappingRequest>Frederic Peters2004-11-261-4/+1
|