Re: [Samba] Damnit audit

2003-02-20 Thread Hal Roberts
Damnit, pay attention to the list. I submitted a patch to fix this in reply to your message about a week ago. Look back in the list archives. -hal -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 19 Feb 2003, Zoki wrote: Le 22/01/2003 08:59, « Eugene M. Zheganin » [EMAIL PROTECTED]

[PATCH] Re: [Samba] 2.2.7a panic with VFS Audit when writing file(reading is ok)

2003-02-14 Thread Hal Roberts
I got this working with the following patch. I'm not sure if this is the cleanest possible fix, but it works for me. -hal --- samba-2.2.7a-dist/examples/VFS/audit.c Tue Dec 10 09:57:59 2002 +++ samba-2.2.7a/examples/VFS/audit.c Fri Feb 14 10:50:18 2003 @@ -288,36 +288,48 @@ int

[PATCH] file change notification

2003-02-06 Thread Hal Roberts
Attached is a patch that adds support for reporting individual files during file change notification. The patch keeps a table of the stats of all files in a watched directory and then compares the current stats of the files with the stored stats whenever there is a notification event. Note

file change notification issues

2003-01-23 Thread Hal Roberts
The purpose of this mail is to make sure no one else is working on / has already finished hacking samba's file change notification support to support notification of individual file changes. If not, I plan on doing so forthwith. More details: I've been wrestling with samba for the past