Skip to content

Commit

Permalink
filter: New virtual wrapper for access control
Browse files Browse the repository at this point in the history
  • Loading branch information
ueno committed Jan 24, 2017
1 parent 98b6b5d commit 3416a2f
Show file tree
Hide file tree
Showing 5 changed files with 627 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/manual/p11-kit-sections.txt
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@ p11_kit_iter_destroy_object
p11_kit_iter_free
P11KitIterKind
P11KitIterBehavior
p11_filter_allow_token
p11_filter_deny_token
p11_filter_release
p11_filter_subclass
p11_kit_remote_serve_module
</SECTION>

Expand Down
5 changes: 5 additions & 0 deletions p11-kit/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ MODULE_SRCS = \
p11-kit/conf.c p11-kit/conf.h \
p11-kit/iter.c \
p11-kit/log.c p11-kit/log.h \
p11-kit/filter.c p11-kit/filter.h \
p11-kit/modules.c p11-kit/modules.h \
p11-kit/pkcs11.h \
p11-kit/pin.c \
Expand Down Expand Up @@ -217,12 +218,16 @@ CHECK_PROGS += \
test-virtual \
test-managed \
test-log \
test-filter \
test-transport \
$(NULL)

test_log_SOURCES = p11-kit/test-log.c
test_log_LDADD = $(p11_kit_LIBS)

test_filter_SOURCES = p11-kit/test-filter.c
test_filter_LDADD = $(p11_kit_LIBS)

test_managed_SOURCES = p11-kit/test-managed.c
test_managed_LDADD = $(p11_kit_LIBS)

Expand Down
Loading

0 comments on commit 3416a2f

Please sign in to comment.