summaryrefslogtreecommitdiffstats
path: root/source3/smbd/reply.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* make sure we give an error for unknown lockingX locktype bitsAndrew Tridgell2002-03-111-0/+7
* Mask off the aDIR on setfileinfo.Jeremy Allison2002-03-051-0/+3
* Added "nt status support" parameter. Fix offline synchronisation.Jeremy Allison2002-02-271-6/+4
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Fixed display of "remote downlevel document" in old print job submissionJeremy Allison2002-01-251-1/+1
* Same fix as went into 2.2 (I'm waiting for jerry to finish some code).Jeremy Allison2002-01-111-34/+34
* Missed error return is can_rename fails.Jeremy Allison2002-01-041-0/+1
* Re-wrote the guts of the rename_internals code to cope with a reportedJeremy Allison2002-01-041-37/+80
* Ensure modtime is set correctly on destination files in copy command.Jeremy Allison2002-01-031-0/+4
* passing NULL to print_queue_status()'s status parameter could end in a segfaultSimo Sorce2001-12-291-1/+2
* Ensured filetimes set (by name) after close. Ignore errors. This is theJeremy Allison2001-12-161-14/+13
* I think this is a fix for the "out of space" errors with oplocks=no.Jeremy Allison2001-11-251-49/+58
* Tidyups when I was doing the big merge...Jeremy Allison2001-11-171-12/+16
* Fix from Herb. mincount/maxcount need to be ssize_t for comparisons.Jeremy Allison2001-11-141-1/+1
* Fixup __LPID -> _LPID.Jeremy Allison2001-11-091-1/+1
* Change to guest logon code.Andrew Bartlett2001-11-081-2/+0
* Don't put a \n on the end of the arg to exit_server()Tim Potter2001-11-051-5/+5
* Various post AuthRewrite cleanups, fixups and tidyups.Andrew Bartlett2001-11-011-2/+2
* When you make a data_blob() then you probably need to free it too...Andrew Bartlett2001-10-311-0/+4
* This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett2001-10-311-16/+21
* another few changes to the new mangle codeSimo Sorce2001-10-291-2/+27
* Converted a bunch of 0x85 constants to SMBkeepalive.Tim Potter2001-10-201-2/+2
* Restored old Bmpx code - actually used by OS/2.Jeremy Allison2001-10-191-57/+247
* split session setup code out of reply.c in preparation for addingAndrew Tridgell2001-10-151-344/+1
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-1/+0
* Kill of the reply.c end of the workstaion trust account mess.Andrew Bartlett2001-09-261-155/+43
* Lets call an NTSTATUS an nt_status, not an ecode.Andrew Bartlett2001-09-231-6/+6