Re: [RFC] [PATCH] Network Events Connector

2007-03-15 Thread Evgeniy Polyakov
On Thu, Mar 15, 2007 at 02:05:53AM +0100, Samir Bellabes ([EMAIL PROTECTED]) wrote: Hi, Hi Samir. My comments are below. here a updated patch for the network events connector. review are welcome :) Thanks. [PATCH] Network Events Connector This patch adds a connector which reports

Re: [RFC] [PATCH] Network Events Connector

2007-03-14 Thread Samir Bellabes
Evgeniy Polyakov [EMAIL PROTECTED] writes: On Fri, Feb 09, 2007 at 05:43:14AM +0100, Samir Bellabes ([EMAIL PROTECTED]) wrote: Hi, Here is a new feature which can help firewalls to be more application aware, so more useful for people. Our previous discussion about cn_net and firewalls:

Re: [RFC] [PATCH] Network Events Connector

2007-03-14 Thread Samir Bellabes
Evgeniy Polyakov [EMAIL PROTECTED] writes: On Fri, Feb 09, 2007 at 05:43:14AM +0100, Samir Bellabes ([EMAIL PROTECTED]) wrote: Hi, Here is a new feature which can help firewalls to be more application aware, so more useful for people. Our previous discussion about cn_net and firewalls:

[RFC] [PATCH] Network Events Connector

2007-03-14 Thread Samir Bellabes
Hi, here a updated patch for the network events connector. review are welcome :) Thanks. [PATCH] Network Events Connector This patch adds a connector which reports networking's events to userspace. It's sending events when a userspace application is using syscalls so with LSM, we are catching

Re: [RFC] [PATCH] Network Events Connector

2007-03-14 Thread David Miller
From: Samir Bellabes [EMAIL PROTECTED] Date: Thu, 15 Mar 2007 02:05:53 +0100 +#if 0 +#define DEBUGP printk +#else +#define DEBUGP(format, args...) +#endif Please no local debugging macros. +static unsigned int is_same_event(struct event one, struct event two) { Please format functions

Re: [RFC] [PATCH] Network Events Connector

2007-02-17 Thread Evgeniy Polyakov
On Fri, Feb 09, 2007 at 05:43:14AM +0100, Samir Bellabes ([EMAIL PROTECTED]) wrote: Hi, Here is a new feature which can help firewalls to be more application aware, so more useful for people. Our previous discussion about cn_net and firewalls:

[RFC] [PATCH] Network Events Connector

2007-02-08 Thread Samir Bellabes
Hi, Here is a new feature which can help firewalls to be more application aware, so more useful for people. Our previous discussion about cn_net and firewalls: http://marc2.theaimsgroup.com/?t=11597695752r=1w=2 Please, I would really like to have feedback and comments on that tool, in order