summaryrefslogtreecommitdiffstats
path: root/source/smbd/reply.c
Commit message (Expand)AuthorAgeFilesLines
* NT4 is particularly fussy about getting this right.Andrew Bartlett2003-03-311-1/+0
* fix up IPC/LPT:/A: devicetype in tcon_and_XGerald Carter2003-03-281-21/+20
* Fix DOS del command with widelinks = False.Jeremy Allison2003-03-261-1/+2
* win9x was suffered a case of the blues during a domain logon.Gerald Carter2003-03-251-1/+14
* NT4 as well as W2k respond with IPC regardless of what serviceVolker Lendecke2003-03-201-1/+1
* Fix const warnings.Andrew Bartlett2003-03-171-5/+5
* Make sure we mark the assumption of a fstring parameter for 'devicetype'Andrew Bartlett2003-03-161-2/+2
* Found by my new checking code (yet to be commited):Andrew Bartlett2003-03-151-1/+1
* Make sure that the 'remote' machine name can only be set once. For some weirdAndrew Bartlett2003-03-081-2/+2
* Fix to allow blocking lock notification to be done rapidly (no waitJeremy Allison2003-02-271-3/+4
* Make the 'service' in make_connection() use an fstrcpy(), and an fstring,Andrew Bartlett2003-01-121-1/+1
* Ensure we return disk full by default on short writes.Jeremy Allison2003-01-081-6/+6
* BIG patch...Andrew Bartlett2003-01-021-1/+1
* fix for bad check spotted by Ray Simard <ray@sylvan-glade.com>Simo Sorce2002-12-311-1/+1
* Fix for old DOS client when veto files is set to /.*/Jeremy Allison2002-12-131-1/+1
* The element in fsp->print_job should be a RAP jobid, not a uint32 RPCJeremy Allison2002-12-051-2/+1
* Added Volker's directory fix - save the attributesJeremy Allison2002-12-041-0/+3
* Reformat of reply.c before Volker's patch.Jeremy Allison2002-12-031-1059/+1029
* Fixed nasty bug where file writes with start offsets in the rangeJeremy Allison2002-12-031-13/+14
* As per Jeremy's request back this out, so as to re-gain the implicit lengthAndrew Bartlett2002-12-011-7/+5
* No need for fstring manipulation here (Tcon&X), just use string pointers.Andrew Bartlett2002-12-011-5/+7
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-2/+1
* Ensure can_delete returns correct error code.Jeremy Allison2002-11-051-1/+4
* Use sendfile in readbraw.Jeremy Allison2002-09-191-11/+56
* Added "use sendfile" per share option.Jeremy Allison2002-09-181-1/+1
* Actually use sendfile if selected.Jeremy Allison2002-09-171-1/+1
* Attempt to make broken Linux sendfile work.... Still in progress.Jeremy Allison2002-09-171-1/+1
* Added fix for broken Linux (no sendfile64). When offset + count > 2GBJeremy Allison2002-09-141-0/+7
* First cut at portable sendfile code. Only used in readX at the momentJeremy Allison2002-09-121-16/+87
* Formatting tidyups before I look at implementing the sendfile in READX.Jeremy Allison2002-09-111-194/+185
* Ensure we've failed a lock with a lock denied message before automaticallyJeremy Allison2002-09-111-3/+3
* Fix missing braces around push lock call.Jeremy Allison2002-09-111-2/+3
* Added final Steve French patch for "required" attributes with oldJeremy Allison2002-09-101-2/+6
* We shouldn't add printing flag here.Jeremy Allison2002-09-051-1/+1
* Add bcast_msg_flags to connection struct. Allows sender to filter whenJeremy Allison2002-09-041-1/+1
* round lock timeouts in lockingX upwards to multiples of 1 second, so aAndrew Tridgell2002-08-181-1/+1
* Add RESOLVE_DFSPATH to mkdir operations in HEAD.Shirish Kalele2002-08-121-0/+2
* Make 'remote_machine' private to lib/substitute.c, and fix all the user to useAndrew Bartlett2002-08-111-2/+1
* Fix the %m security bug again - and try to make it harder to reintroduce inAndrew Bartlett2002-08-101-14/+8
* Make it clear that the 'service' isn't to be touched. (Make it const).Andrew Bartlett2002-07-201-1/+1
* Update the smbd reply code a little:Andrew Bartlett2002-07-201-5/+16
* Gone back to explicit queue number passing as snum - removed encoding ofJeremy Allison2002-07-171-1/+4
* make sure we don't walk past the end of the current SMB buffer whenAndrew Tridgell2002-04-161-21/+21
* this fixes the displaying of free disk space for DOS6 clients. Win2000Andrew Tridgell2002-04-151-14/+37
* This split the mangling code up to allow for the possibility of multipleAndrew Tridgell2002-04-111-33/+10
* Added Shirish's client side caching policy change.Jeremy Allison2002-04-101-1/+2
* Reintroduce the 2.2 name mangling code, until we get are more flexible solution.Andrew Bartlett2002-04-081-5/+6
* Fixed the error bad path for recursive mkdir so mkdir \a\b\c\d works.Jeremy Allison2002-04-021-43/+13
* Removed unused variable.Jeremy Allison2002-03-261-3/+0
* Fix the mp3 rename bug - also tidy up our open code and remove the specialJeremy Allison2002-03-231-20/+61