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