summaryrefslogtreecommitdiff
path: root/source3/smbd/reply.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-08-03This is my 'Authentication Rewrite' version 1.01, mostly as submitted toAndrew Bartlett1-210/+46
2001-07-25we need to pull passwords in client charset for crypto to workAndrew Tridgell1-1/+1
2001-07-21This patch fixes up a few issues where we would do lookups in the local systemAndrew Bartlett1-38/+42
2001-07-11Toomas Soome's fix for joining a domain the old way.Jeremy Allison1-1/+1
2001-07-08This removes unused paramaters from various authtication functions, and shouldAndrew Bartlett1-2/+2
2001-07-06fixed bug where we looked at the first byte of a password to determineAndrew Tridgell1-12/+2
2001-07-05Fix for rabbit-pellet mode. Chris please test this. Thanks for Dave CBJeremy Allison1-0/+6
2001-07-05fixed a bug in the parameters SMBctemp uses in open_file_shared()Andrew Tridgell1-8/+7
2001-07-05use alpha_strcpy on the domain as it comes off the wireAndrew Tridgell1-8/+3
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-16/+16
2001-07-04The big character set handling changeover!Andrew Tridgell1-60/+39
2001-07-04check for bad usernames early in session setupAndrew Tridgell1-0/+6
2001-07-03Fixed incorrect debug parameters for lock_pid.Jeremy Allison1-2/+2
2001-07-02Fixed the nastiest locking bug to track down.... smb_pids are sent in theJeremy Allison1-11/+27
2001-06-30Fixed the first locking error (test #8 found by locktest code fromJeremy Allison1-10/+10
2001-06-26Always use DOMAIN\user first that this is the more specific case.Jeremy Allison1-12/+17
2001-06-23Log debug before and after netbios names copied so we know if they've beenJeremy Allison1-0/+3
2001-06-23Added other_safe_chars to alpha_strcpy(). Needs testing but is a betterJeremy Allison1-2/+2
2001-06-23Better fix for client name vulnarability.Jeremy Allison1-0/+2
2001-06-22Andrew - please look this over. I've fixed a long standing (maybe 4-5Jeremy Allison1-1/+17
2001-06-21Following info from TAKAHASHI Motonobu <monyo@samba.gr.jp>,Jeremy Allison1-5/+5
2001-06-19Extra debug in open.c, fix for bad debug message in reply.cJeremy Allison1-1/+1
2001-06-12Removed commented out msdfs code that was being called anyway.Tim Potter1-2/+0
2001-06-09*Wonderful* patch from Andrew Bartlett that will help ensure tdb's areJeremy Allison1-4/+8
2001-06-05Set correct reply word in large writeX (greater than 64k) replies.Jeremy Allison1-2/+5
2001-06-05Deal with incorrect large writes from old NT4.x clients.Jeremy Allison1-1/+5
2001-05-25return an error code on password attack, rather than exiting.Andrew Tridgell1-4/+7
2001-05-24Fixup the large_writex problem (a large_writex can send a full 64k of data,Jeremy Allison1-2/+3
2001-05-22Defensive brlock and locking database cleaning code.Jeremy Allison1-42/+40
2001-05-17Fixes to get pam_auth() functionality working again.Tim Potter1-1/+1