Better error reporting through com_err
authorLuke Howard <lukeh@padl.com>
Mon, 11 Oct 2010 19:12:52 +0000 (21:12 +0200)
committerLuke Howard <lukeh@padl.com>
Mon, 11 Oct 2010 19:12:52 +0000 (21:12 +0200)
commit852f7c96e5a37da077f66116d9884df3d3bd9542
tree0d7be5e98a730c9dec0c0f6c95ac55fac99babf3
parent6d934ac625604ccdcbe1f0fb0bf2aa3170eaa56a
Better error reporting through com_err
37 files changed:
mech_eap/.gitignore
mech_eap/Makefile.am
mech_eap/accept_sec_context.c
mech_eap/autogen.sh
mech_eap/config.guess
mech_eap/config.sub
mech_eap/context_time.c
mech_eap/display_status.c
mech_eap/eap_mech.c
mech_eap/get_mic.c
mech_eap/gssapiP_eap.h
mech_eap/gsseap_err.et
mech_eap/import_sec_context.c
mech_eap/init_sec_context.c
mech_eap/inquire_attrs_for_mech.c
mech_eap/inquire_names_for_mech.c
mech_eap/inquire_sec_context_by_oid.c
mech_eap/install-sh
mech_eap/process_context_token.c
mech_eap/pseudo_random.c
mech_eap/radsec_err.et [new file with mode: 0644]
mech_eap/unwrap.c
mech_eap/unwrap_iov.c
mech_eap/util_attr.cpp
mech_eap/util_context.c
mech_eap/util_cred.c
mech_eap/util_name.c
mech_eap/util_oid.c
mech_eap/util_radius.cpp
mech_eap/util_saml.cpp
mech_eap/util_shib.cpp
mech_eap/util_token.c
mech_eap/verify_mic.c
mech_eap/wrap.c
mech_eap/wrap_iov.c
mech_eap/wrap_iov_length.c
mech_eap/wrap_size_limit.c