tprouty/samba.git
2007-10-10 Günther Deschnerr14368: Remove redundant set of logon flags (now in...
2007-10-10 Volker Lendecker14367: Not that I fully understand what's going on...
2007-10-10 Jeremy Allisonr14365: As solaris nss includes includes.h, make sure...
2007-10-10 Jeremy Allisonr14359: Try and fix Coverity #176 by making the pointer
2007-10-10 Jeremy Allisonr14357: Try and fix Coverity #169 by making the pointer
2007-10-10 Jeremy Allisonr14355: Try and fix Coverity #158 by making the pointer
2007-10-10 Jeremy Allisonr14353: Fix coverity bugs #61 and #62. Remember to...
2007-10-10 Jeremy Allisonr14351: Ensure we use the minimum of PATH_MAX and sizeo...
2007-10-10 Jeremy Allisonr14345: Fix Coverity #71. We don't currently propagate...
2007-10-10 Jeremy Allisonr14342: Fix coverity #68, resource leak on error path.
2007-10-10 Jeremy Allisonr14340: Fix coverity #78, resource leak in error path.
2007-10-10 Jeremy Allisonr14338: Fix coverity #55 by explicit cast.
2007-10-10 Jeremy Allisonr14336: Try and quieten coverity #53 and #54. Make...
2007-10-10 Jeremy Allisonr14333: Fix coverity #77, ensure we can't exit after...
2007-10-10 Lars Müllerr14331: Add a comment on top of test_pam_modules about...
2007-10-10 Günther Deschnerr14329: Fix the build on systems without libcom_err.
2007-10-10 Lars Müllerr14326: First catch of make test_pam_modules.
2007-10-10 Lars Müllerr14325: Add pam_modules rule which builds the configure...
2007-10-10 Günther Deschnerr14321: When we have libnscd and winbindd comes (back...
2007-10-10 Lars Müllerr14317: Use source/bin as dir to link pam_winbind inste...
2007-10-10 Jeremy Allisonr14303: Fix coverity #223. In a loop we were forgetting...
2007-10-10 Jeremy Allisonr14301: Fix coverity #224. In a loop we were forgetting...
2007-10-10 Jeremy Allisonr14299: Fix coverity #225. In a loop we were forgetting...
2007-10-10 Volker Lendecker14298: The other half of Coverity # 217
2007-10-10 Jeremy Allisonr14292: Janitor for tridge (samba3 talloc is almost...
2007-10-10 Jeremy Allisonr14289: Fix coverity #101, resource leak on error code...
2007-10-10 Jeremy Allisonr14286: Similar clarifiction fix for coverity #102.
2007-10-10 Jeremy Allisonr14284: Fix coverity bug #103. Make code clearer -...
2007-10-10 Jeremy Allisonr14282: Change centry_string to only use talloc. Should
2007-10-10 Jim McDonoughr14280: Fix Coverity #129 and 130: check before derefer...
2007-10-10 Jim McDonoughr14279: Fix coverity #86, 87, 88, 89:
2007-10-10 Jim McDonoughr14278: Remainder of fix for Coverity #79,80,81: only...
2007-10-10 Jeremy Allisonr14275: Shut-up coverity false positive (bug #199)...
2007-10-10 Jeremy Allisonr14273: Fix coverity bug #202. Memory leak on error...
2007-10-10 Jim McDonoughr14272: Fix Coverity # 81: free alloc'ed storage before...
2007-10-10 Jeremy Allisonr14270: Fix coverity #203. Ensure we free on error...
2007-10-10 Jeremy Allisonr14268: Fix coverity error #204. Resource leak on error...
2007-10-10 Jeremy Allisonr14266: Fix coverity #205. Resource leak on error path.
2007-10-10 Jeremy Allisonr14264: Fix coverity #207. Resource leak on error path.
2007-10-10 Jeremy Allisonr14261: Fix coverity #38. No null deref.
2007-10-10 Jeremy Allisonr14259: Fix coverity #42. Ensure contact_domain can...
2007-10-10 James Peachr14255: Revert r14204 which was horribly broken.
2007-10-10 Jim McDonoughr14252: Fix Coverity #72: free alloc'ed storage before...
2007-10-10 Jeremy Allisonr14250: Fix coverity bug #107. Resource leak on error...
2007-10-10 Volker Lendecker14249: We've dereferenced the_acl before, no point...
2007-10-10 Volker Lendecker14248: Fix Coverity bug # 84
2007-10-10 Volker Lendecker14247: Fix Coverity bug # 136
2007-10-10 Volker Lendecker14246: Fix Coverity bug # 85
2007-10-10 Volker Lendecker14245: We've dereferenced argv before, no point in...
2007-10-10 Volker Lendecker14244: Okay, had not seen that this happened twice.
2007-10-10 Volker Lendecker14243: Fix Coverity bug # 143
2007-10-10 Volker Lendecker14242: Fix Coverity bug # 82
2007-10-10 Volker Lendecker14241: Fix Coverity bug # 146
2007-10-10 Volker Lendecker14236: Fix Coverity bug # 90
2007-10-10 Volker Lendecker14235: Fix Coverity bug # 91
2007-10-10 Volker Lendecker14234: Fix Coverity bug # 93
2007-10-10 Volker Lendecker14233: Fix Coverity bug # 206
2007-10-10 Volker Lendecker14232: Fix Coverity Bug # 218
2007-10-10 Jeremy Allisonr14229: Something Coverity hasn't caught (yet) but...
2007-10-10 Volker Lendecker14228: Fix Coverity bug # 217
2007-10-10 Volker Lendecker14226: Fix Coverity bug # 109
2007-10-10 Volker Lendecker14225: Fix Coverity Bug # 67
2007-10-10 Volker Lendecker14224: Fix Coverity bug # 6
2007-10-10 Jeremy Allisonr14221: Fix coverity #76. My previous change wasn't...
2007-10-10 Jeremy Allisonr14219: Fix coverity #135. Don't deref a ptr if it...
2007-10-10 Volker Lendecker14218: Fix Coverity Bug # 2
2007-10-10 Volker Lendecker14217: Fix Coverity Bug # 7
2007-10-10 Volker Lendecker14216: Fix Coverity bug # 8
2007-10-10 Volker Lendecker14214: Fix Coverity Bug # 57
2007-10-10 Jeremy Allisonr14212: Definately fixes a coverity issue but I've...
2007-10-10 James Peachr14207: Convert the lp_acl_compatibility() param into...
2007-10-10 James Peachr14204: Remove the basically unused P_GSTRING and P_UGS...
2007-10-10 Jeremy Allisonr14196: Move to using talloc, not malloc for all policy...
2007-10-10 Jeremy Allisonr14194: Coverity bug #35. Fix uninitialized pipe_hnd.
2007-10-10 Jeremy Allisonr14192: Don't forget to correctly initialize pipe_hnd.
2007-10-10 Jeremy Allisonr14190: Coverity bug #33. Missing initialization of...
2007-10-10 Jeremy Allisonr14188: Coverity fix #32. Don't deref null.
2007-10-10 Jeremy Allisonr14186: Coverity fix #31. Don't deref null.
2007-10-10 Jeremy Allisonr14184: Coverity fix #56. Ensure we can't deref null.
2007-10-10 Jeremy Allisonr14182: Ensure we know that dom_sid cannot be null.
2007-10-10 Jeremy Allisonr14178: Clarify code for Coverity #49. Ensure we know we
2007-10-10 Jeremy Allisonr14176: Fix coverity bug #30. Ensure no possible null...
2007-10-10 Jeremy Allisonr14170: Paranioa fix for sesssetup.
2007-10-10 Jeremy Allisonr14168: Fix Coverity #219. I think this is a false...
2007-10-10 Jeremy Allisonr14166: Fix const warning.
2007-10-10 Alexander Bokovoyr14158: Fix coverity CID #147 -- do not dereference...
2007-10-10 Jim McDonoughr14156: Fix coverity #114: free storage alloc'ed by...
2007-10-10 Jim McDonoughr14155: Fix coverity #115: free storage alloc'ed by...
2007-10-10 Jim McDonoughr14153: Fix coverity #116: free storage alloc'ed by...
2007-10-10 Jim McDonoughr14152: Fix coverity #117: free storage alloc'ed by...
2007-10-10 Jim McDonoughr14150: Fix coverity #118: not freeing alloc'ed storage...
2007-10-10 Günther Deschnerr14148: Removing the not very well tested krb5 ticket...
2007-10-10 Jim McDonoughr14147: Fix coverity #119. alloc'ed memory returned...
2007-10-10 Günther Deschnerr14146: Just some typos.
2007-10-10 Günther Deschnerr14145: Add missing WITH_KCM hunks from my local tree.
2007-10-10 Günther Deschnerr14144: allow to set sec_info in rpcclients lsa_query_s...
2007-10-10 Jim McDonoughr14135: Fix for Coverity #123: resource leak. Also...
2007-10-10 Volker Lendecker14134: Fix Coverity bug # 137
2007-10-10 Volker Lendecker14133: Fix Coverity bug # 140
2007-10-10 Volker Lendecker14132: Fix Coverity bug # 150.
next