[krbdev.mit.edu #8266] git commit

Greg Hudson via RT rt-comment at krbdev.mit.edu
Fri Oct 23 11:56:31 EDT 2015


Use RUN_TEST and fix installed krb5.conf uses

Use $(RUN_TEST) to run most C test programs, for simplicity and to fix
accidental uses of the installed krb5.conf.  Where a particular
krb5.conf must be used instead of the one in src/config-files, use a
locally defined variant like RUN_TEST_LOCAL_CONF.

Accidental references to the installed krb5.conf were present when
running t_pac, t_princ, t_etypes, t_trace, t_attr, t_attrset,
t_packet, t_remote, t_client, pkinit_kdf_test, test_chpw_message,
text_cxx_krb5, and test_cxx_k5int.

Based on a patch from Robbie Harwood.

https://github.com/krb5/krb5/commit/4eea9c287e43ab40936e25094cd093f2f3f32bd9
Author: Greg Hudson <ghudson at mit.edu>
Commit: 4eea9c287e43ab40936e25094cd093f2f3f32bd9
Branch: master
 src/kdc/Makefile.in                     |    3 +-
 src/lib/crypto/builtin/des/Makefile.in  |    8 ++--
 src/lib/crypto/builtin/sha1/Makefile.in |    4 +-
 src/lib/crypto/builtin/sha2/Makefile.in |    2 +-
 src/lib/crypto/crypto_tests/Makefile.in |   48 +++++++++++++++---------------
 src/lib/crypto/krb/Makefile.in          |    2 +-
 src/lib/gssapi/generic/Makefile.in      |    2 +-
 src/lib/kdb/Makefile.in                 |    2 +-
 src/lib/krad/Makefile.in                |   13 ++++----
 src/lib/krb5/ccache/Makefile.in         |    6 +--
 src/lib/krb5/keytab/Makefile.in         |    3 +-
 src/lib/krb5/krb/Makefile.in            |   31 +++++++++----------
 src/lib/krb5/os/Makefile.in             |   18 ++++++-----
 src/plugins/preauth/pkinit/Makefile.in  |    2 +-
 src/tests/asn.1/Makefile.in             |   16 ++--------
 src/tests/gssapi/Makefile.in            |    6 ++--
 src/tests/misc/Makefile.in              |   14 ++++----
 src/tests/resolve/Makefile.in           |    6 ++--
 src/tests/shlib/Makefile.in             |    2 +-
 src/tests/threads/Makefile.in           |    2 +-
 src/util/et/Makefile.in                 |    4 +-
 src/util/profile/Makefile.in            |    6 ++--
 22 files changed, 94 insertions(+), 106 deletions(-)



More information about the krb5-bugs mailing list