Re: [PATCH v3] Added Support for Optionally Specifying Resource Limits

2011-03-14 Thread Grant Erickson
On 3/14/11 3:25 PM, Daniel Wagner wrote: > I think I overlooked few things again. Sorry about that. > > BTW, The subject title should not be too long (IIRC 52 chars max). > And some prefix would also be nice, e.g. > > "rlimit: Add resource limit support" > > or something like that. I'm not a nat

[PATCH v4] core: Support for Specifying Resource Limits

2011-03-14 Thread Grant Erickson
Added support for optionally specifying, via a global, read-only configuration file, system resource limits for address space, core files, data segment size, file size, lockable memory, open files, number of processes and stack size. This mirrors in function, almost identically, resource limit han

Re: [PATCH v3] Added Support for Optionally Specifying Resource Limits

2011-03-14 Thread Daniel Wagner
Hi Grant, I think I overlooked few things again. Sorry about that. BTW, The subject title should not be too long (IIRC 52 chars max). And some prefix would also be nice, e.g. "rlimit: Add resource limit support" or something like that. I'm not a native english speaker. You might have a better

cppcheck vs git pull

2011-03-14 Thread DJ Cozatt
In the hope that it might be helpful [./gsupplicant/supplicant.c:2539]: (error) Possible null pointer dereference: key [./gweb/gresolv.c:912]: (error) Memory leak: query [./plugins/tist.c:125]: (error) Using sizeof for array given as function argument returns the size of pointer. [./plugins/vpn.c:

Re: [PATCH 1/5] doc: Add EAP login support in Agent API

2011-03-14 Thread Samuel Ortiz
Hi Henri, On Wed, Mar 02, 2011 at 09:37:34AM +0200, Henri Bragge wrote: > Hi Marcel, > > On Tue, 2011-03-01 at 11:39 -0800, Marcel Holtmann wrote: > > > Argumentsstring Type > > > > > > - Contains the type of a field. For example "psk", > > > - "wep", "s

[PATCH v3] Added Support for Optionally Specifying Resource Limits

2011-03-14 Thread Grant Erickson
Added support for optionally specifying, via a global, read-only configuration file, system resource limits for address space, core files, data segment size, file size, lockable memory, open files, number of processes and stack size. This mirrors in function, almost identically, resource limit han

RE: [PATCH] gweb: Add user_agent_profile field in http header

2011-03-14 Thread Sébastien Bianti
From: Marcel Holtmann [mailto:mar...@holtmann.org] Sent: Monday, March 14, 2011 5:08 PM To: Sébastien Bianti Cc: 'Samuel Ortiz'; connman@connman.net Subject: RE: [PATCH] gweb: Add user_agent_profile field in http header > Hi Sebastien, > a gentle reminder to not top post on this mailing. Ok,

Re: [PATCH v2] Added Support for Optionally Specifying Resource Limits

2011-03-14 Thread Grant Erickson
On Mar 14, 2011, at 9:52 AM, Daniel Wagner wrote: > /me is trying to do some reviews :) I appreciate the feedback and input. >> src/etc/connman-dbus.conf | 16 +++ >> src/etc/connman-polkit.conf | 11 ++ >> src/etc/connman.conf| 25 + > > Personally, I don't think there is need

Re: [PATCH v2] Added Support for Optionally Specifying Resource Limits

2011-03-14 Thread Daniel Wagner
Hi Grant, /me is trying to do some reviews :) On Mon, Mar 14, 2011 at 09:24:41AM -0700, Grant Erickson wrote: > Added support for optionally specifying, via a global, read-only > configuration file, system resource limits for address space, core > files, data segment size, file size, lockable mem

Re: [PATCH v2] Added Support for Optionally Specifying Resource Limits

2011-03-14 Thread Marcel Holtmann
Hi Grant, > Added support for optionally specifying, via a global, read-only > configuration file, system resource limits for address space, core > files, data segment size, file size, lockable memory, open files, > number of processes and stack size. > > This mirrors in function, almost identica

[PATCH v2] Added Support for Optionally Specifying Resource Limits

2011-03-14 Thread Grant Erickson
Added support for optionally specifying, via a global, read-only configuration file, system resource limits for address space, core files, data segment size, file size, lockable memory, open files, number of processes and stack size. This mirrors in function, almost identically, resource limit han

Re: [PATCH 6to4 v3 1/7] doc: Add description about 6to4 tunnelling.

2011-03-14 Thread Marcel Holtmann
Hi Samuel, > > > > >> +boolean 6to4 [readonly] > > > > >> + > > > > >> +If set to true, the service will create > > > > >> 6to4 > > > > >> +tunnel if the service IPv4 address is > > > > >> not > > > > >> +

RE: [PATCH] gweb: Add user_agent_profile field in http header

2011-03-14 Thread Marcel Holtmann
Hi Sebastien, a gentle reminder to not top post on this mailing. > User agent profiles are URL like this one : > "http://nds1.nds.nokia.com/uaprof/N6230ir200.xml";. So essentially it is just a URL. So we might not need something with a format string, but I can see it kinda useful for supporting

Re: [PATCH] Added Support for Optionally Specifying Resource Limits

2011-03-14 Thread Grant Erickson
On Mar 14, 2011, at 5:25 AM, Daniel Wagner wrote: > Hi Grant, > > On Fri, Mar 11, 2011 at 04:16:48PM -0800, Grant Erickson wrote: >> Added support for optionally specifying, via a global, read-only >> configuration file, system resource limits for address space, core >> files, data segment size, f

Re: [PATCH] Added Support for Optionally Specifying Resource Limits

2011-03-14 Thread Daniel Wagner
Hi Grant, On Fri, Mar 11, 2011 at 04:16:48PM -0800, Grant Erickson wrote: > Added support for optionally specifying, via a global, read-only > configuration file, system resource limits for address space, core > files, data segment size, file size, lockable memory, open files, > number of processe

Re: [PATCH 6to4 v3 1/7] doc: Add description about 6to4 tunnelling.

2011-03-14 Thread Samuel Ortiz
Hi Marcel, On Fri, Mar 11, 2011 at 02:13:33PM -0800, Marcel Holtmann wrote: > Hi Samuel, > > > > >> + boolean 6to4 [readonly] > > > >> + > > > >> + If set to true, the service will create > > > >> 6to4 > > > >> + tunn

RE: [PATCH] gweb: Add user_agent_profile field in http header

2011-03-14 Thread Sébastien Bianti
Hi all, User agent profiles are URL like this one : "http://nds1.nds.nokia.com/uaprof/N6230ir200.xml";. Regards Sébastien -Original Message- From: Marcel Holtmann [mailto:mar...@holtmann.org] Sent: Friday, March 11, 2011 11:08 PM To: connman@connman.net Cc: Sébastien Bianti Subject: