summaryrefslogtreecommitdiff
path: root/source3/torture/cmd_vfs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij2008-10-141-1/+1
* Fix build warning on FreeBSDSteven Danneman2008-09-151-2/+2
* Remove redundant parameter fd from SMB_VFS_CLOSE().Michael Adam2008-04-211-1/+1
* Remove a useless variable.Michael Adam2008-02-281-2/+1
* Fix some IBM checker warningsVolker Lendecke2008-01-301-4/+4
* Remove redundant parameter fd from SMB_VFS_WRITE().Michael Adam2008-01-101-1/+1
* Remove redundant parameter fd from SMB_VFS_READ().Michael Adam2008-01-101-1/+1
* Fix memory handling in torture/cmd_vfs.c:cmd_open and don't leak fsp_name.Michael Adam2008-01-091-0/+13
* Remove redundant parameter fd from SMB_VFS_LOCK().Michael Adam2008-01-071-1/+1
* Remove redundant parameter fd from SMB_VFS_FTRUNCATE().Michael Adam2008-01-071-1/+1
* Remove redundant parameter fd from SMB_VFS_FCHOWN().Michael Adam2008-01-071-1/+1
* Remove redundant parameter fd from SMB_VFS_FCHMOD().Michael Adam2008-01-071-1/+1
* Remove redundant parameter fd from SMB_VFS_FSTAT().Michael Adam2008-01-071-1/+1
* Remove redundant parameter fd from SMB_VFS_FSYNC().Michael Adam2008-01-071-1/+1
* Remove redundant parameter fd from SMB_VFS_LSEEK().Michael Adam2008-01-071-1/+1
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-1/+1
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher2007-10-101-1/+1
* r21715: Fix torture utime code.Jeremy Allison2007-10-101-4/+4
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-10/+14
* r8682: fix vfstest, thanks to Rainer Link for spotting this oneSimo Sorce2007-10-101-0/+2
* r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the tortureJeremy Allison2007-10-101-1/+1
* r7902: Fix the buildVolker Lendecke2007-10-101-2/+2
* r6640: Attempt to fix 'make everything' with the paranoid malloc checker.Volker Lendecke2007-10-101-1/+1
* r6595: This is Volkers new-talloc patch. Just got the go-ahead fromJeremy Allison2007-10-101-2/+2
* r4236: More *alloc fixes.Jeremy Allison2007-10-101-1/+1
* r3072: Fix for bug #1947 - incorrect use of getpwnam() etc. interface.Jeremy Allison2007-10-101-6/+0
* Enclose usage of st_blksize and st_blocks struct stat members inTim Potter2003-10-141-0/+12
* Add CAP VFS module from Monyo. Primary purpose of this module is to provide C...Alexander Bokovoy2003-08-271-6/+9
* Fixup a bunch of printf-style functions and debugs to use unsigned long whenTim Potter2003-07-221-3/+6
* Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...Alexander Bokovoy2003-05-141-33/+33