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