Mon May 31 16:44:28 2010 UTC ()
Update to lasso 2.2.91. From the NEWS file:

2.2.91 - January 26th 2010
--------------------------

A new Perl binding, fix for backward compatibility with old versions of glib,
LassoLogout API is more robust since it does not need anymore for all SP logout
to finish to work, new macro lasso_list_add_new_xml_node, add support for
WS-Security UsernameToken (equivalent of poor man HTTP Digest Authentication),
make public internal APIs: lasso_session_add_assertion,
lasso_session_get_assertion and lasso_session_remove_assertion.

2.2.90 - January 18th 2010
--------------------------

Lots of internal changes and some external one too.

There is a new api to force, forbid or let Lasso sign messages, it is called
lasso_profile_set_signature_hint.

Big overhaul of the ID-WSF 1 and 2 codes, and of the SAML 2.0 profiles. Now all
SAML 2.0 profile use common internal functions from the lasso_saml20_profile_
namespace to handle bindings (SOAP,Redirect,POST,Artifact,PAOS). New internal
API to load SSL keys from many more formats from the public API.

In ID-WSF 2.0, Data Service Template has been simplified, we no more try to
apply queries, it is the responsability of the using code to handle them.

In bindings land, the file bindings/utils.py has been stuffed with utility
function to manipulate 'type' tuple, with are now used to transfer argument and
type description, their schema is (name, C-type, { dictionary of options } ),
they are now used everywhere in the different bindings. We support output
argument in PHP5, Python and Java, i.e. pointer of pointer arguments with are
written to in order to return multiple values. For language where the binding
convert error codes to exceptions (all of them now), the ouput value is
returned as the normal return value of the method, so only one output argument
is handled for now.

We now use GObject-introspection annotations in the documentation to transfer
to the binding generator the necessary metadata about the API (content of
lists, hashtables, wheter pointer are caller/callee owned, can be NULL or if
argument have a default value). The file bindings/override.xml is now
deprecated.

In documentation land, the main reference documentation was reorganizaed and
more symbols have been added to it. Many more functions are documented.

There is now tools to control the evolution of the ABI/API of Lasso.


(manu)
diff -r1.3 -r1.4 pkgsrc/security/lasso/Makefile.common
diff -r1.3 -r1.4 pkgsrc/security/lasso/PLIST
diff -r1.6 -r1.7 pkgsrc/security/lasso/distinfo
diff -r1.3 -r0 pkgsrc/security/lasso/patches/patch-aa
diff -r1.3 -r0 pkgsrc/security/lasso/patches/patch-bb
diff -r1.3 -r0 pkgsrc/security/lasso/patches/patch-bc
diff -r1.3 -r0 pkgsrc/security/lasso/patches/patch-bd
diff -r1.3 -r0 pkgsrc/security/lasso/patches/patch-cb
diff -r1.2 -r0 pkgsrc/security/lasso/patches/patch-ba
diff -r1.2 -r0 pkgsrc/security/lasso/patches/patch-ca
diff -r1.1 -r0 pkgsrc/security/lasso/patches/patch-cc
diff -r1.1 -r0 pkgsrc/security/lasso/patches/patch-cd

cvs diff -r1.3 -r1.4 pkgsrc/security/lasso/Makefile.common (expand / switch to unified diff)

--- pkgsrc/security/lasso/Makefile.common 2009/09/23 09:54:46 1.3
+++ pkgsrc/security/lasso/Makefile.common 2010/05/31 16:44:28 1.4
@@ -1,21 +1,21 @@ @@ -1,21 +1,21 @@
1# $NetBSD: Makefile.common,v 1.3 2009/09/23 09:54:46 tron Exp $ 1# $NetBSD: Makefile.common,v 1.4 2010/05/31 16:44:28 manu Exp $
2# 2#
3# used by security/lasso/Makefile 3# used by security/lasso/Makefile
4# used by security/py-lasso/Makefile 4# used by security/py-lasso/Makefile
5 5
6DISTNAME= lasso-2.2.2 6DISTNAME= lasso-2.2.91
7CATEGORIES= security 7CATEGORIES= security
8MASTER_SITES= http://labs.libre-entreprise.org/frs/download.php/735/ 8MASTER_SITES= http://labs.libre-entreprise.org/frs/download.php/765/
9 9
10MAINTAINER= manu@NetBSD.org 10MAINTAINER= manu@NetBSD.org
11HOMEPAGE= http://lasso.entrouvert.org/ 11HOMEPAGE= http://lasso.entrouvert.org/
12COMMENT= Libery Alliance Single Sign On implementation 12COMMENT= Libery Alliance Single Sign On implementation
13 13
14DISTINFO_FILE= ${.CURDIR}/../../security/lasso/distinfo 14DISTINFO_FILE= ${.CURDIR}/../../security/lasso/distinfo
15PATCHDIR= ${.CURDIR}/../../security/lasso/patches 15PATCHDIR= ${.CURDIR}/../../security/lasso/patches
16 16
17GNU_CONFIGURE= yes 17GNU_CONFIGURE= yes
18CONFIGURE_ARGS+= --with-sasl2=${PREFIX} 18CONFIGURE_ARGS+= --with-sasl2=${PREFIX}
19CONFIGURE_ARGS+= --with-zlib=${PREFIX} 19CONFIGURE_ARGS+= --with-zlib=${PREFIX}
20USE_LIBTOOL= yes 20USE_LIBTOOL= yes
21USE_TOOLS+= pkg-config perl 21USE_TOOLS+= pkg-config perl

cvs diff -r1.3 -r1.4 pkgsrc/security/lasso/PLIST (expand / switch to unified diff)

--- pkgsrc/security/lasso/PLIST 2009/06/14 18:13:31 1.3
+++ pkgsrc/security/lasso/PLIST 2010/05/31 16:44:28 1.4
@@ -1,28 +1,14 @@ @@ -1,28 +1,14 @@
1@comment $NetBSD: PLIST,v 1.3 2009/06/14 18:13:31 joerg Exp $ 1@comment $NetBSD: PLIST,v 1.4 2010/05/31 16:44:28 manu Exp $
2share/doc/lasso/writing-a-c-sp.txt 
3share/doc/lasso/writing-a-php-sp.txt 
4share/doc/lasso/writing-a-java-sp.txt 
5share/doc/lasso/writing-a-saml2-php-sp.txt 
6share/doc/lasso/book.rst 
7share/doc/lasso/common-knowledge.rst 
8share/doc/lasso/getting-lasso.rst 
9share/doc/lasso/integration.rst 
10share/doc/lasso/language-bindings.rst 
11share/doc/lasso/lasso-architecture.rst 
12share/doc/lasso/liberty-architecture.rst 
13share/doc/lasso/other-profiles.rst 
14share/doc/lasso/preface.rst 
15share/doc/lasso/single-sign-on.rst 
16lib/pkgconfig/lasso.pc 2lib/pkgconfig/lasso.pc
17lib/liblasso.la 3lib/liblasso.la
18include/lasso/xml/saml-2.0/saml2_action.h 4include/lasso/xml/saml-2.0/saml2_action.h
19include/lasso/xml/saml-2.0/saml2_advice.h 5include/lasso/xml/saml-2.0/saml2_advice.h
20include/lasso/xml/saml-2.0/saml2_assertion.h 6include/lasso/xml/saml-2.0/saml2_assertion.h
21include/lasso/xml/saml-2.0/saml2_attribute.h 7include/lasso/xml/saml-2.0/saml2_attribute.h
22include/lasso/xml/saml-2.0/saml2_attribute_statement.h 8include/lasso/xml/saml-2.0/saml2_attribute_statement.h
23include/lasso/xml/saml-2.0/saml2_attribute_value.h 9include/lasso/xml/saml-2.0/saml2_attribute_value.h
24include/lasso/xml/saml-2.0/saml2_audience_restriction.h 10include/lasso/xml/saml-2.0/saml2_audience_restriction.h
25include/lasso/xml/saml-2.0/saml2_authn_context.h 11include/lasso/xml/saml-2.0/saml2_authn_context.h
26include/lasso/xml/saml-2.0/saml2_authn_statement.h 12include/lasso/xml/saml-2.0/saml2_authn_statement.h
27include/lasso/xml/saml-2.0/saml2_authz_decision_statement.h 13include/lasso/xml/saml-2.0/saml2_authz_decision_statement.h
28include/lasso/xml/saml-2.0/saml2_base_idabstract.h 14include/lasso/xml/saml-2.0/saml2_base_idabstract.h
@@ -56,178 +42,34 @@ include/lasso/xml/saml-2.0/samlp2_manage @@ -56,178 +42,34 @@ include/lasso/xml/saml-2.0/samlp2_manage
56include/lasso/xml/saml-2.0/samlp2_name_id_mapping_request.h 42include/lasso/xml/saml-2.0/samlp2_name_id_mapping_request.h
57include/lasso/xml/saml-2.0/samlp2_name_id_mapping_response.h 43include/lasso/xml/saml-2.0/samlp2_name_id_mapping_response.h
58include/lasso/xml/saml-2.0/samlp2_name_id_policy.h 44include/lasso/xml/saml-2.0/samlp2_name_id_policy.h
59include/lasso/xml/saml-2.0/samlp2_request_abstract.h 45include/lasso/xml/saml-2.0/samlp2_request_abstract.h
60include/lasso/xml/saml-2.0/samlp2_requested_authn_context.h 46include/lasso/xml/saml-2.0/samlp2_requested_authn_context.h
61include/lasso/xml/saml-2.0/samlp2_response.h 47include/lasso/xml/saml-2.0/samlp2_response.h
62include/lasso/xml/saml-2.0/samlp2_scoping.h 48include/lasso/xml/saml-2.0/samlp2_scoping.h
63include/lasso/xml/saml-2.0/samlp2_status_code.h 49include/lasso/xml/saml-2.0/samlp2_status_code.h
64include/lasso/xml/saml-2.0/samlp2_status_detail.h 50include/lasso/xml/saml-2.0/samlp2_status_detail.h
65include/lasso/xml/saml-2.0/samlp2_status.h 51include/lasso/xml/saml-2.0/samlp2_status.h
66include/lasso/xml/saml-2.0/samlp2_status_response.h 52include/lasso/xml/saml-2.0/samlp2_status_response.h
67include/lasso/xml/saml-2.0/samlp2_subject_query_abstract.h 53include/lasso/xml/saml-2.0/samlp2_subject_query_abstract.h
68include/lasso/xml/saml-2.0/samlp2_terminate.h 54include/lasso/xml/saml-2.0/samlp2_terminate.h
69include/lasso/xml/id-wsf-2.0/disco_abstract.h 55include/lasso/xml/soap-1.1/soap_body.h
70include/lasso/xml/id-wsf-2.0/disco_endpoint_context.h 56include/lasso/xml/soap-1.1/soap_detail.h
71include/lasso/xml/id-wsf-2.0/disco_keys.h 57include/lasso/xml/soap-1.1/soap_fault.h
72include/lasso/xml/id-wsf-2.0/disco_options.h 58include/lasso/xml/soap-1.1/soap_envelope.h
73include/lasso/xml/id-wsf-2.0/disco_provider_id.h 59include/lasso/xml/soap-1.1/soap_header.h
74include/lasso/xml/id-wsf-2.0/disco_query.h 60include/lasso/xml/soap-1.1/xml_soap11.h
75include/lasso/xml/id-wsf-2.0/disco_query_response.h 
76include/lasso/xml/id-wsf-2.0/disco_requested_service.h 
77include/lasso/xml/id-wsf-2.0/disco_security_context.h 
78include/lasso/xml/id-wsf-2.0/disco_service_context.h 
79include/lasso/xml/id-wsf-2.0/disco_service_type.h 
80include/lasso/xml/id-wsf-2.0/disco_svc_md_association_add.h 
81include/lasso/xml/id-wsf-2.0/disco_svc_md_association_add_response.h 
82include/lasso/xml/id-wsf-2.0/disco_svc_md_association_delete.h 
83include/lasso/xml/id-wsf-2.0/dst_request.h 
84include/lasso/xml/id-wsf-2.0/disco_svc_md_association_delete_response.h 
85include/lasso/xml/id-wsf-2.0/disco_svc_md_association_query.h 
86include/lasso/xml/id-wsf-2.0/disco_svc_md_association_query_response.h 
87include/lasso/xml/id-wsf-2.0/disco_svc_md_delete.h 
88include/lasso/xml/id-wsf-2.0/disco_svc_md_delete_response.h 
89include/lasso/xml/id-wsf-2.0/disco_svc_md_query.h 
90include/lasso/xml/id-wsf-2.0/disco_svc_md_query_response.h 
91include/lasso/xml/id-wsf-2.0/disco_svc_md_register.h 
92include/lasso/xml/id-wsf-2.0/disco_svc_md_register_response.h 
93include/lasso/xml/id-wsf-2.0/disco_svc_md_replace.h 
94include/lasso/xml/id-wsf-2.0/disco_svc_md_replace_response.h 
95include/lasso/xml/id-wsf-2.0/disco_svc_metadata.h 
96include/lasso/xml/id-wsf-2.0/dst_data_response_base.h 
97include/lasso/xml/id-wsf-2.0/dst_delete_item_base.h 
98include/lasso/xml/id-wsf-2.0/dst_delete_response.h 
99include/lasso/xml/id-wsf-2.0/dst_result_query_base.h 
100include/lasso/xml/id-wsf-2.0/dst_test_item_base.h 
101include/lasso/xml/id-wsf-2.0/dstref_app_data.h 
102include/lasso/xml/id-wsf-2.0/dstref_create.h 
103include/lasso/xml/id-wsf-2.0/dstref_create_item.h 
104include/lasso/xml/id-wsf-2.0/dstref_create_response.h 
105include/lasso/xml/id-wsf-2.0/dstref_data.h 
106include/lasso/xml/id-wsf-2.0/dstref_data_response.h 
107include/lasso/xml/id-wsf-2.0/dstref_delete.h 
108include/lasso/xml/id-wsf-2.0/dstref_delete_item.h 
109include/lasso/xml/id-wsf-2.0/dstref_delete_response.h 
110include/lasso/xml/id-wsf-2.0/dstref_item_data.h 
111include/lasso/xml/id-wsf-2.0/dstref_modify.h 
112include/lasso/xml/id-wsf-2.0/dstref_modify_item.h 
113include/lasso/xml/id-wsf-2.0/dstref_query.h 
114include/lasso/xml/id-wsf-2.0/dstref_modify_response.h 
115include/lasso/xml/id-wsf-2.0/dstref_query_item.h 
116include/lasso/xml/id-wsf-2.0/dstref_query_response.h 
117include/lasso/xml/id-wsf-2.0/dstref_result_query.h 
118include/lasso/xml/id-wsf-2.0/dstref_test_item.h 
119include/lasso/xml/id-wsf-2.0/ims_identity_mapping_request.h 
120include/lasso/xml/id-wsf-2.0/ims_identity_mapping_response.h 
121include/lasso/xml/id-wsf-2.0/ims_mapping_input.h 
122include/lasso/xml/id-wsf-2.0/ims_mapping_output.h 
123include/lasso/xml/id-wsf-2.0/is_help.h 
124include/lasso/xml/id-wsf-2.0/is_inquiry.h 
125include/lasso/xml/id-wsf-2.0/is_inquiry_element.h 
126include/lasso/xml/id-wsf-2.0/is_interaction_request.h 
127include/lasso/xml/id-wsf-2.0/is_interaction_response.h 
128include/lasso/xml/id-wsf-2.0/is_interaction_statement.h 
129include/lasso/xml/id-wsf-2.0/is_item.h 
130include/lasso/xml/id-wsf-2.0/is_parameter.h 
131include/lasso/xml/id-wsf-2.0/is_select.h 
132include/lasso/xml/id-wsf-2.0/is_text.h 
133include/lasso/xml/id-wsf-2.0/ps_add_collection_request.h 
134include/lasso/xml/id-wsf-2.0/ps_add_collection_response.h 
135include/lasso/xml/id-wsf-2.0/ps_add_entity_request.h 
136include/lasso/xml/id-wsf-2.0/ps_add_entity_response.h 
137include/lasso/xml/id-wsf-2.0/ps_add_known_entity_request.h 
138include/lasso/xml/id-wsf-2.0/ps_add_known_entity_response.h 
139include/lasso/xml/id-wsf-2.0/ps_add_to_collection_request.h 
140include/lasso/xml/id-wsf-2.0/ps_get_object_info_request.h 
141include/lasso/xml/id-wsf-2.0/ps_get_object_info_response.h 
142include/lasso/xml/id-wsf-2.0/ps_item_data.h 
143include/lasso/xml/id-wsf-2.0/ps_list_members_request.h 
144include/lasso/xml/id-wsf-2.0/ps_list_members_response.h 
145include/lasso/xml/id-wsf-2.0/ps_notification.h 
146include/lasso/xml/id-wsf-2.0/ps_notify.h 
147include/lasso/xml/id-wsf-2.0/ps_object.h 
148include/lasso/xml/id-wsf-2.0/ps_query_objects_request.h 
149include/lasso/xml/id-wsf-2.0/ps_query_objects_response.h 
150include/lasso/xml/id-wsf-2.0/ps_remove_collection_request.h 
151include/lasso/xml/id-wsf-2.0/ps_remove_entity_request.h 
152include/lasso/xml/id-wsf-2.0/ps_remove_from_collection_request.h 
153include/lasso/xml/id-wsf-2.0/ps_request_abstract.h 
154include/lasso/xml/id-wsf-2.0/ps_resolve_identifier_request.h 
155include/lasso/xml/id-wsf-2.0/ps_resolve_identifier_response.h 
156include/lasso/xml/id-wsf-2.0/ps_resolve_input.h 
157include/lasso/xml/id-wsf-2.0/ps_response_abstract.h 
158include/lasso/xml/id-wsf-2.0/ps_set_object_info_request.h 
159include/lasso/xml/id-wsf-2.0/sb2_consent.h 
160include/lasso/xml/id-wsf-2.0/ps_test_membership_request.h 
161include/lasso/xml/id-wsf-2.0/ps_test_membership_response.h 
162include/lasso/xml/id-wsf-2.0/sb2_credentials_context.h 
163include/lasso/xml/id-wsf-2.0/sb2_endpoint_update.h 
164include/lasso/xml/id-wsf-2.0/sb2_redirect_request.h 
165include/lasso/xml/id-wsf-2.0/sb2_sender.h 
166include/lasso/xml/id-wsf-2.0/sb2_target_identity.h 
167include/lasso/xml/id-wsf-2.0/sb2_timeout.h 
168include/lasso/xml/id-wsf-2.0/sb2_usage_directive.h 
169include/lasso/xml/id-wsf-2.0/sb2_user_interaction_header.h 
170include/lasso/xml/id-wsf-2.0/sbf_framework.h 
171include/lasso/xml/id-wsf-2.0/sec_token.h 
172include/lasso/xml/id-wsf-2.0/sec_token_policy.h 
173include/lasso/xml/id-wsf-2.0/sec_transited_provider_path.h 
174include/lasso/xml/id-wsf-2.0/subs_notification.h 
175include/lasso/xml/id-wsf-2.0/subs_notify_response.h 
176include/lasso/xml/id-wsf-2.0/subs_ref_item.h 
177include/lasso/xml/id-wsf-2.0/subs_subscription.h 
178include/lasso/xml/id-wsf-2.0/subsref_app_data.h 
179include/lasso/xml/id-wsf-2.0/subsref_create.h 
180include/lasso/xml/id-wsf-2.0/subsref_create_item.h 
181include/lasso/xml/id-wsf-2.0/subsref_create_response.h 
182include/lasso/xml/id-wsf-2.0/subsref_data.h 
183include/lasso/xml/id-wsf-2.0/subsref_data_response.h 
184include/lasso/xml/id-wsf-2.0/subsref_delete.h 
185include/lasso/xml/id-wsf-2.0/subsref_delete_item.h 
186include/lasso/xml/id-wsf-2.0/subsref_delete_response.h 
187include/lasso/xml/id-wsf-2.0/subsref_item_data.h 
188include/lasso/xml/id-wsf-2.0/subsref_modify.h 
189include/lasso/xml/id-wsf-2.0/subsref_modify_item.h 
190include/lasso/xml/id-wsf-2.0/subsref_modify_response.h 
191include/lasso/xml/id-wsf-2.0/subsref_notification.h 
192include/lasso/xml/id-wsf-2.0/subsref_notify.h 
193include/lasso/xml/id-wsf-2.0/subsref_notify_response.h 
194include/lasso/xml/id-wsf-2.0/subsref_query.h 
195include/lasso/xml/id-wsf-2.0/subsref_query_item.h 
196include/lasso/xml/id-wsf-2.0/subsref_query_response.h 
197include/lasso/xml/id-wsf-2.0/subsref_result_query.h 
198include/lasso/xml/id-wsf-2.0/subsref_subscription.h 
199include/lasso/xml/id-wsf-2.0/subsref_test_item.h 
200include/lasso/xml/id-wsf-2.0/util_empty.h 
201include/lasso/xml/id-wsf-2.0/util_extension.h 
202include/lasso/xml/id-wsf-2.0/util_response.h 
203include/lasso/xml/id-wsf-2.0/util_status.h 
204include/lasso/xml/ws/wsa_attributed_any.h 
205include/lasso/xml/ws/wsa_attributed_qname.h 
206include/lasso/xml/ws/wsa_attributed_unsigned_long.h 
207include/lasso/xml/ws/wsa_attributed_uri.h 
208include/lasso/xml/ws/wsa_endpoint_reference.h 
209include/lasso/xml/ws/wsa_metadata.h 
210include/lasso/xml/ws/wsa_problem_action.h 
211include/lasso/xml/ws/wsa_reference_parameters.h 
212include/lasso/xml/ws/wsa_relates_to.h 
213include/lasso/xml/ws/wsse_embedded.h 
214include/lasso/xml/ws/wsse_reference.h 
215include/lasso/xml/ws/wsse_security_header.h 
216include/lasso/xml/ws/wsse_security_token_reference.h 
217include/lasso/xml/ws/wsse_transformation_parameters.h 
218include/lasso/xml/ws/wsu_timestamp.h 
219include/lasso/xml/ws/wsse_username_token.h 
220include/lasso/xml/strings.h 61include/lasso/xml/strings.h
 62include/lasso/xml/idwsf_strings.h
221include/lasso/xml/xml.h 63include/lasso/xml/xml.h
222include/lasso/xml/ds_key_info.h 64include/lasso/xml/ds_key_info.h
223include/lasso/xml/ds_key_value.h 65include/lasso/xml/ds_key_value.h
224include/lasso/xml/ds_rsa_key_value.h 66include/lasso/xml/ds_rsa_key_value.h
225include/lasso/xml/lib_assertion.h 67include/lasso/xml/lib_assertion.h
226include/lasso/xml/lib_authentication_statement.h 68include/lasso/xml/lib_authentication_statement.h
227include/lasso/xml/lib_authn_context.h 69include/lasso/xml/lib_authn_context.h
228include/lasso/xml/lib_authn_request.h 70include/lasso/xml/lib_authn_request.h
229include/lasso/xml/lib_authn_request_envelope.h 71include/lasso/xml/lib_authn_request_envelope.h
230include/lasso/xml/lib_authn_response.h 72include/lasso/xml/lib_authn_response.h
231include/lasso/xml/lib_authn_response_envelope.h 73include/lasso/xml/lib_authn_response_envelope.h
232include/lasso/xml/lib_federation_termination_notification.h 74include/lasso/xml/lib_federation_termination_notification.h
233include/lasso/xml/lib_idp_entries.h 75include/lasso/xml/lib_idp_entries.h
@@ -275,27 +117,411 @@ include/lasso/id-ff/identity.h @@ -275,27 +117,411 @@ include/lasso/id-ff/identity.h
275include/lasso/id-ff/lecp.h 117include/lasso/id-ff/lecp.h
276include/lasso/id-ff/login.h 118include/lasso/id-ff/login.h
277include/lasso/id-ff/logout.h 119include/lasso/id-ff/logout.h
278include/lasso/id-ff/name_identifier_mapping.h 120include/lasso/id-ff/name_identifier_mapping.h
279include/lasso/id-ff/name_registration.h 121include/lasso/id-ff/name_registration.h
280include/lasso/id-ff/profile.h 122include/lasso/id-ff/profile.h
281include/lasso/id-ff/provider.h 123include/lasso/id-ff/provider.h
282include/lasso/id-ff/server.h 124include/lasso/id-ff/server.h
283include/lasso/id-ff/session.h 125include/lasso/id-ff/session.h
284include/lasso/saml-2.0/assertion_query.h 126include/lasso/saml-2.0/assertion_query.h
285include/lasso/saml-2.0/ecp.h 127include/lasso/saml-2.0/ecp.h
286include/lasso/saml-2.0/profile.h 128include/lasso/saml-2.0/profile.h
287include/lasso/saml-2.0/name_id_management.h 129include/lasso/saml-2.0/name_id_management.h
288include/lasso/id-wsf-2.0/discovery.h 130include/lasso/saml-2.0/provider.h
289include/lasso/id-wsf-2.0/data_service.h 131include/lasso/saml-2.0/saml2_helper.h
290include/lasso/id-wsf-2.0/profile.h 
291include/lasso/id-wsf-2.0/identity.h 
292include/lasso/id-wsf-2.0/server.h 
293include/lasso/id-wsf-2.0/session.h 
294include/lasso/export.h 132include/lasso/export.h
295include/lasso/lasso.h 133include/lasso/lasso.h
296include/lasso/lasso_config.h 134include/lasso/lasso_config.h
297include/lasso/errors.h 135include/lasso/errors.h
298include/lasso/debug.h 
299include/lasso/registry-private.h 
300include/lasso/registry.h 136include/lasso/registry.h
 137include/lasso/debug.h
301include/lasso/utils.h 138include/lasso/utils.h
 139include/lasso/registry-private.h
 140share/doc/lasso/writing-a-c-sp.txt
 141share/doc/lasso/writing-a-php-sp.txt
 142share/doc/lasso/writing-a-java-sp.txt
 143share/doc/lasso/writing-a-saml2-php-sp.txt
 144share/doc/lasso/book.rst
 145share/doc/lasso/common-knowledge.rst
 146share/doc/lasso/getting-lasso.rst
 147share/doc/lasso/integration.rst
 148share/doc/lasso/language-bindings.rst
 149share/doc/lasso/lasso-architecture.rst
 150share/doc/lasso/liberty-architecture.rst
 151share/doc/lasso/other-profiles.rst
 152share/doc/lasso/preface.rst
 153share/doc/lasso/single-sign-on.rst
 154share/gtk-doc/html/lasso/annotation-glossary.html
 155share/gtk-doc/html/lasso/api-index.html
 156share/gtk-doc/html/lasso/architecture.html
 157share/gtk-doc/html/lasso/home.png
 158share/gtk-doc/html/lasso/idff.html
 159share/gtk-doc/html/lasso/idwsf.html
 160share/gtk-doc/html/lasso/idwsf2.html
 161share/gtk-doc/html/lasso/index.html
 162share/gtk-doc/html/lasso/index.sgml
 163share/gtk-doc/html/lasso/lasso-Addon-to-SAML-2.0-profile-for-ID-WSF-2.0-bootsraping.ht
 164share/gtk-doc/html/lasso/lasso-Base-Strings.html
 165share/gtk-doc/html/lasso/lasso-Error-Codes.html
 166share/gtk-doc/html/lasso/lasso-ID-WSF-1.0-Strings.html
 167share/gtk-doc/html/lasso/lasso-Initialization-functions.html
 168share/gtk-doc/html/lasso/lasso-LassoAssertionQuery.html
 169share/gtk-doc/html/lasso/lasso.html
 170share/gtk-doc/html/lasso/lasso-LassoAuthentication.html
 171share/gtk-doc/html/lasso/lasso-LassoDataService.html
 172share/gtk-doc/html/lasso/lasso-LassoDefederation.html
 173share/gtk-doc/html/lasso/lasso-LassoDiscoAuthenticateRequester.html
 174share/gtk-doc/html/lasso/lasso-LassoDiscoAuthenticateSessionContext.html
 175share/gtk-doc/html/lasso/lasso-LassoDiscoAuthorizeRequester.html
 176share/gtk-doc/html/lasso/lasso-LassoDiscoCredentials.html
 177share/gtk-doc/html/lasso/lasso-LassoDiscoDescription.html
 178share/gtk-doc/html/lasso/lasso-LassoDiscoEncryptResourceID.html
 179share/gtk-doc/html/lasso/lasso-LassoDiscoEncryptedResourceID.html
 180share/gtk-doc/html/lasso/lasso-LassoDiscoGenerateBearerToken.html
 181share/gtk-doc/html/lasso/lasso-LassoDiscoInsertEntry.html
 182share/gtk-doc/html/lasso/lasso-LassoDiscoModify.html
 183share/gtk-doc/html/lasso/lasso-LassoDiscoModifyResponse.html
 184share/gtk-doc/html/lasso/lasso-LassoDiscoOptions.html
 185share/gtk-doc/html/lasso/lasso-LassoDiscoQuery.html
 186share/gtk-doc/html/lasso/lasso-LassoDiscoQueryResponse.html
 187share/gtk-doc/html/lasso/lasso-LassoDiscoRemoveEntry.html
 188share/gtk-doc/html/lasso/lasso-LassoDiscoRequestedServiceType.html
 189share/gtk-doc/html/lasso/lasso-LassoDiscoResourceID.html
 190share/gtk-doc/html/lasso/lasso-LassoDiscoResourceOffering.html
 191share/gtk-doc/html/lasso/lasso-LassoDiscoSendSingleLogout.html
 192share/gtk-doc/html/lasso/lasso-LassoDiscovery.html
 193share/gtk-doc/html/lasso/lasso-LassoDiscoServiceInstance.html
 194share/gtk-doc/html/lasso/lasso-LassoDsKeyInfo.html
 195share/gtk-doc/html/lasso/lasso-LassoDsKeyValue.html
 196share/gtk-doc/html/lasso/lasso-LassoDsRsaKeyValue.html
 197share/gtk-doc/html/lasso/lasso-LassoDstData.html
 198share/gtk-doc/html/lasso/lasso-LassoDstModification.html
 199share/gtk-doc/html/lasso/lasso-LassoDstModify.html
 200share/gtk-doc/html/lasso/lasso-LassoDstModifyResponse.html
 201share/gtk-doc/html/lasso/lasso-LassoDstNewData.html
 202share/gtk-doc/html/lasso/lasso-LassoDstQuery.html
 203share/gtk-doc/html/lasso/lasso-LassoDstQueryItem.html
 204share/gtk-doc/html/lasso/lasso-LassoDstQueryResponse.html
 205share/gtk-doc/html/lasso/lasso-LassoEcp.html
 206share/gtk-doc/html/lasso/up.png
 207share/gtk-doc/html/lasso/lasso-LassoFederation.html
 208share/gtk-doc/html/lasso/lasso-LassoIdWsf2DataService.html
 209share/gtk-doc/html/lasso/lasso-LassoIdWsf2DiscoAbstract.html
 210share/gtk-doc/html/lasso/lasso-LassoIdWsf2DiscoEndpointContext.html
 211share/gtk-doc/html/lasso/lasso-LassoIdWsf2DiscoKeys.html
 212share/gtk-doc/html/lasso/lasso-LassoIdWsf2DiscoProviderID.html
 213share/gtk-doc/html/lasso/lasso-LassoIdWsf2DiscoRequestedService.html
 214share/gtk-doc/html/lasso/lasso-LassoIdWsf2DiscoSecurityContext.html
 215share/gtk-doc/html/lasso/lasso-LassoIdWsf2DiscoServiceContext.html
 216share/gtk-doc/html/lasso/lasso-LassoIdWsf2DiscoServiceType.html
 217share/gtk-doc/html/lasso/lasso-LassoIdWsf2Discovery.html
 218share/gtk-doc/html/lasso/lasso-LassoIdWsf2DiscoSvcMDAssociationAdd.html
 219share/gtk-doc/html/lasso/lasso-LassoIdWsf2DiscoSvcMDAssociationAddResponse.html
 220share/gtk-doc/html/lasso/lasso-LassoIdWsf2DiscoSvcMDAssociationDelete.html
 221share/gtk-doc/html/lasso/lasso-LassoIdWsf2DiscoSvcMDAssociationDeleteResponse.html
 222share/gtk-doc/html/lasso/lasso-LassoIdWsf2DiscoSvcMDAssociationQuery.html
 223share/gtk-doc/html/lasso/lasso-LassoIdWsf2DiscoSvcMDAssociationQueryResponse.html
 224share/gtk-doc/html/lasso/lasso-LassoIdWsf2DiscoSvcMDDelete.html
 225share/gtk-doc/html/lasso/lasso-LassoIdWsf2DiscoSvcMDDeleteResponse.html
 226share/gtk-doc/html/lasso/lasso-LassoIsHelp.html
 227share/gtk-doc/html/lasso/lasso-LassoIdWsf2DiscoSvcMDQuery.html
 228share/gtk-doc/html/lasso/lasso-LassoIdWsf2DiscoSvcMDQueryResponse.html
 229share/gtk-doc/html/lasso/lasso-LassoIdWsf2DiscoSvcMDRegister.html
 230share/gtk-doc/html/lasso/lasso-LassoIdWsf2DiscoSvcMDRegisterResponse.html
 231share/gtk-doc/html/lasso/lasso-LassoIdWsf2DiscoSvcMDReplace.html
 232share/gtk-doc/html/lasso/lasso-LassoIdWsf2DiscoSvcMDReplaceResponse.html
 233share/gtk-doc/html/lasso/lasso-LassoIdWsf2DiscoSvcMetadata.html
 234share/gtk-doc/html/lasso/lasso-LassoIdWsf2DstDataResponseBase.html
 235share/gtk-doc/html/lasso/lasso-LassoIdWsf2DstDeleteItemBase.html
 236share/gtk-doc/html/lasso/lasso-LassoIdWsf2DstRefAppData.html
 237share/gtk-doc/html/lasso/lasso-LassoIdWsf2DstDeleteResponse.html
 238share/gtk-doc/html/lasso/lasso-LassoIdWsf2DstRefCreate.html
 239share/gtk-doc/html/lasso/lasso-LassoIdWsf2DstRefCreateItem.html
 240share/gtk-doc/html/lasso/lasso-LassoIdWsf2DstRefCreateResponse.html
 241share/gtk-doc/html/lasso/lasso-LassoIdWsf2DstRefData.html
 242share/gtk-doc/html/lasso/lasso-LassoIdWsf2DstRefDataResponse.html
 243share/gtk-doc/html/lasso/lasso-LassoIdWsf2DstRefDelete.html
 244share/gtk-doc/html/lasso/lasso-LassoIdWsf2DstRefDeleteItem.html
 245share/gtk-doc/html/lasso/lasso-LassoIdWsf2DstRefDeleteResponse.html
 246share/gtk-doc/html/lasso/lasso-LassoIdWsf2DstRefItemData.html
 247share/gtk-doc/html/lasso/lasso-LassoIsItem.html
 248share/gtk-doc/html/lasso/lasso-LassoIdWsf2DstRefModify.html
 249share/gtk-doc/html/lasso/lasso-LassoIdWsf2DstRefModifyItem.html
 250share/gtk-doc/html/lasso/lasso-LassoIdWsf2DstRefModifyResponse.html
 251share/gtk-doc/html/lasso/lasso-LassoIdWsf2DstRefQuery.html
 252share/gtk-doc/html/lasso/lasso-LassoIdWsf2DstRefQueryItem.html
 253share/gtk-doc/html/lasso/lasso-LassoIdWsf2DstRefQueryResponse.html
 254share/gtk-doc/html/lasso/lasso-LassoIdWsf2DstRefResultQuery.html
 255share/gtk-doc/html/lasso/lasso-LassoIdWsf2DstRefTestItem.html
 256share/gtk-doc/html/lasso/lasso-LassoIdWsf2DstRequest.html
 257share/gtk-doc/html/lasso/lasso-LassoIdWsf2DstResultQueryBase.html
 258share/gtk-doc/html/lasso/lasso-LassoIsText.html
 259share/gtk-doc/html/lasso/lasso-LassoIdWsf2DstTestItemBase.html
 260share/gtk-doc/html/lasso/lasso-LassoIdWsf2ImsIdentityMappingRequest.html
 261share/gtk-doc/html/lasso/lasso-LassoIdWsf2ImsIdentityMappingResponse.html
 262share/gtk-doc/html/lasso/lasso-LassoIdWsf2ImsMappingInput.html
 263share/gtk-doc/html/lasso/lasso-LassoIdWsf2ImsMappingOutput.html
 264share/gtk-doc/html/lasso/lasso-LassoIdWsf2Profile.html
 265share/gtk-doc/html/lasso/lasso-LassoIdWsf2PsAddCollectionRequest.html
 266share/gtk-doc/html/lasso/lasso-LassoIdWsf2PsAddCollectionResponse.html
 267share/gtk-doc/html/lasso/lasso-LassoIdWsf2PsAddEntityRequest.html
 268share/gtk-doc/html/lasso/lasso-LassoIdWsf2PsItemData.html
 269share/gtk-doc/html/lasso/lasso-LassoIdWsf2PsAddEntityResponse.html
 270share/gtk-doc/html/lasso/lasso-LassoIdWsf2PsAddKnownEntityRequest.html
 271share/gtk-doc/html/lasso/lasso-LassoIdWsf2PsAddKnownEntityResponse.html
 272share/gtk-doc/html/lasso/lasso-LassoIdWsf2PsAddToCollectionRequest.html
 273share/gtk-doc/html/lasso/lasso-LassoIdWsf2PsGetObjectInfoRequest.html
 274share/gtk-doc/html/lasso/lasso-LassoIdWsf2PsGetObjectInfoResponse.html
 275share/gtk-doc/html/lasso/lasso-LassoIdWsf2PsListMembersRequest.html
 276share/gtk-doc/html/lasso/lasso-LassoIdWsf2PsListMembersResponse.html
 277share/gtk-doc/html/lasso/lasso-LassoIdWsf2PsNotification.html
 278share/gtk-doc/html/lasso/lasso-registry.html
 279share/gtk-doc/html/lasso/lasso-LassoIdWsf2PsNotify.html
 280share/gtk-doc/html/lasso/lasso-LassoIdWsf2PsObject.html
 281share/gtk-doc/html/lasso/lasso-LassoIdWsf2PsQueryObjectsRequest.html
 282share/gtk-doc/html/lasso/lasso-LassoIdWsf2PsQueryObjectsResponse.html
 283share/gtk-doc/html/lasso/lasso-LassoIdWsf2PsRemoveCollectionRequest.html
 284share/gtk-doc/html/lasso/lasso-LassoIdWsf2PsRemoveEntityRequest.html
 285share/gtk-doc/html/lasso/lasso-LassoIdWsf2PsRemoveFromCollectionRequest.html
 286share/gtk-doc/html/lasso/lasso-LassoIdWsf2PsRequestAbstract.html
 287share/gtk-doc/html/lasso/lasso-LassoIdWsf2PsResolveIdentifierRequest.html
 288share/gtk-doc/html/lasso/lasso-LassoIdWsf2PsResolveInput.html
 289share/gtk-doc/html/lasso/lasso-LassoIdWsf2PsResolveIdentifierResponse.html
 290share/gtk-doc/html/lasso/lasso-LassoIdWsf2PsResponseAbstract.html
 291share/gtk-doc/html/lasso/lasso-LassoIdWsf2PsSetObjectInfoRequest.html
 292share/gtk-doc/html/lasso/lasso-LassoIdWsf2PsTestMembershipRequest.html
 293share/gtk-doc/html/lasso/lasso-LassoIdWsf2PsTestMembershipResponse.html
 294share/gtk-doc/html/lasso/lasso-LassoIdWsf2Sb2Consent.html
 295share/gtk-doc/html/lasso/lasso-LassoIdWsf2Sb2CredentialsContext.html
 296share/gtk-doc/html/lasso/lasso-LassoIdWsf2Sb2EndpointUpdate.html
 297share/gtk-doc/html/lasso/lasso-LassoIdWsf2Sb2RedirectRequest.html
 298share/gtk-doc/html/lasso/lasso-LassoIdentity.html
 299share/gtk-doc/html/lasso/lasso-LassoIdWsf2Sb2Sender.html
 300share/gtk-doc/html/lasso/lasso-LassoIdWsf2Sb2TargetIdentity.html
 301share/gtk-doc/html/lasso/lasso-LassoIdWsf2Sb2Timeout.html
 302share/gtk-doc/html/lasso/lasso-LassoIdWsf2Sb2UsageDirective.html
 303share/gtk-doc/html/lasso/lasso-LassoIdWsf2Sb2UserInteractionHeader.html
 304share/gtk-doc/html/lasso/lasso-LassoIdWsf2SbfFramework.html
 305share/gtk-doc/html/lasso/lasso-LassoIdWsf2SecToken.html
 306share/gtk-doc/html/lasso/lasso-LassoIdWsf2SecTokenPolicy.html
 307share/gtk-doc/html/lasso/lasso-LassoIdWsf2SecTransitedProviderPath.html
 308share/gtk-doc/html/lasso/lasso-LassoIdWsf2SubsNotification.html
 309share/gtk-doc/html/lasso/lasso-LassoIdWsf2UtilEmpty.html
 310share/gtk-doc/html/lasso/lasso-LassoIdWsf2SubsNotifyResponse.html
 311share/gtk-doc/html/lasso/lasso-LassoIdWsf2SubsRefAppData.html
 312share/gtk-doc/html/lasso/lasso-LassoIdWsf2SubsRefCreate.html
 313share/gtk-doc/html/lasso/lasso-LassoIdWsf2SubsRefCreateItem.html
 314share/gtk-doc/html/lasso/lasso-LassoIdWsf2SubsRefCreateResponse.html
 315share/gtk-doc/html/lasso/lasso-LassoIdWsf2SubsRefData.html
 316share/gtk-doc/html/lasso/lasso-LassoIdWsf2SubsRefDataResponse.html
 317share/gtk-doc/html/lasso/lasso-LassoIdWsf2SubsRefDelete.html
 318share/gtk-doc/html/lasso/lasso-LassoIdWsf2SubsRefDeleteItem.html
 319share/gtk-doc/html/lasso/lasso-LassoIdWsf2SubsRefDeleteResponse.html
 320share/gtk-doc/html/lasso/lasso.devhelp
 321share/gtk-doc/html/lasso/lasso-LassoIdWsf2SubsRefItem.html
 322share/gtk-doc/html/lasso/lasso-LassoIdWsf2SubsRefItemData.html
 323share/gtk-doc/html/lasso/lasso-LassoIdWsf2SubsRefModify.html
 324share/gtk-doc/html/lasso/lasso-LassoIdWsf2SubsRefModifyItem.html
 325share/gtk-doc/html/lasso/lasso-LassoIdWsf2SubsRefModifyResponse.html
 326share/gtk-doc/html/lasso/lasso-LassoIdWsf2SubsRefNotification.html
 327share/gtk-doc/html/lasso/lasso-LassoIdWsf2SubsRefNotify.html
 328share/gtk-doc/html/lasso/lasso-LassoIdWsf2SubsRefNotifyResponse.html
 329share/gtk-doc/html/lasso/lasso-LassoIdWsf2SubsRefQuery.html
 330share/gtk-doc/html/lasso/lasso-LassoIdWsf2SubsRefQueryItem.html
 331share/gtk-doc/html/lasso/lasso-LassoIsInquiry.html
 332share/gtk-doc/html/lasso/lasso-LassoIdWsf2SubsRefQueryResponse.html
 333share/gtk-doc/html/lasso/lasso-LassoIdWsf2SubsRefResultQuery.html
 334share/gtk-doc/html/lasso/lasso-LassoIdWsf2SubsRefSubscription.html
 335share/gtk-doc/html/lasso/lasso-LassoIdWsf2SubsRefTestItem.html
 336share/gtk-doc/html/lasso/lasso-LassoIdWsf2SubsSubscription.html
 337share/gtk-doc/html/lasso/lasso-LassoIdWsf2UtilResponse.html
 338share/gtk-doc/html/lasso/lasso-LassoIdWsf2UtilStatus.html
 339share/gtk-doc/html/lasso/lasso-LassoIdWsf2Utilextension.html
 340share/gtk-doc/html/lasso/lasso-LassoInteractionProfileService.html
 341share/gtk-doc/html/lasso/lasso-LassoIsInquiryElement.html
 342share/gtk-doc/html/lasso/lasso-LassoLecp.html
 343share/gtk-doc/html/lasso/lasso-LassoIsInteractionRequest.html
 344share/gtk-doc/html/lasso/lasso-LassoIsInteractionResponse.html
 345share/gtk-doc/html/lasso/lasso-LassoIsInteractionStatement.html
 346share/gtk-doc/html/lasso/lasso-LassoIsParameter.html
 347share/gtk-doc/html/lasso/lasso-LassoIsRedirectRequest.html
 348share/gtk-doc/html/lasso/lasso-LassoIsSelect.html
 349share/gtk-doc/html/lasso/lasso-LassoIsUserInteraction.html
 350share/gtk-doc/html/lasso/lasso-LassoLibAssertion.html
 351share/gtk-doc/html/lasso/lasso-LassoLibAuthenticationStatement.html
 352share/gtk-doc/html/lasso/lasso-LassoLibAuthnContext.html
 353share/gtk-doc/html/lasso/lasso-LassoLibAuthnRequest.html
 354share/gtk-doc/html/lasso/lasso-LassoLibIDPEntry.html
 355share/gtk-doc/html/lasso/lasso-LassoLibAuthnRequestEnvelope.html
 356share/gtk-doc/html/lasso/lasso-LassoLibAuthnResponse.html
 357share/gtk-doc/html/lasso/lasso-LassoLibAuthnResponseEnvelope.html
 358share/gtk-doc/html/lasso/lasso-LassoLibFederationTerminationNotification.html
 359share/gtk-doc/html/lasso/lasso-LassoLibIDPEntries.html
 360share/gtk-doc/html/lasso/lasso-LassoLibIDPList.html
 361share/gtk-doc/html/lasso/lasso-LassoLibLogoutRequest.html
 362share/gtk-doc/html/lasso/lasso-LassoLibLogoutResponse.html
 363share/gtk-doc/html/lasso/lasso-LassoLibNameIdentifierMappingRequest.html
 364share/gtk-doc/html/lasso/lasso-LassoLibNameIdentifierMappingResponse.html
 365share/gtk-doc/html/lasso/lasso.devhelp2
 366share/gtk-doc/html/lasso/lasso-LassoLibRegisterNameIdentifierRequest.html
 367share/gtk-doc/html/lasso/lasso-LassoLibRegisterNameIdentifierResponse.html
 368share/gtk-doc/html/lasso/lasso-LassoLibRequestAuthnContext.html
 369share/gtk-doc/html/lasso/lasso-LassoLibScoping.html
 370share/gtk-doc/html/lasso/lasso-LassoLibStatusResponse.html
 371share/gtk-doc/html/lasso/lasso-LassoLibSubject.html
 372share/gtk-doc/html/lasso/lasso-LassoLogin.html
 373share/gtk-doc/html/lasso/lasso-LassoLogout.html
 374share/gtk-doc/html/lasso/lasso-LassoMiscTextNode.html
 375share/gtk-doc/html/lasso/lasso-LassoNameIdManagement.html
 376share/gtk-doc/html/lasso/lasso-LassoNameIdentifierMapping.html
 377share/gtk-doc/html/lasso/lasso-LassoNode.html
 378share/gtk-doc/html/lasso/lasso-LassoNameRegistration.html
 379share/gtk-doc/html/lasso/lasso-LassoPersonalProfileService.html
 380share/gtk-doc/html/lasso/lasso-LassoProfile.html
 381share/gtk-doc/html/lasso/lasso-LassoProvider.html
 382share/gtk-doc/html/lasso/lasso-LassoSaCredentials.html
 383share/gtk-doc/html/lasso/lasso-LassoSaParameter.html
 384share/gtk-doc/html/lasso/lasso-LassoSaPasswordTransforms.html
 385share/gtk-doc/html/lasso/lasso-LassoSaSASLRequest.html
 386share/gtk-doc/html/lasso/lasso-LassoSaSASLResponse.html
 387share/gtk-doc/html/lasso/lasso-LassoSaTransform.html
 388share/gtk-doc/html/lasso/lasso-LassoSaml2Action.html
 389share/gtk-doc/html/lasso/lasso-LassoSaml2Advice.html
 390share/gtk-doc/html/lasso/lasso-LassoSaml2Assertion.html
 391share/gtk-doc/html/lasso/lasso-LassoSaml2Attribute.html
 392share/gtk-doc/html/lasso/lasso-LassoSaml2AttributeStatement.html
 393share/gtk-doc/html/lasso/lasso-LassoSaml2AttributeValue.html
 394share/gtk-doc/html/lasso/lasso-LassoSaml2AudienceRestriction.html
 395share/gtk-doc/html/lasso/lasso-LassoSaml2AuthnContext.html
 396share/gtk-doc/html/lasso/lasso-LassoSaml2AuthnStatement.html
 397share/gtk-doc/html/lasso/lasso-LassoSaml2AuthzDecisionStatement.html
 398share/gtk-doc/html/lasso/lasso-LassoSaml2BaseIDAbstract.html
 399share/gtk-doc/html/lasso/lasso-LassoSaml2ConditionAbstract.html
 400share/gtk-doc/html/lasso/lasso-LassoSaml2Conditions.html
 401share/gtk-doc/html/lasso/lasso-LassoSaml2EncryptedElement.html
 402share/gtk-doc/html/lasso/lasso-LassoSaml2Evidence.html
 403share/gtk-doc/html/lasso/lasso-LassoSaml2KeyInfoConfirmationData.html
 404share/gtk-doc/html/lasso/lasso-LassoSaml2NameID.html
 405share/gtk-doc/html/lasso/lasso-LassoSaml2OneTimeUse.html
 406share/gtk-doc/html/lasso/lasso-LassoSaml2ProxyRestriction.html
 407share/gtk-doc/html/lasso/lasso-LassoSaml2StatementAbstract.html
 408share/gtk-doc/html/lasso/lasso-LassoSaml2Subject.html
 409share/gtk-doc/html/lasso/lasso-LassoSaml2SubjectConfirmation.html
 410share/gtk-doc/html/lasso/lasso-LassoSaml2SubjectConfirmationData.html
 411share/gtk-doc/html/lasso/lasso-LassoSaml2SubjectLocality.html
 412share/gtk-doc/html/lasso/lasso-LassoSamlAdvice.html
 413share/gtk-doc/html/lasso/lasso-LassoSamlAssertion.html
 414share/gtk-doc/html/lasso/lasso-LassoSamlAttribute.html
 415share/gtk-doc/html/lasso/lasso-LassoSamlAttributeDesignator.html
 416share/gtk-doc/html/lasso/lasso-LassoSamlAttributeStatement.html
 417share/gtk-doc/html/lasso/lasso-LassoSamlAttributeValue.html
 418share/gtk-doc/html/lasso/lasso-LassoSamlAudienceRestrictionCondition.html
 419share/gtk-doc/html/lasso/lasso-LassoSamlAuthenticationStatement.html
 420share/gtk-doc/html/lasso/lasso-LassoSamlAuthorityBinding.html
 421share/gtk-doc/html/lasso/lasso-LassoSamlConditionAbstract.html
 422share/gtk-doc/html/lasso/lasso-LassoSamlConditions.html
 423share/gtk-doc/html/lasso/lasso-LassoSamlNameIdentifier.html
 424share/gtk-doc/html/lasso/lasso-LassoSamlStatementAbstract.html
 425share/gtk-doc/html/lasso/lasso-LassoSamlSubject.html
 426share/gtk-doc/html/lasso/lasso-LassoSamlSubjectConfirmation.html
 427share/gtk-doc/html/lasso/lasso-LassoSamlSubjectLocality.html
 428share/gtk-doc/html/lasso/lasso-LassoSamlSubjectStatement.html
 429share/gtk-doc/html/lasso/lasso-LassoSamlSubjectStatementAbstract.html
 430share/gtk-doc/html/lasso/lasso-LassoSamlp2ArtifactResolve.html
 431share/gtk-doc/html/lasso/lasso-LassoSamlp2ArtifactResponse.html
 432share/gtk-doc/html/lasso/lasso-LassoSamlp2AssertionIDRequest.html
 433share/gtk-doc/html/lasso/lasso-LassoSamlp2AttributeQuery.html
 434share/gtk-doc/html/lasso/lasso-LassoSamlpStatus.html
 435share/gtk-doc/html/lasso/lasso-LassoSamlp2AuthnQuery.html
 436share/gtk-doc/html/lasso/lasso-LassoSamlp2AuthnRequest.html
 437share/gtk-doc/html/lasso/lasso-LassoSamlp2AuthzDecisionQuery.html
 438share/gtk-doc/html/lasso/lasso-LassoSamlp2Extensions.html
 439share/gtk-doc/html/lasso/lasso-LassoSamlp2IDPEntry.html
 440share/gtk-doc/html/lasso/lasso-LassoSamlp2IDPList.html
 441share/gtk-doc/html/lasso/lasso-LassoSamlp2LogoutRequest.html
 442share/gtk-doc/html/lasso/lasso-LassoSamlp2LogoutResponse.html
 443share/gtk-doc/html/lasso/lasso-LassoSamlp2ManageNameIDRequest.html
 444share/gtk-doc/html/lasso/lasso-LassoSamlp2ManageNameIDResponse.html
 445share/gtk-doc/html/lasso/lasso-LassoSamlp2NameIDMappingRequest.html
 446share/gtk-doc/html/lasso/lasso-LassoSamlp2NameIDMappingResponse.html
 447share/gtk-doc/html/lasso/lasso-LassoSamlp2NameIDPolicy.html
 448share/gtk-doc/html/lasso/lasso-LassoSamlp2RequestAbstract.html
 449share/gtk-doc/html/lasso/lasso-LassoSamlp2RequestedAuthnContext.html
 450share/gtk-doc/html/lasso/lasso-LassoSamlp2Response.html
 451share/gtk-doc/html/lasso/lasso-LassoSamlp2Scoping.html
 452share/gtk-doc/html/lasso/lasso-LassoSamlp2Status.html
 453share/gtk-doc/html/lasso/lasso-LassoSamlp2StatusCode.html
 454share/gtk-doc/html/lasso/lasso-LassoSamlp2StatusDetail.html
 455share/gtk-doc/html/lasso/lasso-LassoSamlp2StatusResponse.html
 456share/gtk-doc/html/lasso/lasso-LassoSamlp2SubjectQueryAbstract.html
 457share/gtk-doc/html/lasso/lasso-LassoSamlp2Terminate.html
 458share/gtk-doc/html/lasso/lasso-LassoSamlpRequest.html
 459share/gtk-doc/html/lasso/lasso-LassoSamlpRequestAbstract.html
 460share/gtk-doc/html/lasso/lasso-LassoSamlpResponse.html
 461share/gtk-doc/html/lasso/lasso-LassoSamlpResponseAbstract.html
 462share/gtk-doc/html/lasso/lasso-LassoSamlpStatusCode.html
 463share/gtk-doc/html/lasso/lasso-LassoSecResourceAccessStatement.html
 464share/gtk-doc/html/lasso/lasso-LassoServer.html
 465share/gtk-doc/html/lasso/lasso-LassoSession.html
 466share/gtk-doc/html/lasso/lasso-LassoSoapBindingConsent.html
 467share/gtk-doc/html/lasso/lasso-LassoSoapBindingCorrelation.html
 468share/gtk-doc/html/lasso/lasso-LassoSoapBindingExtTimeout.html
 469share/gtk-doc/html/lasso/lasso-LassoSoapBindingExtCredential.html
 470share/gtk-doc/html/lasso/lasso-LassoSoapBindingExtCredentialsContext.html
 471share/gtk-doc/html/lasso/lasso-LassoSoapBindingExtServiceInstanceUpdate.html
 472share/gtk-doc/html/lasso/lasso-LassoSoapBindingProcessingContext.html
 473share/gtk-doc/html/lasso/lasso-LassoSoapBindingProvider.html
 474share/gtk-doc/html/lasso/lasso-LassoSoapBindingUsageDirective.html
 475share/gtk-doc/html/lasso/lasso-LassoSoapBody.html
 476share/gtk-doc/html/lasso/lasso-LassoSoapDetail.html
 477share/gtk-doc/html/lasso/lasso-LassoSoapEnvelope.html
 478share/gtk-doc/html/lasso/lasso-LassoSoapFault.html
 479share/gtk-doc/html/lasso/lasso-LassoSoapHeader.html
 480share/gtk-doc/html/lasso/lasso-LassoUtilityStatus.html
 481share/gtk-doc/html/lasso/lasso-LassoWsAddrAttributedAny.html
 482share/gtk-doc/html/lasso/lasso-LassoWsAddrAttributedQName.html
 483share/gtk-doc/html/lasso/lasso-LassoWsAddrAttributedURI.html
 484share/gtk-doc/html/lasso/lasso-LassoWsAddrAttributedUnsignedLong.html
 485share/gtk-doc/html/lasso/lasso-LassoWsAddrEndpointReference.html
 486share/gtk-doc/html/lasso/lasso-LassoWsAddrMetadata.html
 487share/gtk-doc/html/lasso/lasso-LassoWsAddrProblemAction.html
 488share/gtk-doc/html/lasso/lasso-LassoWsAddrReferenceParameters.html
 489share/gtk-doc/html/lasso/lasso-LassoWsAddrRelatesTo.html
 490share/gtk-doc/html/lasso/lasso-LassoWsSec1Embedded.html
 491share/gtk-doc/html/lasso/lasso-LassoWsSec1Reference.html
 492share/gtk-doc/html/lasso/lasso-LassoWsSec1SecurityHeader.html
 493share/gtk-doc/html/lasso/lasso-LassoWsSec1SecurityTokenReference.html
 494share/gtk-doc/html/lasso/lasso-LassoWsSec1TransformationParameters.html
 495share/gtk-doc/html/lasso/lasso-LassoWsUtil1Timestamp.html
 496share/gtk-doc/html/lasso/lasso-LassoWsfProfile.html
 497share/gtk-doc/html/lasso/lasso-LassoWsseUsernameToken.html
 498share/gtk-doc/html/lasso/lasso-SAML-2.0-Strings.html
 499share/gtk-doc/html/lasso/lasso-SOAP-Binding-utility-function-for-ID-WSF-2.0.html
 500share/gtk-doc/html/lasso/lasso-Strings-for-ID-FF-1.2.html
 501share/gtk-doc/html/lasso/lasso-Strings-for-ID-WSF-2.0.html
 502share/gtk-doc/html/lasso/lasso-Strings-for-SOAP.html
 503share/gtk-doc/html/lasso/lasso-Strings-for-WS-*.html
 504share/gtk-doc/html/lasso/lasso-Strings-for-XML-DSIG.html
 505share/gtk-doc/html/lasso/lasso-Utility-functions-for-ID-WSF-1.0.html
 506share/gtk-doc/html/lasso/lasso-Utility-functions-for-SAML-2.0.html
 507share/gtk-doc/html/lasso/left.png
 508share/gtk-doc/html/lasso/pt01.html
 509share/gtk-doc/html/lasso/right.png
 510share/gtk-doc/html/lasso/rn01.html
 511share/gtk-doc/html/lasso/saml2.html
 512share/gtk-doc/html/lasso/soap.html
 513share/gtk-doc/html/lasso/style.css
 514share/gtk-doc/html/lasso/ws-addr.html
 515share/gtk-doc/html/lasso/xml-dsig.html
 516share/gtk-doc/html/lasso/xml-idff.html
 517share/gtk-doc/html/lasso/xml-idwsf.html
 518share/gtk-doc/html/lasso/xml-idwsf2.html
 519share/gtk-doc/html/lasso/xml-samlv2.html
 520@dirrm include/lasso/xml
 521@dirrm include/lasso/xml/saml-2.0
 522@dirrm include/lasso/xml/soap-1.1
 523@dirrm include/lasso/id-ff
 524@dirrm include/lasso/saml-2.0
 525@dirrm include/lasso
 526@dirrm share/doc/lasso
 527@dirrm share/gtk-doc/html/lasso

cvs diff -r1.6 -r1.7 pkgsrc/security/lasso/distinfo (expand / switch to unified diff)

--- pkgsrc/security/lasso/distinfo 2009/12/01 08:49:46 1.6
+++ pkgsrc/security/lasso/distinfo 2010/05/31 16:44:28 1.7
@@ -1,14 +1,5 @@ @@ -1,14 +1,5 @@
1$NetBSD: distinfo,v 1.6 2009/12/01 08:49:46 manu Exp $ 1$NetBSD: distinfo,v 1.7 2010/05/31 16:44:28 manu Exp $
2 2
3SHA1 (lasso-2.2.2.tar.gz) = 32651fa71b16da01a94db234425846729a510623 3SHA1 (lasso-2.2.91.tar.gz) = 22f8e22938cea9c77abbac763c9bb698e1c44cc8
4RMD160 (lasso-2.2.2.tar.gz) = a4faae605726202db33d36a2b520b0ab8f17aa76 4RMD160 (lasso-2.2.91.tar.gz) = bcbc1d293a9e9bcf45ca9a09d103de9e640b625a
5Size (lasso-2.2.2.tar.gz) = 1802749 bytes 5Size (lasso-2.2.91.tar.gz) = 1919703 bytes
6SHA1 (patch-aa) = 965365d3aff5e1014dbe5bc7036e12837ccfc185 
7SHA1 (patch-ba) = 4ebb013f1c264e5b0008faeebdecc7bdb49be63a 
8SHA1 (patch-bb) = 0867b8ae4036620084b73d28546ac089b57d3fb9 
9SHA1 (patch-bc) = 1633e47d0b4db574183bc3798a2dd839c98d11cb 
10SHA1 (patch-bd) = d6788200b7f7a871b8d5bb788c5feff174c2a371 
11SHA1 (patch-ca) = d65ec7dcf14db7be4abf0d804e666768d0cb81d5 
12SHA1 (patch-cb) = 181213f32003c2744e40c45d24fa30198444e0af 
13SHA1 (patch-cc) = 71794a4f081bafd451528f11b06fb61997ff4f9f 
14SHA1 (patch-cd) = 6dfacf5eb7308ad78609e3c8412422b98cb891d4 

File Deleted: pkgsrc/security/lasso/patches/Attic/patch-aa

File Deleted: pkgsrc/security/lasso/patches/Attic/patch-bb

File Deleted: pkgsrc/security/lasso/patches/Attic/patch-bc

File Deleted: pkgsrc/security/lasso/patches/Attic/patch-bd

File Deleted: pkgsrc/security/lasso/patches/Attic/patch-cb

File Deleted: pkgsrc/security/lasso/patches/Attic/patch-ba

File Deleted: pkgsrc/security/lasso/patches/Attic/patch-ca

File Deleted: pkgsrc/security/lasso/patches/Attic/patch-cc

File Deleted: pkgsrc/security/lasso/patches/Attic/patch-cd