From owner-cvs-all Tue Feb 5 10:51:18 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6433037B41F; Tue, 5 Feb 2002 10:51:13 -0800 (PST) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g15IpDk68401; Tue, 5 Feb 2002 10:51:13 -0800 (PST) (envelope-from alfred) Message-Id: <200202051851.g15IpDk68401@freefall.freebsd.org> From: Alfred Perlstein Date: Tue, 5 Feb 2002 10:51:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/rpc.yppasswdd yppasswdd_main.c yppasswdd_server.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alfred 2002/02/05 10:51:13 PST Modified files: usr.sbin/rpc.yppasswdd yppasswdd_main.c yppasswdd_server.c Log: Fix the breakage in rpc.yppasswd. Readded the svc_create() and the registering of the "unix" transport, now it is fixed. Everywhere, rq_cred is taken to look what authentification we have. We can not be sure that transp>xp_verf.oa_flavor is also filled in. This seems to be the same for all sun source. they take the flavor of rq_cred, instead of transp. Submitted by: mbr Revision Changes Path 1.18 +40 -58 src/usr.sbin/rpc.yppasswdd/yppasswdd_main.c 1.21 +13 -22 src/usr.sbin/rpc.yppasswdd/yppasswdd_server.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message