summaryrefslogtreecommitdiff
path: root/source3/smbd/reply.c
AgeCommit message (Expand)AuthorFilesLines
2003-05-14Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...Alexander Bokovoy1-27/+27
2003-05-11Fix VFS layer:Alexander Bokovoy1-28/+28
2003-04-23Merge the 'safe' parts of my StrnCpy patch - many of the users really wantedAndrew Bartlett1-1/+1
2003-04-23Make the variable name match the comment.Andrew Bartlett1-2/+2
2003-04-13Merge of Simo's strncat -> StrnCpy fix.Tim Potter1-4/+3
2003-04-11* We must return 0x2 as the majorversion for nt4 to upload driversGerald Carter1-10/+15
2003-04-11cleanup lanman printing= for win98; device type is LPT1:; patch by Steve L.Gerald Carter1-1/+1
2003-04-09Ensure we have WinXP-like semantics for checking TIDs and FIDs.Jeremy Allison1-1/+3
2003-03-27cleanup the IPC/LPT:/A: mess I startedGerald Carter1-16/+19
2003-03-26Fix DOS del command with widelinks = False.Jeremy Allison1-1/+2
2003-03-25win9x was suffered a case of the blues during a domain logon.Gerald Carter1-1/+10
2003-03-20Merge from HEADVolker Lendecke1-1/+1
2003-03-18Jeremy merged across my string parinoia fixes, but forgot to enable them! :-)Andrew Bartlett1-1/+1
2003-03-18Add an extra parameter to our 'set_remote_machine_name' andAndrew Bartlett1-2/+2
2003-03-17Merge from HEAD:Andrew Bartlett1-5/+5
2003-02-27Fix to allow blocking lock notification to be done rapidly (no waitJeremy Allison1-3/+4
2003-01-14Merge from HEAD:Andrew Bartlett1-1/+1
2003-01-08Ensure we return disk full by default on short writes.Jeremy Allison1-6/+6
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-1/+1
2002-12-31from HEAD: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-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-2/+1
2002-11-05Ensure can_delete returns the correct error code.Jeremy Allison1-1/+4
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-214/+333
2002-08-17Sync 3.0 branch with headJelmer Vernooij1-22/+31
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-35/+58
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