summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r10644: Let the ports parameter be a comma-separated list, as documented inJames Peach1-2/+2
2007-10-10r10600: Fix bug #2769 (mangle filenames ending in a space)Jeremy Allison2-8/+18
2007-10-10r10558: Fix bug #3010 yet again. Die monster, die !Jeremy Allison1-1/+16
2007-10-10r10551: We need to check if the source path is a parent directory of the dest...Jeremy Allison1-0/+41
2007-10-10r10359: Ensure that smb.conf requests for hidden files are honored, evenJeremy Allison1-12/+13
2007-10-10r10276: Fix for bug #3104 from Leo Weppelman <leo@wau.mis.ah.nl>.Jeremy Allison1-0/+11
2007-10-10r10188: 64-bit warning fix.Jeremy Allison1-1/+1
2007-10-10r10186: More 64-bit warning fixes.Jeremy Allison2-3/+3
2007-10-10r10182: Starting to stamp out warnings on a 64-bit box.Jeremy Allison1-5/+5
2007-10-10r10136: Fix for bug #3060 from Leo Weppelman <leo@wau.mis.ah.nl>.Jeremy Allison1-1/+1
2007-10-10r10133: Fix bug #3044. open-exec is read-only.Jeremy Allison1-1/+1
2007-10-10r10068: Use prctl(PR_SET_DUMPABLE) to make sure we can always leave a goodJames Peach1-0/+12
2007-10-10r9985: Move the all the strict sync logic into file_sync().James Peach4-20/+15
2007-10-10r9952: Adapt better to the Windows way of taking and assigning ownership:Günther Deschner1-11/+22
2007-10-10r9946: allow the priv-based chown (se_take_ownership) to chown to other usersGünther Deschner1-1/+0
2007-10-10r9584: Fix a race condition in Samba 3. If two files are opened simultaneousl...Volker Lendecke1-0/+9
2007-10-10r9545: (Hopefully the last) fixes for DIR -> SMB_STRUCT_DIR.Jeremy Allison2-5/+5
2007-10-10r9532: Fix for bug #2152, championed by Neil Hoggarth <neil.hoggarth@physiol....Jeremy Allison1-4/+4
2007-10-10r9483: Changed DIR to SMB_STRUCT_DIR because of the amazing stupidity of a UN...Jeremy Allison2-8/+8
2007-10-10r9457: Attempt to fix bug #3010 by handling END_OF_DIRECTORY_OFFSETJeremy Allison1-1/+6
2007-10-10r9293: Fix error path memory leak bug found by Coverity - also potential NULLJeremy Allison1-20/+28
2007-10-10r9290: Some error path cleanups found by Coverity. Whitespace reformatting.Jeremy Allison1-232/+277
2007-10-10r9288: Whitespace cleanup and memory leak on error path fix found by Coverity.Jeremy Allison1-55/+60
2007-10-10r9286: Fix false positive found by Coverity - wcard must not be null.Jeremy Allison1-12/+14
2007-10-10r9246: Patch from Marcel samba.10.maazl@spamgourmet.com for OS/2 trans2 openJeremy Allison1-2/+3
2007-10-10r9126: Fix valgrind bug Volker found in interaction with new aio bufferJeremy Allison2-5/+11
2007-10-10r8963: Clean up the horrid "fake conn struct" part of MSDFS.Jeremy Allison2-18/+34
2007-10-10r8959: Make msdfs code talloc based. Fix leaks.Jeremy Allison2-135/+196
2007-10-10r8950: Fix one more mem leak found by Gunther.Jeremy Allison1-4/+4
2007-10-10r8948: Fix valgrind bad free bug found by Gunther.Jeremy Allison1-2/+6
2007-10-10r8913: Fix memory leak in -r 8912: Free the right thing, rather than blob1 't...Andrew Bartlett1-1/+1
2007-10-10r8912: Samba 3.0 was failing from a Vista client, because it was using 'raw'Andrew Bartlett1-6/+39
2007-10-10r8798: Save one system call per SMB. smb_run_idle_events right now is only us...Volker Lendecke1-4/+0
2007-10-10r8782: Fix bug #2918. The problem was using Inbuffer to push a deferred open ...Jeremy Allison1-5/+7
2007-10-10r8697: BUG 2908: make sure to allow for the trailing NULLGerald Carter1-2/+1
2007-10-10r8695: Patch from James Peach for hires timestamps and efficientJeremy Allison1-4/+34
2007-10-10r8689: Fixes bugid #2889 for sure. Turns out the OS/2 dos box doesn't like tw...Jeremy Allison1-14/+21
2007-10-10r8655: Still trying to fix #2889. We don't need the DPTR_MASK afterJeremy Allison1-9/+2
2007-10-10r8615: Added "acl group control". Defaults to off. Docs to follow.Jeremy Allison1-34/+127
2007-10-10r8610: If I'm going to do a debug level zero, at least make it useful.Jeremy Allison1-1/+2
2007-10-10r8609: Fix for bugid #2889. I think the problem is that the top 16 bits of th...Jeremy Allison2-3/+11
2007-10-10r8556: Fix bug #2878 - Norton commander not running on OS/2 client - we wereJeremy Allison1-1/+1
2007-10-10r8552: Warning fix from jason@ncac.gwu.edu.Jeremy Allison1-1/+1
2007-10-10r8547: Code tidyup from Jason Mader <jason@ncac.gwu.edu>. Bugid #2885.Jeremy Allison1-2/+0
2007-10-10r8545: Fix oplock bug introduced by oplock code "simplification" :-).Jeremy Allison1-5/+5
2007-10-10r8531: Fix a memleakVolker Lendecke1-0/+1
2007-10-10r8521: Another micro-step: Don't pass down a flag where not necessary.Volker Lendecke1-14/+16
2007-10-10r8508: Rename EXCLUSIVE_BREAK_SENT to BREAK_TO_NONE_SENT.Volker Lendecke1-2/+2
2007-10-10r8492: open_mode_check does not use the parameter p_flags, so remove it.Volker Lendecke1-3/+2
2007-10-10r8472: abartlet's patch for parallel ntlmssp supporttrunk/source/smbd/sessset...Gerald Carter2-18/+94