From owner-cvs-all Tue Feb 5 11:26: 9 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 4017737B426; Tue, 5 Feb 2002 11:26:05 -0800 (PST) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g15JQ5w76919; Tue, 5 Feb 2002 11:26:05 -0800 (PST) (envelope-from alfred) Message-Id: <200202051926.g15JQ5w76919@freefall.freebsd.org> From: Alfred Perlstein Date: Tue, 5 Feb 2002 11:26:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/rpc crypt_client.c src/usr.bin/chpass pw_yp.c src/usr.bin/passwd yp_passwd.c src/usr.bin/rpcinfo rpcinfo.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 11:26:04 PST Modified files: lib/libc/rpc crypt_client.c usr.bin/chpass pw_yp.c usr.bin/passwd yp_passwd.c usr.bin/rpcinfo rpcinfo.c Log: The clnt_create(KEYSERVSOCK, CRYPT_PROG, CRYPT_VERS, "unix") hacks were removed and replaced them with clnt_tp_create, now the af_local support is fixed. I also removed the hack how rpcinfo contacted rpcbind, now we can relay on clnt_tp_create create the client-handle for us. Only rpcbind itself needs a hardcoded socket-path. Submitted by: mbr Also add $FreeBSD Revision Changes Path 1.6 +18 -7 src/lib/libc/rpc/crypt_client.c 1.17 +20 -6 src/usr.bin/chpass/pw_yp.c 1.16 +19 -3 src/usr.bin/passwd/yp_passwd.c 1.12 +16 -14 src/usr.bin/rpcinfo/rpcinfo.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message