summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* r14101: Fix a segfault in trustdom establish, cli is NULL here.Volker Lendecke2007-10-101-1/+1
* r14099: Fix Coverity # 113Volker Lendecke2007-10-101-6/+8
* r14098: Fix Coverity # 112Volker Lendecke2007-10-101-2/+13
* r14092: Fix coverity bug #22. Ensure no possible nullJeremy Allison2007-10-101-1/+5
* r14090: Fix coverity bug #21, don't deref potential null.Jeremy Allison2007-10-101-1/+5
* r14088: Fix Coverity bug #20. Don't deref possible null.Jeremy Allison2007-10-101-6/+9
* r14087: Protect against domain being NULL. Finish Coverity #152.Jeremy Allison2007-10-101-4/+12
* r14085: Fix coverity bg #152, uninit'ed var.Jim McDonough2007-10-101-1/+1
* r14083: Fix coverity bug #19. Don't deref possible NULL.Jeremy Allison2007-10-101-1/+1
* r14080: Fix Coverity bug #18. Ensure non-null before ref.Jeremy Allison2007-10-101-1/+1
* r14077: fix build breakageGerald Carter2007-10-101-3/+3
* r14076: When the backends trusted_domains call comes back with no trusts theGünther Deschner2007-10-101-1/+9
* r14075: * add support for long variable names in smb.conf in the form of %(....)Gerald Carter2007-10-103-215/+166
* r14074: Some cleanup; there is no point in declaring and mappingGünther Deschner2007-10-102-33/+8
* r14062: Forgot those in the uint16/32 acb_info switch.Günther Deschner2007-10-101-2/+2
* r14061: Some debugging for the new LOGON/ACB-flags.Günther Deschner2007-10-101-0/+9
* r14060: Only set the last rebind timestamp when we did rebind after a non-readGünther Deschner2007-10-101-2/+21
* r14057: Remove generated script/gen-8bit-gap.sh while calling rule realclean.Lars Müller2007-10-101-1/+1
* r14056: Also install the mount.smbfs sym link to rootsbindir. Therfore we haveLars Müller2007-10-104-14/+19
* r14053: Implement Simo's suggestion: don't use /dev/null for a 'bad' path forJim McDonough2007-10-101-2/+2
* r14052: Remove BASEDIR use in the Makefile. BASEDIR=prefix=@prefix@ till now.Lars Müller2007-10-103-17/+17
* r14051: Add remaining (documented) userAccountControl bits, thanks to LukeGünther Deschner2007-10-101-2/+2
* r14050: Add the ACB_PWEXPIRED bit abartlet has found.Günther Deschner2007-10-101-0/+1
* r14049: Found some more MSV1_0 bits and their behaviour;Günther Deschner2007-10-101-2/+14
* r14047: Coverity fix #17. Ensure srv_name and info cannotJeremy Allison2007-10-101-0/+4
* r14045: Coverity fix #14. Ensure if len is set buf != NULL.Jeremy Allison2007-10-101-0/+5
* r14043: After discussion with Jerry revert part of theJeremy Allison2007-10-101-26/+15
* r14042: check that create_local_nt_token() succeeds before dereferncing the N...Gerald Carter2007-10-101-0/+4
* r14036: Ok, the last one generated a const warning. Also fix Coverity # 119.Volker Lendecke2007-10-101-6/+13
* r14035: Fix Coverity bug # 124Volker Lendecke2007-10-101-0/+1
* r14034: Fix Coverity id # 125.Volker Lendecke2007-10-101-0/+2
* r14033: Fix Coverity bug # 126Volker Lendecke2007-10-101-0/+1
* r14031: Coverity bug CID #110. Free all resources correctlyJeremy Allison2007-10-101-0/+2
* r14030: Fix resource leak in error codepath. Coverity CID #64.Jeremy Allison2007-10-101-2/+6
* r14026: Fix resource leak on error exit. Coverity CID #65.Jeremy Allison2007-10-101-0/+2
* r14025: Remove unused code. When we want to export samsync, we better first portVolker Lendecke2007-10-101-80/+0
* r14023: My last bug fix still left a potential null deref.Jeremy Allison2007-10-101-8/+9
* r14022: Fix Coverity bug # 92Volker Lendecke2007-10-101-0/+1
* r14020: Coverity bug CID #66. Missing free on error exit.Jeremy Allison2007-10-101-1/+4
* r14018: Coverity error CID #27. Missing return -1 on error condition.Jeremy Allison2007-10-101-0/+1
* r14017: Okay, okay, I have turned a double-free into dead code :-)Volker Lendecke2007-10-101-2/+0
* r14014: Coverity paranoia. Shut it up by making the guarenteeJeremy Allison2007-10-101-2/+7
* r14009: Remove last const warning (have to use CONST_DISCARD).Jeremy Allison2007-10-101-1/+3
* r14007: Coverity bug CID #197. Don't compare against 0, weJeremy Allison2007-10-101-1/+1
* r14006: Fix a couple of irritating warnings.Jeremy Allison2007-10-101-2/+2
* r14003: Clarify code that lead to Coverity report #13.Jeremy Allison2007-10-102-13/+16
* r14002: Quick fix for Coverity CID #12.Jeremy Allison2007-10-101-0/+4
* r13999: Quick fix for Coverity bug #11.Jeremy Allison2007-10-101-1/+7
* r13997: Prefix $prefix by default even to rootsbindir as we else run in troubleLars Müller2007-10-101-2/+2
* r13994: Belt and braces - ensure RPC_BUFFER is valid.Jeremy Allison2007-10-101-44/+75