summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_catia.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-17vfs_catia: use translate direction enum instead of intDavid Disseldorp1-1/+1
2013-05-15source3/modules/vfs_catia.c: Fix typo in comment.Karolin Seeger1-1/+1
2013-04-17vfs: Convert catia_ntimes to cp_smb_filenameVolker Lendecke1-3/+3
2013-04-17vfs: Convert catia_unlink to cp_smb_filenameVolker Lendecke1-3/+3
2013-04-17vfs: Convert catia_rename to cp_smb_filenameVolker Lendecke1-7/+6
2013-03-07vfs_catia: add my copyrightGuenter Kukkukk1-0/+1
2013-03-07vfs_catia: fix the translation to "vfs_translate_to_windows"Guenter Kukkukk1-4/+6
2013-03-07vfs_catia: add debug class for that moduleGuenter Kukkukk1-1/+23
2012-10-11smbd: Add mem_ctx to {f,}get_nt_acl VFS callAndrew Bartlett1-1/+2
2012-10-11smbd: Add mem_ctx to sys_acl_init() and all callersAndrew Bartlett1-2/+3
2012-04-05s3-vfs: Remove unused lremovexattr call from VFS modules, system.c and configureAndrew Bartlett1-23/+0
2012-04-05s3-vfs: Remove unused lsetxattr call from VFS modules, system.c and configureAndrew Bartlett1-24/+0
2012-04-05s3-vfs: Remove unused llistxattr call from VFS modules, system.c and configureAndrew Bartlett1-23/+0
2012-04-05s3-vfs: Remove unused lgetxattr call from VFS modules, system.c and configureAndrew Bartlett1-23/+0
2012-04-05build: Remove SMB_STRUCT_DIR defineAndrew Bartlett1-2/+2
2011-12-12vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe1-29/+29
2011-04-21s3-vfs: rename open function to open_fn.Günther Deschner1-1/+1
2011-03-30s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner1-0/+1
2010-11-20Move the uglyness of #ifdef REALPATH_TAKES_NULL into the vfs_defaultJeremy Allison1-3/+2
2010-02-09vfs_catia: fix return type warningsBjörn Jacke1-2/+2
2009-11-18s3: Do not talloc in readdirVolker Lendecke1-7/+16
2009-09-24vfs catia: Fix a NULL dereference when CATIA is loaded with no mappings speci...Aravind Srinivasan1-1/+8
2009-09-24vfs catia: Fix the double translation that was happening with createfile and ...Aravind Srinivasan1-85/+37
2009-09-24vfs catia: Fix a possible NULL dereferenceAravind Srinivasan1-2/+9
2009-09-14s3:vfs_catia: Make some fns staticVolker Lendecke1-3/+3
2009-09-14s3:vfs_catia: Use talloc_zero for simplificationVolker Lendecke1-2/+1
2009-09-14s3:vfs_modules: Fix Coverity ID 946: OVERRUN_STATICVolker Lendecke1-1/+1
2009-08-28s3: Major revamp for catia vfs moduleAravind Srinivasan1-145/+837
2009-07-24Make the smbd VFS typesafeVolker Lendecke1-35/+13
2009-07-19Fix a few type errors in VFS modulesVolker Lendecke1-1/+2
2009-07-07Attempt to fix the build of vfs_catia.c -- Tim, please check!Volker Lendecke1-2/+2
2009-07-06s3 catia: Remove pointless VOPs from catiaTim Prouty1-84/+0
2009-07-06s3: Plumb smb_filename through SMB_VFS_UNLINKTim Prouty1-3/+22
2009-07-06s3: Plumb smb_filename through SMB_VFS_RENAMETim Prouty1-8/+42
2009-06-24s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTATTim Prouty1-6/+30
2009-06-17s3: Change SMB_VFS_OPEN to take an smb_filename structTim Prouty1-3/+15
2009-02-09Add an optional SMB_STRUCT_SMB parameter to VFS_OP_READDIRSteven Danneman1-2/+3
2009-01-23Extend NTIMES to allow setting create_timetodd stecher1-2/+2
2008-08-14Fix bug #5692 - Core dump in full_audit.so.Jeremy Allison1-1/+1
2008-05-20Cleanup size_t return values in callers of convert_string_allocateTim Prouty1-2/+3
2008-05-08Yay ! Remove a VFS entry. Removed the set_nt_acl() call,Jeremy Allison1-10/+0
2007-12-19Change the prototype of the vfs function get_nt_acl().Michael Adam1-2/+1
2007-11-16Remove pstring from modules directory.Jeremy Allison1-106/+163
2007-11-13Make [f]get_nt_acl return NTSTATUSVolker Lendecke1-1/+1
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-2/+2
2007-10-10r25222: Fix last assumptions that (size_t)-1 can be usedJeremy Allison1-1/+1
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23722: Fix the build of the catia moduleVolker Lendecke1-2/+2
2007-10-10r23620: Convert set_nt_acl to return NTSTATUS. Also fix the chownJeremy Allison1-1/+1