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
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
2003-02-10
Cleanups: (merge from HEAD)
Andrew Bartlett
1
-1
/
+1
2003-01-14
removing unused variable and unused file
Gerald Carter
1
-1
/
+0
2003-01-03
Fix problem with "hide unreadable". stat file opens are baaack :-).
Jeremy Allison
1
-432
/
+425
2003-01-03
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
1
-8
/
+13
2002-09-25
sync'ing up for 3.0alpha20 release
Gerald Carter
1
-36
/
+85
2002-08-17
Sync 3.0 branch with head
Jelmer Vernooij
1
-0
/
+69
2002-07-15
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
1
-68
/
+88
2002-04-11
This split the mangling code up to allow for the possibility of multiple
Andrew Tridgell
1
-3
/
+3
2002-03-23
Fix the mp3 rename bug - also tidy up our open code and remove the special
Jeremy Allison
1
-2
/
+2
2002-03-21
return . and .. first in readdir - this fixes masktest on IRIX which
Herb Lewis
1
-1
/
+13
2002-03-20
Remove the "stat open" code - make it inline. This should fix the
Jeremy Allison
1
-22
/
+5
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2001-12-17
Made "hide unreadable" work much more reliably (just for Volker :-).
Jeremy Allison
1
-1
/
+37
2001-11-05
Don't put a \n on the end of the arg to exit_server()
Tim Potter
1
-1
/
+1
2001-10-02
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
1
-2
/
+0
2001-09-17
move to SAFE_FREE()
Simo Sorce
1
-12
/
+10
2001-07-04
The big character set handling changeover!
Andrew Tridgell
1
-5
/
+2
2001-04-28
use asprintf for hideunreadable option
Andrew Tridgell
1
-14
/
+8
[prev]
[next]