summaryrefslogtreecommitdiff
path: root/source3/smbd/reply.c
AgeCommit message (Expand)AuthorFilesLines
2003-03-20NT4 as well as W2k respond with IPC regardless of what serviceVolker Lendecke1-1/+1
2003-03-17Fix const warnings.Andrew Bartlett1-5/+5
2003-03-16Make sure we mark the assumption of a fstring parameter for 'devicetype'Andrew Bartlett1-2/+2
2003-03-15Found by my new checking code (yet to be commited):Andrew Bartlett1-1/+1
2003-03-08Make sure that the 'remote' machine name can only be set once. For some weirdAndrew Bartlett1-2/+2
2003-02-27Fix to allow blocking lock notification to be done rapidly (no waitJeremy Allison1-3/+4
2003-01-12Make the 'service' in make_connection() use an fstrcpy(), and an fstring,Andrew Bartlett1-1/+1
2003-01-08Ensure we return disk full by default on short writes.Jeremy Allison1-6/+6
2003-01-02BIG patch...Andrew Bartlett1-1/+1
2002-12-31fix for bad check spotted by Ray Simard <ray@sylvan-glade.com>Simo Sorce1-1/+1
2002-12-13Fix for old DOS client when veto files is set to /.*/Jeremy Allison1-1/+1
2002-12-05The element in fsp->print_job should be a RAP jobid, not a uint32 RPCJeremy Allison1-2/+1
2002-12-04Added Volker's directory fix - save the attributesJeremy Allison1-0/+3
2002-12-03Reformat of reply.c before Volker's patch.Jeremy Allison1-1059/+1029
2002-12-03Fixed nasty bug where file writes with start offsets in the rangeJeremy Allison1-13/+14
2002-12-01As per Jeremy's request back this out, so as to re-gain the implicit lengthAndrew Bartlett1-7/+5
2002-12-01No need for fstring manipulation here (Tcon&X), just use string pointers.Andrew Bartlett1-5/+7
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-2/+1
2002-11-05Ensure can_delete returns correct error code.Jeremy Allison1-1/+4
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