index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
dir.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r11657: Tiny improvement to debug error message in dir_check_ftype.
Paul Green
1
-1
/
+1
2007-10-10
r11511: A classic "friday night check-in" :-). This moves much
Jeremy Allison
1
-1
/
+1
2007-10-10
r11420: Fix issue pointed out by Dina Fine <dina@exanet.com>. We can
Jeremy Allison
1
-2
/
+2
2007-10-10
r10558: Fix bug #3010 yet again. Die monster, die !
Jeremy Allison
1
-1
/
+16
2007-10-10
r9483: Changed DIR to SMB_STRUCT_DIR because of the amazing stupidity of a UN...
Jeremy Allison
1
-1
/
+1
2007-10-10
r9457: Attempt to fix bug #3010 by handling END_OF_DIRECTORY_OFFSET
Jeremy Allison
1
-1
/
+6
2007-10-10
r9286: Fix false positive found by Coverity - wcard must not be null.
Jeremy Allison
1
-12
/
+14
2007-10-10
r8689: Fixes bugid #2889 for sure. Turns out the OS/2 dos box doesn't like tw...
Jeremy Allison
1
-14
/
+21
2007-10-10
r8655: Still trying to fix #2889. We don't need the DPTR_MASK after
Jeremy Allison
1
-9
/
+2
2007-10-10
r8610: If I'm going to do a debug level zero, at least make it useful.
Jeremy Allison
1
-1
/
+2
2007-10-10
r8609: Fix for bugid #2889. I think the problem is that the top 16 bits of th...
Jeremy Allison
1
-2
/
+8
2007-10-10
r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the torture
Jeremy Allison
1
-22
/
+38
2007-10-10
r7893: Add in the extra parameters to opendir() to fix the large directory/in...
Jeremy Allison
1
-39
/
+30
2007-10-10
r7842: With the patch I sent Steve yesterday this gives us complete POSIX pat...
Jeremy Allison
1
-1
/
+1
2007-10-10
r7617: Fix for bug #2801 - delete veto files was broken with the new
Jeremy Allison
1
-1
/
+17
2007-10-10
r7474: A *foul* and *disgusting* hack to ensure that, at the very lowest
Jeremy Allison
1
-1
/
+23
2007-10-10
r7210: Fix my own mistakes up, sorry.
Jeremy Allison
1
-3
/
+3
2007-10-10
r7200: Don't use memset, use SET_STAT_INVALID (has the same effect).
Jeremy Allison
1
-3
/
+3
2007-10-10
r6625: Remove another global variable left over from a long time ago (magic c...
Jeremy Allison
1
-1
/
+1
2007-10-10
r6550: Move function make_dir_struct from util to dir.c
Jeremy Allison
1
-0
/
+34
2007-10-10
r6548: Fix bug #2622 - remove DPTR_MASK as it makes no sense.
Jeremy Allison
1
-5
/
+11
2007-10-10
r6473: Fix for bug #2644 - test for special files to be ignored was reversed.
Jeremy Allison
1
-1
/
+1
2007-10-10
r6417: Strange old IRIX systems return -1 for telldir() when
Jeremy Allison
1
-4
/
+0
2007-10-10
r6225: get rid of warnings from my compiler about nested externs
Herb Lewis
1
-2
/
+2
2007-10-10
r6169: Fix bug #2563. Infinite loop on non-existant file with findnext.
Jeremy Allison
1
-3
/
+2
2007-10-10
r6044: Ensure the old search calls always ask mask_match to translate
Jeremy Allison
1
-2
/
+2
2007-10-10
r6022: Fix for bug #2533. Incorrect dir listings from OS/2 clients.
Jeremy Allison
1
-7
/
+0
2007-10-10
r5922: Fix for NASTY NASTY bug #2501. All my fault :-(. Brown paper bag time.
Jeremy Allison
1
-0
/
+7
2007-10-10
r5843: Removed unused variable - pointed out by jason@ncac.gwu.edu in bugid #...
Jeremy Allison
1
-3
/
+1
2007-10-10
r5632: Fix infinite looping bug found by nasty BlueArc test :-).
Jeremy Allison
1
-0
/
+20
2007-10-10
r5508: Typo - ZERO_STRUCT -> ZERO_STRUCTP.
Jeremy Allison
1
-1
/
+1
2007-10-10
r5183: Ensure we correctly set the per-connection "case_sensitive" setting.
Jeremy Allison
1
-5
/
+5
2007-10-10
r5160: First cut at refactoring of directory code to handle non-wildcard
Jeremy Allison
1
-63
/
+149
2007-10-10
r5154: Tidy up interface a little.
Jeremy Allison
1
-2
/
+4
2007-10-10
r5152: Restructure the directory handling code, stop using void * pointers
Jeremy Allison
1
-220
/
+162
2007-10-10
r5096: Attempt to fix the build
Volker Lendecke
1
-1
/
+1
2007-10-10
r5063: Shamelessly steal the Samba4 logic (and some code :-) for directory
Jeremy Allison
1
-135
/
+215
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-3
/
+3
2007-10-10
r2076: Removed old dir caching code - not being used now we have the
Jeremy Allison
1
-109
/
+0
2007-10-10
r1085: Now it's had some proper user testing, merge in the deferred open fix....
Jeremy Allison
1
-1
/
+2
2004-04-02
Added per-share parameter "store dos attributes". When set, will store
Jeremy Allison
1
-2
/
+2
2003-12-23
Fix for special files being hidden from admins by Dmitry Butskoj <buc@odusz.e...
Jeremy Allison
1
-1
/
+1
2003-05-29
Change get_nt_acl() to include security_info wanted. Only return this.
Jeremy Allison
1
-2
/
+4
2003-05-14
Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...
Alexander Bokovoy
1
-9
/
+9
2003-05-11
Fix VFS layer:
Alexander Bokovoy
1
-9
/
+9
2003-04-14
Whitespace syncup.
Tim Potter
1
-2
/
+2
2003-03-17
Merge from HEAD:
Andrew Bartlett
1
-6
/
+6
2003-02-27
don't forget the NULL
Gerald Carter
1
-3
/
+3
2003-02-27
and the winner of "i should have just written it in assembly
Gerald Carter
1
-3
/
+3
2003-02-27
don't pass NULL pointers to strcmp()
Gerald Carter
1
-2
/
+2
[next]