tr_constraint_set_intersect
authorSam Hartman <hartmans@debian.org>
Wed, 2 Jul 2014 09:37:06 +0000 (05:37 -0400)
committerSam Hartman <hartmans@debian.org>
Wed, 2 Jul 2014 09:43:18 +0000 (05:43 -0400)
commit462ba78c60d2a1dde2788f4b388dcaa136a858bb
tree293a326998d7d592a1103a64319c0f876d0813b2
parent603b02c83645f1d1251f8d25584bc73f44f5137f
tr_constraint_set_intersect

New function to intersect a constraint set and return a constraint
describing the domain and realm constraints that can be met by the
set.

Include tests for this.  The particular test cases are also designed
to test merge_constraints (included in this patch) and
tr_prefix_wildcard_match.
.gitignore
Makefile.am
common/t_constraint.c [new file with mode: 0644]
common/tests.json [new file with mode: 0644]
common/tr_constraint.c
include/tr_debug.h [new file with mode: 0644]
include/trust_router/tid.h
include/trust_router/tr_constraint.h