OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:userauth
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/openssh/dist/
auth.h
119
int (*
userauth
)(struct ssh *, const char *);
member in struct:Authmethod
sshconnect2.c
356
int (*
userauth
)(struct ssh *ssh);
member in struct:cauthmethod
386
void
userauth
(struct ssh *, char *);
472
fatal_f("internal error: cannot send
userauth
none request");
475
(r = sshpkt_put_cstring(ssh, "ssh-
userauth
")) != 0 ||
542
/* initial
userauth
request */
545
/* accept EXT_INFO at any time during
userauth
*/
557
userauth
(struct ssh *ssh, char *authlist)
function
584
if (method->
userauth
(ssh) != 0) {
676
userauth
(ssh, authlist);
782
userauth
(ssh, NULL)
[
all
...]
auth2.c
210
if (strcmp(service, "ssh-
userauth
") == 0) {
297
debug("
userauth
-request for user %s service %s method %s", user, service, method);
361
authenticated = m->
userauth
(ssh, method);
448
/* turn off
userauth
*/
Completed in 14 milliseconds
Indexes created Wed Jul 29 00:25:28 UTC 2026