summaryrefslogtreecommitdiffstats
path: root/source3/smbd/dir.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett2012-04-061-2/+2
* build: Remove SMB_STRUCT_DIR defineAndrew Bartlett2012-04-051-1/+1
* Add open_dir_with_privilege() to ensure we're opening the correct directory w...Jeremy Allison2012-03-011-2/+66
* Add accessor functions to set a bool "priv" on a directory handle. Not yet us...Jeremy Allison2012-02-291-0/+11
* Move dptr code over to TALLOC.Jeremy Allison2012-02-251-18/+9
* Make dptr_path() and dptr_wcard() const.Jeremy Allison2012-02-241-2/+2
* s3: Fix some False/NULL hickupsVolker Lendecke2011-12-201-1/+1
* s3: Move can_delete_directory to smbd/, remove shimVolker Lendecke2011-12-131-2/+2
* s3:smbd: don't limit the number of open dptrs for smb2 (bug #8592)Stefan Metzmacher2011-11-101-3/+12
* s3:smbd: fully construct the dptr before allocating a dnum in the bitmapStefan Metzmacher2011-11-101-27/+29
* s3:smbd: avoid string_set() in dir.cStefan Metzmacher2011-11-101-2/+9
* Add the SEC_DIR_LIST check to dptr_create().Jeremy Allison2011-11-071-0/+27
* Move the SEC_DIR_LIST check into dptr_create for SMB2 and now for SMB1.Jeremy Allison2011-11-051-0/+6
* Remove can_access_file_acl(). We no longer need this duplicate code (hurrah!).Jeremy Allison2011-11-041-1/+3
* Revert "Call check_parent_access() on readdir."Jeremy Allison2011-11-041-13/+0
* Call check_parent_access() on readdir.Jeremy Allison2011-11-011-0/+13