summaryrefslogtreecommitdiffstats
path: root/source3/smbd/reply.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Zero out these pstrings before we start: makes for much easier debugging.Andrew Bartlett2001-09-231-2/+2
* Fix up NT_STATUS return for session setups, Win2k objects to anything otherAndrew Bartlett2001-09-231-3/+3
* fixed the error code handling in can_delete() by converting it toAndrew Tridgell2001-09-211-19/+22
* move to SAFE_FREE()Simo Sorce2001-09-171-1/+1
* fixed ctemp in server and client. It turns out that ctemp on NT is completely...Andrew Tridgell2001-09-171-9/+20
* Fix up workstaion and kickoff time checks, moved to auth_smbpasswd.c whereAndrew Bartlett2001-09-161-4/+7
* Start pushing the NTSTATUS stuff out to the wire for session setups.Andrew Bartlett2001-09-161-51/+27
* Kill off the //server/share%user hack in share level security.Andrew Bartlett2001-09-151-65/+8
* Oops... For reference, NTLMv2 passwords are > 24 chars in length, whileAndrew Bartlett2001-09-151-1/+1
* This looked suspicious now we are attempting to to NTLMv2.Andrew Bartlett2001-09-151-2/+2
* Some patches to authentication:Tim Potter2001-09-121-2/+3
* convert more code to using d_printfAndrew Tridgell2001-09-081-1/+0
* #ifdef out function when not used.Jeremy Allison2001-09-071-0/+2
* Fix the 62bit locking onto 32 bit NFS mounts problem generically for HPUX.Jeremy Allison2001-09-061-0/+32
* Merge of transfer file code from 2.2, fix for readbraw.Jeremy Allison2001-09-041-267/+267
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-041-102/+83
* more NTSTATUS changesAndrew Tridgell2001-09-011-17/+4
* Fix crash bug with indirecting through null pointer on recursive delete.Jeremy Allison2001-08-301-134/+119
* started converting NTSTATUS to be a structure on systems with gcc in order to...Andrew Tridgell2001-08-271-11/+13
* converted smbd to use NTSTATUS by defaultAndrew Tridgell2001-08-271-765/+495
* get rid of compiler warningsHerb Lewis2001-08-241-2/+2
* flush on a invalid fsp should give an errorAndrew Tridgell2001-08-241-16/+16
* Fix to only send the status32 error for status32 clients, not to otherAndrew Bartlett2001-08-231-3/+1
* A few changes:Andrew Bartlett2001-08-221-3/+1
* The DELL powervault 705 is sending a tcon&x with the service name beingJean-François Micouleau2001-08-221-5/+15
* two fixes for NT clients -> share level Samba serverAndrew Tridgell2001-08-201-1/+9
* smbd/auth_server: Doco, we want to use cli_nt_error here soonAndrew Bartlett2001-08-171-3/+2
* One less getpwnam() call...Andrew Bartlett2001-08-171-1/+3
* Always return NT_STATUS_DISK_FULL, even for quota errors.Jeremy Allison2001-08-071-1/+1
* Added fixes to return correct error codes on space allocation fail.Jeremy Allison2001-08-071-1/+30
* The write zero bytes is an allocate, not set EOF.Jeremy Allison2001-08-031-1/+2
* This is my 'Authentication Rewrite' version 1.01, mostly as submitted toAndrew Bartlett2001-08-031-210/+46
* we need to pull passwords in client charset for crypto to workAndrew Tridgell2001-07-251-1/+1
* This patch fixes up a few issues where we would do lookups in the local systemAndrew Bartlett2001-07-211-38/+42
* Toomas Soome's fix for joining a domain the old way.Jeremy Allison2001-07-111-1/+1
* This removes unused paramaters from various authtication functions, and shouldAndrew Bartlett2001-07-081-2/+2
* fixed bug where we looked at the first byte of a password to determineAndrew Tridgell2001-07-061-12/+2
* Fix for rabbit-pellet mode. Chris please test this. Thanks for Dave CBJeremy Allison2001-07-051-0/+6
* fixed a bug in the parameters SMBctemp uses in open_file_shared()Andrew Tridgell2001-07-051-8/+7
* use alpha_strcpy on the domain as it comes off the wireAndrew Tridgell2001-07-051-8/+3
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-16/+16
* The big character set handling changeover!Andrew Tridgell2001-07-041-60/+39
* check for bad usernames early in session setupAndrew Tridgell2001-07-041-0/+6
* Fixed incorrect debug parameters for lock_pid.Jeremy Allison2001-07-031-2/+2
* Fixed the nastiest locking bug to track down.... smb_pids are sent in theJeremy Allison2001-07-021-11/+27
* Fixed the first locking error (test #8 found by locktest code fromJeremy Allison2001-06-301-10/+10
* Always use DOMAIN\user first that this is the more specific case.Jeremy Allison2001-06-261-12/+17