SA add notification to externa module

2009-03-17 Thread srikanth jampala
Hi all This is my first posting. I want the notifications about the SA (security association) add/delete events, from the kernel to my externel kernel module. How can I do this... ? Thanks in advance for ur suggestions. Srikanth. ___

Re: SA add notification to externa module

2009-03-17 Thread Robert Watson
On Tue, 17 Mar 2009, srikanth jampala wrote: This is my first posting. I want the notifications about the SA (security association) add/delete events, from the kernel to my externel kernel module. How can I do this... ? Thanks in advance for ur suggestions. I'm not sure if PF_KEY has

Trying to use ptrace under FBSD

2009-03-17 Thread Gema niskazhu
Hi all! First of all sorry for my bad english. I am using Free BSD CURRENT x86_64. I am trying to use ptrace under free bsd simply to test that it works Here is my code: #include stdio.h #include stdlib.h #include signal.h #include sys/ptrace.h #include sys/types.h #include sys/wait.h