diff options
| author | Emmanuel Raviart <eraviart@entrouvert.com> | 2004-07-13 09:51:13 +0000 |
|---|---|---|
| committer | Emmanuel Raviart <eraviart@entrouvert.com> | 2004-07-13 09:51:13 +0000 |
| commit | b71373edaedccce196e405d954b47aa16924b39c (patch) | |
| tree | f25ae36e2168523eb2447725fa93b81ce5f12224 | |
| parent | 62accd694b4d0586549fff6a6938a4234dc43799 (diff) | |
| download | lasso-b71373edaedccce196e405d954b47aa16924b39c.tar.gz lasso-b71373edaedccce196e405d954b47aa16924b39c.tar.xz lasso-b71373edaedccce196e405d954b47aa16924b39c.zip | |
Renamed attribut to attribute.
| -rw-r--r-- | lasso/Attic/protocols/authn_request.c | 2 | ||||
| -rw-r--r-- | lasso/Attic/protocols/federation_termination_notification.c | 2 | ||||
| -rw-r--r-- | lasso/Attic/protocols/logout_response.c | 2 | ||||
| -rw-r--r-- | lasso/Attic/protocols/name_identifier_mapping_request.c | 2 | ||||
| -rw-r--r-- | lasso/Attic/protocols/name_identifier_mapping_response.c | 2 | ||||
| -rw-r--r-- | lasso/Attic/protocols/register_name_identifier_request.c | 2 | ||||
| -rw-r--r-- | lasso/Attic/protocols/register_name_identifier_response.c | 2 | ||||
| -rw-r--r-- | lasso/Attic/protocols/request.c | 2 | ||||
| -rw-r--r-- | lasso/Attic/protocols/response.c | 2 | ||||
| -rw-r--r-- | lasso/id-ff/login.c | 2 | ||||
| -rw-r--r-- | lasso/xml/lib_authn_request.c | 4 | ||||
| -rw-r--r-- | lasso/xml/saml_assertion.c | 20 | ||||
| -rw-r--r-- | lasso/xml/samlp_request_abstract.c | 4 | ||||
| -rw-r--r-- | lasso/xml/samlp_response_abstract.c | 4 | ||||
| -rw-r--r-- | lasso/xml/xml.c | 30 |
15 files changed, 41 insertions, 41 deletions
diff --git a/lasso/Attic/protocols/authn_request.c b/lasso/Attic/protocols/authn_request.c index df2cfbef..84dca01b 100644 --- a/lasso/Attic/protocols/authn_request.c +++ b/lasso/Attic/protocols/authn_request.c @@ -156,7 +156,7 @@ lasso_authn_request_new(const xmlChar *providerID) request = LASSO_NODE(g_object_new(LASSO_TYPE_AUTHN_REQUEST, NULL)); - /* Set ONLY required elements/attributs */ + /* Set ONLY required elements/attributes */ /* RequestID */ id = lasso_build_unique_id(32); lasso_samlp_request_abstract_set_requestID(LASSO_SAMLP_REQUEST_ABSTRACT(request), diff --git a/lasso/Attic/protocols/federation_termination_notification.c b/lasso/Attic/protocols/federation_termination_notification.c index 77362858..0c6a4ef1 100644 --- a/lasso/Attic/protocols/federation_termination_notification.c +++ b/lasso/Attic/protocols/federation_termination_notification.c @@ -78,7 +78,7 @@ lasso_federation_termination_notification_new(const xmlChar *providerID, request = LASSO_NODE(g_object_new(LASSO_TYPE_FEDERATION_TERMINATION_NOTIFICATION, NULL)); - /* Set ONLY required elements/attributs */ + /* Set ONLY required elements/attributes */ /* RequestID */ id = lasso_build_unique_id(32); lasso_samlp_request_abstract_set_requestID(LASSO_SAMLP_REQUEST_ABSTRACT(request), diff --git a/lasso/Attic/protocols/logout_response.c b/lasso/Attic/protocols/logout_response.c index 90d38a71..8f178e3b 100644 --- a/lasso/Attic/protocols/logout_response.c +++ b/lasso/Attic/protocols/logout_response.c @@ -89,7 +89,7 @@ lasso_logout_response_new(const xmlChar *providerID, response = LASSO_NODE(g_object_new(LASSO_TYPE_LOGOUT_RESPONSE, NULL)); - /* Set ONLY required elements/attributs */ + /* Set ONLY required elements/attributes */ /* ResponseID */ id = lasso_build_unique_id(32); lasso_samlp_response_abstract_set_responseID(LASSO_SAMLP_RESPONSE_ABSTRACT(response), diff --git a/lasso/Attic/protocols/name_identifier_mapping_request.c b/lasso/Attic/protocols/name_identifier_mapping_request.c index b49f35d7..4dc40272 100644 --- a/lasso/Attic/protocols/name_identifier_mapping_request.c +++ b/lasso/Attic/protocols/name_identifier_mapping_request.c @@ -83,7 +83,7 @@ lasso_name_identifier_mapping_request_new(const xmlChar *providerID, request = LASSO_NODE(g_object_new(LASSO_TYPE_NAME_IDENTIFIER_MAPPING_REQUEST, NULL)); - /* Set ONLY required elements/attributs */ + /* Set ONLY required elements/attributes */ /* RequestID */ id = lasso_build_unique_id(32); lasso_samlp_request_abstract_set_requestID(LASSO_SAMLP_REQUEST_ABSTRACT(request), diff --git a/lasso/Attic/protocols/name_identifier_mapping_response.c b/lasso/Attic/protocols/name_identifier_mapping_response.c index d83fc407..235faa79 100644 --- a/lasso/Attic/protocols/name_identifier_mapping_response.c +++ b/lasso/Attic/protocols/name_identifier_mapping_response.c @@ -78,7 +78,7 @@ lasso_name_identifier_mapping_response_new(const xmlChar *providerID, response = LASSO_NODE(g_object_new(LASSO_TYPE_NAME_IDENTIFIER_MAPPING_RESPONSE, NULL)); - /* Set ONLY required elements/attributs */ + /* Set ONLY required elements/attributes */ /* ResponseID */ id = lasso_build_unique_id(32); lasso_samlp_response_abstract_set_responseID(LASSO_SAMLP_RESPONSE_ABSTRACT(response), diff --git a/lasso/Attic/protocols/register_name_identifier_request.c b/lasso/Attic/protocols/register_name_identifier_request.c index 99ec57dc..7ba10e71 100644 --- a/lasso/Attic/protocols/register_name_identifier_request.c +++ b/lasso/Attic/protocols/register_name_identifier_request.c @@ -106,7 +106,7 @@ lasso_register_name_identifier_request_new(const xmlChar *providerID, request = LASSO_NODE(g_object_new(LASSO_TYPE_REGISTER_NAME_IDENTIFIER_REQUEST, NULL)); - /* Set ONLY required elements/attributs */ + /* Set ONLY required elements/attributes */ /* RequestID */ id = lasso_build_unique_id(32); lasso_samlp_request_abstract_set_requestID(LASSO_SAMLP_REQUEST_ABSTRACT(request), diff --git a/lasso/Attic/protocols/register_name_identifier_response.c b/lasso/Attic/protocols/register_name_identifier_response.c index d0acd7d4..2ecdda30 100644 --- a/lasso/Attic/protocols/register_name_identifier_response.c +++ b/lasso/Attic/protocols/register_name_identifier_response.c @@ -78,7 +78,7 @@ lasso_register_name_identifier_response_new(const xmlChar *providerID, response = LASSO_NODE(g_object_new(LASSO_TYPE_REGISTER_NAME_IDENTIFIER_RESPONSE, NULL)); - /* Set ONLY required elements/attributs */ + /* Set ONLY required elements/attributes */ /* ResponseID */ id = lasso_build_unique_id(32); lasso_samlp_response_abstract_set_responseID(LASSO_SAMLP_RESPONSE_ABSTRACT(response), diff --git a/lasso/Attic/protocols/request.c b/lasso/Attic/protocols/request.c index 7437540e..6ff2c3cd 100644 --- a/lasso/Attic/protocols/request.c +++ b/lasso/Attic/protocols/request.c @@ -78,7 +78,7 @@ lasso_request_new(const xmlChar *assertionArtifact) request = LASSO_NODE(g_object_new(LASSO_TYPE_REQUEST, NULL)); - /* Set ONLY required elements/attributs */ + /* Set ONLY required elements/attributes */ /* RequestID */ id = lasso_build_unique_id(32); lasso_samlp_request_abstract_set_requestID(LASSO_SAMLP_REQUEST_ABSTRACT(request), diff --git a/lasso/Attic/protocols/response.c b/lasso/Attic/protocols/response.c index 6c575cca..ae6e589d 100644 --- a/lasso/Attic/protocols/response.c +++ b/lasso/Attic/protocols/response.c @@ -79,7 +79,7 @@ lasso_response_new() response = lasso_samlp_response_new(); - /* Set ONLY required elements/attributs */ + /* Set ONLY required elements/attributes */ /* ResponseID */ id = lasso_build_unique_id(32); lasso_samlp_response_abstract_set_responseID(LASSO_SAMLP_RESPONSE_ABSTRACT(response), diff --git a/lasso/id-ff/login.c b/lasso/id-ff/login.c index 3a75394f..e7bc256b 100644 --- a/lasso/id-ff/login.c +++ b/lasso/id-ff/login.c @@ -358,7 +358,7 @@ lasso_login_init_authn_request(LassoLogin *login, server = LASSO_PROVIDER(LASSO_PROFILE_CONTEXT(login)->server); local_providerID = lasso_provider_get_providerID(server); if (local_providerID == NULL) { - debug(ERROR, "The attribut 'ProviderID' is missing in metadata of server"); + debug(ERROR, "The attribute 'ProviderID' is missing in metadata of server"); return (-1); } diff --git a/lasso/xml/lib_authn_request.c b/lasso/xml/lib_authn_request.c index b69b7ad7..ae2aaa8e 100644 --- a/lasso/xml/lib_authn_request.c +++ b/lasso/xml/lib_authn_request.c @@ -149,9 +149,9 @@ lasso_lib_authn_request_set_isPassive(LassoLibAuthnRequest *node, /** * lasso_lib_authn_request_set_nameIDPolicy: * @node: the pointer to <lib:AuthnRequest> node - * @nameIDPolicy: the value of "NameIDPolicy" attribut. + * @nameIDPolicy: the value of "NameIDPolicy" attribute. * - * Sets the "NameIDPolicy" attribut. It's an enumeration permitting requester + * Sets the "NameIDPolicy" attribute. It's an enumeration permitting requester * influence over name identifier policy at the identity provider. **/ void diff --git a/lasso/xml/saml_assertion.c b/lasso/xml/saml_assertion.c index 7d626b20..9d8b6685 100644 --- a/lasso/xml/saml_assertion.c +++ b/lasso/xml/saml_assertion.c @@ -116,9 +116,9 @@ lasso_saml_assertion_set_advice(LassoSamlAssertion *node, /** * lasso_saml_assertion_set_assertionID: * @node: the <saml:Assertion> node object - * @assertionID: the value of "AssertionID" attribut + * @assertionID: the value of "AssertionID" attribute * - * Sets the "AssertionID" attribut [required]. + * Sets the "AssertionID" attribute [required]. * * The identifier for this assertion. It is of type IDType, and MUST follow the * requirements specified by that type for identifier uniqueness. @@ -158,9 +158,9 @@ lasso_saml_assertion_set_conditions(LassoSamlAssertion *node, /** * lasso_saml_assertion_set_issueInstance: * @node: the <saml:Assertion> node object - * @issueInstance: the value of "IssueInstance" attribut + * @issueInstance: the value of "IssueInstance" attribute * - * Sets the "IssueInstance" attribut [required]. + * Sets the "IssueInstance" attribute [required]. * * The time instant of issue in UTC as described in Section 1.2.2 * (oasis-sstc-saml-core-1.0.pdf). @@ -179,9 +179,9 @@ lasso_saml_assertion_set_issueInstance(LassoSamlAssertion *node, /** * lasso_saml_assertion_set_issuer: * @node: the <saml:Assertion> node object - * @issuer: the value of "Issuer" attribut + * @issuer: the value of "Issuer" attribute * - * Sets the "Issuer" attribut [required]. + * Sets the "Issuer" attribute [required]. * * The issuer of the assertion. The name of the issuer is provided as a string. * The issuer name SHOULD be unambiguous to the intended relying parties. SAML @@ -202,9 +202,9 @@ lasso_saml_assertion_set_issuer(LassoSamlAssertion *node, /** * lasso_saml_assertion_set_majorVersion: * @node: the <saml:Assertion> node object - * @majorVersion: the value of "MajorVersion" attribut + * @majorVersion: the value of "MajorVersion" attribute * - * Sets the "MajorVersion" attribut [required]. + * Sets the "MajorVersion" attribute [required]. * * The major version of the assertion. The identifier for the version of SAML * defined in this specification is 1. Processing of this attribute is @@ -224,9 +224,9 @@ lasso_saml_assertion_set_majorVersion(LassoSamlAssertion *node, /** * lasso_saml_assertion_set_minorVersion: * @node: the <saml:Assertion> node object - * @minorVersion: the value of "MinorVersion" attribut + * @minorVersion: the value of "MinorVersion" attribute * - * Sets the "MinorVersion" attribut [required]. + * Sets the "MinorVersion" attribute [required]. * * The minor version of the assertion. The identifier for the version of SAML * defined in this specification is 0. Processing of this attribute is diff --git a/lasso/xml/samlp_request_abstract.c b/lasso/xml/samlp_request_abstract.c index 278aedf5..954768cd 100644 --- a/lasso/xml/samlp_request_abstract.c +++ b/lasso/xml/samlp_request_abstract.c @@ -95,9 +95,9 @@ lasso_samlp_request_abstract_set_minorVersion(LassoSamlpRequestAbstract *node, /** * lasso_samlp_request_abstract_impl_set_requestID: * @node: the pointer to <Samlp:RequestAbstract/> node - * @requestID: the RequestID attribut + * @requestID: the RequestID attribute * - * Sets the RequestID attribut (unique) + * Sets the RequestID attribute (unique) **/ void lasso_samlp_request_abstract_set_requestID(LassoSamlpRequestAbstract *node, diff --git a/lasso/xml/samlp_response_abstract.c b/lasso/xml/samlp_response_abstract.c index 717ebc92..6d50742c 100644 --- a/lasso/xml/samlp_response_abstract.c +++ b/lasso/xml/samlp_response_abstract.c @@ -110,9 +110,9 @@ lasso_samlp_response_abstract_set_recipient(LassoSamlpResponseAbstract *node, /** * lasso_samlp_response_abstract_set_responseId: * @node: the pointer to <Samlp:ResponseAbstract/> node - * @responseId: the ResponseID attribut + * @responseId: the ResponseID attribute * - * Sets the ResponseID attribut (unique) + * Sets the ResponseID attribute (unique) **/ void lasso_samlp_response_abstract_set_responseID(LassoSamlpResponseAbstract *node, diff --git a/lasso/xml/xml.c b/lasso/xml/xml.c index cb542eda..71c43b41 100644 --- a/lasso/xml/xml.c +++ b/lasso/xml/xml.c @@ -165,11 +165,11 @@ lasso_node_export_to_soap(LassoNode *node) /** * lasso_node_get_attr: * @node: a LassoNode - * @name: the attribut name + * @name: the attribute name * - * Gets an attribut associated with the node. + * Gets an attribute associated with the node. * - * Return value: the attribut or NULL if not found. + * Return value: the attribute or NULL if not found. **/ LassoAttr * lasso_node_get_attr(LassoNode *node, @@ -184,11 +184,11 @@ lasso_node_get_attr(LassoNode *node, /** * lasso_node_get_attr_value: * @node: a LassoNode - * @name: the attribut name + * @name: the attribute name * - * Gets the value of an attribut associated to a node. + * Gets the value of an attribute associated to a node. * - * Return value: the attribut value or NULL if not found. It's up to the caller + * Return value: the attribute value or NULL if not found. It's up to the caller * to free the memory with xmlFree(). **/ xmlChar * @@ -205,9 +205,9 @@ lasso_node_get_attr_value(LassoNode *node, * lasso_node_get_attrs: * @node: a LassoNode * - * Gets attributs associated with the node. + * Gets attributes associated with the node. * - * Return value: an array of attributs or NULL if no attribut found. + * Return value: an array of attributes or NULL if no attribute found. **/ GPtrArray * lasso_node_get_attrs(LassoNode *node) @@ -336,10 +336,10 @@ lasso_node_import(LassoNode *node, /** * lasso_node_rename_prop: * @node: a LassoNode - * @old_name: the attribut name - * @new_name: the new attribut name + * @old_name: the attribute name + * @new_name: the new attribute name * - * Renames an attribut of the node. + * Renames an attribute of the node. **/ void lasso_node_rename_prop(LassoNode *node, @@ -686,21 +686,21 @@ lasso_node_impl_get_attr_value(LassoNode *node, static GPtrArray * lasso_node_impl_get_attrs(LassoNode *node) { - GPtrArray *attributs = NULL; + GPtrArray *attributes = NULL; LassoAttr *prop; g_return_val_if_fail (LASSO_IS_NODE(node), NULL); prop = node->private->node->properties; if (prop != NULL) - attributs = g_ptr_array_new(); + attributes = g_ptr_array_new(); while (prop != NULL) { - g_ptr_array_add(attributs, prop); + g_ptr_array_add(attributes, prop); prop = prop->next; } - return (attributs); + return (attributes); } static LassoNode * |
