From owner-freebsd-security Wed Jun 16 1:21:12 1999 Delivered-To: freebsd-security@freebsd.org Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id 2C4A2156BA for ; Wed, 16 Jun 1999 01:21:09 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) Received: from zippy.cdrom.com (jkh@localhost [127.0.0.1]) by zippy.cdrom.com (8.9.3/8.9.3) with ESMTP id BAA06859; Wed, 16 Jun 1999 01:21:11 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) To: Dag-Erling Smorgrav Cc: Kris Kennaway , Evren Yurtesen , Holtor , freebsd-security@FreeBSD.ORG Subject: Re: DES & MD5? In-reply-to: Your message of "16 Jun 1999 10:12:53 +0200." Date: Wed, 16 Jun 1999 01:21:10 -0700 Message-ID: <6855.929521270@zippy.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hmmm. Well, it was certainly *meant* to happen at some point. Does that count? :-) I guess we got less far with this than I thought. No big loss. - Jordan > "Jordan K. Hubbard" writes: > > It still works, thought a login.conf based scheme would certainly > > eliminate an extra file. Go for it. :) > > Umm, actually, the part that matters in auth.conf (auth_default, which > sets the default password hashing scheme) isn't used: > > des@des ~% current auth_getval > src/bin/rcp/rcp.c: k = auth_getval("auth_list"); > src/lib/libutil/Makefile: MLINKS+= auth.3 auth_getval.3 > src/lib/libutil/auth.3: .Dt auth_getval 3 > src/lib/libutil/auth.3: .Nm auth_getval > src/lib/libutil/auth.3: .Fn auth_getval "const char *name" > src/lib/libutil/auth.3: .Fn auth_getval > src/lib/libutil/auth.3: .Fn auth_getval . > src/lib/libutil/auth.c: auth_getval(const char *name) > src/lib/libutil/auth.conf.5: .Xr auth_getval 3 > src/lib/libutil/libutil.h: char *auth_getval __P((const char *name)); > src/lib/libutil/property.3: .Xr auth_getval 3 > src/usr.bin/passwd/passwd.c: k = auth_getval("auth_list"); > src/usr.bin/rlogin/rlogin.c: k = auth_getval("auth_list"); > src/usr.bin/rsh/rsh.c: k = auth_getval("auth_list"); > src/usr.bin/su/su.c: k = auth_getval("auth_list"); > des@des ~% current auth_default > src/etc/auth.conf: # auth_default = des > > That's it. No reference to auth_default outside of auth.conf. > > DES > -- > Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message