Lines Matching refs:file

11 # This software is licensed as described in the file COPYING, which
17 # furnished to do so, under the terms of the COPYING file.
103 my $pidfile; # ssh daemon pid file
104 my $identity = 'curl_client_key'; # default identity file
110 # Returns a path of the given file name in the log directory (PiddirPath)
113 my $file = $_[0];
114 return "$piddir/$file";
196 # Default ssh daemon pid file name & directory
209 # ssh and sftp server log file names
237 # Find out ssh daemon canonical file name
263 # -f: sshd config file : OpenSSH 1.2.1 and later
266 # -t: test config file : OpenSSH 2.9.9 and later
270 # -f: sshd config file : SunSSH 1.0.0 and later
273 # -t: test config file : SunSSH 1.0.0 and later
288 # Find out sftp server plugin canonical file name
299 # Find out sftp client canonical file name
310 # Find out ssh keygen canonical file name
321 # Find out ssh client canonical file name
347 # -F: ssh config file : OpenSSH 2.9.9 and later
355 # -F: ssh config file : SunSSH 1.0.0 and later
469 # ssh daemon configuration file options we might use and version support
547 # [3] Option not used in our ssh server config file
553 logmsg "generating ssh server config file...\n" if($verbose);
555 push @cfgarr, '# This is a generated file. Do not edit.';
556 push @cfgarr, "# $sshdverstr sshd configuration file for curl testing";
623 # Write out initial sshd configuration file for curl's tests
633 # Verifies at run time if sshd supports a given configuration file option
785 # Write out resulting sshd configuration file for curl's tests
795 # Verify that sshd actually supports our generated configuration file
798 logmsg "sshd configuration file $sshdconfig failed verification\n";
806 # Generate ssh client host key database file for curl's tests
809 logmsg "generating ssh client known hosts file...\n" if($verbose);
817 $error = "Error: cannot close file $knownhosts";
821 $error = "Error: cannot write file $knownhosts";
825 $error = "Error: cannot close file $hstpubkeyf";
829 $error = "Error: cannot read file $hstpubkeyf";
860 # ssh client configuration file options we might use and version support
933 # [3] Option not used in our ssh client config file
939 logmsg "generating ssh client config file...\n" if($verbose);
941 push @cfgarr, '# This is a generated file. Do not edit.';
942 push @cfgarr, "# $sshverstr ssh client configuration file for curl testing";
1093 # Write out resulting ssh client configuration file for curl's tests
1105 logmsg "generating sftp client config file...\n" if($verbose);
1106 splice @cfgarr, 1, 1, "# $sshverstr sftp client configuration file for curl testing";
1121 # Write out resulting sftp client configuration file for curl's tests
1132 # Generate client sftp commands batch file for sftp server verification
1134 logmsg "generating sftp client commands file...\n" if($verbose);