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
*
Use sendfile in readbraw.
Jeremy Allison
2002-09-19
1
-11
/
+56
*
Added "use sendfile" per share option.
Jeremy Allison
2002-09-18
1
-1
/
+1
*
Actually use sendfile if selected.
Jeremy Allison
2002-09-17
1
-1
/
+1
*
Attempt to make broken Linux sendfile work.... Still in progress.
Jeremy Allison
2002-09-17
1
-1
/
+1
*
Added fix for broken Linux (no sendfile64). When offset + count > 2GB
Jeremy Allison
2002-09-14
1
-0
/
+7
*
First cut at portable sendfile code. Only used in readX at the moment
Jeremy Allison
2002-09-12
1
-16
/
+87
*
Formatting tidyups before I look at implementing the sendfile in READX.
Jeremy Allison
2002-09-11
1
-194
/
+185
*
Ensure we've failed a lock with a lock denied message before automatically
Jeremy Allison
2002-09-11
1
-3
/
+3
*
Fix missing braces around push lock call.
Jeremy Allison
2002-09-11
1
-2
/
+3
*
Added final Steve French patch for "required" attributes with old
Jeremy Allison
2002-09-10
1
-2
/
+6
*
We shouldn't add printing flag here.
Jeremy Allison
2002-09-05
1
-1
/
+1
*
Add bcast_msg_flags to connection struct. Allows sender to filter when
Jeremy Allison
2002-09-04
1
-1
/
+1
*
round lock timeouts in lockingX upwards to multiples of 1 second, so a
Andrew Tridgell
2002-08-18
1
-1
/
+1
*
Add RESOLVE_DFSPATH to mkdir operations in HEAD.
Shirish Kalele
2002-08-12
1
-0
/
+2
*
Make 'remote_machine' private to lib/substitute.c, and fix all the user to use
Andrew Bartlett
2002-08-11
1
-2
/
+1
*
Fix the %m security bug again - and try to make it harder to reintroduce in
Andrew Bartlett
2002-08-10
1
-14
/
+8
*
Make it clear that the 'service' isn't to be touched. (Make it const).
Andrew Bartlett
2002-07-20
1
-1
/
+1
*
Update the smbd reply code a little:
Andrew Bartlett
2002-07-20
1
-5
/
+16
*
Gone back to explicit queue number passing as snum - removed encoding of
Jeremy Allison
2002-07-17
1
-1
/
+4
*
make sure we don't walk past the end of the current SMB buffer when
Andrew Tridgell
2002-04-16
1
-21
/
+21
*
this fixes the displaying of free disk space for DOS6 clients. Win2000
Andrew Tridgell
2002-04-15
1
-14
/
+37
*
This split the mangling code up to allow for the possibility of multiple
Andrew Tridgell
2002-04-11
1
-33
/
+10
*
Added Shirish's client side caching policy change.
Jeremy Allison
2002-04-10
1
-1
/
+2
*
Reintroduce the 2.2 name mangling code, until we get are more flexible solution.
Andrew Bartlett
2002-04-08
1
-5
/
+6
*
Fixed the error bad path for recursive mkdir so mkdir \a\b\c\d works.
Jeremy Allison
2002-04-02
1
-43
/
+13
*
Removed unused variable.
Jeremy Allison
2002-03-26
1
-3
/
+0
*
Fix the mp3 rename bug - also tidy up our open code and remove the special
Jeremy Allison
2002-03-23
1
-20
/
+61
*
Remove the "stat open" code - make it inline. This should fix the
Jeremy Allison
2002-03-20
1
-76
/
+80
*
Sync up vfs changes from 2.2.x.
Jeremy Allison
2002-03-19
1
-1
/
+1
*
Renamed get_nt_error_msg() to nt_errstr().
Tim Potter
2002-03-17
1
-3
/
+3
*
syncing up printing code with SAMBA_2_2 (already done some merges
Gerald Carter
2002-03-15
1
-1
/
+1
*
Fixed bodgy printf arguments in debug statment.
Tim Potter
2002-03-13
1
-1
/
+1
*
include/smb_macros.h: Don't round up an allocation if the size is zero.
Jeremy Allison
2002-03-13
1
-5
/
+7
*
make sure we give an error for unknown lockingX locktype bits
Andrew Tridgell
2002-03-11
1
-0
/
+7
*
Mask off the aDIR on setfileinfo.
Jeremy Allison
2002-03-05
1
-0
/
+3
*
Added "nt status support" parameter. Fix offline synchronisation.
Jeremy Allison
2002-02-27
1
-6
/
+4
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-2
/
+1
*
Fixed display of "remote downlevel document" in old print job submission
Jeremy Allison
2002-01-25
1
-1
/
+1
*
Same fix as went into 2.2 (I'm waiting for jerry to finish some code).
Jeremy Allison
2002-01-11
1
-34
/
+34
*
Missed error return is can_rename fails.
Jeremy Allison
2002-01-04
1
-0
/
+1
*
Re-wrote the guts of the rename_internals code to cope with a reported
Jeremy Allison
2002-01-04
1
-37
/
+80
*
Ensure modtime is set correctly on destination files in copy command.
Jeremy Allison
2002-01-03
1
-0
/
+4
*
passing NULL to print_queue_status()'s status parameter could end in a segfault
Simo Sorce
2001-12-29
1
-1
/
+2
*
Ensured filetimes set (by name) after close. Ignore errors. This is the
Jeremy Allison
2001-12-16
1
-14
/
+13
*
I think this is a fix for the "out of space" errors with oplocks=no.
Jeremy Allison
2001-11-25
1
-49
/
+58
*
Tidyups when I was doing the big merge...
Jeremy Allison
2001-11-17
1
-12
/
+16
*
Fix from Herb. mincount/maxcount need to be ssize_t for comparisons.
Jeremy Allison
2001-11-14
1
-1
/
+1
*
Fixup __LPID -> _LPID.
Jeremy Allison
2001-11-09
1
-1
/
+1
*
Change to guest logon code.
Andrew Bartlett
2001-11-08
1
-2
/
+0
*
Don't put a \n on the end of the arg to exit_server()
Tim Potter
2001-11-05
1
-5
/
+5
[next]