Date: Wed, 21 Mar 2001 20:31:30 -0800 (PST) From: Alfred Perlstein <alfred@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/rpc clnt_vc.c svc_vc.c src/sys/sys socket.h src/usr.sbin/rpcbind pmap_svc.c rpcb_svc_com.c src/usr.sbin/keyserv Makefile keyserv.c keyserv.h keyserv_uid.c Message-ID: <200103220431.f2M4VUi82231@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
alfred 2001/03/21 20:31:30 PST Modified files: lib/libc/rpc clnt_vc.c svc_vc.c sys/sys socket.h usr.sbin/rpcbind pmap_svc.c rpcb_svc_com.c usr.sbin/keyserv Makefile keyserv.c keyserv.h Removed files: usr.sbin/keyserv keyserv_uid.c Log: Hopefully fix some of the bugs in passing credentials over UNIX domain sockets. Make struct cmessage visible from socket.h (about 4 places were defining it for themselves which wasn't good) Make __rpc_get_local_uid() useable and give it prototype that's visible. Fix some issues with printing out usernames from rpcbind and keyserv. Revision Changes Path 1.2 +3 -8 src/lib/libc/rpc/clnt_vc.c 1.3 +31 -20 src/lib/libc/rpc/svc_vc.c 1.50 +6 -1 src/sys/sys/socket.h 1.2 +5 -6 src/usr.sbin/rpcbind/pmap_svc.c 1.2 +7 -8 src/usr.sbin/rpcbind/rpcb_svc_com.c 1.7 +2 -2 src/usr.sbin/keyserv/Makefile 1.5 +2 -2 src/usr.sbin/keyserv/keyserv.c 1.2 +3 -2 src/usr.sbin/keyserv/keyserv.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103220431.f2M4VUi82231>