summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* r14192: Don't forget to correctly initialize pipe_hnd.Jeremy Allison2007-10-101-0/+6
* r14190: Coverity bug #33. Missing initialization of pipe_hnd.Jeremy Allison2007-10-101-0/+5
* r14188: Coverity fix #32. Don't deref null.Jeremy Allison2007-10-101-0/+1
* r14186: Coverity fix #31. Don't deref null.Jeremy Allison2007-10-101-0/+1
* r14184: Coverity fix #56. Ensure we can't deref null.Jeremy Allison2007-10-101-1/+1
* r14182: Ensure we know that dom_sid cannot be null.Jeremy Allison2007-10-101-1/+1
* r14178: Clarify code for Coverity #49. Ensure we know weJeremy Allison2007-10-101-0/+2
* r14176: Fix coverity bug #30. Ensure no possible null deref.Jeremy Allison2007-10-101-2/+7
* r14170: Paranioa fix for sesssetup.Jeremy Allison2007-10-102-9/+22
* r14168: Fix Coverity #219. I think this is a false coverityJeremy Allison2007-10-101-1/+4
* r14166: Fix const warning.Jeremy Allison2007-10-101-1/+1
* r14158: Fix coverity CID #147 -- do not dereference pointers before checking ...Alexander Bokovoy2007-10-101-2/+4
* r14156: Fix coverity #114: free storage alloc'ed by sstring_sub()Jim McDonough2007-10-101-5/+6
* r14155: Fix coverity #115: free storage alloc'ed by sstring_sub()Jim McDonough2007-10-101-0/+2
* r14153: Fix coverity #116: free storage alloc'ed by sstring_sub()Jim McDonough2007-10-101-0/+2
* r14152: Fix coverity #117: free storage alloc'ed by sstring_subJim McDonough2007-10-101-0/+1
* r14150: Fix coverity #118: not freeing alloc'ed storage returned fromJim McDonough2007-10-101-1/+3
* r14148: Removing the not very well tested krb5 ticket refresh handling activatedGünther Deschner2007-10-105-48/+1
* r14147: Fix coverity #119. alloc'ed memory returned not saved, so not freed.Jim McDonough2007-10-101-4/+8
* r14146: Just some typos.Günther Deschner2007-10-103-4/+4
* r14145: Add missing WITH_KCM hunks from my local tree.Günther Deschner2007-10-102-2/+16
* r14144: allow to set sec_info in rpcclients lsa_query_secobj.Günther Deschner2007-10-101-3/+6
* r14135: Fix for Coverity #123: resource leak. Also rework much of the code toJim McDonough2007-10-101-27/+44
* r14134: Fix Coverity bug # 137Volker Lendecke2007-10-101-1/+7
* r14133: Fix Coverity bug # 140Volker Lendecke2007-10-101-2/+2
* r14132: Fix Coverity bug # 150.Volker Lendecke2007-10-101-1/+1
* r14131: Fix Coverity bug # 127Volker Lendecke2007-10-101-1/+3
* r14130: Remove make_server_info_pac alltogether, make_server_info_info3 doesGünther Deschner2007-10-102-92/+3
* r14129: Add the group sids from the Kerberos PAC to the user token.Günther Deschner2007-10-101-1/+28
* r14128: Remove warning generated by coverity scan tool (missing SAFE_FREE in ...Steve French2007-10-101-0/+1
* r14127: Remove coverity warning on mount.cifs.cSteve French2007-10-101-1/+7
* r14126: resolve two warnings from the coverity scanSteve French2007-10-101-5/+8
* r14121: We never pass NULL to the rpc_api_pipe fn so don'tJeremy Allison2007-10-101-2/+2
* r14118: Fix coverity bug #24. Missing return statement meantJeremy Allison2007-10-101-1/+1
* r14115: Fix coverity bug #23. Don't deref a potentially null ptr.Jeremy Allison2007-10-101-1/+5
* r14112: * fix checks on return code from register_vuid() which could actuallyGerald Carter2007-10-103-7/+20
* r14111: Work around additional typedefs in the gamin implementationJames Peach2007-10-102-4/+16
* r14106: Fix from William Jojo for AIX vfs builds. Thanks Bill !Jeremy Allison2007-10-101-1/+1
* r14103: Fix a memleak found by valgrind (!!)Volker Lendecke2007-10-101-0/+1
* r14102: Fix Coverity bug # 70Volker Lendecke2007-10-101-0/+4
* r14101: Fix a segfault in trustdom establish, cli is NULL here.Volker Lendecke2007-10-101-1/+1
* r14099: Fix Coverity # 113Volker Lendecke2007-10-101-6/+8
* r14098: Fix Coverity # 112Volker Lendecke2007-10-101-2/+13
* r14092: Fix coverity bug #22. Ensure no possible nullJeremy Allison2007-10-101-1/+5
* r14090: Fix coverity bug #21, don't deref potential null.Jeremy Allison2007-10-101-1/+5
* r14088: Fix Coverity bug #20. Don't deref possible null.Jeremy Allison2007-10-101-6/+9
* r14087: Protect against domain being NULL. Finish Coverity #152.Jeremy Allison2007-10-101-4/+12
* r14085: Fix coverity bg #152, uninit'ed var.Jim McDonough2007-10-101-1/+1
* r14083: Fix coverity bug #19. Don't deref possible NULL.Jeremy Allison2007-10-101-1/+1
* r14080: Fix Coverity bug #18. Ensure non-null before ref.Jeremy Allison2007-10-101-1/+1