~ubuntu-branches/ubuntu/hardy/lasso/hardy

« back to all changes in this revision

Viewing changes to lasso/xml/saml-2.0/samlp2_request_abstract.c

  • Committer: Bazaar Package Importer
  • Author(s): Michael Bienia
  • Date: 2007-07-31 21:35:26 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070731213526-oc6jw5mprcd5tjyy
Tags: 2.0.0-1ubuntu1
* Merge from debian unstable. Remaining changes:
  + debian/control:
    - Modify Maintainer value to match DebianMaintainerField spec.
* debian/rules:
  + Add CC=gcc-4.2 to the configure call else configure won't find jni.h
    from libgcj8-dev.
* configure{,.ac}:
  + Add missing quotes around the value for PHP[45]_LIBS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: samlp2_request_abstract.c,v 1.2 2005/11/21 18:51:52 fpeters Exp $ 
 
1
/* $Id: samlp2_request_abstract.c,v 1.4 2006/12/04 10:21:09 fpeters Exp $ 
2
2
 *
3
3
 * Lasso - A free implementation of the Liberty Alliance specifications.
4
4
 *
54
54
        { "Issuer", SNIPPET_NODE,
55
55
                G_STRUCT_OFFSET(LassoSamlp2RequestAbstract, Issuer),
56
56
                "LassoSaml2NameID" },
 
57
        { "Signature", SNIPPET_SIGNATURE,
 
58
                G_STRUCT_OFFSET(LassoSamlp2RequestAbstract, ID) },
57
59
        { "Extensions", SNIPPET_NODE,
58
60
                G_STRUCT_OFFSET(LassoSamlp2RequestAbstract, Extensions) },
59
61
        { "ID", SNIPPET_ATTRIBUTE,
66
68
                G_STRUCT_OFFSET(LassoSamlp2RequestAbstract, Destination) },
67
69
        { "Consent", SNIPPET_ATTRIBUTE,
68
70
                G_STRUCT_OFFSET(LassoSamlp2RequestAbstract, Consent) },
69
 
        { "Signature", SNIPPET_SIGNATURE,
70
 
                G_STRUCT_OFFSET(LassoSamlp2RequestAbstract, ID) },
71
71
 
72
72
        /* hidden fields; used in lasso dumps */
73
73
        { "SignType", SNIPPET_ATTRIBUTE | SNIPPET_INTEGER | SNIPPET_LASSO_DUMP,
120
120
        node->Destination = NULL;
121
121
        node->Consent = NULL;
122
122
        node->sign_type = LASSO_SIGNATURE_TYPE_NONE;
 
123
        node->private_key_file = NULL;
 
124
        node->certificate_file = NULL;
123
125
}
124
126
 
125
127
static void