Home
last modified time | relevance | path

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

/src/crypto/heimdal/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 DMakefile.am34 TESTS = test_ntlm
36 check_PROGRAMS = test_ntlm program
H A DMakefile.in48 TESTS = test_ntlm$(EXEEXT)
49 check_PROGRAMS = test_ntlm$(EXEEXT)
136 test_ntlm_SOURCES = test_ntlm.c
137 test_ntlm_OBJECTS = test_ntlm.$(OBJEXT)
153 $(nodist_libheimntlm_la_SOURCES) test_ntlm.c
154 DIST_SOURCES = $(dist_libheimntlm_la_SOURCES) test_ntlm.c
504 test_ntlm$(EXEEXT): $(test_ntlm_OBJECTS) $(test_ntlm_DEPENDENCIES)
505 @rm -f test_ntlm$(EXEEXT)
516 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_ntlm.Po@am__quote@
/src/crypto/heimdal/lib/gssapi/
H A DMakefile.am307 noinst_PROGRAMS = test_cred test_kcred test_context test_ntlm program
310 test_ntlm_SOURCES = test_ntlm.c test_common.c test_common.h
H A DMakefile.in54 test_context$(EXEEXT) test_ntlm$(EXEEXT)
267 am_test_ntlm_OBJECTS = test_ntlm.$(OBJEXT) test_common.$(OBJEXT)
806 test_ntlm_SOURCES = test_ntlm.c test_common.c test_common.h
1300 test_ntlm$(EXEEXT): $(test_ntlm_OBJECTS) $(test_ntlm_DEPENDENCIES)
1301 @rm -f test_ntlm$(EXEEXT)
1651 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_ntlm.Po@am__quote@
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.