summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_extd_audit.c
Commit message (Expand)AuthorAgeFilesLines
* vfs: change openat propotype to match linux openat2Volker Lendecke2022-08-061-4/+3
* s3: VFS: extd_audit: Use real dirfsp for SMB_VFS_RENAMEAT()Jeremy Allison2021-06-221-7/+35
* s3/modules: VFS: extd_audit: Remove audit_chmod() functionNoel Power2021-04-111-23/+0
* vfs_extd_audit.c: support real dirfsps in audit_unlinkat()Ralph Boehme2021-01-281-2/+11
* vfs_extd_audit: support real dirfsps in audit_mkdirat()Ralph Boehme2020-12-171-2/+12
* smbd: use fsp_get_pathref_fd() as part of DEBUG and syslog messagesRalph Boehme2020-12-161-2/+2
* vfs: remove SMB_VFS_OPEN()Ralph Boehme2020-05-211-24/+0
* vfs_extd_audit: implement SMB_VFS_OPENAT()Ralph Boehme2020-05-211-0/+32
* vfs: remove SMB_VFS_OPENDIR()Ralph Boehme2020-03-241-24/+0
* s3: VFS: vfs_extd_audit: Remove rmdir_fn(). No longer used.Jeremy Allison2019-10-101-22/+0
* s3: VFS: vfs_extd_audit: Remove unlink_fn. No longer used.Jeremy Allison2019-09-261-22/+0
* s3: VFS: vfs_extd_audit. Implement unlinkat().Jeremy Allison2019-09-261-0/+27
* s3: VFS: vfs_extd_audit. Remove mkdir_fn(). No longer used.Jeremy Allison2019-09-111-23/+0
* s3: VFS: vfs_extd_audit. Implement mkdirat().Jeremy Allison2019-09-111-0/+27
* s3: VFS: vfs_extd_audit. Remove rename_fn(). No longer used.Jeremy Allison2019-08-161-25/+0
* s3: VFS: vfs_extd_audit. Implement renameat().Jeremy Allison2019-08-161-0/+31
* vfs_audit: Extend list of recognized syslog(3) facilities and wrap them into ...Timur I. Bakeyev2018-07-111-22/+77
* Make sure that vfs*audit modules recognize and accept all the syslog facilities.Timur I. Bakeyev2018-07-051-11/+27
* s3: VFS: Remove SMB_VFS_FCHMOD_ACL().Jeremy Allison2018-05-251-21/+0
* s3: VFS: Remove SMB_VFS_CHMOD_ACL().Jeremy Allison2018-05-251-23/+0
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-1/+1
* VFS: Modify chmod_acl to take a const struct smb_filename * instead of const ...Jeremy Allison2016-03-031-4/+6
* VFS: Modify chmod to take a const struct smb_filename * instead of const char *Jeremy Allison2016-03-031-4/+6
* VFS: Modify opendir to take a const struct smb_filename * instead of const ch...Jeremy Allison2016-03-011-4/+7
* VFS: Modify rmdir to take a const struct smb_filename * instead of const char *Jeremy Allison2016-02-251-4/+5
* s3: VFS: Modify mkdir to take a const struct smb_filename * instead of const ...Jeremy Allison2016-02-241-4/+6
* s3:modules/vfs_*: make function prototypes available via static_decl_vfs;Stefan Metzmacher2015-08-201-0/+1
* Convert all uint8/16/32 to _t in all modules.Richard Sharpe2015-05-061-1/+1
* build: Remove SMB_STRUCT_DIR defineAndrew Bartlett2012-04-051-2/+2
* vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe2011-12-121-10/+10
* param: Merge param headers into lib/param/loadparm.hAndrew Bartlett2011-06-291-0/+1
* s3:vfs properly terminate enums in audit modulesChristian Ambach2011-05-241-2/+4
* s3-vfs: rename open function to open_fn.Günther Deschner2011-04-211-1/+1
* s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/syslog.h when needed.Günther Deschner2011-03-301-0/+1
* Restructure the connect function code to always callJeremy Allison2009-11-301-4/+6
* Make the smbd VFS typesafeVolker Lendecke2009-07-241-29/+16
* s3: Finish plumbing the fsp->fsp_name smb_fname conversion through the modules.Tim Prouty2009-07-201-4/+4
* s3: Plumb smb_filename through SMB_VFS_UNLINKTim Prouty2009-07-061-4/+5
* s3 audit: Remove some recently introduced memory leaks in the audit modulesTim Prouty2009-07-061-3/+3
* s3 audit: Remove the usesless static function declarations from the audit mod...Tim Prouty2009-07-061-51/+30
* s3: Plumb smb_filename through SMB_VFS_RENAMETim Prouty2009-07-061-5/+11
* s3: Change SMB_VFS_OPEN to take an smb_filename structTim Prouty2009-06-171-5/+7
* More warning fixes for Solaris.Jeremy Allison2009-02-231-4/+4
* s3/vfs_extd_audit: Don't ignore "syslog = 0".Karolin Seeger2009-01-211-59/+86
* Remove redundant parameter fd from SMB_VFS_CLOSE().Michael Adam2008-04-211-5/+5
* Fix Coverity warningsVolker Lendecke2008-03-231-1/+5
* Remove redundant parameter fd from SMB_VFS_FCHMOD_ACL().Michael Adam2008-01-081-3/+3
* Remove redundant parameter fd from SMB_VFS_FCHMOD().Michael Adam2008-01-071-3/+3