summaryrefslogtreecommitdiffstats
path: root/source3/modules/vfs_full_audit.c
Commit message (Expand)AuthorAgeFilesLines
* vfs3: Pass "lease" through SMB_VFS_CREATE_FILEVolker Lendecke2014-08-111-0/+2
* vfs_full_audit: Optionally log security descriptors in FSET_NT_ACLVolker Lendecke2014-08-071-2/+20
* vfs_full_audit: Add "full_audit:syslog"Volker Lendecke2014-08-071-11/+24
* vfs_full_audit: Save full_audit:priority in private_dataVolker Lendecke2014-08-071-1/+4
* vfs_full_audit: Save full_audit:facility in private_dataVolker Lendecke2014-08-071-3/+13
* vfs_full_audit: Pass "vfs_full_audit_private_data" to log_failure/success()Volker Lendecke2014-08-071-16/+9
* smbd: Remove unused blocking_lock_record* from VFS_BRL_CANCEL_WINDOWSVolker Lendecke2014-07-041-3/+2
* smbd: Remove unused blocking_lock_record* from VFS_BRL_LOCK_WINDOWSVolker Lendecke2014-07-041-3/+2
* vfs: add [GET/SET]_COMPRESSION hooksDavid Disseldorp2013-11-221-0/+40
* smbd: Add brl_fsp access functionVolker Lendecke2013-09-111-3/+6
* s3-vfs: add copy_chunk vfs hooksDavid Disseldorp2013-01-161-0/+38
* vfs: Remove type parameter from sys_acl_blob_get_{fd,file}Andrew Bartlett2012-10-111-2/+1
* smbd: Add mem_ctx to {f,}get_nt_acl VFS callAndrew Bartlett2012-10-111-4/+8
* smbd: Add mem_ctx to sys_acl_init() and all callersAndrew Bartlett2012-10-111-4/+5
* vfs: check full_audit enum->str mapping on startupDavid Disseldorp2012-09-281-3/+4
* vfs: add missing pwrite ops to full_auditDavid Disseldorp2012-09-281-0/+2
* vfs: fix acl_blob_get* in vfs_full_auditDavid Disseldorp2012-09-201-9/+11
* vfs: fix lock logging in vfs_full_auditDavid Disseldorp2012-09-201-4/+4
* smbd: Add extra VFS hooks to get the posix ACL as a blobAndrew Bartlett2012-09-121-0/+37
* s3-smbd: Remove sys_acl_*() VFS wrapper functionsAndrew Bartlett2012-08-151-302/+0
* vfs_full_audit: Remove some unnecessary return; statementsBjörn Jacke2012-08-081-9/+0
* s3-vfs: async fsyncVolker Lendecke2012-07-181-0/+74
* s3-aio: Remove unused VFS functions and moreVolker Lendecke2012-07-181-98/+0
* s3-vfs: Add pwrite_send/recv to vfs modulesVolker Lendecke2012-07-181-0/+75
* s3-vfs: Add pread_send/recv to vfs modulesVolker Lendecke2012-07-181-0/+77
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-2/+2
* build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett2012-04-061-11/+11
* s3-vfs: Remove unused lremovexattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-051-17/+0
* s3-vfs: Remove unused lsetxattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-051-19/+0
* s3-vfs: Remove unused llistxattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-051-15/+0
* s3-vfs: Remove unused lgetxattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-051-17/+0
* build: Remove SMB_STRUCT_DIR defineAndrew Bartlett2012-04-051-10/+10
* build: Remove SMB_STRUCT_DIRENT defineAndrew Bartlett2012-04-051-2/+2
* s3: Pass filters explicitly through vfs notify watchVolker Lendecke2012-03-261-2/+4
* s3: Pass "path" through vfs_notify_watchVolker Lendecke2012-03-211-1/+3
* vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe2011-12-121-110/+110
* 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