summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2004-04-29 12:11:59 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:51:21 -0500
commit9e7dcbdbb76f76d310420734045f70828f60a63b (patch)
treec8adc64d3444b6319f632d4ef21bf50e96a1c2c8 /source3/include
parentfcc2e1e0f143738de3e56a40a6176f469eb83745 (diff)
downloadsamba-9e7dcbdbb76f76d310420734045f70828f60a63b.tar.gz
samba-9e7dcbdbb76f76d310420734045f70828f60a63b.tar.bz2
samba-9e7dcbdbb76f76d310420734045f70828f60a63b.zip
r404: Revert the change 378 to vfs_extd_audit.c, the parseable auditing
Implement vfs_full_audit.c that can log every vfs.h operation. So if you change vfs.h, from now on you also have to change full_audit :-) Volker (This used to be commit 9cb9c5f7c97fe8f76735a77b321c9500d28b55b2)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/vfs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/vfs.h b/source3/include/vfs.h
index 8caf64fd99..db766b985d 100644
--- a/source3/include/vfs.h
+++ b/source3/include/vfs.h
@@ -41,6 +41,9 @@
* This next constant specifies the version number of the VFS interface
* this smbd will load. Increment this if *ANY* changes are made to the
* vfs_ops below. JRA.
+ *
+ * If you change anything here, please also update modules/vfs_full_audit.c.
+ * VL.
*/
/* Changed to version 2 for CIFS UNIX extensions (mknod and link added). JRA. */