On Fri Mar 30 06:48:39 EDT 2012, [email protected] 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,