/dports/www/py-autobahn/autobahn-python-19.5.1/autobahn/twisted/ |
H A D | cryptosign.py | 107 key_comment = None 116 key_comment = comment.decode('utf8') 123 returnValue(cls(key, key_comment, reactor))
|
/dports/textproc/augeas/augeas-1.12.0/lenses/ |
H A D | authorized_keys.aug | 51 (* View: key_comment *) 52 let key_comment = [ label "comment" . store Rx.space_in ] var 60 . (Sep.space . key_comment)?
|
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/contrib/mod_sftp/ |
H A D | agent.c | 311 char *key_comment; in sftp_agent_get_keys() local 316 key_comment = sftp_msg_read_string(p, &resp, &resplen); in sftp_agent_get_keys() 317 if (key_comment != NULL) { in sftp_agent_get_keys() 320 key_comment, (i + 1)); in sftp_agent_get_keys()
|
/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/contrib/mod_sftp/ |
H A D | agent.c | 311 char *key_comment; in sftp_agent_get_keys() local 316 key_comment = sftp_msg_read_string(p, &resp, &resplen); in sftp_agent_get_keys() 317 if (key_comment != NULL) { in sftp_agent_get_keys() 320 key_comment, (i + 1)); in sftp_agent_get_keys()
|
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/contrib/mod_sftp/ |
H A D | agent.c | 311 char *key_comment; in sftp_agent_get_keys() local 316 key_comment = sftp_msg_read_string(p, &resp, &resplen); in sftp_agent_get_keys() 317 if (key_comment != NULL) { in sftp_agent_get_keys() 320 key_comment, (i + 1)); in sftp_agent_get_keys()
|
/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/contrib/mod_sftp/ |
H A D | agent.c | 311 char *key_comment; in sftp_agent_get_keys() local 316 key_comment = sftp_msg_read_string(p, &resp, &resplen); in sftp_agent_get_keys() 317 if (key_comment != NULL) { in sftp_agent_get_keys() 320 key_comment, (i + 1)); in sftp_agent_get_keys()
|
/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/contrib/mod_sftp/ |
H A D | agent.c | 311 char *key_comment; in sftp_agent_get_keys() local 316 key_comment = sftp_msg_read_string(p, &resp, &resplen); in sftp_agent_get_keys() 317 if (key_comment != NULL) { in sftp_agent_get_keys() 320 key_comment, (i + 1)); in sftp_agent_get_keys()
|
/dports/net/proftpd-mod_ldap/proftpd-1.3.7c/contrib/mod_sftp/ |
H A D | agent.c | 311 char *key_comment; in sftp_agent_get_keys() local 316 key_comment = sftp_msg_read_string(p, &resp, &resplen); in sftp_agent_get_keys() 317 if (key_comment != NULL) { in sftp_agent_get_keys() 320 key_comment, (i + 1)); in sftp_agent_get_keys()
|
/dports/security/proftpd-mod_clamav/proftpd-1.3.7c/contrib/mod_sftp/ |
H A D | agent.c | 311 char *key_comment; in sftp_agent_get_keys() local 316 key_comment = sftp_msg_read_string(p, &resp, &resplen); in sftp_agent_get_keys() 317 if (key_comment != NULL) { in sftp_agent_get_keys() 320 key_comment, (i + 1)); in sftp_agent_get_keys()
|
/dports/ftp/proftpd/proftpd-1.3.7c/contrib/mod_sftp/ |
H A D | agent.c | 311 char *key_comment; in sftp_agent_get_keys() local 316 key_comment = sftp_msg_read_string(p, &resp, &resplen); in sftp_agent_get_keys() 317 if (key_comment != NULL) { in sftp_agent_get_keys() 320 key_comment, (i + 1)); in sftp_agent_get_keys()
|
/dports/ftp/proftpd-mod_vroot/proftpd-1.3.7c/contrib/mod_sftp/ |
H A D | agent.c | 311 char *key_comment; in sftp_agent_get_keys() local 316 key_comment = sftp_msg_read_string(p, &resp, &resplen); in sftp_agent_get_keys() 317 if (key_comment != NULL) { in sftp_agent_get_keys() 320 key_comment, (i + 1)); in sftp_agent_get_keys()
|
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/phpseclib/phpseclib/phpseclib/System/SSH/ |
H A D | Agent.php | 173 $key_comment = fread($this->fsock, $length); 180 $key->loadKey('ssh-rsa ' . base64_encode($key_blob) . ' ' . $key_comment);
|
/dports/security/putty/putty-0.76/ |
H A D | pageant.h | 37 const char *key_comment); 159 const char *key_comment);
|
/dports/security/putty-nogtk/putty-0.76/ |
H A D | pageant.h | 37 const char *key_comment); 159 const char *key_comment);
|
/dports/ftp/filezilla/filezilla-3.55.1/src/putty/ |
H A D | pageant.h | 37 const char *key_comment); 159 const char *key_comment);
|
/dports/security/gnome-ssh-askpass/openssh-6.6p1/ |
H A D | PROTOCOL.agent | 147 string key_comment 173 string key_comment 182 string key_comment 195 string key_comment 206 string key_comment 220 string key_comment 233 string key_comment 370 string key_comment 387 string key_comment
|
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/util/ |
H A D | txc | 484 self.key_comment = "" 489 if self.key_comment: 490 res_file.key_comment[self.key] = self.key_comment 717 self.key_comment = dict() 772 ret = self.key_comment.get(key, "") 808 te.key_comment += line
|
/dports/sysutils/py-salt/salt-3004.1/salt/states/ |
H A D | ssh_auth.py | 331 key_comment = keyline[2] if len(keyline) > 2 else "" 336 comment=key_comment,
|
/dports/math/polymake/polymake-4.5/perllib/Polymake/Core/ |
H A D | UserSettings.pm | 408 if (defined(my $key_comment = split_comments($self->comment->{$key}))) { 409 JSON::XS::attach_comments($export{$key}, $key_comment);
|
/dports/devel/cutter/cutter-1.2.6/sample/glib/ |
H A D | keyfile.c | 418 const gchar *key_comment= " key comment\n key comment, continued\n"; in test_comments() local 461 check_name ("key comment", comment, key_comment, 0); in test_comments()
|
/dports/devel/glib20/glib-2.70.4/glib/tests/ |
H A D | keyfile.c | 389 const gchar *key_comment = " key comment\n key comment, continued"; in test_comments() local 432 check_name ("key comment", comment, key_comment, 0); in test_comments()
|
/dports/net/py-libcloud/apache-libcloud-3.4.1/libcloud/compute/drivers/ |
H A D | ec2.py | 4234 key_comment = get_pubkey_comment(pubkey, default='unnamed') 4235 key_name = '%s-%s' % (key_comment, key_fingerprint)
|
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/rocksdb/ |
H A D | ha_rocksdb.cc | 9543 std::string key_comment = comment ? comment : ""; local 9546 key_comment, table_arg, tbl_def_arg, per_part_match_found, 9559 if (cf_name.empty() && !key_comment.empty()) { 9560 return key_comment;
|
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/rocksdb/ |
H A D | ha_rocksdb.cc | 9543 std::string key_comment = comment ? comment : ""; local 9546 key_comment, table_arg, tbl_def_arg, per_part_match_found, 9559 if (cf_name.empty() && !key_comment.empty()) { 9560 return key_comment;
|
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/rocksdb/ |
H A D | ha_rocksdb.cc | 9542 std::string key_comment = comment ? comment : ""; local 9545 key_comment, table_arg, tbl_def_arg, per_part_match_found, 9558 if (cf_name.empty() && !key_comment.empty()) { 9559 return key_comment;
|