2007-10-10 |
Simo Sorce | r14377: Fix coverity #4 for 3_0 too
|
commit | commitdiff | tree |
2007-10-10 |
Günther Deschner | r14368: Remove redundant set of logon flags (now in...
|
commit | commitdiff | tree |
2007-10-10 |
Volker Lendecke | r14367: Not that I fully understand what's going on...
|
commit | commitdiff | tree |
2007-10-10 |
Jeremy Allison | r14365: As solaris nss includes includes.h, make sure...
|
commit | commitdiff | tree |
2007-10-10 |
Jeremy Allison | r14359: Try and fix Coverity #176 by making the pointer
|
commit | commitdiff | tree |
2007-10-10 |
Jeremy Allison | r14357: Try and fix Coverity #169 by making the pointer
|
commit | commitdiff | tree |
2007-10-10 |
Jeremy Allison | r14355: Try and fix Coverity #158 by making the pointer
|
commit | commitdiff | tree |
2007-10-10 |
Jeremy Allison | r14353: Fix coverity bugs #61 and #62. Remember to...
|
commit | commitdiff | tree |
2007-10-10 |
Jeremy Allison | r14351: Ensure we use the minimum of PATH_MAX and sizeof...
|
commit | commitdiff | tree |
2007-10-10 |
Jeremy Allison | r14345: Fix Coverity #71. We don't currently propagate...
|
commit | commitdiff | tree |
2007-10-10 |
Jeremy Allison | r14342: Fix coverity #68, resource leak on error path.
|
commit | commitdiff | tree |
2007-10-10 |
Jeremy Allison | r14340: Fix coverity #78, resource leak in error path.
|
commit | commitdiff | tree |
2007-10-10 |
Jeremy Allison | r14338: Fix coverity #55 by explicit cast.
|
commit | commitdiff | tree |
2007-10-10 |
Jeremy Allison | r14336: Try and quieten coverity #53 and #54. Make...
|
commit | commitdiff | tree |
2007-10-10 |
Jeremy Allison | r14333: Fix coverity #77, ensure we can't exit after...
|
commit | commitdiff | tree |
2007-10-10 |
Lars Müller | r14331: Add a comment on top of test_pam_modules about...
|
commit | commitdiff | tree |
2007-10-10 |
Günther Deschner | r14329: Fix the build on systems without libcom_err.
|
commit | commitdiff | tree |
2007-10-10 |
Lars Müller | r14326: First catch of make test_pam_modules.
|
commit | commitdiff | tree |
2007-10-10 |
Lars Müller | r14325: Add pam_modules rule which builds the configure...
|
commit | commitdiff | tree |
2007-10-10 |
Günther Deschner | r14321: When we have libnscd and winbindd comes (back...
|
commit | commitdiff | tree |
2007-10-10 |
Lars Müller | r14317: Use source/bin as dir to link pam_winbind instead...
|
commit | commitdiff | tree |
2007-10-10 |
Jeremy Allison | r14303: Fix coverity #223. In a loop we were forgetting...
|
commit | commitdiff | tree |
2007-10-10 |
Jeremy Allison | r14301: Fix coverity #224. In a loop we were forgetting...
|
commit | commitdiff | tree |
2007-10-10 |
Jeremy Allison | r14299: Fix coverity #225. In a loop we were forgetting...
|
commit | commitdiff | tree |
2007-10-10 |
Volker Lendecke | r14298: The other half of Coverity # 217
|
commit | commitdiff | tree |
2007-10-10 |
Jeremy Allison | r14292: Janitor for tridge (samba3 talloc is almost...
|
commit | commitdiff | tree |
2007-10-10 |
Jeremy Allison | r14289: Fix coverity #101, resource leak on error code...
|
commit | commitdiff | tree |
2007-10-10 |
Jeremy Allison | r14286: Similar clarifiction fix for coverity #102.
|
commit | commitdiff | tree |
2007-10-10 |
Jeremy Allison | r14284: Fix coverity bug #103. Make code clearer -...
|
commit | commitdiff | tree |
2007-10-10 |
Jeremy Allison | r14282: Change centry_string to only use talloc. Should
|
commit | commitdiff | tree |
2007-10-10 |
Jim McDonough | r14280: Fix Coverity #129 and 130: check before dereferencin...
|
commit | commitdiff | tree |
2007-10-10 |
Jim McDonough | r14279: Fix coverity #86, 87, 88, 89:
|
commit | commitdiff | tree |
2007-10-10 |
Jim McDonough | r14278: Remainder of fix for Coverity #79,80,81: only...
|
commit | commitdiff | tree |
2007-10-10 |
Jeremy Allison | r14275: Shut-up coverity false positive (bug #199)...
|
commit | commitdiff | tree |
2007-10-10 |
Jeremy Allison | r14273: Fix coverity bug #202. Memory leak on error...
|
commit | commitdiff | tree |
2007-10-10 |
Jim McDonough | r14272: Fix Coverity # 81: free alloc'ed storage before...
|
commit | commitdiff | tree |
2007-10-10 |
Jeremy Allison | r14270: Fix coverity #203. Ensure we free on error...
|
commit | commitdiff | tree |
2007-10-10 |
Jeremy Allison | r14268: Fix coverity error #204. Resource leak on error...
|
commit | commitdiff | tree |
2007-10-10 |
Jeremy Allison | r14266: Fix coverity #205. Resource leak on error path.
|
commit | commitdiff | tree |
2007-10-10 |
Jeremy Allison | r14264: Fix coverity #207. Resource leak on error path.
|
commit | commitdiff | tree |
2007-10-10 |
Jeremy Allison | r14261: Fix coverity #38. No null deref.
|
commit | commitdiff | tree |
2007-10-10 |
Jeremy Allison | r14259: Fix coverity #42. Ensure contact_domain can...
|
commit | commitdiff | tree |
2007-10-10 |
James Peach | r14255: Revert r14204 which was horribly broken.
|
commit | commitdiff | tree |
2007-10-10 |
Jim McDonough | r14252: Fix Coverity #72: free alloc'ed storage before...
|
commit | commitdiff | tree |
2007-10-10 |
Jeremy Allison | r14250: Fix coverity bug #107. Resource leak on error...
|
commit | commitdiff | tree |
2007-10-10 |
Volker Lendecke | r14249: We've dereferenced the_acl before, no point...
|
commit | commitdiff | tree |
2007-10-10 |
Volker Lendecke | r14248: Fix Coverity bug # 84
|
commit | commitdiff | tree |
2007-10-10 |
Volker Lendecke | r14247: Fix Coverity bug # 136
|
commit | commitdiff | tree |
2007-10-10 |
Volker Lendecke | r14246: Fix Coverity bug # 85
|
commit | commitdiff | tree |
2007-10-10 |
Volker Lendecke | r14245: We've dereferenced argv before, no point in...
|
commit | commitdiff | tree |
2007-10-10 |
Volker Lendecke | r14244: Okay, had not seen that this happened twice.
|
commit | commitdiff | tree |
2007-10-10 |
Volker Lendecke | r14243: Fix Coverity bug # 143
|
commit | commitdiff | tree |
2007-10-10 |
Volker Lendecke | r14242: Fix Coverity bug # 82
|
commit | commitdiff | tree |
2007-10-10 |
Volker Lendecke | r14241: Fix Coverity bug # 146
|
commit | commitdiff | tree |
2007-10-10 |
Volker Lendecke | r14236: Fix Coverity bug # 90
|
commit | commitdiff | tree |
2007-10-10 |
Volker Lendecke | r14235: Fix Coverity bug # 91
|
commit | commitdiff | tree |
2007-10-10 |
Volker Lendecke | r14234: Fix Coverity bug # 93
|
commit | commitdiff | tree |
2007-10-10 |
Volker Lendecke | r14233: Fix Coverity bug # 206
|
commit | commitdiff | tree |
2007-10-10 |
Volker Lendecke | r14232: Fix Coverity Bug # 218
|
commit | commitdiff | tree |
2007-10-10 |
Jeremy Allison | r14229: Something Coverity hasn't caught (yet) but...
|
commit | commitdiff | tree |
2007-10-10 |
Volker Lendecke | r14228: Fix Coverity bug # 217
|
commit | commitdiff | tree |
2007-10-10 |
Volker Lendecke | r14226: Fix Coverity bug # 109
|
commit | commitdiff | tree |
2007-10-10 |
Volker Lendecke | r14225: Fix Coverity Bug # 67
|
commit | commitdiff | tree |
2007-10-10 |
Volker Lendecke | r14224: Fix Coverity bug # 6
|
commit | commitdiff | tree |
2007-10-10 |
Jeremy Allison | r14221: Fix coverity #76. My previous change wasn't...
|
commit | commitdiff | tree |
2007-10-10 |
Jeremy Allison | r14219: Fix coverity #135. Don't deref a ptr if it...
|
commit | commitdiff | tree |
2007-10-10 |
Volker Lendecke | r14218: Fix Coverity Bug # 2
|
commit | commitdiff | tree |
2007-10-10 |
Volker Lendecke | r14217: Fix Coverity Bug # 7
|
commit | commitdiff | tree |
2007-10-10 |
Volker Lendecke | r14216: Fix Coverity bug # 8
|
commit | commitdiff | tree |
2007-10-10 |
Volker Lendecke | r14214: Fix Coverity Bug # 57
|
commit | commitdiff | tree |
2007-10-10 |
Jeremy Allison | r14212: Definately fixes a coverity issue but I've...
|
commit | commitdiff | tree |
2007-10-10 |
James Peach | r14207: Convert the lp_acl_compatibility() param into...
|
commit | commitdiff | tree |
2007-10-10 |
James Peach | r14204: Remove the basically unused P_GSTRING and P_UGSTRING
|
commit | commitdiff | tree |
2007-10-10 |
Jeremy Allison | r14196: Move to using talloc, not malloc for all policy...
|
commit | commitdiff | tree |
2007-10-10 |
Jeremy Allison | r14194: Coverity bug #35. Fix uninitialized pipe_hnd.
|
commit | commitdiff | tree |
2007-10-10 |
Jeremy Allison | r14192: Don't forget to correctly initialize pipe_hnd.
|
commit | commitdiff | tree |
2007-10-10 |
Jeremy Allison | r14190: Coverity bug #33. Missing initialization of...
|
commit | commitdiff | tree |
2007-10-10 |
Jeremy Allison | r14188: Coverity fix #32. Don't deref null.
|
commit | commitdiff | tree |
2007-10-10 |
Jeremy Allison | r14186: Coverity fix #31. Don't deref null.
|
commit | commitdiff | tree |
2007-10-10 |
Jeremy Allison | r14184: Coverity fix #56. Ensure we can't deref null.
|
commit | commitdiff | tree |
2007-10-10 |
Jeremy Allison | r14182: Ensure we know that dom_sid cannot be null.
|
commit | commitdiff | tree |
2007-10-10 |
Jeremy Allison | r14178: Clarify code for Coverity #49. Ensure we know we
|
commit | commitdiff | tree |
2007-10-10 |
Jeremy Allison | r14176: Fix coverity bug #30. Ensure no possible null...
|
commit | commitdiff | tree |
2007-10-10 |
Jeremy Allison | r14170: Paranioa fix for sesssetup.
|
commit | commitdiff | tree |
2007-10-10 |
Jeremy Allison | r14168: Fix Coverity #219. I think this is a false...
|
commit | commitdiff | tree |
2007-10-10 |
Jeremy Allison | r14166: Fix const warning.
|
commit | commitdiff | tree |
2007-10-10 |
Alexander Bokovoy | r14158: Fix coverity CID #147 -- do not dereference...
|
commit | commitdiff | tree |
2007-10-10 |
Jim McDonough | r14156: Fix coverity #114: free storage alloc'ed by...
|
commit | commitdiff | tree |
2007-10-10 |
Jim McDonough | r14155: Fix coverity #115: free storage alloc'ed by...
|
commit | commitdiff | tree |
2007-10-10 |
Jim McDonough | r14153: Fix coverity #116: free storage alloc'ed by...
|
commit | commitdiff | tree |
2007-10-10 |
Jim McDonough | r14152: Fix coverity #117: free storage alloc'ed by...
|
commit | commitdiff | tree |
2007-10-10 |
Jim McDonough | r14150: Fix coverity #118: not freeing alloc'ed storage...
|
commit | commitdiff | tree |
2007-10-10 |
Günther Deschner | r14148: Removing the not very well tested krb5 ticket...
|
commit | commitdiff | tree |
2007-10-10 |
Jim McDonough | r14147: Fix coverity #119. alloc'ed memory returned...
|
commit | commitdiff | tree |
2007-10-10 |
Günther Deschner | r14146: Just some typos.
|
commit | commitdiff | tree |
2007-10-10 |
Günther Deschner | r14145: Add missing WITH_KCM hunks from my local tree.
|
commit | commitdiff | tree |
2007-10-10 |
Günther Deschner | r14144: allow to set sec_info in rpcclients lsa_query_secobj.
|
commit | commitdiff | tree |
2007-10-10 |
Jim McDonough | r14135: Fix for Coverity #123: resource leak. Also...
|
commit | commitdiff | tree |
2007-10-10 |
Volker Lendecke | r14134: Fix Coverity bug # 137
|
commit | commitdiff | tree |
2007-10-10 |
Volker Lendecke | r14133: Fix Coverity bug # 140
|
commit | commitdiff | tree |