summaryrefslogtreecommitdiff
path: root/source/smbd/dir.c
Commit message (Expand)AuthorAgeFilesLines
* r10400: commit merge patch from jrasamba-3.0.20rc2Gerald Carter2005-09-221-12/+14
* r10391: * setting version to 3.0.20aGerald Carter2005-09-211-2/+7
* r8814: sync for 3.0.20rc1 (up to r8805 from 3.0 tree)Gerald Carter2005-07-281-14/+21
* r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the tortureJeremy Allison2005-07-081-22/+38
* r7893: Add in the extra parameters to opendir() to fix the large directory/in...Jeremy Allison2005-06-251-39/+30
* r7842: With the patch I sent Steve yesterday this gives us complete POSIX pat...Jeremy Allison2005-06-221-1/+1
* r7617: Fix for bug #2801 - delete veto files was broken with the newJeremy Allison2005-06-151-1/+17
* r7474: A *foul* and *disgusting* hack to ensure that, at the very lowestJeremy Allison2005-06-101-1/+23
* r7210: Fix my own mistakes up, sorry.Jeremy Allison2005-06-031-3/+3
* r7200: Don't use memset, use SET_STAT_INVALID (has the same effect).Jeremy Allison2005-06-021-3/+3
* r6625: Remove another global variable left over from a long time ago (magic c...Jeremy Allison2005-05-061-1/+1
* r6550: Move function make_dir_struct from util to dir.cJeremy Allison2005-05-011-0/+34
* r6548: Fix bug #2622 - remove DPTR_MASK as it makes no sense.Jeremy Allison2005-05-011-5/+11
* r6473: Fix for bug #2644 - test for special files to be ignored was reversed.Jeremy Allison2005-04-251-1/+1
* r6417: Strange old IRIX systems return -1 for telldir() whenJeremy Allison2005-04-211-4/+0
* r6225: get rid of warnings from my compiler about nested externsHerb Lewis2005-04-061-2/+2
* r6169: Fix bug #2563. Infinite loop on non-existant file with findnext.Jeremy Allison2005-04-011-3/+2
* r6044: Ensure the old search calls always ask mask_match to translateJeremy Allison2005-03-241-2/+2
* r6022: Fix for bug #2533. Incorrect dir listings from OS/2 clients.Jeremy Allison2005-03-241-7/+0
* r5922: Fix for NASTY NASTY bug #2501. All my fault :-(. Brown paper bag time.Jeremy Allison2005-03-211-0/+7
* r5843: Removed unused variable - pointed out by jason@ncac.gwu.edu in bugid #...Jeremy Allison2005-03-171-3/+1
* r5632: Fix infinite looping bug found by nasty BlueArc test :-).Jeremy Allison2005-03-031-0/+20
* r5508: Typo - ZERO_STRUCT -> ZERO_STRUCTP.Jeremy Allison2005-02-221-1/+1
* r5183: Ensure we correctly set the per-connection "case_sensitive" setting.Jeremy Allison2005-02-031-5/+5
* r5160: First cut at refactoring of directory code to handle non-wildcardJeremy Allison2005-02-011-63/+149
* r5154: Tidy up interface a little.Jeremy Allison2005-02-011-2/+4
* r5152: Restructure the directory handling code, stop using void * pointersJeremy Allison2005-02-011-220/+162
* r5096: Attempt to fix the buildVolker Lendecke2005-01-291-1/+1
* r5063: Shamelessly steal the Samba4 logic (and some code :-) for directoryJeremy Allison2005-01-281-135/+215
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2004-12-071-3/+3
* r2076: Removed old dir caching code - not being used now we have theJeremy Allison2004-08-251-109/+0
* r1085: Now it's had some proper user testing, merge in the deferred open fix....Jeremy Allison2004-06-081-1/+2
* r2: import HEAD into svn+ssh://svn.samba.org/home/svn/samba/trunkCVS Import User2004-04-041-0/+1096