summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2002-01-25minor fixesSimo Sorce1-3/+5
2002-01-24handle filenames like .bashrc better in the new mangling codeAndrew Tridgell1-8/+12
2002-01-23Check request flag for unicode capability and respond accordingly, rather tha...Jim McDonough1-1/+2
2002-01-23Oops...Andrew Bartlett1-1/+1
2002-01-23Change the order of this a bit - as unix password change can fail.Andrew Bartlett1-11/+12
2002-01-22Ensure fsp->size is correct so readraw's return correct data.Jeremy Allison1-9/+14
2002-01-21Found and fixed the logic bug in write cache code. Amazingly helpfulJeremy Allison1-4/+10
2002-01-21One less Get_Pwnam_Modify call!Andrew Bartlett1-5/+0
2002-01-20Spelling fixes.Tim Potter1-7/+7
2002-01-20This is another *BIG* change...Andrew Bartlett1-2/+2
2002-01-20Kill off another ugly wart from the side of the passdb subsystem.Andrew Bartlett1-0/+2
2002-01-20Kill off the old varient of 'check_plaintext_password' (new version justAndrew Bartlett2-103/+28
2002-01-20This is the current patch from Luke Leighton <lckl@samba-tng.org> to add aAndrew Bartlett3-14/+18
2002-01-20This patch makes the 'winbind use default domain' code interact better withAndrew Bartlett1-1/+1
2002-01-20Ensure identical between 2.2.3 and 3.0 - no need for difference here..Jeremy Allison1-1/+0
2002-01-20Fix file size calculations for write cache code.Jeremy Allison1-5/+41
2002-01-20Attempt to fix bugs in write cache code (yes I know it's going away :-).Jeremy Allison2-3/+21
2002-01-19Report write fail in smb_dump.Jeremy Allison1-1/+3
2002-01-18Ensure (C) message is output on startup.Jeremy Allison1-2/+2
2002-01-17A nice *big* change to the fundemental way we do things.Andrew Bartlett4-18/+25
2002-01-17don't use O_NONBLOCK in open(). This was added erroneously for kernelAndrew Tridgell1-4/+0
2002-01-16Separate out get_user_home_dir() from get_user_home_service_dir().Jeremy Allison1-2/+2
2002-01-16Fixup error mapping so we have only one table containing errno -> dos error -...Jeremy Allison1-38/+14
2002-01-16Roll back PSTRING_SANCTIFY patch; just leave non-controversial typeMartin Pool1-16/+23
2002-01-16Roll back PSTR insertion.Martin Pool1-23/+21
2002-01-15Convert to the new pstring interface. This diff is a pretty goodMartin Pool1-26/+29
2002-01-14Removed MAXSTATUS which was set incorrectly - thus causing tdb traversalJeremy Allison3-27/+14
2002-01-12Many thanks to Alexander Bokovoy <a.bokovoy@sam-solutions.net>.Andrew Bartlett1-0/+1
2002-01-12Added the O_NOFOLLOW flag if follow symlinks is set off.Jeremy Allison1-0/+6
2002-01-11Same fix as went into 2.2 (I'm waiting for jerry to finish some code).Jeremy Allison5-55/+55
2002-01-11fixed a crash in merge_aces()Andrew Tridgell1-0/+1
2002-01-11Make this error match Win2k.Andrew Bartlett1-1/+1
2002-01-11Back out the crazy notion that the NTLMSSP flags actually mean anything...Andrew Bartlett1-1/+12
2002-01-10First part of UNIX extensions (#ifdefed out) more to follow.Jeremy Allison2-2/+170
2002-01-10Getting ready to add UNIX extensions in HEAD also.Jeremy Allison2-0/+32
2002-01-09Add two more memory-debug smbcontrol messages: these ones shouldMartin Pool1-0/+1
2002-01-09Better explanation message for dmalloc.Martin Pool3-7/+7
2002-01-09Add UNUSED(paramname) macro to be used in parameter lists, to quietenMartin Pool1-1/+2
2002-01-09Fixed up atomic update code.Jeremy Allison2-4/+4
2002-01-06Get this code back to where it belongs...Andrew Bartlett1-7/+7
2002-01-06Some more SPNEGO fixes.Andrew Bartlett1-1/+1
2002-01-05Fix up the SPNEGO segfault.Andrew Bartlett1-2/+2
2002-01-05I've decided to move the auth code around a bit more...Andrew Bartlett4-76/+94
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 Allison3-41/+102
2002-01-03Ensure modtime is set correctly on destination files in copy command.Jeremy Allison1-0/+4
2002-01-03Fix talloc msg registrationMartin Pool1-1/+1
2002-01-03smbd children should also register for POOL_USAGEMartin Pool1-0/+1
2002-01-03smbd should register to receive MSG_REQ_POOL_USAGE. Response shouldMartin Pool1-0/+1
2002-01-02debug statement fixups.Jeremy Allison1-5/+0