summaryrefslogtreecommitdiff
path: root/source3/smbd/dir.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r24639: Add parameter "directory name cache size" - parameterizeJeremy Allison1-20/+33
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23724: Reduce access to the global inbuf a tiny bit. Add a struct smb_requestVolker Lendecke1-3/+3
2007-10-10r21800: Check-in the DFS rewrite. I am still testing this but itJeremy Allison1-4/+2
2007-10-10r21257: Better fix for bug #4188 :Jeremy Allison1-0/+39
2007-10-10r21191: Add in the POSIX open/mkdir/unlink calls.Jeremy Allison1-0/+1
2007-10-10r20873: Some correctness fixes w.r.t. Samba4 torture BASE-DELETE.Jeremy Allison1-5/+8
2007-10-10r20844: Somewhat radical change - this may break the build (I willJeremy Allison1-12/+19
2007-10-10r20411: Fix originally from SATOH Fumiyasu (slightlyJeremy Allison1-0/+12
2007-10-10r18547: Add in fixes to mangling dir code - ensure don'tJeremy Allison1-40/+51
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-10/+11
2007-10-10r16537: Fix for bug #3858, all files in a directory notJeremy Allison1-6/+7
2007-10-10r15196: Update a comment that I found confusing (I confuse easily).Paul Green1-1/+1
2007-10-10r14986: Fix OS/2 directory delete bug found by kukks.Jeremy Allison1-8/+28
2007-10-10r13293: Rather a big patch I'm afraid, but this should fix bug #3347Jeremy Allison1-2/+2
2007-10-10r11657: Tiny improvement to debug error message in dir_check_ftype.Paul Green1-1/+1
2007-10-10r11511: A classic "friday night check-in" :-). This moves muchJeremy Allison1-1/+1
2007-10-10r11420: Fix issue pointed out by Dina Fine <dina@exanet.com>. We canJeremy Allison1-2/+2
2007-10-10r10558: Fix bug #3010 yet again. Die monster, die !Jeremy Allison1-1/+16
2007-10-10r9483: Changed DIR to SMB_STRUCT_DIR because of the amazing stupidity of a UN...Jeremy Allison1-1/+1
2007-10-10r9457: Attempt to fix bug #3010 by handling END_OF_DIRECTORY_OFFSETJeremy Allison1-1/+6
2007-10-10r9286: Fix false positive found by Coverity - wcard must not be null.Jeremy Allison1-12/+14
2007-10-10r8689: Fixes bugid #2889 for sure. Turns out the OS/2 dos box doesn't like tw...Jeremy Allison1-14/+21
2007-10-10r8655: Still trying to fix #2889. We don't need the DPTR_MASK afterJeremy Allison1-9/+2
2007-10-10r8610: If I'm going to do a debug level zero, at least make it useful.Jeremy Allison1-1/+2
2007-10-10r8609: Fix for bugid #2889. I think the problem is that the top 16 bits of th...Jeremy Allison1-2/+8
2007-10-10r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the tortureJeremy Allison1-22/+38
2007-10-10r7893: Add in the extra parameters to opendir() to fix the large directory/in...Jeremy Allison1-39/+30
2007-10-10r7842: With the patch I sent Steve yesterday this gives us complete POSIX pat...Jeremy Allison1-1/+1
2007-10-10r7617: Fix for bug #2801 - delete veto files was broken with the newJeremy Allison1-1/+17
2007-10-10r7474: A *foul* and *disgusting* hack to ensure that, at the very lowestJeremy Allison1-1/+23
2007-10-10r7210: Fix my own mistakes up, sorry.Jeremy Allison1-3/+3
2007-10-10r7200: Don't use memset, use SET_STAT_INVALID (has the same effect).Jeremy Allison1-3/+3
2007-10-10r6625: Remove another global variable left over from a long time ago (magic c...Jeremy Allison1-1/+1
2007-10-10r6550: Move function make_dir_struct from util to dir.cJeremy Allison1-0/+34
2007-10-10r6548: Fix bug #2622 - remove DPTR_MASK as it makes no sense.Jeremy Allison1-5/+11
2007-10-10r6473: Fix for bug #2644 - test for special files to be ignored was reversed.Jeremy Allison1-1/+1
2007-10-10r6417: Strange old IRIX systems return -1 for telldir() whenJeremy Allison1-4/+0
2007-10-10r6225: get rid of warnings from my compiler about nested externsHerb Lewis1-2/+2
2007-10-10r6169: Fix bug #2563. Infinite loop on non-existant file with findnext.Jeremy Allison1-3/+2
2007-10-10r6044: Ensure the old search calls always ask mask_match to translateJeremy Allison1-2/+2
2007-10-10r6022: Fix for bug #2533. Incorrect dir listings from OS/2 clients.Jeremy Allison1-7/+0
2007-10-10r5922: Fix for NASTY NASTY bug #2501. All my fault :-(. Brown paper bag time.Jeremy Allison1-0/+7
2007-10-10r5843: Removed unused variable - pointed out by jason@ncac.gwu.edu in bugid #...Jeremy Allison1-3/+1
2007-10-10r5632: Fix infinite looping bug found by nasty BlueArc test :-).Jeremy Allison1-0/+20
2007-10-10r5508: Typo - ZERO_STRUCT -> ZERO_STRUCTP.Jeremy Allison1-1/+1
2007-10-10r5183: Ensure we correctly set the per-connection "case_sensitive" setting.Jeremy Allison1-5/+5
2007-10-10r5160: First cut at refactoring of directory code to handle non-wildcardJeremy Allison1-63/+149
2007-10-10r5154: Tidy up interface a little.Jeremy Allison1-2/+4