Home
last modified time | relevance | path

Searched refs:key_comment (Results 1 – 25 of 31) sorted by relevance

12

/dports/www/py-autobahn/autobahn-python-19.5.1/autobahn/twisted/
H A Dcryptosign.py107 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 Dauthorized_keys.aug51 (* 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 Dagent.c311 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 Dagent.c311 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 Dagent.c311 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 Dagent.c311 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 Dagent.c311 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 Dagent.c311 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 Dagent.c311 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 Dagent.c311 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 Dagent.c311 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 DAgent.php173 $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 Dpageant.h37 const char *key_comment);
159 const char *key_comment);
/dports/security/putty-nogtk/putty-0.76/
H A Dpageant.h37 const char *key_comment);
159 const char *key_comment);
/dports/ftp/filezilla/filezilla-3.55.1/src/putty/
H A Dpageant.h37 const char *key_comment);
159 const char *key_comment);
/dports/security/gnome-ssh-askpass/openssh-6.6p1/
H A DPROTOCOL.agent147 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 Dtxc484 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 Dssh_auth.py331 key_comment = keyline[2] if len(keyline) > 2 else ""
336 comment=key_comment,
/dports/math/polymake/polymake-4.5/perllib/Polymake/Core/
H A DUserSettings.pm408 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 Dkeyfile.c418 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 Dkeyfile.c389 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 Dec2.py4234 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 Dha_rocksdb.cc9543 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 Dha_rocksdb.cc9543 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 Dha_rocksdb.cc9542 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;

12