Home
last modified time | relevance | path

Searched refs:test_ntlm (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/ntlm/
H A DChangeLog29 * test_ntlm.c: more verbose what we are testing.
37 * test_ntlm.c: heim_ntlm_calculate_ntlm2_sess_resp
42 * test_ntlm.c: Its ok if infotarget2 length is longer.
55 * test_ntlm.c: Test heim_ntlm_calculate_ntlm2_sess_resp from
64 * test_ntlm.c: Free memory diffrently.
76 * test_ntlm.c: No need to include <gssapi.h>.
80 * Makefile.am: add LIB_roken for test_ntlm
84 * test_ntlm.c: Verify infotarget.
96 * test_ntlm.c: add some new tests.
116 * test_ntlm.c: Add simple parser test app.
H A DNTMakefile74 test-binaries: $(OBJ)\test_ntlm.exe
78 -test_ntlm.exe
81 $(OBJ)\test_ntlm.exe: $(OBJ)\test_ntlm.obj $(LIBHEIMNTLM) $(LIBHEIMDAL) $(LIBVERS) $(LIBROKEN)
H A DMakefile.am33 TESTS = test_ntlm
35 check_PROGRAMS = test_ntlm program
H A DMakefile.in99 TESTS = test_ntlm$(EXEEXT)
100 check_PROGRAMS = test_ntlm$(EXEEXT)
200 test_ntlm_SOURCES = test_ntlm.c
201 test_ntlm_OBJECTS = test_ntlm.$(OBJEXT)
219 ./$(DEPDIR)/test_ntlm.Po
240 $(nodist_libheimntlm_la_SOURCES) test_ntlm.c
241 DIST_SOURCES = $(dist_libheimntlm_la_SOURCES) test_ntlm.c
820 test_ntlm$(EXEEXT): $(test_ntlm_OBJECTS) $(test_ntlm_DEPENDENCIES) $(EXTRA_test_ntlm_DEPENDENCIES)
821 @rm -f test_ntlm$(EXEEXT)
832 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_ntlm.Po@am__quote@ # am--include-marker
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/tests/bin/
H A Dsetup-env.in43 test_ntlm="${TESTS_ENVIRONMENT} ${top_builddir}/lib/gssapi/test_ntlm"
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/
H A DMakefile.am307 noinst_PROGRAMS = test_cred test_kcred test_context test_ntlm test_add_store_cred program
310 test_ntlm_SOURCES = test_ntlm.c test_common.c test_common.h
H A DNTMakefile589 $(OBJ)\test_ntlm.exe
622 $(OBJ)\test_ntlm.exe: $(OBJ)\test_ntlm.obj $(OBJ)\test_common.obj \
H A DMakefile.in104 test_context$(EXEEXT) test_ntlm$(EXEEXT) \
334 am_test_ntlm_OBJECTS = test_ntlm.$(OBJEXT) test_common.$(OBJEXT)
374 ./$(DEPDIR)/test_ntlm.Po ./$(DEPDIR)/test_oid.Po \
1261 test_ntlm_SOURCES = test_ntlm.c test_common.c test_common.h
1786 test_ntlm$(EXEEXT): $(test_ntlm_OBJECTS) $(test_ntlm_DEPENDENCIES) $(EXTRA_test_ntlm_DEPENDENCIES)
1787 @rm -f test_ntlm$(EXEEXT)
1828 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_ntlm.Po@am__quote@ # am--include-marker
2534 -rm -f ./$(DEPDIR)/test_ntlm.Po
2764 -rm -f ./$(DEPDIR)/test_ntlm.Po
H A DChangeLog110 * test_ntlm.c: Test source name (and make the acceptor in ntlm gss
276 * test_ntlm.c: Test both with and without keyex.
281 * test_ntlm.c: Set keyex flag and calculate session key.
385 * test_ntlm.c: delete sec context when done.
593 * test_ntlm.c: add ntlmv2 test
729 * test_ntlm.c: NTLM test app.
/netbsd-src/crypto/external/bsd/heimdal/dist/tests/kdc/
H A Dcheck-digest.in122 ${test_ntlm} || { echo "test_ntlm failed"; exit 1; }