summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_extd_audit.c
AgeCommit message (Collapse)AuthorFilesLines
2003-07-16trying to get HEAD building again. If you want the codeGerald Carter1-107/+134
prior to this merge, checkout HEAD_PRE_3_0_0_BETA_3_MERGE (This used to be commit adb98e7b7cd0f025b52c570e4034eebf4047b1ad)
2003-04-28Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij1-2/+2
function. Patch by metze with some minor modifications. (This used to be commit f4576757d1d52a8f1b96894c869bb76450003fd1)
2003-03-27Use the new modules system in VFS. If a module can't be loaded with theJelmer Vernooij1-9/+6
new modules system, we still fall back to the old system. (This used to be commit cebe8d8b424f10006f2f791a8f086c6c8a7f5d57)
2003-02-07Added extended audit module that logs to smbd log as well as syslog.John Terpstra1-0/+319
(This used to be commit d2fe7e38b287b87d6c76a9b73724118928941e93)