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
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
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.
>
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
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
> >
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
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