summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_fileid.c
Commit message (Expand)AuthorAgeFilesLines
* vfs_fileid: add "fsname_norootdir_ext" optionRalph Boehme2019-09-251-0/+17
* vfs_fileid: add extid mapping hooksRalph Boehme2019-09-241-2/+16
* vfs_fileid: fix fsname_norootdir algorithmRalph Wuerthner2019-01-171-1/+2
* vfs_fileid: fix get_connectpath_inoRalph Wuerthner2019-01-151-1/+3
* vfs_fileid: Fix the 32-bit buildVolker Lendecke2018-01-211-2/+2
* vfs_fileid: fix a use after freeRalph Boehme2018-01-081-1/+3
* vfs_fileid: add fileid:algorithm = fsname_norootdirRalph Boehme2018-01-061-3/+42
* vfs_fileid: add fileid:nolockinode parameterRalph Boehme2018-01-061-1/+12
* vfs_fileid: add fileid:algorithm = fsname_nodirsRalph Boehme2018-01-061-0/+14
* vfs_fileid: add fileid:algorithm = hostnameRalph Boehme2018-01-061-0/+31
* vfs_fileid: convert dev argument of the device_mapping_fn to SMB_STRUCT_STATRalph Boehme2018-01-061-8/+8
* vfs_fileid: add "fstype/mntdir deny/allow list" optionRalph Wuerthner2018-01-061-0/+114
* vfs_fileid: preserve errno in an error code pathRalph Boehme2018-01-061-0/+3
* vfs_fileid: add a DEBUG message to log dev and inodeRalph Boehme2018-01-061-0/+3
* vfs: Use static_decl_vfs in all VFS modulesChristof Schmitt2017-12-181-1/+1
* s3:modules: Avoid setting the sign bit to 1.Andreas Schneider2017-08-251-1/+1
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-2/+2
* vfs_fileid: Fix a signed/unsigned mixupVolker Lendecke2016-05-191-1/+1
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-1/+1
* vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe2011-12-121-2/+2
* s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett2011-06-091-1/+1
* More const fixes. Remove CONST_DISCARD.Jeremy Allison2011-05-061-1/+1
* s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* Restructure the connect function code to always callJeremy Allison2009-11-301-1/+8
* Make the smbd VFS typesafeVolker Lendecke2009-07-241-28/+6
* Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke2009-05-261-2/+2
* s3: Modify SMB_VFS_FILE_ID_CREATE to take a stat structTim Prouty2009-02-191-3/+3
* s3:vfs_fileid: readd "fileid:algorithm" as option.Stefan Metzmacher2009-01-161-1/+7
* keep compatibility with v3-0-ctdb name for fileid:mapping optionAndrew Tridgell2008-08-131-1/+1
* Remove connection_struct->mem_ctx, connection_struct is its own parentVolker Lendecke2008-05-051-1/+1
* r24302: add a module that overloads the file_id_create VFS functionStefan Metzmacher2007-10-101-0/+288