summaryrefslogtreecommitdiffstats
path: root/source3/modules/vfs_full_audit.c
Commit message (Expand)AuthorAgeFilesLines
* s3-auth use auth_user_info not netr_SamInfo3 in auth3_session_infoAndrew Bartlett2011-07-201-1/+1
* s3-auth Use struct auth_user_info_unix for unix_name and sanitized_usernameAndrew Bartlett2011-07-201-2/+2
* s3-auth Use *unix_token rather than utok in struct auth3_session_infoAndrew Bartlett2011-07-201-1/+1
* lib/util Move bitmap.c to lib/utilAndrew Bartlett2011-07-081-0/+1
* param: Merge param headers into lib/param/loadparm.hAndrew Bartlett2011-06-291-0/+1
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-1/+1
* Remove the char * argument from the SMB_VFS_GETWD() call. Now alwaysJeremy Allison2011-06-011-4/+4
* s3: Remove SHADOW_COPY_DATA typedefVolker Lendecke2011-05-311-1/+2
* Fix bug #8165 - Inverted WITH_SYSLOG condition in vfs_full_audit.c.Jeremy Allison2011-05-251-1/+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: only include ntioctl.h where needed.Günther Deschner2011-03-301-0/+1
* s3-auth: vfs modules need auth.hGünther Deschner2011-03-301-0/+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
* s3: Pass smb_filename through the set_offline vfs opVolker Lendecke2011-03-021-0/+12
* s3: Pass smb_filename through the is_offline vfs opVolker Lendecke2011-03-021-0/+13
* s3: Fix operation names in vfs_full_audit.cVolker Lendecke2011-03-021-2/+2
* s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett2011-02-221-4/+4
* Add fdopendir to the VFS. We will use this to reuse a directory fd already op...Jeremy Allison2011-02-091-0/+16
* Rename vfs operation posix_fallocate to just fallocate and add the vfs_falloc...Jeremy Allison2010-12-181-6/+7
* Move posix_fallocate into the VFS where it belongs.Jeremy Allison2010-12-021-0/+17
* Move the uglyness of #ifdef REALPATH_TAKES_NULL into the vfs_defaultJeremy Allison2010-11-201-2/+2
* s3-netlogon: remove global include of netlogon.h.Günther Deschner2010-08-061-0/+1
* s3:auth use info3 in auth_serversupplied_infoSimo Sorce2010-05-281-1/+1
* s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".Günther Deschner2010-05-181-3/+3
* Fix related to bug #7326 - can't read/write any files with full_auditVolker Lendecke2010-04-051-2/+3
* s3: Use bitmap_talloc in vfs_full_audit.cVolker Lendecke2010-03-281-40/+20
* Fix for bug #7189 - Open txt files with notepad on samba shares creates problem.Jeremy Allison2010-03-051-0/+2
* s3: vfs_full_audit.c: implement negated vfs_ops in the success/failure listHolger Hetterich2010-02-281-24/+31
* Restructure the connect function code to always callJeremy Allison2009-11-301-5/+5
* s3: Do not talloc in readdirVolker Lendecke2009-11-181-4/+7
* s3: Add access_mask to the flock VFS callAbhidnya P Chirmule2009-10-061-2/+2
* vfs catia: Fix the double translation that was happening with createfile and ...Aravind Srinivasan2009-09-241-2/+3
* s3: Add a new VFS op called SMB_VFS_TRANSLATE_NAMEAravind Srinivasan2009-08-281-0/+15
* s3: Allow full_audit to play nice with smbd if it's using syslogtprouty2009-08-261-1/+11
* s3 audit: Change create_file in full_audit to print whether a directory or fi...tprouty2009-08-261-2/+28
* Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of...Jeremy Allison2009-08-241-2/+2
* 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