summaryrefslogtreecommitdiffstats
path: root/source3/smbd/dir.c
Commit message (Expand)AuthorAgeFilesLines
* s3: Plumb smb_filename through dos_mode() and related funtionsTim Prouty2009-07-081-25/+23
* s3 file_access: Convert some more functions over to use smb_filneameTim Prouty2009-06-251-17/+22
* s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTATTim Prouty2009-06-241-27/+79
* s3: Convert is_visible_file to use talloc_asprintf instead of mallocTim Prouty2009-06-241-14/+15
* Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke2009-05-261-6/+6
* s3: Always allocate memory in dptr_ReadDirNameAravind Srinivasan2009-05-181-13/+26
* s3: Fix trans2 path to use case-insensitive stat optimizationtprouty2009-05-051-0/+17
* Attempt to fix the build on Solaris 8Volker Lendecke2009-02-141-1/+1
* s3: Added SMB_VFS_INIT_SEARCH_OP to initialize data at the beginning of SMB s...Steven Danneman2009-02-091-0/+8
* Pass stat buffer down through all levels of VFS_READDIR wrappersSteven Danneman2009-02-091-83/+89
* s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher2009-01-081-8/+2
* Make sure to always set errno on error path in OpenDir (and hence scan_direct...Michael Adam2008-08-121-0/+1
* smbd/dir.c: remove unneeded stat buf parameter from user_can_read_file()Michael Adam2008-06-181-4/+2
* file_access: remove unneeded stat buf parameter from can_access_file_acl().Michael Adam2008-06-171-1/+1
* Remove unused "extern struct current_user" from dir.cVolker Lendecke2008-06-151-2/+0
* Remove the "stat_open()" function, flag, and all associated code. It was onlyJeremy Allison2008-05-021-66/+2
* smbd: make it possible to disable get_file_infos() on searchesStefan Metzmacher2008-04-071-7/+11
* locking: combine get_delete_on_close_flag() and get_write_time() into get_fil...Stefan Metzmacher2008-04-071-1/+1
* smbd: implement the strange write time update logicStefan Metzmacher2008-04-071-0/+8
* Convert OpenDir to talloc, use talloc_tos()Volker Lendecke2008-01-121-57/+39
* Allocate dirp->name_cache on demand onlyVolker Lendecke2008-01-081-11/+10
* Remove superfluous fd parameter from SMB_VFS_FGET_NT_ACL().Michael Adam2008-01-061-2/+2
* Use filesystem capabilities to support case-insensitive filesystems.James Peach2007-12-221-17/+21
* Make [f]get_nt_acl return NTSTATUSVolker Lendecke2007-11-131-6/+5
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-27/+27
* r25117: The mega-patch Jerry was waiting for. Remove all pstrings fromJeremy Allison2007-10-101-41/+94
* r25111: Move to talloced pathnames on most code paths.Jeremy Allison2007-10-101-6/+7
* r25102: Rewrite msdfs code to use talloced filenames. Passes make testJeremy Allison2007-10-101-2/+1
* r25009: Large patch discussed with Volker. Move unix_convert to a talloc-basedJeremy Allison2007-10-101-16/+20
* r24639: Add parameter "directory name cache size" - parameterizeJeremy Allison2007-10-101-20/+33
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23724: Reduce access to the global inbuf a tiny bit. Add a struct smb_requestVolker Lendecke2007-10-101-3/+3
* r21800: Check-in the DFS rewrite. I am still testing this but itJeremy Allison2007-10-101-4/+2
* r21257: Better fix for bug #4188 :Jeremy Allison2007-10-101-0/+39
* r21191: Add in the POSIX open/mkdir/unlink calls.Jeremy Allison2007-10-101-0/+1
* r20873: Some correctness fixes w.r.t. Samba4 torture BASE-DELETE.Jeremy Allison2007-10-101-5/+8
* r20844: Somewhat radical change - this may break the build (I willJeremy Allison2007-10-101-12/+19
* r20411: Fix originally from SATOH Fumiyasu (slightlyJeremy Allison2007-10-101-0/+12
* r18547: Add in fixes to mangling dir code - ensure don'tJeremy Allison2007-10-101-40/+51
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-10/+11
* r16537: Fix for bug #3858, all files in a directory notJeremy Allison2007-10-101-6/+7
* r15196: Update a comment that I found confusing (I confuse easily).Paul Green2007-10-101-1/+1
* r14986: Fix OS/2 directory delete bug found by kukks.Jeremy Allison2007-10-101-8/+28
* r13293: Rather a big patch I'm afraid, but this should fix bug #3347Jeremy Allison2007-10-101-2/+2
* r11657: Tiny improvement to debug error message in dir_check_ftype.Paul Green2007-10-101-1/+1
* r11511: A classic "friday night check-in" :-). This moves muchJeremy Allison2007-10-101-1/+1
* r11420: Fix issue pointed out by Dina Fine <dina@exanet.com>. We canJeremy Allison2007-10-101-2/+2
* r10558: Fix bug #3010 yet again. Die monster, die !Jeremy Allison2007-10-101-1/+16
* r9483: Changed DIR to SMB_STRUCT_DIR because of the amazing stupidity of a UN...Jeremy Allison2007-10-101-1/+1