summaryrefslogtreecommitdiffstats
path: root/source3/modules/vfs_full_audit.c
Commit message (Expand)AuthorAgeFilesLines
* Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij2008-10-141-7/+7
* Update vfs version as I've added a const to the security_descriptor paramter ...Jeremy Allison2008-10-071-2/+2
* Fix bug #5692 - Core dump in full_audit.so.Jeremy Allison2008-08-141-3/+2
* Add SMB_VFS_OP_RECVFILE to get it in sync with vfs.hLars Müller2008-07-041-0/+1
* Wrap the unix token info in a unix_user_token in auth_serversupplied_infoVolker Lendecke2008-06-191-1/+1
* Add STREAMINFO op to vfs_full_auditVolker Lendecke2008-06-071-0/+27
* Remove some references to get_current_username() and current_user_infoVolker Lendecke2008-05-251-4/+2
* Remove "user" from connection_structVolker Lendecke2008-05-101-1/+2
* Remove the unix token info from connection_structVolker Lendecke2008-05-101-1/+2
* Yay ! Remove a VFS entry. Removed the set_nt_acl() call,Jeremy Allison2008-05-081-20/+0
* Remove redundant parameter fd from SMB_VFS_CLOSE().Michael Adam2008-04-211-3/+3
* Fix Coverity ID 450Volker Lendecke2008-03-231-1/+5
* Fix Coverity IDs 553, 552Volker Lendecke2008-03-211-0/+4
* Combine fsp and tofd to tofsp in SMB_VFS_RECVFILE().Michael Adam2008-01-111-5/+4
* Combine fsp and fromfd to fromfsp in SMB_VFS_SENDFILE().Michael Adam2008-01-111-5/+4
* Remove redundant parameter fd from SMB_VFS_WRITE().Michael Adam2008-01-101-3/+3
* Remove redundant parameter fd from SMB_VFS_READ().Michael Adam2008-01-101-3/+3
* Remove redundant parameter fd from SMB_VFS_AIO_CANCEL().Michael Adam2008-01-081-3/+3
* Remove redundant parameter fd from SMB_VFS_FSETXATTR().Michael Adam2008-01-081-4/+3
* Remove redundant parameter fd from SMB_VFS_FREMOVEXATTR().Michael Adam2008-01-081-3/+3
* Remove redundant parameter fd from SMB_VFS_FLISTXATTR().Michael Adam2008-01-081-3/+3
* Remove redundant parameter fd from SMB_VFS_FGETXATTR().Michael Adam2008-01-081-3/+3
* Remove redundant parameter fd from SMB_VFS_SYS_ACL_SET_FD().Michael Adam2008-01-081-3/+3
* Remove redundant parameter fd from SMB_VFS_FCHMOD_ACL().Michael Adam2008-01-081-3/+3
* Remove redundant parameter fd from SMB_VFS_SYS_ACL_GET_FD().Michael Adam2008-01-071-5/+4
* Remove redundant parameter fd from SMB_VFS_GETLOCK().Michael Adam2008-01-071-3/+3
* Remove redundant parameter fd from SMB_VFS_LINUX_SETLEASE().Michael Adam2008-01-071-3/+3
* Remove redundant parameter fd from SMB_VFS_KERNEL_FLOCK().Michael Adam2008-01-071-3/+3
* Remove redundant parameter fd from SMB_VFS_LOCK().Michael Adam2008-01-071-3/+3
* Remove redundant parameter fd from SMB_VFS_FTRUNCATE().Michael Adam2008-01-071-3/+3
* Remove redundant parameter fd from SMB_VFS_FCHOWN().Michael Adam2008-01-071-3/+3
* Remove redundant parameter fd from SMB_VFS_FCHMOD().Michael Adam2008-01-071-3/+3
* Remove redundant parameter fd from SMB_VFS_FSTAT().Michael Adam2008-01-071-3/+3
* Remove redundant parameter fd from SMB_VFS_FSYNC().Michael Adam2008-01-071-3/+3
* Remove redundant parameter fd from SMB_VFS_LSEEK().Michael Adam2008-01-071-3/+3
* Remove redundant parameter fd from SMB_VFS_PWRITE().Michael Adam2008-01-071-3/+3
* Remove unneeded parameter fd from SMB_VFS_PREAD().Michael Adam2008-01-071-3/+3
* Remove superfluous parameter fd from SMB_VFS_FSET_NT_ACL().Michael Adam2008-01-061-4/+3
* Remove superfluous fd parameter from SMB_VFS_FGET_NT_ACL().Michael Adam2008-01-061-4/+3
* Change the prototype of the vfs function get_nt_acl().Michael Adam2007-12-191-2/+1
* Fix warning message about data type always true.Jeremy Allison2007-12-111-2/+2
* Remove pstring from modules directory.Jeremy Allison2007-11-161-12/+26
* Make [f]get_nt_acl return NTSTATUSVolker Lendecke2007-11-131-10/+12
* Add in the recvfile entry to the VFS layer with a defaultJeremy Allison2007-10-291-0/+22
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-15/+15
* r25399: Excise uint - > uint32 (where appropriate) or unsigned int.Jeremy Allison2007-10-101-2/+2
* r25055: Add file_id_string_tosVolker Lendecke2007-10-101-1/+1
* r24123: add file_id_create() to some vfs modulesStefan Metzmacher2007-10-101-0/+22
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1