From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Fri, 30 Mar 2012 08:54:16 -0400 To: yarikos@gmail.com, 9fans@9fans.net Message-ID: In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] SSHv2 Topicbox-Message-UUID: 71df77c0-ead7-11e9-9d60-3106f5b1d025 On Fri Mar 30 06:48:39 EDT 2012, yarikos@gmail.com wrote: > > contrib/quanstro/root/sys/src/cmd/auth/factotum > > Nfactotum misses proto=mschap which is used by cifs(4) for doing NTLM. what's the basis for this claim? it might be broken, since we don't use it much, but it's not missing. - erik ; cd ofactotum ; g mschap chap.c:45: uchar secret[16]; /* for mschap */ chap.c:93: s->protoname = "mschap"; chap.c:353: Proto mschap = { chap.c:354: .name= "mschap", dat.h:232: extern Proto chap, mschap; /* chap.c */ fs.c:33: &mschap, ; cd ../factotum ; g mschap chap.c:29: extern Proto chap, mschap; chap.c:139: }else if(c->proto == &mschap) chap.c:250: else if(c->proto == &mschap) chap.c:420: Proto mschap = { chap.c:421: "mschap", proto.c:9: extern Proto mschap; /* chap.c */ proto.c:24: &mschap,