summaryrefslogtreecommitdiffstats
path: root/source3/torture/cmd_vfs.c
Commit message (Expand)AuthorAgeFilesLines
* s3-torture: Make sure status is used initialized.Andreas Schneider2013-12-061-4/+3
* vfstest: fix uninitialised variable usage in openDavid Disseldorp2013-11-081-2/+3
* vfstest: Convert cmd_set_nt_acl to synthetic_smb_fnameVolker Lendecke2013-04-171-4/+3
* vfstest: Convert cmd_utime to synthetic_smb_fnameVolker Lendecke2013-04-171-5/+3
* vfstest: Convert cmd_lstat to synthetic_smb_fnameVolker Lendecke2013-04-171-5/+3
* vfstest: Convert cmd_stat to synthetic_smb_fnameVolker Lendecke2013-04-171-5/+3
* vfstest: Convert cmd_rename to synthetic_smb_fnameVolker Lendecke2013-04-171-9/+6
* vfstest: Convert cmd_pathfunc to synthetic_smb_fnameVolker Lendecke2013-04-171-6/+4
* vfstest: Convert cmd_open to synthetic_smb_fnameVolker Lendecke2013-04-171-4/+3
* vfs_catia: write a testcase - add a translate command to vfstestGuenter Kukkukk2013-03-111-0/+75
* s3:torture/vfstest implement sys_acl_blob_get_fdChristian Ambach2013-02-041-0/+45
* s3:torture/vfstest implement sys_acl_blob_get_fileChristian Ambach2013-02-041-0/+32
* Ensure we Correctly set fsp->is_directory before dealing with ACLs.Andrew Bartlett2012-11-131-1/+1
* smbd: Add mem_ctx to {f,}get_nt_acl VFS callAndrew Bartlett2012-10-111-2/+6
* smbd: Add mem_ctx to sys_acl_init() and all callersAndrew Bartlett2012-10-111-2/+2
* s3-torture: Allow vfstest to set ACLs on a directoryAndrew Bartlett2012-08-171-6/+11
* s3-selftest: Add a seperate test for ACL tests using vfstestAndrew Bartlett2012-08-161-10/+35
* s3-torture: Add ACL commands to vfstestAndrew Bartlett2012-08-161-0/+311
* s3-torture: Use talloc more in vfstestAndrew Bartlett2012-08-161-12/+7
* s3-torture: Initialise fsp fully in vfstest openAndrew Bartlett2012-08-161-0/+34
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-1/+1
* build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett2012-04-061-3/+3
* build: Remove SMB_STRUCT_DIRENT defineAndrew Bartlett2012-04-051-1/+1
* lib/util: Remove dummy wrapper for getgrgid().Jelmer Vernooij2012-03-241-3/+3
* lib/util: Remove dummy wrapper for getpwuid().Jelmer Vernooij2012-03-241-3/+3
* s3: Add a new set of andx chain handling routinesVolker Lendecke2012-03-101-0/+2
* s3-vfstest: Add removexattrVolker Lendecke2012-02-021-0/+21
* s3-vfstest: Add setxattrVolker Lendecke2012-02-021-0/+27
* s3-vfstest: Add listxattrVolker Lendecke2012-02-021-0/+48
* s3-vfstest: Add getxattrVolker Lendecke2012-02-021-0/+37
* s3-vfstest: Fix a double-free on closing a fileVolker Lendecke2012-02-021-1/+1
* s3-vfstest: Fix some nonblank line endingsVolker Lendecke2012-02-011-10/+10
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-091-2/+2
* Remove the char * argument from the SMB_VFS_GETWD() call. Now alwaysJeremy Allison2011-06-011-2/+3
* 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/passwd.h when needed.Günther Deschner2011-03-301-0/+1
* lib/util/util_pw: share sys_get{pw,gr} group of calls.Günther Deschner2011-03-301-0/+1
* Move the uglyness of #ifdef REALPATH_TAKES_NULL into the vfs_defaultJeremy Allison2010-11-201-3/+1
* s3: Finish plumbing the fsp->fsp_name smb_fname conversion through the modules.Tim Prouty2009-07-201-9/+4
* s3: Plumb smb_filename through SMB_VFS_NTIMESTim Prouty2009-07-061-1/+13
* s3: Plumb smb_filename through SMB_VFS_UNLINKTim Prouty2009-07-061-1/+11
* s3: Plumb smb_filename through SMB_VFS_RENAMETim Prouty2009-07-061-1/+20
* s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTATTim Prouty2009-06-241-2/+24
* s3: Change SMB_VFS_OPEN to take an smb_filename structTim Prouty2009-06-171-1/+12
* Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke2009-05-261-82/+98
* Fix a bunch of compiler warnings about wrong format types.Jeremy Allison2009-05-111-4/+4
* s3: Remove some unused varsTim Prouty2009-02-101-5/+3
* Add an optional SMB_STRUCT_SMB parameter to VFS_OP_READDIRSteven Danneman2009-02-091-2/+33
* Extend NTIMES to allow setting create_timetodd stecher2009-01-231-4/+7