summaryrefslogtreecommitdiff
path: root/source3/smbd/reply.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-09-16Start pushing the NTSTATUS stuff out to the wire for session setups.Andrew Bartlett1-51/+27
2001-09-15Kill off the //server/share%user hack in share level security.Andrew Bartlett1-65/+8
2001-09-15Oops... For reference, NTLMv2 passwords are > 24 chars in length, whileAndrew Bartlett1-1/+1
2001-09-15This looked suspicious now we are attempting to to NTLMv2.Andrew Bartlett1-2/+2
2001-09-12Some patches to authentication:Tim Potter1-2/+3
2001-09-08convert more code to using d_printfAndrew Tridgell1-1/+0
2001-09-07#ifdef out function when not used.Jeremy Allison1-0/+2
2001-09-06Fix the 62bit locking onto 32 bit NFS mounts problem generically for HPUX.Jeremy Allison1-0/+32
2001-09-04Merge of transfer file code from 2.2, fix for readbraw.Jeremy Allison1-267/+267
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell1-102/+83
2001-09-01more NTSTATUS changesAndrew Tridgell1-17/+4
2001-08-30Fix crash bug with indirecting through null pointer on recursive delete.Jeremy Allison1-134/+119
2001-08-27started converting NTSTATUS to be a structure on systems with gcc in order to...Andrew Tridgell1-11/+13
2001-08-27converted smbd to use NTSTATUS by defaultAndrew Tridgell1-765/+495
2001-08-24get rid of compiler warningsHerb Lewis1-2/+2
2001-08-24flush on a invalid fsp should give an errorAndrew Tridgell1-16/+16
2001-08-23Fix to only send the status32 error for status32 clients, not to otherAndrew Bartlett1-3/+1
2001-08-22A few changes:Andrew Bartlett1-3/+1
2001-08-22The DELL powervault 705 is sending a tcon&x with the service name beingJean-François Micouleau1-5/+15
2001-08-20two fixes for NT clients -> share level Samba serverAndrew Tridgell1-1/+9
2001-08-17smbd/auth_server: Doco, we want to use cli_nt_error here soonAndrew Bartlett1-3/+2
2001-08-17One less getpwnam() call...Andrew Bartlett1-1/+3
2001-08-07Always return NT_STATUS_DISK_FULL, even for quota errors.Jeremy Allison1-1/+1
2001-08-07Added fixes to return correct error codes on space allocation fail.Jeremy Allison1-1/+30
2001-08-03The write zero bytes is an allocate, not set EOF.Jeremy Allison1-1/+2