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
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
2008-04-21
Remove redundant parameter fd from SMB_VFS_CLOSE().
Michael Adam
1
-1
/
+1
2008-02-28
Remove a useless variable.
Michael Adam
1
-2
/
+1
2008-01-30
Fix some IBM checker warnings
Volker Lendecke
1
-4
/
+4
2008-01-10
Remove redundant parameter fd from SMB_VFS_WRITE().
Michael Adam
1
-1
/
+1
2008-01-10
Remove redundant parameter fd from SMB_VFS_READ().
Michael Adam
1
-1
/
+1
2008-01-09
Fix memory handling in torture/cmd_vfs.c:cmd_open and don't leak fsp_name.
Michael Adam
1
-0
/
+13
2008-01-07
Remove redundant parameter fd from SMB_VFS_LOCK().
Michael Adam
1
-1
/
+1
2008-01-07
Remove redundant parameter fd from SMB_VFS_FTRUNCATE().
Michael Adam
1
-1
/
+1
2008-01-07
Remove redundant parameter fd from SMB_VFS_FCHOWN().
Michael Adam
1
-1
/
+1
2008-01-07
Remove redundant parameter fd from SMB_VFS_FCHMOD().
Michael Adam
1
-1
/
+1
2008-01-07
Remove redundant parameter fd from SMB_VFS_FSTAT().
Michael Adam
1
-1
/
+1
2008-01-07
Remove redundant parameter fd from SMB_VFS_FSYNC().
Michael Adam
1
-1
/
+1
2008-01-07
Remove redundant parameter fd from SMB_VFS_LSEEK().
Michael Adam
1
-1
/
+1
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-1
/
+1
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r22001: change prototype of dump_data(), so that it takes unsigned char * now,
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r21715: Fix torture utime code.
Jeremy Allison
1
-4
/
+4
2007-10-10
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
1
-10
/
+14
2007-10-10
r8682: fix vfstest, thanks to Rainer Link for spotting this one
Simo Sorce
1
-0
/
+2
2007-10-10
r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the torture
Jeremy Allison
1
-1
/
+1
2007-10-10
r7902: Fix the build
Volker Lendecke
1
-2
/
+2
2007-10-10
r6640: Attempt to fix 'make everything' with the paranoid malloc checker.
Volker Lendecke
1
-1
/
+1
2007-10-10
r6595: This is Volkers new-talloc patch. Just got the go-ahead from
Jeremy Allison
1
-2
/
+2
2007-10-10
r4236: More *alloc fixes.
Jeremy Allison
1
-1
/
+1
2007-10-10
r3072: Fix for bug #1947 - incorrect use of getpwnam() etc. interface.
Jeremy Allison
1
-6
/
+0
2003-10-14
Enclose usage of st_blksize and st_blocks struct stat members in
Tim Potter
1
-0
/
+12
2003-08-27
Add CAP VFS module from Monyo. Primary purpose of this module is to provide C...
Alexander Bokovoy
1
-6
/
+9
2003-07-22
Fixup a bunch of printf-style functions and debugs to use unsigned long when
Tim Potter
1
-3
/
+6
2003-05-14
Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...
Alexander Bokovoy
1
-33
/
+33
2003-05-11
Fix VFS layer:
Alexander Bokovoy
1
-105
/
+96
2002-11-23
Please compile with :
Jeremy Allison
1
-20
/
+26
2002-08-21
implemented lock and mknod
Simo Sorce
1
-7
/
+118
2002-08-19
make IRIX happy
Simo Sorce
1
-10
/
+14
2002-08-18
O_NOFOLLOW does not exist on solaris 8 ??
Simo Sorce
1
-0
/
+4
2002-08-18
improvements and bugfix
Simo Sorce
1
-17
/
+71
2002-08-18
A new utility to test VFS system and modules
Simo Sorce
1
-0
/
+872