search for: method_kbdint

Displaying 4 results from an estimated 4 matches for "method_kbdint".

2002 Oct 08
1
openssh-3.4p1 install problems on Solaris 6 with openssl-0.9.6g
...uth-skey.o auth-bsdauth.o monitor_mm.o monitor.o -L. -Lopenbsd-compat/ -L/opt/local/lib -R/opt/local/lib -ldl -L/usr/local/lib -R/usr/local/lib -lssh -lopenbsd-compat -lwrap -lz -lsocket -lnsl -lcrypto Undefined first referenced symbol in file method_kbdint auth2.o getipnodebyname ./libwrap.a(misc.o) inet_pton ./libwrap.a(hosts_access.o) inet_ntop ./libwrap.a(socket.o) freehostent ./libwrap.a(misc.o) ld: fatal: Symbol referencing error...
2003 Aug 10
9
updated gssapi diff
...har *session_id2; @@ -53,10 +57,16 @@ #ifdef KRB5 extern Authmethod method_kerberos; #endif +#ifdef GSSAPI +extern Authmethod method_gssapi; +#endif Authmethod *authmethods[] = { &method_none, &method_pubkey, +#ifdef GSSAPI + &method_gssapi, +#endif &method_passwd, &method_kbdint, &method_hostbased, @@ -176,6 +186,12 @@ } /* reset state */ auth2_challenge_stop(authctxt); + +#ifdef GSSAPI + dispatch_set(SSH2_MSG_USERAUTH_GSSAPI_TOKEN, NULL); + dispatch_set(SSH2_MSG_USERAUTH_GSSAPI_EXCHANGE_COMPLETE, NULL); +#endif + authctxt->postponed = 0; /* try to auth...
2006 Nov 15
11
OpenSSH Certkey (PKI)
...113 diff -u -r1.113 auth2.c --- auth2.c 3 Aug 2006 03:34:41 -0000 1.113 +++ auth2.c 15 Nov 2006 14:14:32 -0000 @@ -55,6 +55,7 @@ /* methods */ extern Authmethod method_none; +extern Authmethod method_certkey; extern Authmethod method_pubkey; extern Authmethod method_passwd; extern Authmethod method_kbdint; @@ -65,6 +66,7 @@ Authmethod *authmethods[] = { &method_none, + &method_certkey, &method_pubkey, #ifdef GSSAPI &method_gssapi, Index: authfile.c =================================================================== RCS file: /cvs/src/usr.bin/ssh/authfile.c,v retrieving revi...
2014 Jul 15
3
GSSAPI
If I am trying to build OpenSSH 6.6 with Kerberos GSSAPI support, do I still need to get Simon Wilkinson's patches? --- Scott Neugroschl | XYPRO Technology Corporation 4100 Guardian Street | Suite 100 |Simi Valley, CA 93063 | Phone 805 583-2874|Fax 805 583-0124 |