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: git commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 725 Add tests for per-request preauth data scoping Add a test harness which interleaves calls for multiple initial creds contexts using the same library context. Add a test case to t_preauth.py using the new harness and the test preauth module to verify that modreq pointers are correctly tracked. https://github.com/krb5/krb5/commit/c0b25fe282355d4f329418956b9c6295780af633 Author: Greg Hudson Commit: c0b25fe282355d4f329418956b9c6295780af633 Branch: master .gitignore | 1 + src/tests/Makefile.in | 23 +++++--- src/tests/icinterleave.c | 124 ++++++++++++++++++++++++++++++++++++++++++++++ src/tests/t_preauth.py | 13 +++++ 4 files changed, 152 insertions(+), 9 deletions(-)