jpeach/samba.git
2006-03-11 James Peachr14207: Convert the lp_acl_compatibility() param into...
2006-03-11 James Peachr14204: Remove the basically unused P_GSTRING and P_UGS...
2006-03-11 Jeremy Allisonr14196: Move to using talloc, not malloc for all policy...
2006-03-11 Jeremy Allisonr14194: Coverity bug #35. Fix uninitialized pipe_hnd.
2006-03-11 Jeremy Allisonr14192: Don't forget to correctly initialize pipe_hnd.
2006-03-11 Jeremy Allisonr14190: Coverity bug #33. Missing initialization of...
2006-03-11 Jeremy Allisonr14188: Coverity fix #32. Don't deref null.
2006-03-11 Jeremy Allisonr14186: Coverity fix #31. Don't deref null.
2006-03-11 Jeremy Allisonr14184: Coverity fix #56. Ensure we can't deref null.
2006-03-11 Jeremy Allisonr14182: Ensure we know that dom_sid cannot be null.
2006-03-10 Jeremy Allisonr14178: Clarify code for Coverity #49. Ensure we know we
2006-03-10 Jeremy Allisonr14176: Fix coverity bug #30. Ensure no possible null...
2006-03-10 Jeremy Allisonr14170: Paranioa fix for sesssetup.
2006-03-10 Jeremy Allisonr14168: Fix Coverity #219. I think this is a false...
2006-03-10 Jeremy Allisonr14166: Fix const warning.
2006-03-10 Alexander Bokovoyr14158: Fix coverity CID #147 -- do not dereference...
2006-03-10 Jim McDonoughr14156: Fix coverity #114: free storage alloc'ed by...
2006-03-10 Jim McDonoughr14155: Fix coverity #115: free storage alloc'ed by...
2006-03-10 Jim McDonoughr14153: Fix coverity #116: free storage alloc'ed by...
2006-03-10 Jim McDonoughr14152: Fix coverity #117: free storage alloc'ed by...
2006-03-10 Jim McDonoughr14150: Fix coverity #118: not freeing alloc'ed storage...
2006-03-10 Günther Deschnerr14148: Removing the not very well tested krb5 ticket...
2006-03-10 Jim McDonoughr14147: Fix coverity #119. alloc'ed memory returned...
2006-03-10 Günther Deschnerr14146: Just some typos.
2006-03-10 Günther Deschnerr14145: Add missing WITH_KCM hunks from my local tree.
2006-03-10 Günther Deschnerr14144: allow to set sec_info in rpcclients lsa_query_s...
2006-03-10 Jim McDonoughr14135: Fix for Coverity #123: resource leak. Also...
2006-03-10 Volker Lendecker14134: Fix Coverity bug # 137
2006-03-10 Volker Lendecker14133: Fix Coverity bug # 140
2006-03-10 Volker Lendecker14132: Fix Coverity bug # 150.
2006-03-10 Volker Lendecker14131: Fix Coverity bug # 127
2006-03-10 Günther Deschnerr14130: Remove make_server_info_pac alltogether, make_s...
2006-03-10 Günther Deschnerr14129: Add the group sids from the Kerberos PAC to...
2006-03-10 Steve Frenchr14128: Remove warning generated by coverity scan tool...
2006-03-10 Steve Frenchr14127: Remove coverity warning on mount.cifs.c
2006-03-10 Steve Frenchr14126: resolve two warnings from the coverity scan
2006-03-09 Jeremy Allisonr14121: We never pass NULL to the rpc_api_pipe fn so...
2006-03-09 Jeremy Allisonr14118: Fix coverity bug #24. Missing return statement...
2006-03-09 Jeremy Allisonr14115: Fix coverity bug #23. Don't deref a potentially...
2006-03-09 Gerald Carterr14112: * fix checks on return code from register_vuid...
2006-03-09 James Peachr14111: Work around additional typedefs in the gamin...
2006-03-09 Jeremy Allisonr14106: Fix from William Jojo for AIX vfs builds. Thank...
2006-03-09 Volker Lendecker14103: Fix a memleak found by valgrind (!!)
2006-03-09 Volker Lendecker14102: Fix Coverity bug # 70
2006-03-09 Volker Lendecker14101: Fix a segfault in trustdom establish, cli is...
2006-03-09 Volker Lendecker14099: Fix Coverity # 113
2006-03-09 Volker Lendecker14098: Fix Coverity # 112
2006-03-09 Jeremy Allisonr14092: Fix coverity bug #22. Ensure no possible null
2006-03-09 Jeremy Allisonr14090: Fix coverity bug #21, don't deref potential...
2006-03-09 Jeremy Allisonr14088: Fix Coverity bug #20. Don't deref possible...
2006-03-09 Jeremy Allisonr14087: Protect against domain being NULL. Finish Cover...
2006-03-09 Jim McDonoughr14085: Fix coverity bg #152, uninit'ed var.
2006-03-09 Jeremy Allisonr14083: Fix coverity bug #19. Don't deref possible...
2006-03-09 Jeremy Allisonr14080: Fix Coverity bug #18. Ensure non-null before...
2006-03-09 Gerald Carterr14077: fix build breakage
2006-03-09 Günther Deschnerr14076: When the backends trusted_domains call comes...
2006-03-09 Gerald Carterr14075: * add support for long variable names in smb...
2006-03-09 Günther Deschnerr14074: Some cleanup; there is no point in declaring...
2006-03-09 Günther Deschnerr14062: Forgot those in the uint16/32 acb_info switch.
2006-03-09 Günther Deschnerr14061: Some debugging for the new LOGON/ACB-flags.
2006-03-09 Günther Deschnerr14060: Only set the last rebind timestamp when we...
2006-03-08 Lars Müllerr14057: Remove generated script/gen-8bit-gap.sh while...
2006-03-08 Lars Müllerr14056: Also install the mount.smbfs sym link to rootsb...
2006-03-08 Jim McDonoughr14053: Implement Simo's suggestion: don't use /dev...
2006-03-08 Lars Müllerr14052: Remove BASEDIR use in the Makefile. BASEDIR...
2006-03-08 Günther Deschnerr14051: Add remaining (documented) userAccountControl...
2006-03-08 Günther Deschnerr14050: Add the ACB_PWEXPIRED bit abartlet has found.
2006-03-08 Günther Deschnerr14049: Found some more MSV1_0 bits and their behaviour;
2006-03-08 Jeremy Allisonr14047: Coverity fix #17. Ensure srv_name and info...
2006-03-08 Jeremy Allisonr14045: Coverity fix #14. Ensure if len is set buf...
2006-03-08 Jeremy Allisonr14043: After discussion with Jerry revert part of the
2006-03-08 Gerald Carterr14042: check that create_local_nt_token() succeeds...
2006-03-08 Volker Lendecker14036: Ok, the last one generated a const warning...
2006-03-08 Volker Lendecker14035: Fix Coverity bug # 124
2006-03-08 Volker Lendecker14034: Fix Coverity id # 125.
2006-03-08 Volker Lendecker14033: Fix Coverity bug # 126
2006-03-08 Jeremy Allisonr14031: Coverity bug CID #110. Free all resources correctly
2006-03-08 Jeremy Allisonr14030: Fix resource leak in error codepath. Coverity...
2006-03-08 Jeremy Allisonr14026: Fix resource leak on error exit. Coverity CID...
2006-03-08 Volker Lendecker14025: Remove unused code. When we want to export...
2006-03-08 Jeremy Allisonr14023: My last bug fix still left a potential null...
2006-03-08 Volker Lendecker14022: Fix Coverity bug # 92
2006-03-08 Jeremy Allisonr14020: Coverity bug CID #66. Missing free on error...
2006-03-08 Jeremy Allisonr14018: Coverity error CID #27. Missing return -1 on...
2006-03-08 Volker Lendecker14017: Okay, okay, I have turned a double-free into...
2006-03-08 Jeremy Allisonr14014: Coverity paranoia. Shut it up by making the...
2006-03-08 Jeremy Allisonr14009: Remove last const warning (have to use CONST_DI...
2006-03-08 Jeremy Allisonr14007: Coverity bug CID #197. Don't compare against...
2006-03-08 Jeremy Allisonr14006: Fix a couple of irritating warnings.
2006-03-08 Jeremy Allisonr14003: Clarify code that lead to Coverity report #13.
2006-03-08 Jeremy Allisonr14002: Quick fix for Coverity CID #12.
2006-03-08 Jeremy Allisonr13999: Quick fix for Coverity bug #11.
2006-03-07 Lars Müllerr13997: Prefix $prefix by default even to rootsbindir...
2006-03-07 Jeremy Allisonr13994: Belt and braces - ensure RPC_BUFFER is valid.
2006-03-07 Volker Lendecker13991: Fix Coverity bug # 69
2006-03-07 Jeremy Allisonr13989: Fix for Coverity bug #45 and associated spoolss...
2006-03-07 Volker Lendecker13987: Fix Coverity bug # 74. This tool is good...
2006-03-07 Volker Lendecker13984: Fix Coverity bug # 98
2006-03-07 Volker Lendecker13983: Fix Coverity bug # 111
2006-03-07 Volker Lendecker13981: Fix Coverity bug # 138
next