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 p

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 funct

[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 ar

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

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

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

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: > http://marc2.theaimsgroup.com/?t=11597

[RFC] [PATCH] Network Events Connector

2007-02-08 Thread Samir Bellabes
tool, in order to improve it. Thanks a lot, Samir Bellabes tree af484e2d54e2dc43312f171efe1426b236e97bd7 parent 1539b98b561754252dd520b98fa03a688a4f81b5 author Samir Bellabes <[EMAIL PROTECTED]> 1170995340 +0100 committer Samir Bellabes <[EMAIL PROTECTED]> 1170995340 +0100 [PATCH] Netw

Re: [PATCH] Network Events Connector

2006-10-05 Thread Evgeniy Polyakov
On Thu, Oct 05, 2006 at 03:10:02AM +0200, Samir Bellabes ([EMAIL PROTECTED]) wrote: > > You can also extend your module to be more generic and send all (or just > > requested in config) state changes for all protocols (or those checked > > in config). > > Ok, so the next step now is to target all

Re: [PATCH] Network Events Connector

2006-10-04 Thread Samir Bellabes
Evgeniy Polyakov <[EMAIL PROTECTED]> writes: > On Mon, Oct 02, 2006 at 02:57:55PM +0200, Samir Bellabes ([EMAIL PROTECTED]) > wrote: >> Evgeniy Polyakov <[EMAIL PROTECTED]> writes: >> >> > On Mon, Oct 02, 2006 at 08:11:06AM +0200, Samir Bellabes ([EMAIL >> > PROTECTED]) wrote: > You can also ex

Re: [PATCH] Network Events Connector

2006-10-04 Thread Samir Bellabes
David Miller <[EMAIL PROTECTED]> writes: > From: Samir Bellabes <[EMAIL PROTECTED]> > Date: Mon, 02 Oct 2006 08:11:06 +0200 > >> This patch adds a connector which reports networking's events to >> userspace. It's sending events when a sock has its sk_state changed to : >> - LISTEN or CLOSE for D

Re: [PATCH] Network Events Connector

2006-10-02 Thread David Miller
From: Samir Bellabes <[EMAIL PROTECTED]> Date: Mon, 02 Oct 2006 08:11:06 +0200 > This patch adds a connector which reports networking's events to > userspace. It's sending events when a sock has its sk_state changed to : > - LISTEN or CLOSE for DCCP and TCP > - BIND or CLOSE for UDP. > > With

Re: [PATCH] Network Events Connector

2006-10-02 Thread Evgeniy Polyakov
On Mon, Oct 02, 2006 at 02:57:55PM +0200, Samir Bellabes ([EMAIL PROTECTED]) wrote: > Evgeniy Polyakov <[EMAIL PROTECTED]> writes: > > > On Mon, Oct 02, 2006 at 08:11:06AM +0200, Samir Bellabes ([EMAIL > > PROTECTED]) wrote: > >> > >> This patch adds a connector which reports networking's event

Re: [PATCH] Network Events Connector

2006-10-02 Thread Samir Bellabes
Evgeniy Polyakov <[EMAIL PROTECTED]> writes: > On Mon, Oct 02, 2006 at 08:11:06AM +0200, Samir Bellabes ([EMAIL PROTECTED]) > wrote: >> >> This patch adds a connector which reports networking's events to >> userspace. It's sending events when a sock has its sk_state changed to : >> - LISTEN or

Re: [PATCH] Network Events Connector

2006-10-02 Thread Evgeniy Polyakov
On Mon, Oct 02, 2006 at 08:11:06AM +0200, Samir Bellabes ([EMAIL PROTECTED]) wrote: > > This patch adds a connector which reports networking's events to > userspace. It's sending events when a sock has its sk_state changed to : > - LISTEN or CLOSE for DCCP and TCP > - BIND or CLOSE for UDP. >

[PATCH] Network Events Connector

2006-10-01 Thread Samir Bellabes
This patch adds a connector which reports networking's events to userspace. It's sending events when a sock has its sk_state changed to : - LISTEN or CLOSE for DCCP and TCP - BIND or CLOSE for UDP. With this notification, a userspace tool can ask the user if he want to let the local firewall