Re: CVS commit: src/sys/dist/pf/net

2018-02-19 Thread Alexander Nasonov
Christos Zoulas wrote: > + if (so == NULL) > + return -1; > + if (so->so_cred == NULL) { > + DPFPRINTF(PF_DEBUG_URGENT, > + ("%s: so->so_cred == NULL so=%p\n", __func__, so)); > + return -1; > + } > pd->lookup.uid = kauth_cred_ge

Re: CVS commit: src/sys/dist/pf/net

2018-02-19 Thread Christos Zoulas
On Feb 19, 11:35pm, al...@yandex.ru (Alexander Nasonov) wrote: -- Subject: Re: CVS commit: src/sys/dist/pf/net | Christos Zoulas wrote: | > On Feb 19, 10:55pm, al...@yandex.ru (Alexander Nasonov) wrote: | > -- Subject: Re: CVS commit: src/sys/dist/pf/net | > | > | I think it's

Re: CVS commit: src/sys/dist/pf/net

2018-02-19 Thread Alexander Nasonov
Christos Zoulas wrote: > On Feb 19, 10:55pm, al...@yandex.ru (Alexander Nasonov) wrote: > -- Subject: Re: CVS commit: src/sys/dist/pf/net > > | I think it's perfectly normal for an incoming packet to have no > | cred. For instance, if that packet is about to be accepted. >

Re: CVS commit: src/sys/dist/pf/net

2018-02-19 Thread Christos Zoulas
On Feb 19, 10:55pm, al...@yandex.ru (Alexander Nasonov) wrote: -- Subject: Re: CVS commit: src/sys/dist/pf/net | I think it's perfectly normal for an incoming packet to have no | cred. For instance, if that packet is about to be accepted. Yes, that is what I was thinking. | pd->lookup

Re: CVS commit: src/sys/dist/pf/net

2010-04-13 Thread Andrew Doran
On Tue, Apr 13, 2010 at 02:54:23PM +0300, Antti Kantee wrote: > On Tue Apr 13 2010 at 01:02:44 +, Adam Hoka wrote: > > Module Name:src > > Committed By: ahoka > > Date: Tue Apr 13 01:02:43 UTC 2010 > > > > Modified Files: > > src/sys/dist/pf/net: pf_ioctl.c > >

Re: CVS commit: src/sys/dist/pf/net

2010-04-13 Thread Antti Kantee
On Tue Apr 13 2010 at 01:02:44 +, Adam Hoka wrote: > Module Name: src > Committed By: ahoka > Date: Tue Apr 13 01:02:43 UTC 2010 > > Modified Files: > src/sys/dist/pf/net: pf_ioctl.c > > Log Message: > Do not auto unload pf if it's enabled. Well what happens if you non-auto un

CVS commit: src/sys/dist/pf/net

2010-01-22 Thread Min Sik Kim
Module Name:src Committed By: minskim Date: Sat Jan 23 01:17:23 UTC 2010 Modified Files: src/sys/dist/pf/net: if_pfsync.c Log Message: Fix a typo introduced by the bpf linkage change. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dist/pf/net/if_pfsy

CVS commit: src/sys/dist/pf/net

2009-12-30 Thread Elad Efrat
Module Name:src Committed By: elad Date: Wed Dec 30 19:47:15 UTC 2009 Modified Files: src/sys/dist/pf/net: pf.c Log Message: Replace uidinfo.h with kauth.h, should fix problems observed by t...@. To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src/sys/dist/

CVS commit: src/sys/dist/pf/net

2009-12-30 Thread Elad Efrat
Module Name:src Committed By: elad Date: Wed Dec 30 16:49:03 UTC 2009 Modified Files: src/sys/dist/pf/net: pf.c Log Message: Use the right member to store gid in the non-NetBSD case. Pointed out by uebayasi@ and cegger@, thanks! To generate a diff of this commit: cvs rd

Re: CVS commit: src/sys/dist/pf/net

2009-12-30 Thread Christoph Egger
On 30.12.09 08:00, Elad Efrat wrote: > Module Name: src > Committed By: elad > Date: Wed Dec 30 07:00:01 UTC 2009 > > Modified Files: > src/sys/dist/pf/net: pf.c > > Log Message: > Get uid/gid from the socket's credentials. > > > To generate a diff of this commit: > cvs rdiff -u

CVS commit: src/sys/dist/pf/net

2009-12-29 Thread Elad Efrat
Module Name:src Committed By: elad Date: Wed Dec 30 07:00:01 UTC 2009 Modified Files: src/sys/dist/pf/net: pf.c Log Message: Get uid/gid from the socket's credentials. To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/sys/dist/pf/net/pf.c Please note tha