summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2002-02-19in dos_unmangle() the only function call was to *mangle()*. Adding theAndrew Bartlett1-1/+1
2002-02-15Merge of smbclient print crash bug fix from app head.Tim Potter1-2/+4
2002-02-09Do the reverse DNS lookup, but only if 'hostname lookups = yes'Andrew Bartlett1-5/+7
2002-02-05check for empty parameters in qpathinfoAndrew Tridgell1-0/+4
2002-02-04better debug messages!Simo Sorce1-8/+8
2002-01-31Fix from Michael Steffens <michael_steffens@hp.com> to make signalJeremy Allison3-3/+3
2002-01-30Removed version number from file header.Tim Potter48-95/+48
2002-01-30merge from 2.2Gerald Carter1-1/+8
2002-01-29Fix "strict allocate" to write the data out on ftruncate with extend.Jeremy Allison1-8/+70
2002-01-29Since we have dynamic initialisation in the group mapping code, makeTim Potter1-5/+0
2002-01-27Some more 'winbind default domain' support patches from Alexander BokovoyAndrew Bartlett2-7/+3
2002-01-27Yes, dev is an 'input/output' paramater...Andrew Bartlett1-2/+2
2002-01-26 - Provide sid->name lookup support for non-unix accounts.Andrew Bartlett1-36/+33
2002-01-26Rework lookup_name() to take seperate username/domain args, and to removeAndrew Bartlett1-31/+24
2002-01-26Fix up a security issue with the way we handle domain groups retuned on theAndrew Bartlett1-0/+3
2002-01-25Fixed display of "remote downlevel document" in old print job submissionJeremy Allison2-2/+2
2002-01-25merge from 2.2Gerald Carter1-1/+1
2002-01-25Fix a 'const' warning.Andrew Bartlett1-1/+1
2002-01-25micro fix :-)Simo Sorce1-0/+1
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