• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/

Lines Matching refs:logmsg

64     logmsg
204 logmsg $error;
214 logmsg "cannot find $sshdexe";
225 logmsg $sshderror if($verbose);
226 logmsg 'SCP, SFTP and SOCKS tests require OpenSSH 2.9.9 or later';
229 logmsg "ssh server found $sshd is $sshdverstr" if($verbose);
255 logmsg 'SCP, SFTP and SOCKS tests require OpenSSH 2.9.9 or later';
265 logmsg "cannot find $sftpsrvexe";
268 logmsg "sftp server plugin found $sftpsrv" if($verbose);
276 logmsg "cannot find $sftpexe";
279 logmsg "sftp client found $sftp" if($verbose);
287 logmsg "cannot find $sshkeygenexe";
290 logmsg "ssh keygen found $sshkeygen" if($verbose);
298 logmsg "cannot find $sshexe";
309 logmsg $ssherror if($verbose);
310 logmsg 'SCP, SFTP and SOCKS tests require OpenSSH 2.9.9 or later';
313 logmsg "ssh client found $ssh is $sshverstr" if($verbose);
341 logmsg 'SCP, SFTP and SOCKS tests require OpenSSH 2.9.9 or later';
371 logmsg 'generating host keys...' if($verbose);
373 logmsg 'Could not generate host key';
376 logmsg 'generating client keys...' if($verbose);
378 logmsg 'Could not generate client key';
472 logmsg 'generating ssh server config file...' if($verbose);
527 logmsg $error;
550 logmsg $err;
692 logmsg $error;
701 logmsg "sshd configuration file $sshdconfig failed verification";
712 logmsg 'generating ssh client known hosts file...' if($verbose);
735 logmsg $error;
822 logmsg 'generating ssh client config file...' if($verbose);
976 logmsg $error;
984 logmsg 'generating sftp client config file...' if($verbose);
1004 logmsg $error;
1013 logmsg 'generating sftp client commands file...' if($verbose);
1018 logmsg $error;
1027 logmsg "SCP/SFTP server listening on port $port" if($verbose);
1030 logmsg "$sshd failed with: $!";
1033 logmsg sprintf("$sshd died with signal %d, and %s coredump",
1037 logmsg sprintf("$sshd exited with %d", $rc >> 8);