index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
modules
/
vfs_full_audit.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.
Rusty Russell
2012-07-18
1
-2
/
+2
*
build: Remove SMB_OFF_T, replace with off_t
Andrew Bartlett
2012-04-06
1
-11
/
+11
*
s3-vfs: Remove unused lremovexattr call from VFS modules, system.c and configure
Andrew Bartlett
2012-04-05
1
-17
/
+0
*
s3-vfs: Remove unused lsetxattr call from VFS modules, system.c and configure
Andrew Bartlett
2012-04-05
1
-19
/
+0
*
s3-vfs: Remove unused llistxattr call from VFS modules, system.c and configure
Andrew Bartlett
2012-04-05
1
-15
/
+0
*
s3-vfs: Remove unused lgetxattr call from VFS modules, system.c and configure
Andrew Bartlett
2012-04-05
1
-17
/
+0
*
build: Remove SMB_STRUCT_DIR define
Andrew Bartlett
2012-04-05
1
-10
/
+10
*
build: Remove SMB_STRUCT_DIRENT define
Andrew Bartlett
2012-04-05
1
-2
/
+2
*
s3: Pass filters explicitly through vfs notify watch
Volker Lendecke
2012-03-26
1
-2
/
+4
*
s3: Pass "path" through vfs_notify_watch
Volker Lendecke
2012-03-21
1
-1
/
+3
*
vfs: Make function pointer names consistent. They all end in _fn
Richard Sharpe
2011-12-12
1
-110
/
+110
*
s3-auth use auth_user_info not netr_SamInfo3 in auth3_session_info
Andrew Bartlett
2011-07-20
1
-1
/
+1
*
s3-auth Use struct auth_user_info_unix for unix_name and sanitized_username
Andrew Bartlett
2011-07-20
1
-2
/
+2
*
s3-auth Use *unix_token rather than utok in struct auth3_session_info
Andrew Bartlett
2011-07-20
1
-1
/
+1
*
lib/util Move bitmap.c to lib/util
Andrew Bartlett
2011-07-08
1
-0
/
+1
*
param: Merge param headers into lib/param/loadparm.h
Andrew Bartlett
2011-06-29
1
-0
/
+1
*
s3-talloc Change TALLOC_ZERO_P() to talloc_zero()
Andrew Bartlett
2011-06-09
1
-1
/
+1
*
Remove the char * argument from the SMB_VFS_GETWD() call. Now always
Jeremy Allison
2011-06-01
1
-4
/
+4
*
s3: Remove SHADOW_COPY_DATA typedef
Volker Lendecke
2011-05-31
1
-1
/
+2
*
Fix bug #8165 - Inverted WITH_SYSLOG condition in vfs_full_audit.c.
Jeremy Allison
2011-05-25
1
-1
/
+1
*
s3:vfs properly terminate enums in audit modules
Christian Ambach
2011-05-24
1
-2
/
+4
*
s3-vfs: rename open function to open_fn.
Günther Deschner
2011-04-21
1
-1
/
+1
*
s3: only include ntioctl.h where needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-auth: vfs modules need auth.h
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-vfs: include smbd/smbd.h in vfs modules.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-includes: only include system/filesys.h when needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-includes: only include system/syslog.h when needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3: Pass smb_filename through the set_offline vfs op
Volker Lendecke
2011-03-02
1
-0
/
+12
*
s3: Pass smb_filename through the is_offline vfs op
Volker Lendecke
2011-03-02
1
-0
/
+13
*
s3: Fix operation names in vfs_full_audit.c
Volker Lendecke
2011-03-02
1
-2
/
+2
*
s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_info
Andrew Bartlett
2011-02-22
1
-4
/
+4
*
Add fdopendir to the VFS. We will use this to reuse a directory fd already op...
Jeremy Allison
2011-02-09
1
-0
/
+16
*
Rename vfs operation posix_fallocate to just fallocate and add the vfs_falloc...
Jeremy Allison
2010-12-18
1
-6
/
+7
*
Move posix_fallocate into the VFS where it belongs.
Jeremy Allison
2010-12-02
1
-0
/
+17
*
Move the uglyness of #ifdef REALPATH_TAKES_NULL into the vfs_default
Jeremy Allison
2010-11-20
1
-2
/
+2
*
s3-netlogon: remove global include of netlogon.h.
Günther Deschner
2010-08-06
1
-0
/
+1
*
s3:auth use info3 in auth_serversupplied_info
Simo Sorce
2010-05-28
1
-1
/
+1
*
s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".
Günther Deschner
2010-05-18
1
-3
/
+3
*
Fix related to bug #7326 - can't read/write any files with full_audit
Volker Lendecke
2010-04-05
1
-2
/
+3
*
s3: Use bitmap_talloc in vfs_full_audit.c
Volker Lendecke
2010-03-28
1
-40
/
+20
*
Fix for bug #7189 - Open txt files with notepad on samba shares creates problem.
Jeremy Allison
2010-03-05
1
-0
/
+2
*
s3: vfs_full_audit.c: implement negated vfs_ops in the success/failure list
Holger Hetterich
2010-02-28
1
-24
/
+31
*
Restructure the connect function code to always call
Jeremy Allison
2009-11-30
1
-5
/
+5
*
s3: Do not talloc in readdir
Volker Lendecke
2009-11-18
1
-4
/
+7
*
s3: Add access_mask to the flock VFS call
Abhidnya P Chirmule
2009-10-06
1
-2
/
+2
*
vfs catia: Fix the double translation that was happening with createfile and ...
Aravind Srinivasan
2009-09-24
1
-2
/
+3
*
s3: Add a new VFS op called SMB_VFS_TRANSLATE_NAME
Aravind Srinivasan
2009-08-28
1
-0
/
+15
*
s3: Allow full_audit to play nice with smbd if it's using syslog
tprouty
2009-08-26
1
-1
/
+11
*
s3 audit: Change create_file in full_audit to print whether a directory or fi...
tprouty
2009-08-26
1
-2
/
+28
*
Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of...
Jeremy Allison
2009-08-24
1
-2
/
+2
[next]