Home
last modified time | relevance | path

Searched refs:rkpty (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/tests/kdc/
H A Dcheck-fast.in148 kinitpty=${objdir}/foopassword.rkpty
155 ${rkpty} ${kinitpty} ${mit}/kinit -c ${acache} ${server}@${R} >/dev/null|| { exit 1; }
162 ${rkpty} ${kinitpty} ${mit}/kinit -c ${cache} foo@${R} >/dev/null|| { exit 1; }
166 ${rkpty} ${kinitpty} ${mit}/kinit -c ${cache} -T ${acache} foo@${R} >/dev/null || { exit 1; }
H A Dcheck-kpasswdd.in144 ${rkpty} cpw.tmp env ${kpasswd} foo@${R} || \
176 ${rkpty} cpw.tmp ../../kpasswd/kpasswd bar@${R2} || \
H A DMakefile.am246 foopassword.rkpty \
H A Dcheck-kdc.in922 kinitpty=${objdir}/foopassword.rkpty
935 ${rkpty} ${kinitpty} ${kinit} pw-expired@${R}|| \
H A DMakefile.in714 foopassword.rkpty \
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A DMakefile.am23 noinst_PROGRAMS = snprintf-test resolve-test rkpty test-detach program
25 CHECK_LOCAL = snprintf-test resolve-test rkpty make-roken
H A DMakefile.in102 rkpty$(EXEEXT) test-detach$(EXEEXT) $(am__EXEEXT_1)
309 rkpty_SOURCES = rkpty.c
310 rkpty_OBJECTS = rkpty.$(OBJEXT)
457 ./$(DEPDIR)/rkpty.Po \
487 $(resolve_test_SOURCES) rkpty.c $(snprintf_test_SOURCES) \
495 $(resolve_test_SOURCES) rkpty.c $(snprintf_test_SOURCES) \
1000 CHECK_LOCAL = snprintf-test resolve-test rkpty make-roken
1240 rkpty$(EXEEXT): $(rkpty_OBJECTS) $(rkpty_DEPENDENCIES) $(EXTRA_rkpty_DEPENDENCIES)
1241 @rm -f rkpty$(EXEEXT)
1422 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rkpty.Po@am__quote@ # am--include-marker
[all …]
H A DChangeLog3 * rkpty.c: Always print output for status.
9 * Makefile.am: Add rkpty.
11 * rkpty.c: More includes.
13 * rkpty.c: Add timeout, add password command, add diffrent
18 * rkpty.c: pty testing application
/netbsd-src/crypto/external/bsd/heimdal/dist/tests/bin/
H A Dsetup-env.in45 rkpty="${TESTS_ENVIRONMENT} ${top_builddir}/lib/roken/rkpty"
/netbsd-src/crypto/external/bsd/heimdal/dist/tests/
H A DChangeLog16 * kdc/check-kpasswd.in: use rkpty to test kpasswd/kpasswdd
/netbsd-src/crypto/external/bsd/heimdal/dist/
H A DNEWS577 [HEIMDAL-116] - test pty based application (using rkpty)