index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
torture
/
cmd_vfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-17
vfstest: Convert cmd_set_nt_acl to synthetic_smb_fname
Volker Lendecke
1
-4
/
+3
2013-04-17
vfstest: Convert cmd_utime to synthetic_smb_fname
Volker Lendecke
1
-5
/
+3
2013-04-17
vfstest: Convert cmd_lstat to synthetic_smb_fname
Volker Lendecke
1
-5
/
+3
2013-04-17
vfstest: Convert cmd_stat to synthetic_smb_fname
Volker Lendecke
1
-5
/
+3
2013-04-17
vfstest: Convert cmd_rename to synthetic_smb_fname
Volker Lendecke
1
-9
/
+6
2013-04-17
vfstest: Convert cmd_pathfunc to synthetic_smb_fname
Volker Lendecke
1
-6
/
+4
2013-04-17
vfstest: Convert cmd_open to synthetic_smb_fname
Volker Lendecke
1
-4
/
+3
2013-03-11
vfs_catia: write a testcase - add a translate command to vfstest
Guenter Kukkukk
1
-0
/
+75
2013-02-04
s3:torture/vfstest implement sys_acl_blob_get_fd
Christian Ambach
1
-0
/
+45
2013-02-04
s3:torture/vfstest implement sys_acl_blob_get_file
Christian Ambach
1
-0
/
+32
2012-11-13
Ensure we Correctly set fsp->is_directory before dealing with ACLs.
Andrew Bartlett
1
-1
/
+1
2012-10-11
smbd: Add mem_ctx to {f,}get_nt_acl VFS call
Andrew Bartlett
1
-2
/
+6
2012-10-11
smbd: Add mem_ctx to sys_acl_init() and all callers
Andrew Bartlett
1
-2
/
+2
2012-08-17
s3-torture: Allow vfstest to set ACLs on a directory
Andrew Bartlett
1
-6
/
+11
2012-08-16
s3-selftest: Add a seperate test for ACL tests using vfstest
Andrew Bartlett
1
-10
/
+35
2012-08-16
s3-torture: Add ACL commands to vfstest
Andrew Bartlett
1
-0
/
+311
2012-08-16
s3-torture: Use talloc more in vfstest
Andrew Bartlett
1
-12
/
+7
2012-08-16
s3-torture: Initialise fsp fully in vfstest open
Andrew Bartlett
1
-0
/
+34
2012-07-18
loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.
Rusty Russell
1
-1
/
+1
2012-04-06
build: Remove SMB_OFF_T, replace with off_t
Andrew Bartlett
1
-3
/
+3
2012-04-05
build: Remove SMB_STRUCT_DIRENT define
Andrew Bartlett
1
-1
/
+1
2012-03-24
lib/util: Remove dummy wrapper for getgrgid().
Jelmer Vernooij
1
-3
/
+3
2012-03-24
lib/util: Remove dummy wrapper for getpwuid().
Jelmer Vernooij
1
-3
/
+3
2012-03-10
s3: Add a new set of andx chain handling routines
Volker Lendecke
1
-0
/
+2
2012-02-02
s3-vfstest: Add removexattr
Volker Lendecke
1
-0
/
+21
2012-02-02
s3-vfstest: Add setxattr
Volker Lendecke
1
-0
/
+27
2012-02-02
s3-vfstest: Add listxattr
Volker Lendecke
1
-0
/
+48
2012-02-02
s3-vfstest: Add getxattr
Volker Lendecke
1
-0
/
+37
2012-02-02
s3-vfstest: Fix a double-free on closing a file
Volker Lendecke
1
-1
/
+1
2012-02-01
s3-vfstest: Fix some nonblank line endings
Volker Lendecke
1
-10
/
+10
2011-06-09
s3-talloc Change TALLOC_ARRAY() to talloc_array()
Andrew Bartlett
1
-2
/
+2
2011-06-01
Remove the char * argument from the SMB_VFS_GETWD() call. Now always
Jeremy Allison
1
-2
/
+3
2011-03-30
s3-vfs: include smbd/smbd.h in vfs modules.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-includes: only include system/filesys.h when needed.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-includes: only include system/passwd.h when needed.
Günther Deschner
1
-0
/
+1
2011-03-30
lib/util/util_pw: share sys_get{pw,gr} group of calls.
Günther Deschner
1
-0
/
+1
2010-11-20
Move the uglyness of #ifdef REALPATH_TAKES_NULL into the vfs_default
Jeremy Allison
1
-3
/
+1
2009-07-20
s3: Finish plumbing the fsp->fsp_name smb_fname conversion through the modules.
Tim Prouty
1
-9
/
+4
2009-07-06
s3: Plumb smb_filename through SMB_VFS_NTIMES
Tim Prouty
1
-1
/
+13
2009-07-06
s3: Plumb smb_filename through SMB_VFS_UNLINK
Tim Prouty
1
-1
/
+11
2009-07-06
s3: Plumb smb_filename through SMB_VFS_RENAME
Tim Prouty
1
-1
/
+20
2009-06-24
s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTAT
Tim Prouty
1
-2
/
+24
2009-06-17
s3: Change SMB_VFS_OPEN to take an smb_filename struct
Tim Prouty
1
-1
/
+12
2009-05-26
Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT
Volker Lendecke
1
-82
/
+98
2009-05-11
Fix a bunch of compiler warnings about wrong format types.
Jeremy Allison
1
-4
/
+4
2009-02-10
s3: Remove some unused vars
Tim Prouty
1
-5
/
+3
2009-02-09
Add an optional SMB_STRUCT_SMB parameter to VFS_OP_READDIR
Steven Danneman
1
-2
/
+33
2009-01-23
Extend NTIMES to allow setting create_time
todd stecher
1
-4
/
+7
2008-10-14
Use {u,}int64_t instead of SMB_BIG_{U,}INT.
Jelmer Vernooij
1
-1
/
+1
2008-09-15
Fix build warning on FreeBSD
Steven Danneman
1
-2
/
+2
[next]