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

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