summaryrefslogtreecommitdiffstats
path: root/source3/smbd/reply.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #226. Stop unmangle of name into a wildcard name from deleting moreJeremy Allison2003-07-291-9/+20
* Try again to fix up 'session request' name exchange. This time we actualyAndrew Bartlett2003-07-271-11/+4
* make sure we don't allow the creation of directories containingAndrew Tridgell2003-07-181-1/+5
* Signing so far... the client code fails on a SMBtrans2 secondary transactionJeremy Allison2003-07-181-2/+2
* Don't allow read/write raw when signing is active.Jeremy Allison2003-07-171-0/+8
* Fix an spelling mistake.Richard Sharpe2003-06-131-1/+1
* SMBlockingX timeouts are in units of 2 milliseconds, not 1Andrew Tridgell2003-06-061-1/+1
* make the allocation_size consistent between trans2 QFILEINFO and SMBgetattrEAndrew Tridgell2003-06-061-1/+2
* Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...Alexander Bokovoy2003-05-141-27/+27
* Fix VFS layer:Alexander Bokovoy2003-05-111-28/+28
* Merge the 'safe' parts of my StrnCpy patch - many of the users really wantedAndrew Bartlett2003-04-231-1/+1
* Make the variable name match the comment.Andrew Bartlett2003-04-231-2/+2
* Merge of Simo's strncat -> StrnCpy fix.Tim Potter2003-04-131-4/+3
* * We must return 0x2 as the majorversion for nt4 to upload driversGerald Carter2003-04-111-10/+15
* cleanup lanman printing= for win98; device type is LPT1:; patch by Steve L.Gerald Carter2003-04-111-1/+1
* Ensure we have WinXP-like semantics for checking TIDs and FIDs.Jeremy Allison2003-04-091-1/+3
* cleanup the IPC/LPT:/A: mess I startedGerald Carter2003-03-271-16/+19
* 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/+10
* Merge from HEADVolker Lendecke2003-03-201-1/+1
* Jeremy merged across my string parinoia fixes, but forgot to enable them! :-)Andrew Bartlett2003-03-181-1/+1
* Add an extra parameter to our 'set_remote_machine_name' andAndrew Bartlett2003-03-181-2/+2
* Merge from HEAD:Andrew Bartlett2003-03-171-5/+5
* Fix to allow blocking lock notification to be done rapidly (no waitJeremy Allison2003-02-271-3/+4
* Merge from HEAD:Andrew Bartlett2003-01-141-1/+1
* Ensure we return disk full by default on short writes.Jeremy Allison2003-01-081-6/+6
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-1/+1
* from HEAD: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
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-2/+1
* Ensure can_delete returns the correct error code.Jeremy Allison2002-11-051-1/+4
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-214/+333
* Sync 3.0 branch with headJelmer Vernooij2002-08-171-22/+31
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-35/+58
* 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
* Remove the "stat open" code - make it inline. This should fix theJeremy Allison2002-03-201-76/+80
* Sync up vfs changes from 2.2.x.Jeremy Allison2002-03-191-1/+1
* Renamed get_nt_error_msg() to nt_errstr().Tim Potter2002-03-171-3/+3
* syncing up printing code with SAMBA_2_2 (already done some mergesGerald Carter2002-03-151-1/+1
* Fixed bodgy printf arguments in debug statment.Tim Potter2002-03-131-1/+1
* include/smb_macros.h: Don't round up an allocation if the size is zero.Jeremy Allison2002-03-131-5/+7