summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* r14418: Try and fix Coverity #39 and #40 by making theJeremy Allison2006-03-151-2/+10
* r14416: Remove deadcode. Coverity #198.Jeremy Allison2006-03-151-11/+1
* r14408: More on fix for coverity #36. The previous fix would cause us toJim McDonough2006-03-151-0/+2
* r14406: Disable this call until we can sort out how thisJeremy Allison2006-03-151-0/+6
* r14405: Fix the build when nscd_flush_cache is detectedJeremy Allison2006-03-151-10/+12
* r14403: * modifies create_local_nt_token() to create a BUILTIN\AdministratorsGerald Carter2006-03-1514-131/+253
* r14399: Fix deadcode coverity bug #3.Jeremy Allison2006-03-141-4/+1
* r14397: Fix deadcode in coverity error #1.Jeremy Allison2006-03-141-7/+8
* r14395: Fix coverity bug #55. Ensure no unsigned/signed comparisons.Jeremy Allison2006-03-141-3/+3
* r14393: Fix a couple of AIX warnings.Jeremy Allison2006-03-142-1/+2
* r14392: Use KRB5_TGS_NAME.Günther Deschner2006-03-141-1/+1
* r14387: Try and fix the coverity issues (#53, #54) with negativeJeremy Allison2006-03-146-12/+11
* r14377: Fix coverity #4 for 3_0 tooSimo Sorce2006-03-141-1/+1
* r14368: Remove redundant set of logon flags (now in rpc_netlogon.h).Günther Deschner2006-03-141-2/+0
* r14367: Not that I fully understand what's going on here, but the code as it ...Volker Lendecke2006-03-141-4/+8
* r14365: As solaris nss includes includes.h, make sure we useJeremy Allison2006-03-141-3/+3
* r14359: Try and fix Coverity #176 by making the pointerJeremy Allison2006-03-131-7/+7
* r14357: Try and fix Coverity #169 by making the pointerJeremy Allison2006-03-131-4/+6
* r14355: Try and fix Coverity #158 by making the pointerJeremy Allison2006-03-131-6/+8
* r14353: Fix coverity bugs #61 and #62. Remember to divide byJeremy Allison2006-03-132-26/+21
* r14351: Ensure we use the minimum of PATH_MAX and sizeof(pstring).Jeremy Allison2006-03-131-5/+12
* r14345: Fix Coverity #71. We don't currently propagate *any*Jeremy Allison2006-03-131-10/+15
* r14342: Fix coverity #68, resource leak on error path.Jeremy Allison2006-03-131-22/+54
* r14340: Fix coverity #78, resource leak in error path.Jeremy Allison2006-03-131-12/+20
* r14338: Fix coverity #55 by explicit cast.Jeremy Allison2006-03-131-2/+5
* r14336: Try and quieten coverity #53 and #54. Make it obviousJeremy Allison2006-03-131-2/+2
* r14333: Fix coverity #77, ensure we can't exit after allocation.Jeremy Allison2006-03-131-0/+4
* r14331: Add a comment on top of test_pam_modules about what we're testing.Lars Müller2006-03-131-0/+2
* r14329: Fix the build on systems without libcom_err.Günther Deschner2006-03-131-2/+2
* r14326: First catch of make test_pam_modules.Lars Müller2006-03-131-1/+1
* r14325: Add pam_modules rule which builds the configure(d) pam modules. This isLars Müller2006-03-133-4/+109
* r14321: When we have libnscd and winbindd comes (back) online, try to flush theGünther Deschner2006-03-134-1/+25
* r14317: Use source/bin as dir to link pam_winbind instead of source/nsswitch/Lars Müller2006-03-139-11/+11
* r14303: Fix coverity #223. In a loop we were forgetting to freeJeremy Allison2006-03-131-1/+3
* r14301: Fix coverity #224. In a loop we were forgetting to freeJeremy Allison2006-03-131-1/+3
* r14299: Fix coverity #225. In a loop we were forgetting to freeJeremy Allison2006-03-131-3/+6
* r14298: The other half of Coverity # 217Volker Lendecke2006-03-131-1/+1
* r14292: Janitor for tridge (samba3 talloc is almost identicalJeremy Allison2006-03-131-3/+19
* r14289: Fix coverity #101, resource leak on error code path.Jeremy Allison2006-03-131-2/+6
* r14286: Similar clarifiction fix for coverity #102.Jeremy Allison2006-03-131-8/+10
* r14284: Fix coverity bug #103. Make code clearer - probablyJeremy Allison2006-03-131-5/+9
* r14282: Change centry_string to only use talloc. ShouldJeremy Allison2006-03-131-16/+12
* r14280: Fix Coverity #129 and 130: check before dereferencing a pointer. ThisJim McDonough2006-03-131-4/+4
* r14279: Fix coverity #86, 87, 88, 89: Jim McDonough2006-03-131-10/+27
* r14278: Remainder of fix for Coverity #79,80,81: only allow GROUP or OWNER to beJim McDonough2006-03-131-0/+8
* r14275: Shut-up coverity false positive (bug #199) by making an assertionJeremy Allison2006-03-131-0/+7
* r14273: Fix coverity bug #202. Memory leak on error path.Jeremy Allison2006-03-131-1/+3
* r14272: Fix Coverity # 81: free alloc'ed storage before returningJim McDonough2006-03-131-6/+7
* r14270: Fix coverity #203. Ensure we free on error exit.Jeremy Allison2006-03-131-2/+2
* r14268: Fix coverity error #204. Resource leak on error path.Jeremy Allison2006-03-131-0/+1