| Commit message (Expand) | Author | Age | Files | Lines |
* | 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/passwd.h when needed. | Günther Deschner | 2011-03-30 | 1 | -0/+1 |
* | lib/util/util_pw: share sys_get{pw,gr} group of calls. | Günther Deschner | 2011-03-30 | 1 | -0/+1 |
* | Move the uglyness of #ifdef REALPATH_TAKES_NULL into the vfs_default | Jeremy Allison | 2010-11-20 | 1 | -3/+1 |
* | s3: Finish plumbing the fsp->fsp_name smb_fname conversion through the modules. | Tim Prouty | 2009-07-20 | 1 | -9/+4 |
* | s3: Plumb smb_filename through SMB_VFS_NTIMES | Tim Prouty | 2009-07-06 | 1 | -1/+13 |
* | s3: Plumb smb_filename through SMB_VFS_UNLINK | Tim Prouty | 2009-07-06 | 1 | -1/+11 |
* | s3: Plumb smb_filename through SMB_VFS_RENAME | Tim Prouty | 2009-07-06 | 1 | -1/+20 |
* | s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTAT | Tim Prouty | 2009-06-24 | 1 | -2/+24 |
* | s3: Change SMB_VFS_OPEN to take an smb_filename struct | Tim Prouty | 2009-06-17 | 1 | -1/+12 |
* | Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT | Volker Lendecke | 2009-05-26 | 1 | -82/+98 |
* | Fix a bunch of compiler warnings about wrong format types. | Jeremy Allison | 2009-05-11 | 1 | -4/+4 |
* | s3: Remove some unused vars | Tim Prouty | 2009-02-10 | 1 | -5/+3 |
* | Add an optional SMB_STRUCT_SMB parameter to VFS_OP_READDIR | Steven Danneman | 2009-02-09 | 1 | -2/+33 |
* | Extend NTIMES to allow setting create_time | todd stecher | 2009-01-23 | 1 | -4/+7 |
* | Use {u,}int64_t instead of SMB_BIG_{U,}INT. | Jelmer Vernooij | 2008-10-14 | 1 | -1/+1 |
* | Fix build warning on FreeBSD | Steven Danneman | 2008-09-15 | 1 | -2/+2 |
* | Remove redundant parameter fd from SMB_VFS_CLOSE(). | Michael Adam | 2008-04-21 | 1 | -1/+1 |
* | Remove a useless variable. | Michael Adam | 2008-02-28 | 1 | -2/+1 |
* | Fix some IBM checker warnings | Volker Lendecke | 2008-01-30 | 1 | -4/+4 |
* | Remove redundant parameter fd from SMB_VFS_WRITE(). | Michael Adam | 2008-01-10 | 1 | -1/+1 |
* | Remove redundant parameter fd from SMB_VFS_READ(). | Michael Adam | 2008-01-10 | 1 | -1/+1 |
* | Fix memory handling in torture/cmd_vfs.c:cmd_open and don't leak fsp_name. | Michael Adam | 2008-01-09 | 1 | -0/+13 |
* | Remove redundant parameter fd from SMB_VFS_LOCK(). | Michael Adam | 2008-01-07 | 1 | -1/+1 |
* | Remove redundant parameter fd from SMB_VFS_FTRUNCATE(). | Michael Adam | 2008-01-07 | 1 | -1/+1 |
* | Remove redundant parameter fd from SMB_VFS_FCHOWN(). | Michael Adam | 2008-01-07 | 1 | -1/+1 |
* | Remove redundant parameter fd from SMB_VFS_FCHMOD(). | Michael Adam | 2008-01-07 | 1 | -1/+1 |
* | Remove redundant parameter fd from SMB_VFS_FSTAT(). | Michael Adam | 2008-01-07 | 1 | -1/+1 |
* | Remove redundant parameter fd from SMB_VFS_FSYNC(). | Michael Adam | 2008-01-07 | 1 | -1/+1 |
* | Remove redundant parameter fd from SMB_VFS_LSEEK(). | Michael Adam | 2008-01-07 | 1 | -1/+1 |
* | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 2007-10-18 | 1 | -1/+1 |
* | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 2007-10-10 | 1 | -2/+1 |
* | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 2007-10-10 | 1 | -1/+1 |
* | r22001: change prototype of dump_data(), so that it takes unsigned char * now, | Stefan Metzmacher | 2007-10-10 | 1 | -1/+1 |
* | r21715: Fix torture utime code. | Jeremy Allison | 2007-10-10 | 1 | -4/+4 |
* | r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need | Jeremy Allison | 2007-10-10 | 1 | -10/+14 |
* | r8682: fix vfstest, thanks to Rainer Link for spotting this one | Simo Sorce | 2007-10-10 | 1 | -0/+2 |
* | r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the torture | Jeremy Allison | 2007-10-10 | 1 | -1/+1 |
* | r7902: Fix the build | Volker Lendecke | 2007-10-10 | 1 | -2/+2 |
* | r6640: Attempt to fix 'make everything' with the paranoid malloc checker. | Volker Lendecke | 2007-10-10 | 1 | -1/+1 |
* | r6595: This is Volkers new-talloc patch. Just got the go-ahead from | Jeremy Allison | 2007-10-10 | 1 | -2/+2 |
* | r4236: More *alloc fixes. | Jeremy Allison | 2007-10-10 | 1 | -1/+1 |
* | r3072: Fix for bug #1947 - incorrect use of getpwnam() etc. interface. | Jeremy Allison | 2007-10-10 | 1 | -6/+0 |
* | Enclose usage of st_blksize and st_blocks struct stat members in | Tim Potter | 2003-10-14 | 1 | -0/+12 |
* | Add CAP VFS module from Monyo. Primary purpose of this module is to provide C... | Alexander Bokovoy | 2003-08-27 | 1 | -6/+9 |
* | Fixup a bunch of printf-style functions and debugs to use unsigned long when | Tim Potter | 2003-07-22 | 1 | -3/+6 |
* | Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF... | Alexander Bokovoy | 2003-05-14 | 1 | -33/+33 |
* | Fix VFS layer: | Alexander Bokovoy | 2003-05-11 | 1 | -105/+96 |
* | Please compile with : | Jeremy Allison | 2002-11-23 | 1 | -20/+26 |