summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2002-03-01Various comment fixes from Rafal Szczesniak <mimir@diament.ists.pwr.wroc.pl>Andrew Bartlett1-1/+1
2002-02-27this allows us to support foreign SIDs in winbindd and smbdAndrew Tridgell1-2/+13
2002-02-27Added "nt status support" parameter. Fix offline synchronisation.Jeremy Allison4-28/+32
2002-02-27Fixed usage of uninitialised variable in strict_allocate_ftruncate()Tim Potter1-1/+3
2002-02-27This should fix up the level 0 'convert_string' debug messages that we haveAndrew Bartlett1-1/+1
2002-02-26This is a nasty hack to fix "xcopy /o" from win2000 on a Samba shareAndrew Tridgell2-16/+53
2002-02-25This fixes 4 info levels in a trans2 find_first that should not be nullAndrew Tridgell1-4/+6
2002-02-22don't do an ADS init when not in ADS modeAndrew Tridgell1-5/+4
2002-02-21this fixes the security tab on mapped drives for unicode clients.Andrew Tridgell1-19/+12
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