summaryrefslogtreecommitdiffstats
path: root/source3/modules/vfs_catia.c
Commit message (Expand)AuthorAgeFilesLines
* vfs_catia: add chmod()Ralph Boehme2014-03-111-0/+20
* vfs_catia: use translate direction enum instead of intDavid Disseldorp2013-06-171-1/+1
* source3/modules/vfs_catia.c: Fix typo in comment.Karolin Seeger2013-05-151-1/+1
* vfs: Convert catia_ntimes to cp_smb_filenameVolker Lendecke2013-04-171-3/+3
* vfs: Convert catia_unlink to cp_smb_filenameVolker Lendecke2013-04-171-3/+3
* vfs: Convert catia_rename to cp_smb_filenameVolker Lendecke2013-04-171-7/+6
* vfs_catia: add my copyrightGuenter Kukkukk2013-03-071-0/+1
* vfs_catia: fix the translation to "vfs_translate_to_windows"Guenter Kukkukk2013-03-071-4/+6
* vfs_catia: add debug class for that moduleGuenter Kukkukk2013-03-071-1/+23
* smbd: Add mem_ctx to {f,}get_nt_acl VFS callAndrew Bartlett2012-10-111-1/+2
* smbd: Add mem_ctx to sys_acl_init() and all callersAndrew Bartlett2012-10-111-2/+3
* s3-vfs: Remove unused lremovexattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-051-23/+0
* s3-vfs: Remove unused lsetxattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-051-24/+0
* s3-vfs: Remove unused llistxattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-051-23/+0
* s3-vfs: Remove unused lgetxattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-051-23/+0
* build: Remove SMB_STRUCT_DIR defineAndrew Bartlett2012-04-051-2/+2
* vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe2011-12-121-29/+29
* s3-vfs: rename open function to open_fn.Günther Deschner2011-04-211-1/+1
* s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner2011-03-301-0/+1
* Move the uglyness of #ifdef REALPATH_TAKES_NULL into the vfs_defaultJeremy Allison2010-11-201-3/+2
* vfs_catia: fix return type warningsBjörn Jacke2010-02-091-2/+2
* s3: Do not talloc in readdirVolker Lendecke2009-11-181-7/+16
* vfs catia: Fix a NULL dereference when CATIA is loaded with no mappings speci...Aravind Srinivasan2009-09-241-1/+8
* vfs catia: Fix the double translation that was happening with createfile and ...Aravind Srinivasan2009-09-241-85/+37
* vfs catia: Fix a possible NULL dereferenceAravind Srinivasan2009-09-241-2/+9
* s3:vfs_catia: Make some fns staticVolker Lendecke2009-09-141-3/+3
* s3:vfs_catia: Use talloc_zero for simplificationVolker Lendecke2009-09-141-2/+1
* s3:vfs_modules: Fix Coverity ID 946: OVERRUN_STATICVolker Lendecke2009-09-141-1/+1
* s3: Major revamp for catia vfs moduleAravind Srinivasan2009-08-281-145/+837
* Make the smbd VFS typesafeVolker Lendecke2009-07-241-35/+13
* Fix a few type errors in VFS modulesVolker Lendecke2009-07-191-1/+2
* Attempt to fix the build of vfs_catia.c -- Tim, please check!Volker Lendecke2009-07-071-2/+2
* s3 catia: Remove pointless VOPs from catiaTim Prouty2009-07-061-84/+0
* s3: Plumb smb_filename through SMB_VFS_UNLINKTim Prouty2009-07-061-3/+22
* s3: Plumb smb_filename through SMB_VFS_RENAMETim Prouty2009-07-061-8/+42
* s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTATTim Prouty2009-06-241-6/+30
* s3: Change SMB_VFS_OPEN to take an smb_filename structTim Prouty2009-06-171-3/+15
* Add an optional SMB_STRUCT_SMB parameter to VFS_OP_READDIRSteven Danneman2009-02-091-2/+3
* Extend NTIMES to allow setting create_timetodd stecher2009-01-231-2/+2
* Fix bug #5692 - Core dump in full_audit.so.Jeremy Allison2008-08-141-1/+1
* Cleanup size_t return values in callers of convert_string_allocateTim Prouty2008-05-201-2/+3
* Yay ! Remove a VFS entry. Removed the set_nt_acl() call,Jeremy Allison2008-05-081-10/+0
* Change the prototype of the vfs function get_nt_acl().Michael Adam2007-12-191-2/+1
* Remove pstring from modules directory.Jeremy Allison2007-11-161-106/+163
* Make [f]get_nt_acl return NTSTATUSVolker Lendecke2007-11-131-1/+1
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-2/+2
* r25222: Fix last assumptions that (size_t)-1 can be usedJeremy Allison2007-10-101-1/+1
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23722: Fix the build of the catia moduleVolker Lendecke2007-10-101-2/+2