index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
dir.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
This split the mangling code up to allow for the possibility of multiple
Andrew Tridgell
2002-04-11
1
-3
/
+3
*
Fix the mp3 rename bug - also tidy up our open code and remove the special
Jeremy Allison
2002-03-23
1
-2
/
+2
*
return . and .. first in readdir - this fixes masktest on IRIX which
Herb Lewis
2002-03-21
1
-1
/
+13
*
Remove the "stat open" code - make it inline. This should fix the
Jeremy Allison
2002-03-20
1
-22
/
+5
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-2
/
+1
*
Made "hide unreadable" work much more reliably (just for Volker :-).
Jeremy Allison
2001-12-17
1
-1
/
+37
*
Don't put a \n on the end of the arg to exit_server()
Tim Potter
2001-11-05
1
-1
/
+1
*
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
2001-10-02
1
-2
/
+0
*
move to SAFE_FREE()
Simo Sorce
2001-09-17
1
-12
/
+10
*
The big character set handling changeover!
Andrew Tridgell
2001-07-04
1
-5
/
+2
*
use asprintf for hideunreadable option
Andrew Tridgell
2001-04-28
1
-14
/
+8
*
Rememver to use VFS at all times... even in new user_can_read_file code :-).
Jeremy Allison
2001-04-18
1
-3
/
+3
*
hide unreadable patch from idra
Andrew Tridgell
2001-04-16
1
-0
/
+49
*
Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
Jeremy Allison
2001-03-11
1
-4
/
+0
*
removed wrong patch to get_dir_entry(). This was left over from the
Gerald Carter
2001-02-23
1
-5
/
+0
*
merge from SAMBA_2_2
Gerald Carter
2001-02-08
1
-0
/
+5
*
Turned down noisy debug statement.
Tim Potter
2001-01-30
1
-1
/
+1
*
Restructuring of vfs layer to include a "this" pointer - can be an fsp or
Jeremy Allison
2000-10-06
1
-4
/
+4
*
more merging voodoo
Andrew Tridgell
2000-05-10
1
-0
/
+4
*
fixed our smbsearch code. We now store the mask with the dptr, this
Andrew Tridgell
2000-04-30
1
-10
/
+11
*
- removed all our old wildcard matching code and replaced it with a
Andrew Tridgell
2000-04-30
1
-1
/
+1
*
More Japanese filename fixes wrt VFS code from
Tim Potter
2000-03-29
1
-6
/
+7
*
Put back lots of missing calls to dos_to_unix(). Thanks to
Tim Potter
2000-02-03
1
-4
/
+8
*
Mega-VFS merge. Yeah baby!
Tim Potter
2000-02-03
1
-8
/
+5
*
First set of speed improvements from Ying Chen <ying@almaden.ibm.com>.
Jeremy Allison
2000-01-25
1
-12
/
+0
*
client/client.c: I18N fixes.
Jeremy Allison
2000-01-05
1
-58
/
+38
*
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
1999-12-13
1
-236
/
+407
*
Forgot about closedir() function for VFS. Hoo embarassing.
Tim Potter
1999-04-08
1
-2
/
+2
*
Use VFS operations for file I/O.
Tim Potter
1999-04-04
1
-3
/
+3
*
Makefile.in: Added maintainer mode fixes.
Jeremy Allison
1998-11-25
1
-2
/
+2
*
really fixed the warning this time :)
Andrew Tridgell
1998-10-08
1
-1
/
+1
*
fixed a warning
Andrew Tridgell
1998-10-08
1
-1
/
+1
*
- fixed a bunch of warnings and minor errors
Andrew Tridgell
1998-10-08
1
-1
/
+1
*
fixed some cast warnings from "cc -64" on IRIX
Andrew Tridgell
1998-10-05
1
-3
/
+4
*
Changes to test in configure if capabilities are enabled on a system.
Jeremy Allison
1998-09-28
1
-3
/
+0
*
Ok - this is the 64 bit widening check in. It changes the configure
Jeremy Allison
1998-09-03
1
-1
/
+2
*
More abstraction of file system data types, to move to a 64
Jeremy Allison
1998-09-01
1
-4
/
+4
*
this is the bug change to using connection_struct* instead of cnum.
Andrew Tridgell
1998-08-14
1
-65
/
+63
*
merge from the autoconf2 branch to the main branch
Andrew Tridgell
1998-07-29
1
-287
/
+14
*
Changed the definition of the linked list header used in the directory
Christopher R. Hertel
1998-07-24
1
-1
/
+1
*
Code added to fix the renaming of a directory under NT SMB calls.
Jeremy Allison
1998-07-17
1
-2
/
+2
*
I've put the ubiqx headers back into includes.h, and removed them from
Christopher R. Hertel
1998-05-22
1
-1
/
+0
*
Removed all ubiqx includes from includes.h. So far, this was only a problem
Christopher R. Hertel
1998-05-22
1
-0
/
+1
*
This is a security audit change of the main source.
Jeremy Allison
1998-05-12
1
-7
/
+7
*
Fix for NT redirector bug where deltree fails if the resume key
Jeremy Allison
1998-02-26
1
-7
/
+2
*
This is *not* a big change (although it looks like one).
Jeremy Allison
1998-01-22
1
-1
/
+1
*
Simply moved the #include for ubi_dLinkList.h from within dir.c to
Christopher R. Hertel
1997-10-17
1
-2
/
+0
*
Made changes to the dir cache functions:
Christopher R. Hertel
1997-10-16
1
-83
/
+121
*
dir.c: more pstrcpys.
Jeremy Allison
1997-09-30
1
-3
/
+3
*
Adding Andrews buffer overflow fixes into the main branch.
Jeremy Allison
1997-09-26
1
-1
/
+1
[next]