Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | r14190: Coverity bug #33. Missing initialization of pipe_hnd. | Jeremy Allison | 2006-03-11 | 1 | -0/+5 | |
| | | | | | | | | Jeremy. | |||||
| * | r14188: Coverity fix #32. Don't deref null. | Jeremy Allison | 2006-03-11 | 1 | -0/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | r14186: Coverity fix #31. Don't deref null. | Jeremy Allison | 2006-03-11 | 1 | -0/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | r14184: Coverity fix #56. Ensure we can't deref null. | Jeremy Allison | 2006-03-11 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | r14182: Ensure we know that dom_sid cannot be null. | Jeremy Allison | 2006-03-11 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | r14178: Clarify code for Coverity #49. Ensure we know we | Jeremy Allison | 2006-03-10 | 1 | -0/+2 | |
| | | | | | | | | | | can't have an uninitialized *returned val. Jeremy. | |||||
| * | r14176: Fix coverity bug #30. Ensure no possible null deref. | Jeremy Allison | 2006-03-10 | 1 | -2/+7 | |
| | | | | | | | | Jeremy. | |||||
| * | r14170: Paranioa fix for sesssetup. | Jeremy Allison | 2006-03-10 | 2 | -9/+22 | |
| | | | | | | | | | | Fix Coverity bug #26. Guard against NULL ref. Jeremy. | |||||
| * | r14168: Fix Coverity #219. I think this is a false coverity | Jeremy Allison | 2006-03-10 | 1 | -1/+4 | |
| | | | | | | | | | | | | warning as it seems to get confused with assignment and comparison. Clarify the code anyway. Jeremy. | |||||
| * | r14166: Fix const warning. | Jeremy Allison | 2006-03-10 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | r14158: Fix coverity CID #147 -- do not dereference pointers before checking ↵ | Alexander Bokovoy | 2006-03-10 | 1 | -2/+4 | |
| | | | | | | | | their existence | |||||
| * | r14156: Fix coverity #114: free storage alloc'ed by sstring_sub() | Jim McDonough | 2006-03-10 | 1 | -5/+6 | |
| | | ||||||
| * | r14155: Fix coverity #115: free storage alloc'ed by sstring_sub() | Jim McDonough | 2006-03-10 | 1 | -0/+2 | |
| | | ||||||
| * | r14153: Fix coverity #116: free storage alloc'ed by sstring_sub() | Jim McDonough | 2006-03-10 | 1 | -0/+2 | |
| | | ||||||
| * | r14152: Fix coverity #117: free storage alloc'ed by sstring_sub | Jim McDonough | 2006-03-10 | 1 | -0/+1 | |
| | | ||||||
| * | r14150: Fix coverity #118: not freeing alloc'ed storage returned from | Jim McDonough | 2006-03-10 | 1 | -1/+3 | |
| | | | | | | | | sstring_sub(). | |||||
| * | r14148: Removing the not very well tested krb5 ticket refresh handling activated | Günther Deschner | 2006-03-10 | 5 | -48/+1 | |
| | | | | | | | | | | | | over --with-kcm. No time to look after it for the moment. Guenther | |||||
| * | r14147: Fix coverity #119. alloc'ed memory returned not saved, so not freed. | Jim McDonough | 2006-03-10 | 1 | -4/+8 | |
| | | | | | | | | | | Need to go back and correct the assumption that an "ldap xxx suffix" parm must have an OU. | |||||
| * | r14146: Just some typos. | Günther Deschner | 2006-03-10 | 3 | -4/+4 | |
| | | | | | | | | Guenther | |||||
| * | r14145: Add missing WITH_KCM hunks from my local tree. | Günther Deschner | 2006-03-10 | 2 | -2/+16 | |
| | | | | | | | | Guenther | |||||
| * | r14144: allow to set sec_info in rpcclients lsa_query_secobj. | Günther Deschner | 2006-03-10 | 1 | -3/+6 | |
| | | | | | | | | Guenther | |||||
| * | r14135: Fix for Coverity #123: resource leak. Also rework much of the code to | Jim McDonough | 2006-03-10 | 1 | -27/+44 | |
| | | | | | | | | make it cleaner. There's still more to do on this... | |||||
| * | r14134: Fix Coverity bug # 137 | Volker Lendecke | 2006-03-10 | 1 | -1/+7 | |
| | | ||||||
| * | r14133: Fix Coverity bug # 140 | Volker Lendecke | 2006-03-10 | 1 | -2/+2 | |
| | | ||||||
| * | r14132: Fix Coverity bug # 150. | Volker Lendecke | 2006-03-10 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Jerry, you might want to check this. Thanks Volker | |||||
| * | r14131: Fix Coverity bug # 127 | Volker Lendecke | 2006-03-10 | 1 | -1/+3 | |
| | | ||||||
| * | r14130: Remove make_server_info_pac alltogether, make_server_info_info3 does | Günther Deschner | 2006-03-10 | 2 | -92/+3 | |
| | | | | | | | | | | | | already do what we need. Guenther | |||||
| * | r14129: Add the group sids from the Kerberos PAC to the user token. | Günther Deschner | 2006-03-10 | 1 | -1/+28 | |
| | | | | | | | | Guenther | |||||
| * | r14128: Remove warning generated by coverity scan tool (missing SAFE_FREE in ↵ | Steve French | 2006-03-10 | 1 | -0/+1 | |
| | | | | | | | | error path) | |||||
| * | r14127: Remove coverity warning on mount.cifs.c | Steve French | 2006-03-10 | 1 | -1/+7 | |
| | | ||||||
| * | r14126: resolve two warnings from the coverity scan | Steve French | 2006-03-10 | 1 | -5/+8 | |
| | | ||||||
| * | r14121: We never pass NULL to the rpc_api_pipe fn so don't | Jeremy Allison | 2006-03-09 | 1 | -2/+2 | |
| | | | | | | | | | | trigger coverity checks by testing for NULL. Jeremy. | |||||
| * | r14118: Fix coverity bug #24. Missing return statement meant | Jeremy Allison | 2006-03-09 | 1 | -1/+1 | |
| | | | | | | | | | | a possible NULL ptr deref. Jeremy. | |||||
| * | r14115: Fix coverity bug #23. Don't deref a potentially null ptr. | Jeremy Allison | 2006-03-09 | 1 | -1/+5 | |
| | | | | | | | | Jeremy. | |||||
| * | r14112: * fix checks on return code from register_vuid() which could actually | Gerald Carter | 2006-03-09 | 3 | -7/+20 | |
| | | | | | | | | | | | | | | fail and we would still return success in the SMBsesssetup reply :-( * Make sure to create the local token for the server_fino struct in reply_spnego_kerberos() so that register_vuid() does not fail. (how did this ever work?) | |||||
| * | r14111: Work around additional typedefs in the gamin implementation | James Peach | 2006-03-09 | 2 | -4/+16 | |
| | | | | | | | | of the FAM API. | |||||
| * | r14106: Fix from William Jojo for AIX vfs builds. Thanks Bill ! | Jeremy Allison | 2006-03-09 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | r14103: Fix a memleak found by valgrind (!!) | Volker Lendecke | 2006-03-09 | 1 | -0/+1 | |
| | | ||||||
| * | r14102: Fix Coverity bug # 70 | Volker Lendecke | 2006-03-09 | 1 | -0/+4 | |
| | | ||||||
| * | r14101: Fix a segfault in trustdom establish, cli is NULL here. | Volker Lendecke | 2006-03-09 | 1 | -1/+1 | |
| | | ||||||
| * | r14099: Fix Coverity # 113 | Volker Lendecke | 2006-03-09 | 1 | -6/+8 | |
| | | ||||||
| * | r14098: Fix Coverity # 112 | Volker Lendecke | 2006-03-09 | 1 | -2/+13 | |
| | | ||||||
| * | r14092: Fix coverity bug #22. Ensure no possible null | Jeremy Allison | 2006-03-09 | 1 | -1/+5 | |
| | | | | | | | | | | deref. Jeremy. | |||||
| * | r14090: Fix coverity bug #21, don't deref potential null. | Jeremy Allison | 2006-03-09 | 1 | -1/+5 | |
| | | | | | | | | Jeremy. | |||||
| * | r14088: Fix Coverity bug #20. Don't deref possible null. | Jeremy Allison | 2006-03-09 | 1 | -6/+9 | |
| | | | | | | | | Jeremy. | |||||
| * | r14087: Protect against domain being NULL. Finish Coverity #152. | Jeremy Allison | 2006-03-09 | 1 | -4/+12 | |
| | | | | | | | | Jeremy. | |||||
| * | r14085: Fix coverity bg #152, uninit'ed var. | Jim McDonough | 2006-03-09 | 1 | -1/+1 | |
| | | ||||||
| * | r14083: Fix coverity bug #19. Don't deref possible NULL. | Jeremy Allison | 2006-03-09 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | r14080: Fix Coverity bug #18. Ensure non-null before ref. | Jeremy Allison | 2006-03-09 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | r14077: fix build breakage | Gerald Carter | 2006-03-09 | 1 | -3/+3 | |
| | |