Files
source/Y/config_entity.html
github-actions[bot] 08571174ab Deploy to GitHub Pages
2026-02-01 17:32:02 +00:00

52 lines
7.9 KiB
HTML

<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>config_entity</title>
<meta name='robots' content='noindex,nofollow' />
<meta name='generator' content='GLOBAL-6.6.11' />
<meta http-equiv='Content-Style-Type' content='text/css' />
<link rel='stylesheet' type='text/css' href='../style.css' />
</head>
<body>
<pre>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L138'>config_entity</a> 138 src/vfs/sftpfs/config_parser.c sftpfs_ssh_config_entity_free (sftpfs_ssh_config_entity_t *config_entity)</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L140'>config_entity</a> 140 src/vfs/sftpfs/config_parser.c g_free (config_entity-&gt;real_host);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L141'>config_entity</a> 141 src/vfs/sftpfs/config_parser.c g_free (config_entity-&gt;user);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L142'>config_entity</a> 142 src/vfs/sftpfs/config_parser.c g_free (config_entity-&gt;identity_file);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L143'>config_entity</a> 143 src/vfs/sftpfs/config_parser.c g_free (config_entity);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L187'>config_entity</a> 187 src/vfs/sftpfs/config_parser.c ((type) ((char *) config_entity + (size_t) config_variables[i].offset))</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L197'>config_entity</a> 197 src/vfs/sftpfs/config_parser.c sftpfs_fill_config_entity_from_string (sftpfs_ssh_config_entity_t *config_entity, char *buffer)</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L257'>config_entity</a> 257 src/vfs/sftpfs/config_parser.c sftpfs_ssh_config_entity_t *config_entity,</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L328'>config_entity</a> 328 src/vfs/sftpfs/config_parser.c sftpfs_fill_config_entity_from_string (config_entity, buffer);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L349'>config_entity</a> 349 src/vfs/sftpfs/config_parser.c sftpfs_ssh_config_entity_t *config_entity;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L355'>config_entity</a> 355 src/vfs/sftpfs/config_parser.c config_entity = g_new0 (sftpfs_ssh_config_entity_t, 1);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L356'>config_entity</a> 356 src/vfs/sftpfs/config_parser.c config_entity-&gt;password_auth = TRUE;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L357'>config_entity</a> 357 src/vfs/sftpfs/config_parser.c config_entity-&gt;identities_only = FALSE;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L358'>config_entity</a> 358 src/vfs/sftpfs/config_parser.c config_entity-&gt;pubkey_auth = TRUE;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L359'>config_entity</a> 359 src/vfs/sftpfs/config_parser.c config_entity-&gt;port = SFTP_DEFAULT_PORT;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L369'>config_entity</a> 369 src/vfs/sftpfs/config_parser.c ok = sftpfs_fill_config_entity_from_config (ssh_config_handler, config_entity,</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L375'>config_entity</a> 375 src/vfs/sftpfs/config_parser.c sftpfs_ssh_config_entity_free (config_entity);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L380'>config_entity</a> 380 src/vfs/sftpfs/config_parser.c if (config_entity-&gt;user == NULL)</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L382'>config_entity</a> 382 src/vfs/sftpfs/config_parser.c config_entity-&gt;user = vfs_get_local_username ();</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L383'>config_entity</a> 383 src/vfs/sftpfs/config_parser.c if (config_entity-&gt;user == NULL)</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L385'>config_entity</a> 385 src/vfs/sftpfs/config_parser.c sftpfs_ssh_config_entity_free (config_entity);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L386'>config_entity</a> 386 src/vfs/sftpfs/config_parser.c config_entity = NULL;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L390'>config_entity</a> 390 src/vfs/sftpfs/config_parser.c return config_entity;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L407'>config_entity</a> 407 src/vfs/sftpfs/config_parser.c sftpfs_ssh_config_entity_t *config_entity;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L411'>config_entity</a> 411 src/vfs/sftpfs/config_parser.c config_entity = sftpfs_get_config_entity (super-&gt;path_element, mcerror);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L412'>config_entity</a> 412 src/vfs/sftpfs/config_parser.c if (config_entity == NULL)</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L415'>config_entity</a> 415 src/vfs/sftpfs/config_parser.c sftpfs_super-&gt;config_auth_type = (config_entity-&gt;pubkey_auth) ? PUBKEY : 0;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L416'>config_entity</a> 416 src/vfs/sftpfs/config_parser.c sftpfs_super-&gt;config_auth_type |= (config_entity-&gt;identities_only) ? 0 : AGENT;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L417'>config_entity</a> 417 src/vfs/sftpfs/config_parser.c sftpfs_super-&gt;config_auth_type |= (config_entity-&gt;password_auth) ? PASSWORD : 0;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L420'>config_entity</a> 420 src/vfs/sftpfs/config_parser.c super-&gt;path_element-&gt;port = config_entity-&gt;port;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L423'>config_entity</a> 423 src/vfs/sftpfs/config_parser.c super-&gt;path_element-&gt;user = g_strdup (config_entity-&gt;user);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L425'>config_entity</a> 425 src/vfs/sftpfs/config_parser.c if (config_entity-&gt;real_host != NULL)</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L430'>config_entity</a> 430 src/vfs/sftpfs/config_parser.c sftpsfs_expand_hostname (super-&gt;path_element-&gt;host, config_entity-&gt;real_host);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L435'>config_entity</a> 435 src/vfs/sftpfs/config_parser.c if (config_entity-&gt;identity_file != NULL)</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L437'>config_entity</a> 437 src/vfs/sftpfs/config_parser.c sftpfs_super-&gt;privkey = g_strdup (config_entity-&gt;identity_file);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L438'>config_entity</a> 438 src/vfs/sftpfs/config_parser.c sftpfs_super-&gt;pubkey = g_strdup_printf ("%s.pub", config_entity-&gt;identity_file);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L441'>config_entity</a> 441 src/vfs/sftpfs/config_parser.c sftpfs_ssh_config_entity_free (config_entity);</span>
</pre>
</body>
</html>