summaryrefslogtreecommitdiff
path: root/source3/smbd/dir.c
Commit message (Expand)AuthorAgeFilesLines
* smbd: Add "hide new files" optionVolker Lendecke2018-11-091-1/+17
* smbd: pass get_dosmode to mode_fn in smbd_dirptr_get_entry()Ralph Boehme2018-07-271-1/+3
* smbd: pass get_dosmode to smbd_dirptr_get_entry()Ralph Boehme2018-07-271-0/+2
* s3:smbd: don't use the directory cache for SMB2/3Ralph Boehme2018-03-301-3/+29
* s3: Fix possible mem leakSwen Schillig2018-03-201-3/+8
* s3: Fix max indentation and max columnSwen Schillig2018-03-121-20/+25
* smbd: remove dptr_init_search_op()Uri Simchoni2017-11-111-8/+0
* s3: smbd: Fix delete-on-close after smb2_findRalph Wuerthner2017-11-051-2/+2
* S3: smbd: Finish plumbing struct smb_filename * through the check_name() stack.Jeremy Allison2017-07-011-1/+1
* s3: VFS: Change SMB_VFS_GETWD to return struct smb_filename * instead of char *.Jeremy Allison2017-07-011-14/+8
* s3: VFS: Change SMB_VFS_CHDIR to use const struct smb_filename * instead of c...Jeremy Allison2017-07-011-5/+12
* CVE-2017-2619: s3: smbd: Correctly fallback to open_dir_safely if FDOPENDIR n...Jeremy Allison2017-03-231-10/+5
* CVE-2017-2619: s3: smbd: Move the reference counting and destructor setup to ...Jeremy Allison2017-03-231-5/+5
* CVE-2017-2619: s3: smbd: OpenDir_fsp() - Fix memory leak on error.Jeremy Allison2017-03-231-1/+1
* CVE-2017-2619: s3: smbd: OpenDir_fsp() use early returns.Jeremy Allison2017-03-231-13/+21
* CVE-2017-2619: s3: smbd: Create and use open_dir_safely(). Use from OpenDir().Jeremy Allison2017-03-231-7/+70
* CVE-2017-2619: s3: smbd: Opendir_internal() early return if SMB_VFS_OPENDIR f...Jeremy Allison2017-03-231-9/+9
* CVE-2017-2619: s3: smbd: Create wrapper function for OpenDir in preparation f...Jeremy Allison2017-03-231-1/+14
* s3: Filenames: Add uint32_t flags parameter to synthetic_smb_fname().Jeremy Allison2016-03-241-4/+10
* s3: smbd: Change dptr_create() to take a const struct smb_filename * instead ...Jeremy Allison2016-03-011-52/+71
* s3: smbd: Change OpenDir() to take a struct smb_filename *, not a char *.Jeremy Allison2016-03-011-11/+25
* s3: smbd: Change the internals of the private struct smb_Dir.Jeremy Allison2016-03-011-24/+20
* VFS: Modify opendir to take a const struct smb_filename * instead of const ch...Jeremy Allison2016-03-011-2/+15
* s3: VFS: Modify SMB_VFS_GET_NT_ACL to take a const struct smb_filename * inst...Jeremy Allison2016-02-161-1/+1
* s3: smbd: Remove one more use of lp_posix_pathnames().Jeremy Allison2016-01-171-1/+1
* s3: smbd: Replace lp_posix_pathnames() with req->posix_pathnames in dir.c. On...Jeremy Allison2015-12-231-2/+3
* s3: smbd: Change semantics of strict rename to search the file open db.Jeremy Allison2015-11-241-1/+1
* s3: smbd: have_file_open_below() fails to enumerate open files below an open ...Jeremy Allison2015-11-241-4/+9
* smbd:dir: remove an extra empty line in files_below_forall()Michael Adam2015-11-241-1/+0
* s3: smbd: Fix our access-based enumeration on "hide unreadable" to match Wind...Jeremy Allison2015-10-141-3/+61
* smbd: Remove an unnecessary else branchVolker Lendecke2015-08-201-2/+1
* Convert all uses of uint8/16/32 to _t in source3/smbd.Richard Sharpe2015-05-061-10/+10
* s3: smbd: Make sure we do not pass paths with ./ on the front to VFS routines.Richard Sharpe2015-04-161-4/+13
* smbd: Simplify ReadDirNameVolker Lendecke2015-02-261-4/+6
* smbd: ZERO_STRUCT -> struct assignmentVolker Lendecke2015-02-261-3/+3
* smbd: ZERO_STRUCT -> struct assignmentVolker Lendecke2015-02-261-2/+1
* smbd: ZERO_STRUCTP -> talloc_zero()Volker Lendecke2015-02-261-3/+1
* s3:smbd: Don't rename a dir with files open underneathVolker Lendecke2014-10-311-1/+120
* s3: smbd: Fix a couple of tricky slow-path cases - don't return a mangled nam...Jeremy Allison2014-09-161-0/+24
* smbd: Move make_dir_struct() to reply.cVolker Lendecke2014-09-091-46/+0
* lib/util: move memcache.[ch] to the toplevel 'samba-util' libraryStefan Metzmacher2014-07-181-1/+1
* s3:smbd: initialize stat_ex buffer in smbd_dirptr_get_entry()Michael Adam2014-07-131-1/+1
* s3:smbd: make dptr_ReadDirName() static.Michael Adam2014-07-101-4/+4
* param: rename lp function and variable from "hideunwriteable_files" to "hide_...Garming Sam2014-02-071-1/+1
* param: rename lp function and variable from "hideunreadable" to "hide_unreada...Garming Sam2014-02-071-1/+1
* s3:dir - Introduce a 64-bit directory offset <-> 32 bit wire offset map using...Jeremy Allison2014-01-151-2/+87
* s3:dir - Map wire offsets to native directory cookies.Jeremy Allison2014-01-151-5/+17
* s3:dir - Cope with fixed mapping of 'special' values.Jeremy Allison2014-01-151-0/+7
* s3: dir - Introduce 32-bit wire versions of the 'special' values.Jeremy Allison2014-01-151-0/+5
* s3:dir - Introduce a function to map a directory cookie to a 32-bit wire cookie.Jeremy Allison2014-01-151-1/+10