Date: Sat, 18 Sep 1999 19:17:03 -0700 (PDT) From: Brian Feldman <green@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_socket.c uipc_socket2.c uipc_usrreq.c src/sys/netinet in_pcb.c ip_fw.c tcp_subr.c udp_usrreq.c src/sys/sys socketvar.h Message-ID: <199909190217.TAA03172@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
green 1999/09/18 19:17:03 PDT Modified files: sys/kern uipc_socket.c uipc_socket2.c uipc_usrreq.c sys/netinet in_pcb.c ip_fw.c tcp_subr.c udp_usrreq.c sys/sys socketvar.h Log: Change so_cred's type to a ucred, not a pcred. THis makes more sense, actually. Make a sonewconn3() which takes an extra argument (proc) so new sockets created with sonewconn() from a user's system call get the correct credentials, not just the parent's credentials. Revision Changes Path 1.62 +5 -9 src/sys/kern/uipc_socket.c 1.50 +17 -8 src/sys/kern/uipc_socket2.c 1.48 +2 -2 src/sys/kern/uipc_usrreq.c 1.54 +4 -5 src/sys/netinet/in_pcb.c 1.123 +7 -7 src/sys/netinet/ip_fw.c 1.61 +3 -5 src/sys/netinet/tcp_subr.c 1.57 +3 -5 src/sys/netinet/udp_usrreq.c 1.40 +4 -2 src/sys/sys/socketvar.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?199909190217.TAA03172>