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
/
source
/
smbd
/
reply.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
r22145: Fix bug #4494 - reported by Kevin Jamieson <bugzilla@kevinjamieson.com>.
Jeremy Allison
2007-04-09
1
-1
/
+3
*
r22122: Start to fix csc issue with Vista. Make smbd support
Jeremy Allison
2007-04-07
1
-1
/
+22
*
r21802: From 3.0 - Fix Coverity ID # 342 (thanks Volker).
Jeremy Allison
2007-03-12
1
-0
/
+1
*
r21800: Check-in the DFS rewrite. I am still testing this but it
Jeremy Allison
2007-03-12
1
-45
/
+135
*
r21770: For old DOS style searches we must remember if
Jeremy Allison
2007-03-09
1
-0
/
+5
*
r21769: Attempt to fix bug #4384 in old search code.
Jeremy Allison
2007-03-09
1
-14
/
+4
*
r21754: Volker is completely correct. There's no need for
Jeremy Allison
2007-03-07
1
-16
/
+64
*
r21714: Change the VFS interface to use struct timespec
Jeremy Allison
2007-03-05
1
-21
/
+22
*
r21672: The cannonical file access pattern should look like this :
Jeremy Allison
2007-03-03
1
-161
/
+256
*
r21322: No feedback means consent :-)
Volker Lendecke
2007-02-13
1
-13
/
+62
*
r21209: Add in the POSIX extensions.
Jeremy Allison
2007-02-07
1
-31
/
+23
*
r21094: Merge reformatting and compiler warning fix from 3_0
Volker Lendecke
2007-01-31
1
-37
/
+68
*
r21057: More refactoring into functions.
Jeremy Allison
2007-01-30
1
-2
/
+2
*
r20873: Some correctness fixes w.r.t. Samba4 torture BASE-DELETE.
Jeremy Allison
2007-01-18
1
-1
/
+10
*
r20844: Somewhat radical change - this may break the build (I will
Jeremy Allison
2007-01-17
1
-177
/
+212
*
r20843: Get rid of last BOOL ok.
Jeremy Allison
2007-01-16
1
-58
/
+59
*
r20842: Only one more BOOL ok to go...
Jeremy Allison
2007-01-16
1
-12
/
+6
*
r20841: Remove more BOOL ok.
Jeremy Allison
2007-01-16
1
-6
/
+6
*
r20840: Keep removing the old BOOL ok logic.
Jeremy Allison
2007-01-16
1
-5
/
+9
*
r20796: Fix the same problem Jeremy has fixed (improper handling of deferred ...
Volker Lendecke
2007-01-15
1
-6
/
+10
*
r20743: Remove another BOOL ok from reply_getatr.
Jeremy Allison
2007-01-13
1
-20
/
+15
*
r20742: Rename chkpth -> checkpath for sanity's sake :-).
Jeremy Allison
2007-01-13
1
-35
/
+35
*
r20740: Get rid of some if-statements
Volker Lendecke
2007-01-13
1
-14
/
+10
*
r20721: Fix the search unix_convert error returns. Only open
Jeremy Allison
2007-01-13
1
-1
/
+1
*
r20720: Fix the chkpath problem, still looking at findfirst.
Jeremy Allison
2007-01-13
1
-0
/
+7
*
r20719: Sync up the changes in the fileserver code between SAMBA_3_0.
Jeremy Allison
2007-01-12
1
-28
/
+41
*
r20671: This version of the pathname code passes volkers
Jeremy Allison
2007-01-11
1
-26
/
+32
*
r20662: Strange semantics for normalizing non-wildcard
Jeremy Allison
2007-01-10
1
-0
/
+3
*
r20660: 126 operations - getting close now....
Jeremy Allison
2007-01-10
1
-1
/
+1
*
r20658: Now up to passing 108 operations on gentest.....
Jeremy Allison
2007-01-10
1
-5
/
+6
*
r20655: After consulting with Volker, fix our pathname
Jeremy Allison
2007-01-10
1
-453
/
+203
*
r20635: Add placeholder to ensure we don't go into the
Jeremy Allison
2007-01-09
1
-0
/
+11
*
r20632: The extended RAW-SAMBA3BADPATH test led me to some wrong assumptions, in
Volker Lendecke
2007-01-09
1
-5
/
+0
*
r20620: This is definately needed - not sure about mapping to
Jeremy Allison
2007-01-08
1
-0
/
+5
*
r20589: Re-add lost bad_path handling, sorry.
Volker Lendecke
2007-01-06
1
-0
/
+4
*
r20558: Refactor rmdir_internals to use early termination rather
Jeremy Allison
2007-01-05
1
-56
/
+57
*
r20537: Missed one of Vl's fixes :
Jeremy Allison
2007-01-04
1
-1
/
+1
*
r20532: From Volker...
Jeremy Allison
2007-01-04
1
-0
/
+9
*
r20528: This fix now naturally follows : (from VL).
Jeremy Allison
2007-01-04
1
-26
/
+19
*
r20527: Reviewed Volker's unlink change :
Jeremy Allison
2007-01-04
1
-1
/
+1
*
r20526: Working through code review of Volker's changes slowly....
Jeremy Allison
2007-01-04
1
-1
/
+3
*
r20496: Some changes to make Samba3 the RAW-OPEN test. Checking in to both 3_...
Volker Lendecke
2007-01-03
1
-5
/
+8
*
r20490: Janitor for Volker -
Jeremy Allison
2007-01-02
1
-4
/
+0
*
r20413: Merge Volker's open directory changes to 3.0.24.
Jeremy Allison
2006-12-30
1
-55
/
+12
*
r20371: In renames (via SMBmv) both src and dest can contain
Jeremy Allison
2006-12-28
1
-4
/
+5
*
r20370: Now we've gone to the trouble of getting an NT status
Jeremy Allison
2006-12-28
1
-1
/
+1
*
r20368: Fix valgrind report of uninitialized memory
Jeremy Allison
2006-12-27
1
-1
/
+1
*
r20264: Two lines above this we just checked if (fsp->is_directory) ...
Volker Lendecke
2006-12-19
1
-1
/
+1
*
r20256: Reduce some code duplication, make reply_mkdir go through the same co...
Volker Lendecke
2006-12-19
1
-25
/
+10
*
r20238: svn merge -r 20236:20237 branches/SAMBA_3_0/source .
James Peach
2006-12-18
1
-16
/
+16
[prev]
[next]