Searched refs:OBJ (Results 51 - 75 of 92) sorted by relevance

1234

/freebsd-10-stable/crypto/openssh/regress/
H A Dreconfigure.sh14 SSHD=$OBJ/$SSHD
22 ${SSH} -o "Protocol=$p" -F $OBJ/ssh_config somehost true
43 ${SSH} -o "Protocol=$p" -F $OBJ/ssh_config somehost true
H A Dportnum.sh9 if ${SSH} -F $OBJ/ssh_proxy -p $port somehost true 2>/dev/null ; then
16 if ${SSH} -F $OBJ/ssh_proxy -p $port somehost true 2>/dev/null ; then
H A Dyes-head.sh7 lines=`${SSH} -$p -F $OBJ/ssh_proxy thishost 'sh -c "while true;do echo yes;done | _POSIX2_VERSION=199209 head -2000"' | (sleep 3 ; wc -l)`
H A Dbroken-pipe.sh9 ${SSH} -$p -F $OBJ/ssh_config_config nexthost echo $i 2> /dev/null | true
H A Drekey.sh9 cp $OBJ/sshd_proxy $OBJ/sshd_proxy_bak
18 cp $OBJ/sshd_proxy_bak $OBJ/sshd_proxy
19 echo "$_kexopt" >> $OBJ/sshd_proxy
24 ${SSH} <${DATA} $_opts -v -F $OBJ/ssh_proxy somehost "cat > ${COPY}"
74 $OBJ/ssh_proxy somehost "cat >${COPY};sleep $s;sleep 3"
91 $OBJ/ssh_proxy somehost "sleep $s;sleep 3"
105 cp $OBJ/sshd_proxy_bak $OBJ/sshd_prox
[all...]
H A DMakefile10 test "x${USE_VALGRIND}" = "x" || mkdir -p $(OBJ)/valgrind-out
13 for F in $(CLEANFILES); do rm -f $(OBJ)$$F; done
15 rm -rf $(OBJ).putty
131 cat ${.CURDIR}/rsa_openssh.prv > $(OBJ)/t2.out
132 chmod 600 $(OBJ)/t2.out
133 ${TEST_SSH_SSHKEYGEN} -yf $(OBJ)/t2.out | diff - ${.CURDIR}/rsa_openssh.pub
136 ${TEST_SSH_SSHKEYGEN} -ef ${.CURDIR}/rsa_openssh.pub >$(OBJ)/t3.out
137 ${TEST_SSH_SSHKEYGEN} -if $(OBJ)/t3.out | diff - ${.CURDIR}/rsa_openssh.pub
148 ${TEST_SSH_SSHKEYGEN} -if ${.CURDIR}/dsa_ssh2.prv > $(OBJ)/t6.out1
149 ${TEST_SSH_SSHKEYGEN} -if ${.CURDIR}/dsa_ssh2.pub > $(OBJ)/t
[all...]
H A Dconch-ciphers.sh19 ${CONCH} --identity $OBJ/rsa --port $PORT --user $USER -e none \
20 --known-hosts $OBJ/known_hosts --notty --noagent --nox11 -n \
H A Dstderr-data.sh9 ${SSH} $n -$p -F $OBJ/ssh_proxy otherhost \
19 ${SSH} $n -$p -F $OBJ/ssh_proxy otherhost \
H A Dexit-status.sh10 ${SSH} -$p -F $OBJ/ssh_proxy otherhost exit $s
17 ${SSH} -$p -F $OBJ/ssh_proxy -n otherhost \
H A Dproto-mismatch.sh10 banner=`echo ${client} | ${SSHD} -o "Protocol=${server}" -i -f ${OBJ}/sshd_proxy`
H A Dsftp-chroot.sh15 if ! $OBJ/check-perm -m chroot "$CHROOT" ; then
26 ${SFTP} -S "$SSH" -F $OBJ/ssh_config host:/${FILENAME} $COPY \
H A Dputty-transfer.sh16 cp ${OBJ}/.putty/sessions/localhost_proxy \
17 ${OBJ}/.putty/sessions/compression_$c
18 echo "Compression=$c" >> ${OBJ}/.putty/sessions/kex_$k
H A Dstderr-after-eof.sh13 ${SSH} -2 -F $OBJ/ssh_proxy otherhost \
H A Dkeyscan.sh7 rm -f ${OBJ}/host.dsa
H A Dtransfer.sh9 ${SSH} -n -q -$p -F $OBJ/ssh_proxy somehost cat ${DATA} > ${COPY}
19 ${SSH} -q -$p -F $OBJ/ssh_proxy somehost "cat > ${COPY}"
H A Dproto-version.sh11 banner=`printf '' | ${SSHD} -o "Protocol=${version}" -i -f ${OBJ}/sshd_proxy`
H A Dagent-getpeereid.sh7 ASOCK=${OBJ}/agent
56 rm -f ${OBJ}/agent
H A Dssh-com-keygen.sh30 COMPRV=${OBJ}/comkey
32 OPENSSHPRV=${OBJ}/opensshkey
H A Dsftp.sh6 SFTPCMDFILE=${OBJ}/batch
H A Dcipher-speed.sh19 -F $OBJ/ssh_proxy -2 -m $m -c $c somehost \
44 -F $OBJ/ssh_proxy -1 -c $c somehost \
H A Dagent-timeout.sh16 ${SSHADD} -t ${SSHAGENT_TIMEOUT} $OBJ/$t > /dev/null 2>&1
H A Dsftp-perm.sh6 SERVER_LOG=${OBJ}/sftp-server.log
7 CLIENT_LOG=${OBJ}/sftp.log
8 TEST_SFTP_SERVER=${OBJ}/sftp-server.sh
184 "ls -ln $OBJ"
189 "ls -ln $OBJ"
H A Dsftp-glob.sh39 BASE=${OBJ}/glob
40 RESULTS=${OBJ}/results
/freebsd-10-stable/crypto/heimdal/lib/sqlite/
H A DNTMakefile40 $(LIBSQLITE): $(OBJ)\sqlite3.obj
/freebsd-10-stable/crypto/heimdal/lib/heimdal/
H A DNTMakefile57 DEF=$(OBJ)\heimdal.def
59 RES=$(OBJ)\heimdal-version.res

Completed in 102 milliseconds

1234