On Fri, Dec 19, 2014 at 01:29:00PM -0800, Guy Harris wrote:
>
> On Dec 7, 2014, at 12:17 AM, Loganaden Velvindron wrote:
>
> > Here's the diff:
> >
> > index d0e90dd..1620bbb 100644
> > --- a/configure.in
> > +++ b/configure.in
> >
On Sun, Dec 07, 2014 at 12:13:09AM -0800, Guy Harris wrote:
>
> On Dec 6, 2014, at 11:44 PM, Loganaden Velvindron wrote:
>
> > On Sat, Dec 06, 2014 at 11:41:51PM -0800, Guy Harris wrote:
> >>
> >> On Dec 6, 2014, at 9:19 PM, Loganaden Velvindron
> >>
On Sun, Dec 07, 2014 at 12:13:09AM -0800, Guy Harris wrote:
>
> On Dec 6, 2014, at 11:44 PM, Loganaden Velvindron wrote:
>
> > On Sat, Dec 06, 2014 at 11:41:51PM -0800, Guy Harris wrote:
> >>
> >> On Dec 6, 2014, at 9:19 PM, Loganaden Velvindron
> >>
On Sat, Dec 06, 2014 at 11:41:51PM -0800, Guy Harris wrote:
>
> On Dec 6, 2014, at 9:19 PM, Loganaden Velvindron wrote:
>
> > Here's the config.log output:
> >
> > configure:4540: checking for cap_rights_init
> > configure:4540: cc -o conftest -g -O2 co
On Sat, Dec 06, 2014 at 12:40:57PM -0800, Guy Harris wrote:
>
> On Dec 6, 2014, at 6:51 AM, Loganaden Velvindron wrote:
>
> > Support for FreeBSD capsicum doesn't work on FreeBSD 10.1, due to
> > cap_rights_init which returns a struct, instead of an int.
>
>
Hi guys,
Support for FreeBSD capsicum doesn't work on FreeBSD 10.1, due to
cap_rights_init which returns a struct, instead of an int.
I think that we should follow OpenSSH and not test cap_rights_init.
Would it also be possible to add this to the next 4.6.x release as a bugfix ?
Kind regards,
On Thu, Jul 10, 2014 at 12:22:28PM -0700, Guy Harris wrote:
>
> On Jul 9, 2014, at 5:14 AM, Loganaden Velvindron wrote:
>
> > On Sat, Jul 05, 2014 at 01:34:15PM -0700, Guy Harris wrote:
> >>
> >> On Jul 5, 2014, at 1:15 PM, Loganaden Velvindron
> >&g
On Sat, Jul 05, 2014 at 01:34:15PM -0700, Guy Harris wrote:
>
> On Jul 5, 2014, at 1:15 PM, Loganaden Velvindron wrote:
>
> > FreeBSD has designed capsicum which is a sandboxing mechanism.
> >
> > Please find below a patch against FreeBSD 10 Release:
>
> So
Hi All,
FreeBSD has designed capsicum which is a sandboxing mechanism.
Please find below a patch against FreeBSD 10 Release:
(Patch based on FreeBSD's port of tcpdump done by p...@freebsd.org)
diff --git a/tcpdump.c b/tcpdump.c
index 739f9c8..aaac4b8 100644
--- a/tcpdump.c
+++ b/tcpdump.c
@@ -6