Home
last modified time | relevance | path

Searched refs:ssh_version (Results 1 – 25 of 94) sorted by relevance

1234

/dports/security/putty/putty-0.76/
H A Dpageant.c156 if (a->ssh_version != b->ssh_version) in cmpkeys()
157 return a->ssh_version < b->ssh_version ? -1 : +1; in cmpkeys()
165 sort.ssh_version = version; in keysort()
221 pk->sort.ssh_version = 1; in pageant_add_ssh1_key()
242 pk->sort.ssh_version = 2; in pageant_add_ssh2_key()
274 assert(pk->sort.ssh_version == ssh_version); in remove_all_keys()
287 if (pk->sort.ssh_version != ssh_version) in list_keys()
290 if (ssh_version > 1) in list_keys()
1379 if (pk && pk->sort.ssh_version == ssh_version) in pageant_nth_key()
1882 if (ssh_version == 1) { in pageant_get_keylist()
[all …]
H A Dsshcommon.c363 static unsigned real_ttymode_opcode(unsigned our_opcode, int ssh_version) in real_ttymode_opcode() argument
367 return ssh_version == 1 ? TTYMODE_ISPEED_SSH1 : TTYMODE_ISPEED_SSH2; in real_ttymode_opcode()
369 return ssh_version == 1 ? TTYMODE_OSPEED_SSH1 : TTYMODE_OSPEED_SSH2; in real_ttymode_opcode()
375 static unsigned our_ttymode_opcode(unsigned real_opcode, int ssh_version) in our_ttymode_opcode() argument
377 if (ssh_version == 1) { in our_ttymode_opcode()
504 BinarySource *bs, int ssh_version) in read_ttymodes_from_packet() argument
533 our_opcode = our_ttymode_opcode(real_opcode, ssh_version); in read_ttymodes_from_packet()
537 if (ssh_version == 1 && real_opcode >= 1 && real_opcode <= 127) in read_ttymodes_from_packet()
546 void write_ttymodes_to_packet(BinarySink *bs, int ssh_version, in write_ttymodes_to_packet() argument
554 unsigned opcode = real_ttymode_opcode(i, ssh_version); in write_ttymodes_to_packet()
[all …]
/dports/security/putty-nogtk/putty-0.76/
H A Dpageant.c156 if (a->ssh_version != b->ssh_version) in cmpkeys()
157 return a->ssh_version < b->ssh_version ? -1 : +1; in cmpkeys()
165 sort.ssh_version = version; in keysort()
221 pk->sort.ssh_version = 1; in pageant_add_ssh1_key()
242 pk->sort.ssh_version = 2; in pageant_add_ssh2_key()
274 assert(pk->sort.ssh_version == ssh_version); in remove_all_keys()
287 if (pk->sort.ssh_version != ssh_version) in list_keys()
290 if (ssh_version > 1) in list_keys()
1379 if (pk && pk->sort.ssh_version == ssh_version) in pageant_nth_key()
1882 if (ssh_version == 1) { in pageant_get_keylist()
[all …]
H A Dsshcommon.c363 static unsigned real_ttymode_opcode(unsigned our_opcode, int ssh_version) in real_ttymode_opcode() argument
367 return ssh_version == 1 ? TTYMODE_ISPEED_SSH1 : TTYMODE_ISPEED_SSH2; in real_ttymode_opcode()
369 return ssh_version == 1 ? TTYMODE_OSPEED_SSH1 : TTYMODE_OSPEED_SSH2; in real_ttymode_opcode()
375 static unsigned our_ttymode_opcode(unsigned real_opcode, int ssh_version) in our_ttymode_opcode() argument
377 if (ssh_version == 1) { in our_ttymode_opcode()
504 BinarySource *bs, int ssh_version) in read_ttymodes_from_packet() argument
533 our_opcode = our_ttymode_opcode(real_opcode, ssh_version); in read_ttymodes_from_packet()
537 if (ssh_version == 1 && real_opcode >= 1 && real_opcode <= 127) in read_ttymodes_from_packet()
546 void write_ttymodes_to_packet(BinarySink *bs, int ssh_version, in write_ttymodes_to_packet() argument
554 unsigned opcode = real_ttymode_opcode(i, ssh_version); in write_ttymodes_to_packet()
[all …]
/dports/security/py-ssh-audit/ssh-audit-2.5.0/src/ssh_audit/
H A Dtimeframe.py61 for ssh_product, ssh_version in ssh_versions.items():
65 …if (prev is None or (prev < ssh_version and pos % 2 == 0) or (prev > ssh_version and pos % 2 == 1)…
66 self.__storage[ssh_product][pos] = ssh_version
H A Dalgorithms.py154 ssh_prefix, ssh_version, is_cli = Algorithm.get_ssh_version(v)
155 if not ssh_version:
161 … if (software is not None) and (software.compare_version(ssh_version) < 0):
/dports/net/p5-Net-SSH/Net-SSH-0.09/
H A DSSH.pm193 my $ssh_version = <$error>;
194 chomp($ssh_version);
195 if ( $ssh_version =~ /.*OpenSSH[-|_](\w+)\./ && $1 == 1 ) {
201 if ( $ssh_version =~ /.*OpenSSH[-|_](\w+)\./ && $1 > 1 ) {
/dports/sysutils/tmate-ssh-server/tmate-ssh-server-97d2024/
H A Dtmate-ssh-latency.c38 if (ssh_version(SSH_VERSION_INT(0,8,4)) && !ssh_version(SSH_VERSION_INT(0,8,7))) in on_keepalive_timer()
/dports/ftp/filezilla/filezilla-3.55.1/src/putty/
H A Dsshcommon.c363 static unsigned real_ttymode_opcode(unsigned our_opcode, int ssh_version) in real_ttymode_opcode() argument
367 return ssh_version == 1 ? TTYMODE_ISPEED_SSH1 : TTYMODE_ISPEED_SSH2; in real_ttymode_opcode()
369 return ssh_version == 1 ? TTYMODE_OSPEED_SSH1 : TTYMODE_OSPEED_SSH2; in real_ttymode_opcode()
375 static unsigned our_ttymode_opcode(unsigned real_opcode, int ssh_version) in our_ttymode_opcode() argument
377 if (ssh_version == 1) { in our_ttymode_opcode()
504 BinarySource *bs, int ssh_version) in read_ttymodes_from_packet() argument
533 our_opcode = our_ttymode_opcode(real_opcode, ssh_version); in read_ttymodes_from_packet()
537 if (ssh_version == 1 && real_opcode >= 1 && real_opcode <= 127) in read_ttymodes_from_packet()
546 void write_ttymodes_to_packet(BinarySink *bs, int ssh_version, in write_ttymodes_to_packet() argument
554 unsigned opcode = real_ttymode_opcode(i, ssh_version); in write_ttymodes_to_packet()
[all …]
/dports/net/proby/proby-1.0.2/cargo-crates/curl-sys-0.4.34+curl-7.71.1/curl/lib/
H A Dversion.c119 char ssh_version[40]; in curl_version() local
183 Curl_ssh_version(ssh_version, sizeof(ssh_version)); in curl_version()
184 src[i++] = ssh_version; in curl_version()
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/appid/service_plugins/
H A Dservice_ssh.c93 unsigned ssh_version; member
417 if (!ss->ssh_version) in ssh_validate()
434 ss->ssh_version = SSH_VERSION_2; in ssh_validate()
436 ss->ssh_version = SSH_VERSION_1; in ssh_validate()
439 ss->ssh_version = SSH_VERSION_2; in ssh_validate()
553 switch(ss->ssh_version) in ssh_validate()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/curl-sys-0.4.41+curl-7.75.0/curl/lib/
H A Dversion.c136 char ssh_version[40]; in curl_version() local
207 Curl_ssh_version(ssh_version, sizeof(ssh_version)); in curl_version()
208 src[i++] = ssh_version; in curl_version()
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/curl-sys-0.4.39+curl-7.74.0/curl/lib/
H A Dversion.c136 char ssh_version[40]; in curl_version() local
204 Curl_ssh_version(ssh_version, sizeof(ssh_version)); in curl_version()
205 src[i++] = ssh_version; in curl_version()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/curl-sys-0.4.51+curl-7.80.0/curl/lib/
H A Dversion.c142 char ssh_version[40]; in curl_version() local
219 Curl_ssh_version(ssh_version, sizeof(ssh_version)); in curl_version()
220 src[i++] = ssh_version; in curl_version()
/dports/devel/cmake-doc/cmake-3.22.1/Utilities/cmcurl/lib/
H A Dversion.c142 char ssh_version[40]; in curl_version() local
219 Curl_ssh_version(ssh_version, sizeof(ssh_version)); in curl_version()
220 src[i++] = ssh_version; in curl_version()
/dports/devel/cmake-gui/cmake-3.22.1/Utilities/cmcurl/lib/
H A Dversion.c142 char ssh_version[40]; in curl_version() local
219 Curl_ssh_version(ssh_version, sizeof(ssh_version)); in curl_version()
220 src[i++] = ssh_version; in curl_version()
/dports/devel/cmake/cmake-3.22.1/Utilities/cmcurl/lib/
H A Dversion.c142 char ssh_version[40]; in curl_version() local
219 Curl_ssh_version(ssh_version, sizeof(ssh_version)); in curl_version()
220 src[i++] = ssh_version; in curl_version()
/dports/lang/rust/rustc-1.58.1-src/vendor/curl-sys/curl/lib/
H A Dversion.c142 char ssh_version[40]; in curl_version() local
219 Curl_ssh_version(ssh_version, sizeof(ssh_version)); in curl_version()
220 src[i++] = ssh_version; in curl_version()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/curl-sys-0.4.48+curl-7.79.1/curl/lib/
H A Dversion.c142 char ssh_version[40]; in curl_version() local
219 Curl_ssh_version(ssh_version, sizeof(ssh_version)); in curl_version()
220 src[i++] = ssh_version; in curl_version()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/crypto/plugins/modules/
H A Dopenssh_cert.py324 ssh_version = self._get_ssh_version()
325 if not ssh_version:
327 elif LooseVersion(ssh_version) < LooseVersion("7.6"):
330 " Your version is: %s" % ssh_version
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/appid/client_plugins/
H A Dclient_app_ssh.c108 unsigned ssh_version; member
444 fd->ssh_version = SSH1; in ssh_client_sm()
446 fd->ssh_version = SSH2; in ssh_client_sm()
573 switch (fd->ssh_version) in ssh_client_sm()
/dports/security/R-cran-credentials/credentials/R/
H A Donattach.R41 sshver <- ssh_version()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/cygnal/libnet/
H A Dsshserver.cpp198 ssh_version(0); in dump()
/dports/audio/lewton/lewton-0.10.2/cargo-crates/curl-sys-0.4.25/curl/lib/vssh/
H A Dssh.h196 #define CURL_LIBSSH_VERSION ssh_version(0)
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/curl/lib/
H A Dssh.h196 #define CURL_LIBSSH_VERSION ssh_version(0)

1234