summaryrefslogtreecommitdiffstats
path: root/source3/modules/vfs_full_audit.c
Commit message (Expand)AuthorAgeFilesLines
* Move the "enum _vfs_op_type" to full_auditVolker Lendecke2009-07-241-0/+142
* Make the smbd VFS typesafeVolker Lendecke2009-07-241-244/+112
* s3: Finish plumbing the fsp->fsp_name smb_fname conversion through the modules.Tim Prouty2009-07-201-39/+54
* Fix a few type errors in VFS modulesVolker Lendecke2009-07-191-2/+2
* s3: Plumb smb_filename through SMB_VFS_NTIMESTim Prouty2009-07-061-3/+5
* s3: Plumb smb_filename through SMB_VFS_UNLINKTim Prouty2009-07-061-3/+4
* s3 audit: Remove some recently introduced memory leaks in the audit modulesTim Prouty2009-07-061-9/+42
* s3 audit: Remove the usesless static function declarations from the audit mod...Tim Prouty2009-07-061-539/+248
* s3: Plumb smb_filename through SMB_VFS_RENAMETim Prouty2009-07-061-4/+8
* s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTATTim Prouty2009-06-241-8/+10
* s3: Change SMB_VFS_OPEN to take an smb_filename structTim Prouty2009-06-171-4/+5
* s3: Plumb smb_filename through SMB_VFS_CREATE_FILETim Prouty2009-06-121-13/+7
* Add SMB_VFS_CONNECTPATH operationVolker Lendecke2009-06-021-0/+18
* s3: Add strict lock/unlock calls to the vfs layer to replace is_lockedDave Richards2009-03-131-0/+40
* s3: Modify SMB_VFS_FILE_ID_CREATE to take a stat structTim Prouty2009-02-191-3/+3
* Add VFS ops for Windows BRL: Lock, Unlock and Cancel:Zack Kirsch2009-02-131-0/+73
* S3: Add in missing full audit entries.todd stecher2009-02-101-6/+34
* s3: Added SMB_VFS_INIT_SEARCH_OP to initialize data at the beginning of SMB s...Steven Danneman2009-02-091-0/+14
* Add an optional SMB_STRUCT_SMB parameter to VFS_OP_READDIRSteven Danneman2009-02-091-3/+4
* s3: Add a new SMB_VFS_GET_ALLOC_SIZE vfs operationTim Prouty2009-01-291-0/+17
* Extend NTIMES to allow setting create_timetodd stecher2009-01-231-3/+3
* Use talloc_tos in vfs_full_audit.c:do_logVolker Lendecke2009-01-051-2/+2
* Fix a bad memleak in vfs_full_auditVolker Lendecke2009-01-051-1/+4
* Add create_file to vfs_op_namesVolker Lendecke2009-01-051-0/+1
* Fix bug 6012: Add "get_real_filename" to full_auditVolker Lendecke2009-01-051-0/+25
* s3: Change SMB_VFS_CREATE_FILE to take a create_file_flags argumentTim Prouty2008-12-031-3/+3
* s3: Add SMB_VFS_CREATE_FILE to vfs_full_audit moduleTim Prouty2008-12-031-0/+64
* 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