Conditionalized Acceptor codepaths and modules.
authorKevin Wasserman <kevin.wasserman@painless-security.com>
Wed, 15 Jun 2011 15:13:05 +0000 (11:13 -0400)
committerSam Hartman <hartmans@debian.org>
Fri, 1 Jul 2011 10:17:18 +0000 (06:17 -0400)
commit85893cd14827015aa8f7fc9eea041ff420223d4d
tree95f7a87e8d4e2bd3c7207a958d6ca491b1d92d98
parent5320ba024b0314208f894afa9ee1ba41e95a9624
Conditionalized Acceptor codepaths and modules.

Acceptor code is enabled by default; use configure --enable-acceptor=no to disable.
When disabled, Acceptor functions are stubbed out and return GSS_S_UNAVAILABLE.
util_attr,util_json,util_radius,util_saml are removed to eliminate dependencies on saml, radius, shibboleth, and json.
13 files changed:
configure.ac
mech_eap/Makefile.am
mech_eap/accept_sec_context.c
mech_eap/delete_name_attribute.c
mech_eap/export_sec_context.c
mech_eap/get_name_attribute.c
mech_eap/gssapiP_eap.h
mech_eap/import_sec_context.c
mech_eap/set_name_attribute.c
mech_eap/util.h
mech_eap/util_context.c
mech_eap/util_cred.c
mech_eap/util_name.c