summaryrefslogtreecommitdiff
path: root/examples/VFS
AgeCommit message (Expand)AuthorFilesLines
2015-08-20examples/VFS: make function prototypes available via static_decl_vfs;Stefan Metzmacher3-0/+3
2015-07-07smbd: Remove SMB_VFS_NOTIFY_WATCHVolker Lendecke2-30/+0
2015-05-14Convert all uint32/16/8 to _t in a grab-bag of remaining files.Richard Sharpe3-15/+15
2015-03-31vfs: add snapshot create/delete hooksDavid Disseldorp2-0/+62
2015-03-09s3/vfs: change fallocate mode flags from enum->uint32_tDavid Disseldorp2-2/+2
2015-02-17s3/vfs: remove unused SMB_VFS_DISK_FREE() small_query parameterDavid Disseldorp2-4/+3
2014-12-04s3:vfs: add create tags to SMB_VFS_CREATEFILERalph Boehme2-3/+8
2014-12-04s3:vfs: add SMB_VFS_READDIR_ATTR()Ralph Boehme2-0/+18
2014-08-11vfs3: Pass "lease" through SMB_VFS_CREATE_FILEVolker Lendecke2-0/+3
2014-07-04smbd: Remove unused blocking_lock_record* from VFS_BRL_CANCEL_WINDOWSVolker Lendecke2-5/+3
2014-07-04smbd: Remove unused blocking_lock_record* from VFS_BRL_LOCK_WINDOWSVolker Lendecke2-5/+3
2013-11-22vfs: add [GET/SET]_COMPRESSION hooksDavid Disseldorp2-0/+40
2013-05-28build: Remove autoconf build system from examples/VFSAndrew Bartlett6-3977/+0
2013-01-16s3-vfs: add copy_chunk vfs hooksDavid Disseldorp2-0/+117
2012-10-11examples: Re-indent and reformat skel VFS modulesAndrew Bartlett2-348/+436
2012-10-11vfs: Remove type parameter from sys_acl_blob_get_{fd,file}Andrew Bartlett2-3/+3
2012-10-11smbd: Add mem_ctx to {f,}get_nt_acl VFS callAndrew Bartlett2-6/+14
2012-10-11smbd: Add mem_ctx to sys_acl_init() and all callersAndrew Bartlett2-6/+16
2012-09-12smbd: Add extra VFS hooks to get the posix ACL as a blobAndrew Bartlett2-0/+33
2012-08-15s3-smbd: Remove sys_acl_*() VFS wrapper functionsAndrew Bartlett2-221/+0
2012-07-31Make it possible to build under Solaris make as well as FreeBSD and Linux. Al...Richard Sharpe1-4/+17
2012-07-18s3-vfs: async fsyncVolker Lendecke2-0/+69
2012-07-18s3-aio: Remove unused VFS functions and moreVolker Lendecke2-91/+0
2012-07-18s3-vfs: Add pwrite_send/recv to vfs modulesVolker Lendecke2-0/+74
2012-07-18s3-vfs: Add pread_send/recv to vfs modulesVolker Lendecke2-0/+73
2012-06-06examples/VFS: don't use smbd/proto.hStefan Metzmacher3-3/+0
2012-05-18build: Move generated files out of the normal build treeAndrew Bartlett1-0/+1
2012-04-16Improve the VFS Makefile so that it is easier for use out of tree but still w...Richard Sharpe1-13/+9
2012-04-06build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett2-20/+20
2012-04-05s3-vfs: Remove unused lremovexattr call from VFS modules, system.c and configureAndrew Bartlett2-13/+0
2012-04-05s3-vfs: Remove unused lsetxattr call from VFS modules, system.c and configureAndrew Bartlett2-13/+0
2012-04-05s3-vfs: Remove unused llistxattr call from VFS modules, system.c and configureAndrew Bartlett2-13/+0
2012-04-05s3-vfs: Remove unused lgetxattr call from VFS modules, system.c and configureAndrew Bartlett2-15/+0
2012-04-05build: Remove SMB_STRUCT_DIR defineAndrew Bartlett2-16/+16
2012-04-05build: Remove SMB_STRUCT_DIRENT defineAndrew Bartlett2-2/+2
2012-03-26s3: Pass filters explicitly through vfs notify watchVolker Lendecke2-3/+8
2012-03-24Improve the Makefile. Use a standard make macro, not a shell command.Richard Sharpe1-1/+1
2012-03-24Make it possible for developers of out-of-tree modules to use the same names ...Richard Sharpe1-1/+1
2012-03-21s3: Pass "path" through vfs_notify_watchVolker Lendecke1-6/+10
2012-03-03examples: Make examples/VFS/Makefile.in FreeBSD-friendlyVolker Lendecke1-6/+14
2012-02-09s3-build: remove EXEEXT from MakefilesAndrew Bartlett1-3/+0
2011-12-13s3: Fix examples/VFS buildVolker Lendecke3-3/+3
2011-12-12vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe3-229/+229
2011-11-17Improve configure.in so it can be used outside the Samba source tree.Richard Sharpe1-2/+3
2011-10-11s3-waf: make sure we build example vfs modules with --enable-developer.Günther Deschner1-0/+25
2011-10-11Fix the VFS for fsctl.Jeremy Allison2-0/+39
2011-10-08examples/VFS: add skel_get_dfs_referrals()Stefan Metzmacher2-0/+14
2011-10-08examples/VFS: fix names in skel_opaque.cStefan Metzmacher1-3/+3
2011-10-08examples/VFS: fix a typo in the READMEMichael Adam1-1/+1
2011-07-06examples/VFS: try to fix the build on openbsd, adding alternative spellings o...Michael Adam1-2/+3