summaryrefslogtreecommitdiff
path: root/source3/smbd/reply.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-01-03Ensure modtime is set correctly on destination files in copy command.Jeremy Allison1-0/+4
2001-12-29passing NULL to print_queue_status()'s status parameter could end in a segfaultSimo Sorce1-1/+2
2001-12-16Ensured filetimes set (by name) after close. Ignore errors. This is theJeremy Allison1-14/+13
2001-11-25I think this is a fix for the "out of space" errors with oplocks=no.Jeremy Allison1-49/+58
2001-11-17Tidyups when I was doing the big merge...Jeremy Allison1-12/+16
2001-11-14Fix from Herb. mincount/maxcount need to be ssize_t for comparisons.Jeremy Allison1-1/+1
2001-11-09Fixup __LPID -> _LPID.Jeremy Allison1-1/+1
2001-11-08Change to guest logon code.Andrew Bartlett1-2/+0
2001-11-05Don't put a \n on the end of the arg to exit_server()Tim Potter1-5/+5
2001-11-01Various post AuthRewrite cleanups, fixups and tidyups.Andrew Bartlett1-2/+2
2001-10-31When you make a data_blob() then you probably need to free it too...Andrew Bartlett1-0/+4
2001-10-31This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett1-16/+21
2001-10-29another few changes to the new mangle codeSimo Sorce1-2/+27
2001-10-20Converted a bunch of 0x85 constants to SMBkeepalive.Tim Potter1-2/+2
2001-10-19Restored old Bmpx code - actually used by OS/2.Jeremy Allison1-57/+247
2001-10-15split session setup code out of reply.c in preparation for addingAndrew Tridgell1-344/+1
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-1/+0
2001-09-26Kill of the reply.c end of the workstaion trust account mess.Andrew Bartlett1-155/+43
2001-09-23Lets call an NTSTATUS an nt_status, not an ecode.Andrew Bartlett1-6/+6
2001-09-23Zero out these pstrings before we start: makes for much easier debugging.Andrew Bartlett1-2/+2
2001-09-23Fix up NT_STATUS return for session setups, Win2k objects to anything otherAndrew Bartlett1-3/+3
2001-09-21fixed the error code handling in can_delete() by converting it toAndrew Tridgell1-19/+22
2001-09-17move to SAFE_FREE()Simo Sorce1-1/+1
2001-09-17fixed ctemp in server and client. It turns out that ctemp on NT is completely...Andrew Tridgell1-9/+20
2001-09-16Fix up workstaion and kickoff time checks, moved to auth_smbpasswd.c whereAndrew Bartlett1-4/+7