summaryrefslogtreecommitdiffstats
path: root/source/smbd
Commit message (Expand)AuthorAgeFilesLines
* Removed version number from file header.Tim Potter2002-01-3048-95/+48
* merge from 2.2Gerald Carter2002-01-301-1/+8
* Fix "strict allocate" to write the data out on ftruncate with extend.Jeremy Allison2002-01-291-8/+70
* Since we have dynamic initialisation in the group mapping code, makeTim Potter2002-01-291-5/+0
* Some more 'winbind default domain' support patches from Alexander BokovoyAndrew Bartlett2002-01-272-7/+3
* Yes, dev is an 'input/output' paramater...Andrew Bartlett2002-01-271-2/+2
* - Provide sid->name lookup support for non-unix accounts.Andrew Bartlett2002-01-261-36/+33
* Rework lookup_name() to take seperate username/domain args, and to removeAndrew Bartlett2002-01-261-31/+24
* Fix up a security issue with the way we handle domain groups retuned on theAndrew Bartlett2002-01-261-0/+3
* Fixed display of "remote downlevel document" in old print job submissionJeremy Allison2002-01-252-2/+2
* merge from 2.2Gerald Carter2002-01-251-1/+1
* Fix a 'const' warning.Andrew Bartlett2002-01-251-1/+1
* micro fix :-)Simo Sorce2002-01-251-0/+1
* minor fixesSimo Sorce2002-01-251-3/+5
* handle filenames like .bashrc better in the new mangling codeAndrew Tridgell2002-01-241-8/+12
* Check request flag for unicode capability and respond accordingly, rather tha...Jim McDonough2002-01-231-1/+2
* Oops...Andrew Bartlett2002-01-231-1/+1
* Change the order of this a bit - as unix password change can fail.Andrew Bartlett2002-01-231-11/+12
* Ensure fsp->size is correct so readraw's return correct data.Jeremy Allison2002-01-221-9/+14
* Found and fixed the logic bug in write cache code. Amazingly helpfulJeremy Allison2002-01-211-4/+10
* One less Get_Pwnam_Modify call!Andrew Bartlett2002-01-211-5/+0
* Spelling fixes.Tim Potter2002-01-201-7/+7
* This is another *BIG* change...Andrew Bartlett2002-01-201-2/+2
* Kill off another ugly wart from the side of the passdb subsystem.Andrew Bartlett2002-01-201-0/+2
* Kill off the old varient of 'check_plaintext_password' (new version justAndrew Bartlett2002-01-202-103/+28
* This is the current patch from Luke Leighton <lckl@samba-tng.org> to add aAndrew Bartlett2002-01-203-14/+18
* This patch makes the 'winbind use default domain' code interact better withAndrew Bartlett2002-01-201-1/+1
* Ensure identical between 2.2.3 and 3.0 - no need for difference here..Jeremy Allison2002-01-201-1/+0
* Fix file size calculations for write cache code.Jeremy Allison2002-01-201-5/+41
* Attempt to fix bugs in write cache code (yes I know it's going away :-).Jeremy Allison2002-01-202-3/+21
* Report write fail in smb_dump.Jeremy Allison2002-01-191-1/+3
* Ensure (C) message is output on startup.Jeremy Allison2002-01-181-2/+2
* A nice *big* change to the fundemental way we do things.Andrew Bartlett2002-01-174-18/+25
* don't use O_NONBLOCK in open(). This was added erroneously for kernelAndrew Tridgell2002-01-171-4/+0
* Separate out get_user_home_dir() from get_user_home_service_dir().Jeremy Allison2002-01-161-2/+2
* Fixup error mapping so we have only one table containing errno -> dos error -...Jeremy Allison2002-01-161-38/+14
* Roll back PSTRING_SANCTIFY patch; just leave non-controversial typeMartin Pool2002-01-161-16/+23
* Roll back PSTR insertion.Martin Pool2002-01-161-23/+21
* Convert to the new pstring interface. This diff is a pretty goodMartin Pool2002-01-151-26/+29
* Removed MAXSTATUS which was set incorrectly - thus causing tdb traversalJeremy Allison2002-01-143-27/+14
* Many thanks to Alexander Bokovoy <a.bokovoy@sam-solutions.net>.Andrew Bartlett2002-01-121-0/+1
* Added the O_NOFOLLOW flag if follow symlinks is set off.Jeremy Allison2002-01-121-0/+6
* Same fix as went into 2.2 (I'm waiting for jerry to finish some code).Jeremy Allison2002-01-115-55/+55
* fixed a crash in merge_aces()Andrew Tridgell2002-01-111-0/+1
* Make this error match Win2k.Andrew Bartlett2002-01-111-1/+1
* Back out the crazy notion that the NTLMSSP flags actually mean anything...Andrew Bartlett2002-01-111-1/+12
* First part of UNIX extensions (#ifdefed out) more to follow.Jeremy Allison2002-01-102-2/+170
* Getting ready to add UNIX extensions in HEAD also.Jeremy Allison2002-01-102-0/+32
* Add two more memory-debug smbcontrol messages: these ones shouldMartin Pool2002-01-091-0/+1
* Better explanation message for dmalloc.Martin Pool2002-01-093-7/+7