summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r14003: Clarify code that lead to Coverity report #13.Jeremy Allison2-13/+16
2007-10-10r14002: Quick fix for Coverity CID #12.Jeremy Allison1-0/+4
2007-10-10r13999: Quick fix for Coverity bug #11.Jeremy Allison1-1/+7
2007-10-10r13997: Prefix $prefix by default even to rootsbindir as we else run in troubleLars Müller1-2/+2
2007-10-10r13994: Belt and braces - ensure RPC_BUFFER is valid.Jeremy Allison1-44/+75
2007-10-10r13991: Fix Coverity bug # 69Volker Lendecke1-0/+1
2007-10-10r13989: Fix for Coverity bug #45 and associated spoolss RPC_BUFFERJeremy Allison1-7/+22
2007-10-10r13987: Fix Coverity bug # 74. This tool is good...Volker Lendecke1-0/+1
2007-10-10r13984: Fix Coverity bug # 98Volker Lendecke1-1/+3
2007-10-10r13983: Fix Coverity bug # 111Volker Lendecke1-0/+1
2007-10-10r13981: Fix Coverity bug # 138Volker Lendecke1-1/+1
2007-10-10r13980: Fix Coverity bug # 63. Jeremy, could you take a look at this?Volker Lendecke1-5/+16
2007-10-10r13979: We've dereferenced my_methods already, so there's no point in checkin...Volker Lendecke1-1/+1
2007-10-10r13978: Here is why it's essential to use SAFE_FREE instead of free.Jeremy Allison1-6/+6
2007-10-10r13975: Re-fix Coverity #156 - I had left the hidden arg. inconsistentJeremy Allison3-5/+6
2007-10-10r13971: Fix Coverity bugs #209 - #213 - it detected mistakesJeremy Allison1-56/+67
2007-10-10r13968: fix typo, caught by GuentherJim McDonough1-1/+1
2007-10-10r13965: Make sure we always reset the userAccountControl bits when re-joiningGünther Deschner1-1/+1
2007-10-10r13958: Fix Coverity Bug # 141Volker Lendecke1-1/+1
2007-10-10r13957: Based on patch from Richard Renard <richard.renard@idealx.com>:Jim McDonough1-15/+18
2007-10-10r13955: Fix Coverity ID 139.Volker Lendecke1-1/+1
2007-10-10r13951: Fix Coverity Bug #163.Volker Lendecke1-28/+0
2007-10-10r13950: Fix Coverity bug #168Volker Lendecke1-0/+1
2007-10-10r13948: Fix the build. Remove rpcclient.h include.Jim McDonough1-1/+0
2007-10-10r13947: Use tabs instead of spaces for indention.Lars Müller1-3/+3
2007-10-10r13946: Link pam_smbpass with the required object files. Fix bug #3565.Lars Müller1-1/+2
2007-10-10r13945: Move display_sec.c to lib/ (as suggested by Volker).Günther Deschner2-4/+4
2007-10-10r13916: Fix Coverity bug #29. Looks like my code. I wonder how much there is ...Volker Lendecke1-0/+1
2007-10-10r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison55-481/+562
2007-10-10r13914: Fix Coverity bug #151.Volker Lendecke1-1/+1
2007-10-10r13895: As agreed upon with gd on the phone, remove WBFLAG_PAM_CONTACT_TRUSTD...Volker Lendecke2-15/+3
2007-10-10r13893: Fix for Coverity issue CID #164. The first one that I don'tJeremy Allison1-0/+2
2007-10-10r13892: Doh ! My bugfix had a bug :-). Spotted by Willi Mann <willi@wm1.at>,Jeremy Allison1-2/+2
2007-10-10r13889: Fix resource leak on error path. Coverity bug CID #73.Jeremy Allison1-0/+1
2007-10-10r13887: Fix coverity bug CID #94. mem leak on error codepath.Jeremy Allison1-0/+2
2007-10-10r13884: Fix coverity CID #95. Resource leak on error path.Jeremy Allison1-0/+2
2007-10-10r13882: Fix coverity CID bug #96. Missing free on errorJeremy Allison1-0/+1
2007-10-10r13880: Fix coverity bug CID #97, mem leak on error path.Jeremy Allison1-4/+4
2007-10-10r13878: move PORT_DATA_1 to use static sized UNICODE strings as per MSDNGerald Carter3-29/+30
2007-10-10r13875: Fix coverity bug #148. Deref of rrec before NULL check.Jeremy Allison1-2/+7
2007-10-10r13873: I think this is the longstanding wins server crash bug, notJeremy Allison1-17/+16
2007-10-10r13864: Some cleanup and the samr set security object function client-side.Günther Deschner7-140/+108
2007-10-10r13861: Avoid "net rpc join" segfaulting when storing the servername in theGünther Deschner1-1/+1
2007-10-10r13846: Take care of system that do not have LDAP librariesSimo Sorce1-0/+5
2007-10-10r13843: Merge in net sam provision and some pdb_ldap fixesSimo Sorce2-82/+516
2007-10-10r13841: Fix an uninitialized variable warning.Volker Lendecke1-1/+1
2007-10-10r13829: From the "It's not pretty but it works" categoryGerald Carter5-13/+244
2007-10-10r13824: * add api table for Xcv TCPMON and LOCALMON calls startingGerald Carter3-15/+118
2007-10-10r13821: replacing some strings with macrosGerald Carter1-9/+11
2007-10-10r13820: * Start fleshing out the XcvDataPort() server implementationGerald Carter3-40/+107