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

23 lines
1.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>auth_type</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--connection.c.html#L647'>auth_type</a> 647 src/vfs/sftpfs/connection.c sftpfs_super-&gt;auth_type |= PASSWORD;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L651'>auth_type</a> 651 src/vfs/sftpfs/connection.c sftpfs_super-&gt;auth_type |= PUBKEY;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L654'>auth_type</a> 654 src/vfs/sftpfs/connection.c sftpfs_super-&gt;auth_type |= AGENT;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L679'>auth_type</a> 679 src/vfs/sftpfs/connection.c if ((sftpfs_super-&gt;auth_type &amp; AGENT) == 0)</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L729'>auth_type</a> 729 src/vfs/sftpfs/connection.c if ((sftpfs_super-&gt;auth_type &amp; PUBKEY) == 0)</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L822'>auth_type</a> 822 src/vfs/sftpfs/connection.c if ((sftpfs_super-&gt;auth_type &amp; PASSWORD) == 0)</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.h.html#L42'>auth_type</a> 42 src/vfs/sftpfs/internal.h sftpfs_auth_type_t auth_type;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L711'>auth_type</a> 711 src/vfs/sftpfs/sftpfs.c arch-&gt;auth_type = NONE;</span>
</pre>
</body>
</html>