aboutsummaryrefslogtreecommitdiff
path: root/src/tests/Makefile.in
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2019-02-28 21:28:43 -0500
committerGreg Hudson <ghudson@mit.edu>2019-03-12 12:57:39 -0400
commit0b1c78fcbdef574fb6835f0cd0a89388f4098cb5 (patch)
tree028f60f280d0a7cac55efc3878315d93c14e339c /src/tests/Makefile.in
parent95c9c02ad5ad5a8ec1d3e709c7c81a82e47ada9f (diff)
downloadkrb5-0b1c78fcbdef574fb6835f0cd0a89388f4098cb5.zip
krb5-0b1c78fcbdef574fb6835f0cd0a89388f4098cb5.tar.gz
krb5-0b1c78fcbdef574fb6835f0cd0a89388f4098cb5.tar.bz2
Use memory replay cache for DO_TIME auth contexts
Instead of requiring the caller to set up a persistent replay cache for KRB-PRIV/KRB-SAFE/KRB-CRED messages produced in DO_TIME auth contexts, use an in-memory replay cache. Update the API documentation for the affected functions and correct some inaccuracies. ticket: 8785 (new)
Diffstat (limited to 'src/tests/Makefile.in')
-rw-r--r--src/tests/Makefile.in14
1 files changed, 9 insertions, 5 deletions
diff --git a/src/tests/Makefile.in b/src/tests/Makefile.in
index 0eec2b6..5afbe21 100644
--- a/src/tests/Makefile.in
+++ b/src/tests/Makefile.in
@@ -8,10 +8,10 @@ RUN_DB_TEST = $(RUN_SETUP) KRB5_KDC_PROFILE=kdc.conf KRB5_CONFIG=krb5.conf \
OBJS= adata.o etinfo.o forward.o gcred.o hist.o hooks.o hrealm.o \
icinterleave.o icred.o kdbtest.o localauth.o plugorder.o rdreq.o \
- responder.o s2p.o s4u2proxy.o unlockiter.o
+ replay.o responder.o s2p.o s4u2proxy.o unlockiter.o
EXTRADEPSRCS= adata.c etinfo.c forward.c gcred.c hist.c hooks.c hrealm.c \
- icinterleave.c icred.c kdbtest.c localauth.c plugorder.c rdreq.o \
- responder.c s2p.c s4u2proxy.c unlockiter.c
+ icinterleave.c icred.c kdbtest.c localauth.c plugorder.c rdreq.c \
+ replay.c responder.c s2p.c s4u2proxy.c unlockiter.c
TEST_DB = ./testdb
TEST_REALM = FOO.TEST.REALM
@@ -63,6 +63,9 @@ plugorder: plugorder.o $(KRB5_BASE_DEPLIBS)
rdreq: rdreq.o $(KRB5_BASE_DEPLIBS)
$(CC_LINK) -o $@ rdreq.o $(KRB5_BASE_LIBS)
+replay: replay.o $(KRB5_BASE_DEPLIBS)
+ $(CC_LINK) -o $@ replay.o $(KRB5_BASE_LIBS)
+
responder: responder.o $(KRB5_BASE_DEPLIBS)
$(CC_LINK) -o $@ responder.o $(KRB5_BASE_LIBS)
@@ -119,7 +122,7 @@ kdb_check: kdc.conf krb5.conf
$(RM) $(TEST_DB)* stash_file
check-pytests: adata etinfo forward gcred hist hooks hrealm icinterleave icred
-check-pytests: kdbtest localauth plugorder rdreq responder s2p s4u2proxy
+check-pytests: kdbtest localauth plugorder rdreq replay responder s2p s4u2proxy
check-pytests: unlockiter
$(RUNPYTEST) $(srcdir)/t_general.py $(PYTESTFLAGS)
$(RUNPYTEST) $(srcdir)/t_hooks.py $(PYTESTFLAGS)
@@ -178,10 +181,11 @@ check-pytests: unlockiter
$(RUNPYTEST) $(srcdir)/t_kdcpolicy.py $(PYTESTFLAGS)
$(RUNPYTEST) $(srcdir)/t_u2u.py $(PYTESTFLAGS)
$(RUNPYTEST) $(srcdir)/t_kdcoptions.py $(PYTESTFLAGS)
+ $(RUNPYTEST) $(srcdir)/t_replay.py $(PYTESTFLAGS)
clean:
$(RM) adata etinfo forward gcred hist hooks hrealm icinterleave icred
- $(RM) kdbtest localauth plugorder rdreq responder s2p s4u2proxy
+ $(RM) kdbtest localauth plugorder rdreq replay responder s2p s4u2proxy
$(RM) unlockiter
$(RM) krb5.conf kdc.conf
$(RM) -rf kdc_realm/sandbox ldap