Age | Commit message (Expand) | Author | Files | Lines |
2012-10-11 | smbd: Add mem_ctx to {f,}get_nt_acl VFS call | Andrew Bartlett | 1 | -1/+2 |
2012-10-11 | smbd: Add mem_ctx to sys_acl_init() and all callers | Andrew Bartlett | 1 | -2/+3 |
2012-04-05 | s3-vfs: Remove unused lremovexattr call from VFS modules, system.c and configure | Andrew Bartlett | 1 | -23/+0 |
2012-04-05 | s3-vfs: Remove unused lsetxattr call from VFS modules, system.c and configure | Andrew Bartlett | 1 | -24/+0 |
2012-04-05 | s3-vfs: Remove unused llistxattr call from VFS modules, system.c and configure | Andrew Bartlett | 1 | -23/+0 |
2012-04-05 | s3-vfs: Remove unused lgetxattr call from VFS modules, system.c and configure | Andrew Bartlett | 1 | -23/+0 |
2012-04-05 | build: Remove SMB_STRUCT_DIR define | Andrew Bartlett | 1 | -2/+2 |
2011-12-12 | vfs: Make function pointer names consistent. They all end in _fn | Richard Sharpe | 1 | -29/+29 |
2011-04-21 | s3-vfs: rename open function to open_fn. | Günther Deschner | 1 | -1/+1 |
2011-03-30 | s3-vfs: include smbd/smbd.h in vfs modules. | 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/+2 |
2010-02-09 | vfs_catia: fix return type warnings | Björn Jacke | 1 | -2/+2 |
2009-11-18 | s3: Do not talloc in readdir | Volker Lendecke | 1 | -7/+16 |
2009-09-24 | vfs catia: Fix a NULL dereference when CATIA is loaded with no mappings speci... | Aravind Srinivasan | 1 | -1/+8 |
2009-09-24 | vfs catia: Fix the double translation that was happening with createfile and ... | Aravind Srinivasan | 1 | -85/+37 |
2009-09-24 | vfs catia: Fix a possible NULL dereference | Aravind Srinivasan | 1 | -2/+9 |
2009-09-14 | s3:vfs_catia: Make some fns static | Volker Lendecke | 1 | -3/+3 |
2009-09-14 | s3:vfs_catia: Use talloc_zero for simplification | Volker Lendecke | 1 | -2/+1 |
2009-09-14 | s3:vfs_modules: Fix Coverity ID 946: OVERRUN_STATIC | Volker Lendecke | 1 | -1/+1 |
2009-08-28 | s3: Major revamp for catia vfs module | Aravind Srinivasan | 1 | -145/+837 |
2009-07-24 | Make the smbd VFS typesafe | Volker Lendecke | 1 | -35/+13 |
2009-07-19 | Fix a few type errors in VFS modules | Volker Lendecke | 1 | -1/+2 |
2009-07-07 | Attempt to fix the build of vfs_catia.c -- Tim, please check! | Volker Lendecke | 1 | -2/+2 |
2009-07-06 | s3 catia: Remove pointless VOPs from catia | Tim Prouty | 1 | -84/+0 |
2009-07-06 | s3: Plumb smb_filename through SMB_VFS_UNLINK | Tim Prouty | 1 | -3/+22 |
2009-07-06 | s3: Plumb smb_filename through SMB_VFS_RENAME | Tim Prouty | 1 | -8/+42 |
2009-06-24 | s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTAT | Tim Prouty | 1 | -6/+30 |
2009-06-17 | s3: Change SMB_VFS_OPEN to take an smb_filename struct | Tim Prouty | 1 | -3/+15 |
2009-02-09 | Add an optional SMB_STRUCT_SMB parameter to VFS_OP_READDIR | Steven Danneman | 1 | -2/+3 |
2009-01-23 | Extend NTIMES to allow setting create_time | todd stecher | 1 | -2/+2 |
2008-08-14 | Fix bug #5692 - Core dump in full_audit.so. | Jeremy Allison | 1 | -1/+1 |
2008-05-20 | Cleanup size_t return values in callers of convert_string_allocate | Tim Prouty | 1 | -2/+3 |
2008-05-08 | Yay ! Remove a VFS entry. Removed the set_nt_acl() call, | Jeremy Allison | 1 | -10/+0 |
2007-12-19 | Change the prototype of the vfs function get_nt_acl(). | Michael Adam | 1 | -2/+1 |
2007-11-16 | Remove pstring from modules directory. | Jeremy Allison | 1 | -106/+163 |
2007-11-13 | Make [f]get_nt_acl return NTSTATUS | Volker Lendecke | 1 | -1/+1 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r25222: Fix last assumptions that (size_t)-1 can be used | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r23801: The FSF has moved around a lot. This fixes their Mass Ave address. | 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 | r23722: Fix the build of the catia module | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r23620: Convert set_nt_acl to return NTSTATUS. Also fix the chown | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r23423: Use the correct structure types in the NT_ACL operations. It's not | James Peach | 1 | -2/+2 |
2007-10-10 | r23105: Add lchown to the vfs layer. We need this in the POSIX code. | Jeremy Allison | 1 | -0/+12 |
2007-10-10 | r21714: Change the VFS interface to use struct timespec | Jeremy Allison | 1 | -4/+4 |
2007-10-10 | r20261: merge 20260 from samba_3_0_24 | Herb Lewis | 1 | -0/+1 |
2007-10-10 | r18745: Use the Samba4 data structures for security descriptors and security ... | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need | Jeremy Allison | 1 | -41/+39 |
2007-10-10 | r9483: Changed DIR to SMB_STRUCT_DIR because of the amazing stupidity of a UN... | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r7902: Fix the build | Volker Lendecke | 1 | -3/+3 |