summaryrefslogtreecommitdiff
path: root/source3/smbd/dir.c
Commit message (Expand)AuthorAgeFilesLines
* CVE-2017-2619: s3: smbd: Correctly fallback to open_dir_safely if FDOPENDIR n...Jeremy Allison2017-03-221-8/+7
* CVE-2017-2619: s3: smbd: Move the reference counting and destructor setup to ...Jeremy Allison2017-03-221-5/+5
* CVE-2017-2619: s3: smbd: OpenDir_fsp() - Fix memory leak on error.Jeremy Allison2017-03-221-1/+1
* CVE-2017-2619: s3: smbd: OpenDir_fsp() use early returns.Jeremy Allison2017-03-221-13/+21
* CVE-2017-2619: s3: smbd: Create and use open_dir_safely(). Use from OpenDir().Jeremy Allison2017-03-221-9/+61
* CVE-2017-2619: s3: smbd: Opendir_internal() early return if SMB_VFS_OPENDIR f...Jeremy Allison2017-03-221-8/+8
* CVE-2017-2619: s3: smbd: Create wrapper function for OpenDir in preparation f...Jeremy Allison2017-03-221-1/+14
* 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
* s3:dir - In the old SMB1 search code, rename offset to wire_offset to disting...Jeremy Allison2014-01-151-8/+8
* s3-lib: smbclient shows no error if deleting a directory with del failedJeremy Allison2013-11-141-26/+0
* s3-smbd: smbclient shows no error if deleting a directory with del failedJeremy Allison2013-11-141-3/+3
* smbd: Remove an unused variableVolker Lendecke2013-06-121-2/+0
* Fix bug #9822 - Samba crashing during Win8 sync.Jeremy Allison2013-04-271-0/+1
* smbd: Convert is_visible_file to synthetic_smb_fnameVolker Lendecke2013-04-171-4/+3
* smbd: Convert dptr_create to synthetic_smb_fnameVolker Lendecke2013-04-171-8/+7
* smbd: Convert open_dir_with_privilege to synthetic_smb_fnameVolker Lendecke2013-04-171-5/+4
* smbd: Convert smbd_dirptr_get_entry to cp_smb_filenameVolker Lendecke2013-04-171-3/+2
* Cleanup. Remove unused function dptr_DirCacheAdd(). Make DirCacheAdd() static.Jeremy Allison2013-04-161-10/+3
* Remove the "Ugly hack" that was the second use of dirfd().Jeremy Allison2013-04-121-13/+5
* In the struct smb_Dir destructor, use the fsp back pointer to release resources.Jeremy Allison2013-04-121-10/+13
* Maintain a back-pointer to the fsp in struct smb_Dir when opening with FDOPEN...Jeremy Allison2013-04-121-1/+5
* smbd: Tune "dir" a bit.Volker Lendecke2013-03-221-6/+19
* More for #9374 - Allow smb2.acls torture test to pass against smbd with a POS...Jeremy Allison2012-11-201-5/+9
* Add bool use_privs parameter to smbd_check_access_rights()Jeremy Allison2012-09-141-0/+2
* Add "backup_intent" bool.Jeremy Allison2012-09-141-1/+2