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)
commit438d1c89e95b9691054ab136ae815ac3d70e9053
tree365b7b0ec765d91cb8a134b3006a3e20b0b2b096
parentc9d5774e4352bc80ce5529acef5704d744522b46
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:
moonshot/configure.ac
moonshot/mech_eap/Makefile.am
moonshot/mech_eap/accept_sec_context.c
moonshot/mech_eap/delete_name_attribute.c
moonshot/mech_eap/export_sec_context.c
moonshot/mech_eap/get_name_attribute.c
moonshot/mech_eap/gssapiP_eap.h
moonshot/mech_eap/import_sec_context.c
moonshot/mech_eap/set_name_attribute.c
moonshot/mech_eap/util.h
moonshot/mech_eap/util_context.c
moonshot/mech_eap/util_cred.c
moonshot/mech_eap/util_name.c