From owner-cvs-all Sun Aug 29 6:10:38 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D46C5152B1; Sun, 29 Aug 1999 06:10:29 -0700 (PDT) (envelope-from green@FreeBSD.org) Received: (from green@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA46677; Sun, 29 Aug 1999 06:09:27 -0700 (PDT) (envelope-from green@FreeBSD.org) Message-Id: <199908291309.GAA46677@freefall.freebsd.org> From: Brian Feldman Date: Sun, 29 Aug 1999 06:09:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ipfw ipfw.8 ipfw.c src/sys/kern uipc_socket.c uipc_socket2.c src/sys/netinet in.h in_pcb.c ip_fw.c ip_fw.h raw_ip.c tcp_subr.c udp_usrreq.c udp_var.h src/sys/sys param.h socketvar.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk green 1999/08/29 06:09:26 PDT Modified files: (Branch: RELENG_3) sbin/ipfw ipfw.8 ipfw.c sys/kern uipc_socket.c uipc_socket2.c sys/netinet in.h in_pcb.c ip_fw.c ip_fw.h raw_ip.c tcp_subr.c udp_usrreq.c udp_var.h sys/sys param.h socketvar.h Log: MFC: This is the pre-3.3 IPFW megamerge. This brings IPFW almost completely up to 4.0's. __FreeBSD_version is bumped by this commi. Changes include: - per-socket credentials stored - ability to get those credentials with sysctl - uid- and gid- based filtering in IPFW - dynamic logging in IPFW (rules can be set as logging for any number of packets, not just the default, and logging can be reset) Following this is a commit to pidentd to use 1 and 2. Revision Changes Path 1.47.2.7 +37 -8 src/sbin/ipfw/ipfw.8 1.64.2.8 +120 -3 src/sbin/ipfw/ipfw.c 1.51.2.4 +12 -4 src/sys/kern/uipc_socket.c 1.43.2.4 +5 -3 src/sys/kern/uipc_socket2.c 1.38.2.2 +2 -1 src/sys/netinet/in.h 1.46.2.2 +5 -3 src/sys/netinet/in_pcb.c 1.103.2.8 +180 -18 src/sys/netinet/ip_fw.c 1.36.2.2 +10 -2 src/sys/netinet/ip_fw.h 1.56.2.1 +2 -1 src/sys/netinet/raw_ip.c 1.49.2.3 +38 -1 src/sys/netinet/tcp_subr.c 1.49.2.1 +40 -2 src/sys/netinet/udp_usrreq.c 1.16.2.1 +2 -1 src/sys/netinet/udp_var.h 1.38.2.6 +2 -2 src/sys/sys/param.h 1.32.2.2 +2 -2 src/sys/sys/socketvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message