Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: ghudson@mit.edu Subject: SVN Commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 1076 Add tests for localauth interface Create a test module, program, and script to exercise the krb5_aname_to_localname and krb5_k5userok functions as well as the localauth pluggable interface. https://github.com/krb5/krb5/commit/b8696b1ed70ffebbeee7142f1e5e086d75ce4e30 Author: Greg Hudson Commit: b8696b1ed70ffebbeee7142f1e5e086d75ce4e30 Branch: master .gitignore | 1 + src/Makefile.in | 1 + src/configure.in | 1 + src/plugins/localauth/test/Makefile.in | 29 ++++ src/plugins/localauth/test/deps | 23 +++ src/plugins/localauth/test/localauth_test.exports | 2 + src/plugins/localauth/test/main.c | 169 +++++++++++++++++++++ src/tests/Makefile.in | 12 +- src/tests/t_localauth.c | 72 +++++++++ src/tests/t_localauth.py | 144 ++++++++++++++++++ 10 files changed, 450 insertions(+), 4 deletions(-)