~ubuntu-branches/ubuntu/trusty/lasso/trusty

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Frederic Peters
  • Date: 2014-01-07 13:22:21 UTC
  • mfrom: (1.1.11) (7.1.14 sid)
  • Revision ID: package-import@ubuntu.com-20140107132221-htp0go0s9z5lqvj8
Tags: 2.4.0-1
* New upstream version.
* debian/control, debian/rules: use autoreconf
* debian/source/version: switch to 3.0 (quilt)

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 * GNU General Public License for more details.
19
19
 *
20
20
 * You should have received a copy of the GNU General Public License
21
 
 * along with this program; if not, write to the Free Software
22
 
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
21
 * along with this program; if not, see <http://www.gnu.org/licenses/>.
23
22
 */
24
23
 
25
24
#include "../private.h"
63
62
 
64
63
static struct XmlSnippet schema_snippets[] = {
65
64
        { "Subject", SNIPPET_NODE,
66
 
                G_STRUCT_OFFSET(LassoSamlp2AuthnRequest, Subject), NULL, NULL, NULL},
 
65
                G_STRUCT_OFFSET(LassoSamlp2AuthnRequest, Subject), NULL,
 
66
                LASSO_SAML2_ASSERTION_PREFIX, LASSO_SAML2_ASSERTION_HREF},
67
67
        { "NameIDPolicy", SNIPPET_NODE,
68
68
                G_STRUCT_OFFSET(LassoSamlp2AuthnRequest, NameIDPolicy), NULL, NULL, NULL},
69
69
        { "Conditions", SNIPPET_NODE,
70
 
                G_STRUCT_OFFSET(LassoSamlp2AuthnRequest, Conditions), NULL, NULL, NULL},
 
70
                G_STRUCT_OFFSET(LassoSamlp2AuthnRequest, Conditions), NULL,
 
71
                LASSO_SAML2_ASSERTION_PREFIX, LASSO_SAML2_ASSERTION_HREF},
71
72
        { "RequestedAuthnContext", SNIPPET_NODE,
72
73
                G_STRUCT_OFFSET(LassoSamlp2AuthnRequest, RequestedAuthnContext), NULL, NULL, NULL},
73
74
        { "Scoping", SNIPPET_NODE,