summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r14207: Convert the lp_acl_compatibility() param into an enum.James Peach3-23/+14
2007-10-10r14204: Remove the basically unused P_GSTRING and P_UGSTRINGJames Peach3-57/+4
2007-10-10r14196: Move to using talloc, not malloc for all policy handles.Jeremy Allison1-5/+3
2007-10-10r14194: Coverity bug #35. Fix uninitialized pipe_hnd.Jeremy Allison1-0/+6
2007-10-10r14192: Don't forget to correctly initialize pipe_hnd.Jeremy Allison1-0/+6
2007-10-10r14190: Coverity bug #33. Missing initialization of pipe_hnd.Jeremy Allison1-0/+5
2007-10-10r14188: Coverity fix #32. Don't deref null.Jeremy Allison1-0/+1
2007-10-10r14186: Coverity fix #31. Don't deref null.Jeremy Allison1-0/+1
2007-10-10r14184: Coverity fix #56. Ensure we can't deref null.Jeremy Allison1-1/+1
2007-10-10r14182: Ensure we know that dom_sid cannot be null.Jeremy Allison1-1/+1
2007-10-10r14178: Clarify code for Coverity #49. Ensure we know weJeremy Allison1-0/+2
2007-10-10r14176: Fix coverity bug #30. Ensure no possible null deref.Jeremy Allison1-2/+7
2007-10-10r14170: Paranioa fix for sesssetup.Jeremy Allison2-9/+22
2007-10-10r14168: Fix Coverity #219. I think this is a false coverityJeremy Allison1-1/+4
2007-10-10r14166: Fix const warning.Jeremy Allison1-1/+1
2007-10-10r14158: Fix coverity CID #147 -- do not dereference pointers before checking ...Alexander Bokovoy1-2/+4
2007-10-10r14156: Fix coverity #114: free storage alloc'ed by sstring_sub()Jim McDonough1-5/+6
2007-10-10r14155: Fix coverity #115: free storage alloc'ed by sstring_sub()Jim McDonough1-0/+2
2007-10-10r14153: Fix coverity #116: free storage alloc'ed by sstring_sub()Jim McDonough1-0/+2
2007-10-10r14152: Fix coverity #117: free storage alloc'ed by sstring_subJim McDonough1-0/+1
2007-10-10r14150: Fix coverity #118: not freeing alloc'ed storage returned fromJim McDonough1-1/+3
2007-10-10r14148: Removing the not very well tested krb5 ticket refresh handling activatedGünther Deschner5-48/+1
2007-10-10r14147: Fix coverity #119. alloc'ed memory returned not saved, so not freed.Jim McDonough1-4/+8
2007-10-10r14146: Just some typos.Günther Deschner3-4/+4
2007-10-10r14145: Add missing WITH_KCM hunks from my local tree.Günther Deschner2-2/+16
2007-10-10r14144: allow to set sec_info in rpcclients lsa_query_secobj.Günther Deschner1-3/+6
2007-10-10r14135: Fix for Coverity #123: resource leak. Also rework much of the code toJim McDonough1-27/+44
2007-10-10r14134: Fix Coverity bug # 137Volker Lendecke1-1/+7
2007-10-10r14133: Fix Coverity bug # 140Volker Lendecke1-2/+2
2007-10-10r14132: Fix Coverity bug # 150.Volker Lendecke1-1/+1
2007-10-10r14131: Fix Coverity bug # 127Volker Lendecke1-1/+3
2007-10-10r14130: Remove make_server_info_pac alltogether, make_server_info_info3 doesGünther Deschner2-92/+3
2007-10-10r14129: Add the group sids from the Kerberos PAC to the user token.Günther Deschner1-1/+28
2007-10-10r14128: Remove warning generated by coverity scan tool (missing SAFE_FREE in ...Steve French1-0/+1
2007-10-10r14127: Remove coverity warning on mount.cifs.cSteve French1-1/+7
2007-10-10r14126: resolve two warnings from the coverity scanSteve French1-5/+8
2007-10-10r14121: We never pass NULL to the rpc_api_pipe fn so don'tJeremy Allison1-2/+2
2007-10-10r14118: Fix coverity bug #24. Missing return statement meantJeremy Allison1-1/+1
2007-10-10r14115: Fix coverity bug #23. Don't deref a potentially null ptr.Jeremy Allison1-1/+5
2007-10-10r14112: * fix checks on return code from register_vuid() which could actuallyGerald Carter3-7/+20
2007-10-10r14111: Work around additional typedefs in the gamin implementationJames Peach2-4/+16
2007-10-10r14106: Fix from William Jojo for AIX vfs builds. Thanks Bill !Jeremy Allison1-1/+1
2007-10-10r14103: Fix a memleak found by valgrind (!!)Volker Lendecke1-0/+1
2007-10-10r14102: Fix Coverity bug # 70Volker Lendecke1-0/+4
2007-10-10r14101: Fix a segfault in trustdom establish, cli is NULL here.Volker Lendecke1-1/+1
2007-10-10r14099: Fix Coverity # 113Volker Lendecke1-6/+8
2007-10-10r14098: Fix Coverity # 112Volker Lendecke1-2/+13
2007-10-10r14092: Fix coverity bug #22. Ensure no possible nullJeremy Allison1-1/+5
2007-10-10r14090: Fix coverity bug #21, don't deref potential null.Jeremy Allison1-1/+5
2007-10-10r14088: Fix Coverity bug #20. Don't deref possible null.Jeremy Allison1-6/+9