unsafe C in netgraph/pppoed.c

2009-02-10 Thread Roman Divacky
hi struct pppoe_tag { u_int16_t tag_type; u_int16_t tag_len; char tag_data[]; }__packed; struct pppoe_hdr{ u_int8_t ver:4; u_int8_t type:4; u_int8_t code; u_int16_t sid; u_int16_t length; struct pppoe_tag tag[]; }__packed;

Re: kern/124753: net80211 discards power-save queue packets early

2009-02-10 Thread Joseph Lee
I apologize for following up so late on this. I've only now have time to follow up. Sepherosa Ziehau wrote: On Thu, Jun 19, 2008 at 6:30 PM, wrote: Synopsis: net80211 discards power-save queue packets early Responsible-Changed-From-To: freebsd-i386->freebsd-net Responsible-Changed-By: remk

using enc0 with ipfw

2009-02-10 Thread Eric W. Bates
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 We have a working firewall with multiple esp tunnels. To this machine we want to add the ability to filter the emergent, decrypted packets. We are running 7.1-RELEASE-p2 Does filtering require both the IPSEC_FILTERTUNNEL and the enc device? Or are t

Re: kern/131162: [ath] Atheros driver bugginess and kernel crashes

2009-02-10 Thread Adam K Kirchhoff
The following reply was made to PR kern/131162; it has been noted by GNATS. From: Adam K Kirchhoff To: bug-follo...@freebsd.org, ad...@voicenet.com Cc: Subject: Re: kern/131162: [ath] Atheros driver bugginess and kernel crashes Date: Tue, 10 Feb 2009 12:08:39 -0500 Is there *anything* else I

Re: bin/131365: route(8): route add changes interpretation of network specification [regression]

2009-02-10 Thread gavin
Synopsis: route(8): route add changes interpretation of network specification [regression] Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: gavin Responsible-Changed-When: Tue Feb 10 14:14:05 UTC 2009 Responsible-Changed-Why: Over to maintainer(s) http://www.freebs

Re: kern/131536: kernel does allow manipulation of subnet routes

2009-02-10 Thread gavin
Synopsis: kernel does allow manipulation of subnet routes Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: gavin Responsible-Changed-When: Tue Feb 10 13:40:47 UTC 2009 Responsible-Changed-Why: Over to maintainer(s) http://www.freebsd.org/cgi/query-pr.cgi?pr=131536 _

Re: kern/88336: [ipsec] [patch] setkey(8) -D fails to report all SAs

2009-02-10 Thread vanhu
Synopsis: [ipsec] [patch] setkey(8) -D fails to report all SAs Responsible-Changed-From-To: freebsd-net->vanhu Responsible-Changed-By: vanhu Responsible-Changed-When: Tue Feb 10 08:39:39 UTC 2009 Responsible-Changed-Why: Alraedy working on the problem for ipsec-tools, on which a similar patch has

Re: kern/131549: ifconfig(8) can't clear 'monitor' mode on the wireless device

2009-02-10 Thread linimon
Old Synopsis: ifconfig can't clear 'monitor' mode on the wireless device New Synopsis: ifconfig(8) can't clear 'monitor' mode on the wireless device Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Tue Feb 10 08:09:43 UTC 2009 Respons

Re: SO_BINDANY in FreeBSD

2009-02-10 Thread Julian Elischer
Mij wrote: Hello folks, OpenBSD provides a SO_BINDANY socket option that allows an application to produce traffic from an IP address which is not configured on the host: http://www.openbsd.org/cgi-bin/man.cgi?query=setsockopt This is useful to run a transparent proxy which receives connections