Re: Improvement for Distributed Audit Project

2010-08-09 Thread Janne Snabb
On Thu, 29 Jul 2010, Sergio Ligregni wrote: /* * We have these posibilities, only the first one is allowed * 20100619223115.20100619223131 20100619223131.not_terminated * current */ if (strlen(path) == 29 path[14] == '.' isdigit(path[15])) { /* XXX To improve this

Re: Improvement for Distributed Audit Project

2010-08-09 Thread jhell
On 08/09/2010 13:24, Janne Snabb wrote: On Thu, 29 Jul 2010, Sergio Ligregni wrote: /* * We have these posibilities, only the first one is allowed * 20100619223115.20100619223131 20100619223131.not_terminated * current */ if (strlen(path) == 29 path[14] == '.'

Improvement for Distributed Audit Project

2010-07-29 Thread Sergio Ligregni
I am Sergio Ligregni, from Mexico, I am currently working in the Distributed Audit Project at GSoC 2010, I want to ask your help in these things: HELP NEEDED: /*++*/ - which code should I base my development in getting parameters from a file? (I've searched some audit.c,