summaryrefslogtreecommitdiffstats
path: root/docs-xml/manpages-3/vfs_full_audit.8.xml
Commit message (Collapse)AuthorAgeFilesLines
* docs: Rename manpages-3 -> manpages.Karolin Seeger2012-09-031-241/+0
| | | | | | | | | | This change was suggested by Andrew Bartlett on the samba-technical mailing list. Karolin Autobuild-User(master): Karolin Seeger <kseeger@samba.org> Autobuild-Date(master): Mon Sep 3 23:35:38 CEST 2012 on sn-devel-104
* s3-smbd: Remove sys_acl_*() VFS wrapper functionsAndrew Bartlett2012-08-151-17/+0
| | | | | | | | | | | | | | | | | | | | | | | We no longer do struct smb_acl_t manipuations via the VFS layer, which is now reduced to handling the get/set functions. The only backend that implemented these functions (aside from audit) was the vfs_default module calling the sys_acl code. The various ACL implementation modules either worked on the fully initilaised smb_acl_t object or on NT ACLs. This not only makes the operation of the posix ACL code more efficient (as allocation and free is not put via the VFS), it makes it easier to test and removes the fantasy that a module could safely redefine this structure or the behaviour here. The smb_acls.idl now defines the structure, and it is now allocated with talloc. These operations were originally added to the VFS in commit 3bb219161a270f12c27c3bc7e1220829c6e9f284. Andrew Bartlett
* s3-aio: Remove unused VFS functions and moreVolker Lendecke2012-07-181-7/+0
| | | | Signed-off-by: Jeremy Allison <jra@samba.org>
* s3-vfs: Remove unused lremovexattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-051-1/+0
| | | | | | | If this is ever needed again, it would be more appropriate as an options argument to removexattr. Andrew Bartlett
* s3-vfs: Remove unused lsetxattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-051-1/+0
| | | | | | | If this is ever needed again, it would be more appropriate as an options argument to listxattr. Andrew Bartlett
* s3-vfs: Remove unused llistxattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-051-1/+0
| | | | | | | If this is ever needed again, it would be more appropriate as an options argument to listxattr. Andrew Bartlett
* s3-vfs: Remove unused lgetxattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-051-1/+0
|
* s3: vfs_full_audit.c: implement negated vfs_ops in the success/failure listHolger Hetterich2010-02-281-4/+7
| | | | | | | Supports negated arguments in configuration like: full_audit:success = all !readdir !telldir !closedir Update the manpage accordingly. Part of BSO#4025
* s3/docs: Raise version number.Karolin Seeger2009-09-081-1/+1
| | | | Karolin
* s3/docs: Raise version number up to 3.5.Karolin Seeger2009-04-071-1/+1
| | | | Karolin
* Moving docs tree to docs-xml to make room for generated docs in the release ↵Gerald W. Carter2008-04-231-0/+266
tarball. (This used to be commit 9f672c26d63955f613088489c6efbdc08b5b2d14)