Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | r14351: Ensure we use the minimum of PATH_MAX and sizeof(pstring). | Jeremy Allison | 2006-03-13 | 1 | -5/+12 | |
| | | | | | | | | | | Fix Coverity #59. Jeremy. | |||||
| * | r14345: Fix Coverity #71. We don't currently propagate *any* | Jeremy Allison | 2006-03-13 | 1 | -10/+15 | |
| | | | | | | | | | | | | alloc error back up the stack from smbldap_set_mod() so ensure we abort correctly. Jeremy. | |||||
| * | r14342: Fix coverity #68, resource leak on error path. | Jeremy Allison | 2006-03-13 | 1 | -22/+54 | |
| | | | | | | | | Jeremy. | |||||
| * | r14340: Fix coverity #78, resource leak in error path. | Jeremy Allison | 2006-03-13 | 1 | -12/+20 | |
| | | | | | | | | Jeremy. | |||||
| * | r14338: Fix coverity #55 by explicit cast. | Jeremy Allison | 2006-03-13 | 1 | -2/+5 | |
| | | | | | | | | Jeremy. | |||||
| * | r14336: Try and quieten coverity #53 and #54. Make it obvious | Jeremy Allison | 2006-03-13 | 1 | -2/+2 | |
| | | | | | | | | | | we're using -1 as a special size_t case by casting. Jeremy. | |||||
| * | r14333: Fix coverity #77, ensure we can't exit after allocation. | Jeremy Allison | 2006-03-13 | 1 | -0/+4 | |
| | | | | | | | | Jeremy. | |||||
| * | r14331: Add a comment on top of test_pam_modules about what we're testing. | Lars Müller | 2006-03-13 | 1 | -0/+2 | |
| | | ||||||
| * | r14329: Fix the build on systems without libcom_err. | Günther Deschner | 2006-03-13 | 1 | -2/+2 | |
| | | | | | | | | Guenther | |||||
| * | r14326: First catch of make test_pam_modules. | Lars Müller | 2006-03-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Testing pam_smbpass pam_winbind dlopen() of "./bin/pam_smbpass.so" succeeded. dlopen() of "./bin/pam_winbind.so" failed: ././bin/pam_winbind.so: undefined symbol: secrets_fetch_domain_sid make: *** [test_pam_modules] Error 1 | |||||
| * | r14325: Add pam_modules rule which builds the configure(d) pam modules. This is | Lars Müller | 2006-03-13 | 3 | -4/+109 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | called as part of the all rule (again only if pam modules are requested by configure). Add pam_winbind rule. Ensure proto_exists before we build the pam modules. Add test_pam_modules rule to test if the built pam modules have any unresolved symbols. For test_pam_modules we use script/tests/dlopen.sh which was written by Nalin Dahyabhai <nalin@redhat.com>. Thanks Nalin! RedHat and SuSE use this script to test nss and pam modules since several years. | |||||
| * | r14321: When we have libnscd and winbindd comes (back) online, try to flush the | Günther Deschner | 2006-03-13 | 4 | -1/+25 | |
| | | | | | | | | | | | | nscd caches so that NSS-calls can deliver accurate information. Guenther | |||||
| * | r14317: Use source/bin as dir to link pam_winbind instead of source/nsswitch/ | Lars Müller | 2006-03-13 | 2 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | The intention is to have the resulting binaries at one place. This is also usefull for upcoming changes to provide a test_pammodules rule. With these changes I even got aware of testsuite/nsswitch/pam_winbind_syms.exp But this only covers pam_winbind. | |||||
| * | r14303: Fix coverity #223. In a loop we were forgetting to free | Jeremy Allison | 2006-03-13 | 1 | -1/+3 | |
| | | | | | | | | | | resources on error exit path. Jeremy. | |||||
| * | r14301: Fix coverity #224. In a loop we were forgetting to free | Jeremy Allison | 2006-03-13 | 1 | -1/+3 | |
| | | | | | | | | | | resources on error exit path. Jeremy. | |||||
| * | r14299: Fix coverity #225. In a loop we were forgetting to free | Jeremy Allison | 2006-03-13 | 1 | -3/+6 | |
| | | | | | | | | | | resources on error exit path. Jeremy. | |||||
| * | r14298: The other half of Coverity # 217 | Volker Lendecke | 2006-03-13 | 1 | -1/+1 | |
| | | ||||||
| * | r14292: Janitor for tridge (samba3 talloc is almost identical | Jeremy Allison | 2006-03-13 | 1 | -3/+19 | |
| | | | | | | | | | | | | | | | | | | to Samba4 talloc). Jeremy - make the snprintf call in talloc portable to older solaris boxes - fixed an error found sing the beam analyser | |||||
| * | r14289: Fix coverity #101, resource leak on error code path. | Jeremy Allison | 2006-03-13 | 1 | -2/+6 | |
| | | | | | | | | Jeremy. | |||||
| * | r14286: Similar clarifiction fix for coverity #102. | Jeremy Allison | 2006-03-13 | 1 | -8/+10 | |
| | | | | | | | | Jeremy. | |||||
| * | r14284: Fix coverity bug #103. Make code clearer - probably | Jeremy Allison | 2006-03-13 | 1 | -5/+9 | |
| | | | | | | | | | | not a real issue but this code is easier to read. Jeremy. | |||||
| * | r14282: Change centry_string to only use talloc. Should | Jeremy Allison | 2006-03-13 | 1 | -16/+12 | |
| | | | | | | | | | | | | quieten coverity bug #194 (which I think is a false positive). Jeremy. | |||||
| * | r14280: Fix Coverity #129 and 130: check before dereferencing a pointer. This | Jim McDonough | 2006-03-13 | 1 | -4/+4 | |
| | | | | | | | | | | was especially silly as we checked immediately _after_ dereferencing it :-/ | |||||
| * | r14279: Fix coverity #86, 87, 88, 89: | Jim McDonough | 2006-03-13 | 1 | -10/+27 | |
| | | | | | | | | | | Free grp_sid and owner_sid before returning. Also, only allow one group or owner. | |||||
| * | r14278: Remainder of fix for Coverity #79,80,81: only allow GROUP or OWNER to be | Jim McDonough | 2006-03-13 | 1 | -0/+8 | |
| | | | | | | | | | | specified once in an ACL, so it can be allocated a second time, overwriting the first | |||||
| * | r14275: Shut-up coverity false positive (bug #199) by making an assertion | Jeremy Allison | 2006-03-13 | 1 | -0/+7 | |
| | | | | | | | | | | explicit. Jeremy. | |||||
| * | r14273: Fix coverity bug #202. Memory leak on error path. | Jeremy Allison | 2006-03-13 | 1 | -1/+3 | |
| | | | | | | | | Jeremy. | |||||
| * | r14272: Fix Coverity # 81: free alloc'ed storage before returning | Jim McDonough | 2006-03-13 | 1 | -6/+7 | |
| | | ||||||
| * | r14270: Fix coverity #203. Ensure we free on error exit. | Jeremy Allison | 2006-03-13 | 1 | -2/+2 | |
| | | | | | | | | Jeremy. | |||||
| * | r14268: Fix coverity error #204. Resource leak on error path. | Jeremy Allison | 2006-03-13 | 1 | -0/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | r14266: Fix coverity #205. Resource leak on error path. | Jeremy Allison | 2006-03-13 | 1 | -0/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | r14264: Fix coverity #207. Resource leak on error path. | Jeremy Allison | 2006-03-13 | 1 | -0/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | r14261: Fix coverity #38. No null deref. | Jeremy Allison | 2006-03-13 | 1 | -0/+6 | |
| | | | | | | | | Jeremy. | |||||
| * | r14259: Fix coverity #42. Ensure contact_domain can't be null derefed | Jeremy Allison | 2006-03-13 | 1 | -4/+6 | |
| | | | | | | | | | | in error code path. Jeremy. | |||||
| * | r14255: Revert r14204 which was horribly broken. | James Peach | 2006-03-12 | 3 | -4/+57 | |
| | | ||||||
| * | r14252: Fix Coverity #72: free alloc'ed storage before return. Also found one | Jim McDonough | 2006-03-12 | 1 | -1/+6 | |
| | | | | | | | | more that coverity didn't find from asprintf. | |||||
| * | r14250: Fix coverity bug #107. Resource leak on error path. | Jeremy Allison | 2006-03-12 | 1 | -1/+3 | |
| | | | | | | | | Jeremy. | |||||
| * | r14249: We've dereferenced the_acl before, no point in checking. | Volker Lendecke | 2006-03-12 | 1 | -1/+1 | |
| | | | | | | | | | | | | Fix Coverity bug # 128. Volker | |||||
| * | r14248: Fix Coverity bug # 84 | Volker Lendecke | 2006-03-12 | 1 | -0/+1 | |
| | | ||||||
| * | r14247: Fix Coverity bug # 136 | Volker Lendecke | 2006-03-12 | 1 | -1/+3 | |
| | | ||||||
| * | r14246: Fix Coverity bug # 85 | Volker Lendecke | 2006-03-12 | 1 | -0/+2 | |
| | | ||||||
| * | r14245: We've dereferenced argv before, no point in checking. | Volker Lendecke | 2006-03-12 | 1 | -7/+5 | |
| | | | | | | | | | | | | Fix Coverity bug # 144. Volker | |||||
| * | r14244: Okay, had not seen that this happened twice. | Volker Lendecke | 2006-03-12 | 1 | -1/+1 | |
| | | | | | | | | | | | | Fix Coverity bug # 142. Volker | |||||
| * | r14243: Fix Coverity bug # 143 | Volker Lendecke | 2006-03-12 | 1 | -1/+1 | |
| | | ||||||
| * | r14242: Fix Coverity bug # 82 | Volker Lendecke | 2006-03-12 | 1 | -0/+2 | |
| | | ||||||
| * | r14241: Fix Coverity bug # 146 | Volker Lendecke | 2006-03-12 | 1 | -1/+3 | |
| | | ||||||
| * | r14236: Fix Coverity bug # 90 | Volker Lendecke | 2006-03-12 | 1 | -0/+1 | |
| | | ||||||
| * | r14235: Fix Coverity bug # 91 | Volker Lendecke | 2006-03-12 | 1 | -0/+12 | |
| | | ||||||
| * | r14234: Fix Coverity bug # 93 | Volker Lendecke | 2006-03-12 | 1 | -0/+1 | |
| | | ||||||
| * | r14233: Fix Coverity bug # 206 | Volker Lendecke | 2006-03-12 | 1 | -1/+3 | |
| | |