Lines Matching full:our
33 our @EXPORT_OK = qw(
79 our $sshdexe = 'sshd' .exe_ext('SSH'); # base name and ext of ssh daemon
80 our $sshexe = 'ssh' .exe_ext('SSH'); # base name and ext of ssh client
81 our $sftpsrvexe = 'sftp-server' .exe_ext('SSH'); # base name and ext of sftp-server
82 our $sftpexe = 'sftp' .exe_ext('SSH'); # base name and ext of sftp client
83 our $sshkeygenexe = 'ssh-keygen' .exe_ext('SSH'); # base name and ext of ssh-keygen
84 our $httptlssrvexe = 'gnutls-serv' .exe_ext('SSH'); # base name and ext of gnutls-serv
85 our $sshdconfig = 'curl_sshd_config'; # ssh daemon config file
86 our $sshconfig = 'curl_ssh_config'; # ssh client config file
87 our $sftpconfig = 'curl_sftp_config'; # sftp client config file
88 our $sshdlog = undef; # ssh daemon log file
89 our $sshlog = undef; # ssh client log file
90 our $sftplog = undef; # sftp client log file
91 our $sftpcmds = 'curl_sftp_cmds'; # sftp client commands batch file
92 our $knownhosts = 'curl_client_knownhosts'; # ssh knownhosts file
93 our $hstprvkeyf = 'curl_host_rsa_key'; # host private key file
94 our $hstpubkeyf = 'curl_host_rsa_key.pub'; # host public key file
95 our $hstpubmd5f = 'curl_host_rsa_key.pub_md5'; # md5 hash of host public key
96 our $hstpubsha256f = 'curl_host_rsa_key.pub_sha256'; # sha256 hash of host public key
97 our $cliprvkeyf = 'curl_client_key'; # client private key file
98 our $clipubkeyf = 'curl_client_key.pub'; # client public key file
104 our @sftppath = qw(
130 our @httptlssrvpath = qw(
281 # Find a file in environment path or in our sftppath
293 # Find an executable file in environment path or in our httptlssrvpath