Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r16377: Klocwork #1077. | Jeremy Allison | 1 | -1/+6 |
2007-10-10 | r16373: Fix Klocwork #1071. | Jeremy Allison | 1 | -2/+8 |
2007-10-10 | r16371: Fix Klocwork #1048. | Jeremy Allison | 1 | -2/+10 |
2007-10-10 | r16369: Klocwork #1035. | Jeremy Allison | 1 | -0/+3 |
2007-10-10 | r16365: Fix Klocwork #895, #898, #899, #915, #932, #938 and a | Jeremy Allison | 1 | -1/+2 |
2007-10-10 | r16362: That's the best way to fix a Klocwork bug: Remove the (unused...;-) code | Volker Lendecke | 1 | -50/+0 |
2007-10-10 | r16299: Fix another "dereferencing type-punned pointer will break | Jeremy Allison | 1 | -2/+7 |
2007-10-10 | r16126: Janitor for Volker..... This looks correct to me. | Jeremy Allison | 1 | -20/+15 |
2007-10-10 | r16060: This is one of the more dirty patches I've put in lately. Parse enoug... | Volker Lendecke | 1 | -1/+3 |
2007-10-10 | r15884: Fix bug #3803 from jason@ncac.gwu.edu - bad comparison. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r15453: Process all the supported info levels in the samr_query_domain_info2 | Günther Deschner | 1 | -0/+16 |
2007-10-10 | r15452: Again purely cosmetic reformat of the samr query domain info calls. | Günther Deschner | 1 | -22/+22 |
2007-10-10 | r15443: Purely cosmetic reformat, no functional changes. | Günther Deschner | 1 | -174/+175 |
2007-10-10 | r15442: Add some more client rpc for the querydominfo calls (from samba4 idl). | Günther Deschner | 1 | -7/+118 |
2007-10-10 | r15441: cleanup older unused padding. | Günther Deschner | 1 | -2/+0 |
2007-10-10 | r15438: Fix samrQueryDomainInfo level 5 where we returned our netbios | Günther Deschner | 1 | -5/+5 |
2007-10-10 | r15041: Adding rpc client calls to manipulate auditing policies on remote CIFS | Günther Deschner | 1 | -117/+317 |
2007-10-10 | r14829: Fix reversed test in coverity fixes. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r14778: Fix coverity null deref bugs #268 - #271. | Jeremy Allison | 1 | -1/+24 |
2007-10-10 | r14776: Fix coverity #263 - #267. No one was checking talloc | Jeremy Allison | 1 | -7/+88 |
2007-10-10 | r14774: Fix null deref coverity bugs #260, #261, #262. | Jeremy Allison | 1 | -2/+13 |
2007-10-10 | r14772: Fix coverity bug #258. Seems coverity has discovered talloc :-). | Jeremy Allison | 1 | -0/+14 |
2007-10-10 | r14770: Fix coverity bug #257. Possible null deref. | Jeremy Allison | 1 | -1/+9 |
2007-10-10 | r14646: Adding samr querygroup infolevels 2 & 5. | Günther Deschner | 1 | -0/+67 |
2007-10-10 | r14643: Merge dcerpc_errstr from Samba 4. | Günther Deschner | 2 | -1/+32 |
2007-10-10 | r14634: Many bug fixes thanks to train rides and overnight stays in airports | Gerald Carter | 1 | -0/+29 |
2007-10-10 | r14387: Try and fix the coverity issues (#53, #54) with negative | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r14298: The other half of Coverity # 217 | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r14232: Fix Coverity Bug # 218 | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r14228: Fix Coverity bug # 217 | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r14219: Fix coverity #135. Don't deref a ptr if it can be NULL. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r14146: Just some typos. | Günther Deschner | 1 | -2/+2 |
2007-10-10 | r14134: Fix Coverity bug # 137 | Volker Lendecke | 1 | -1/+7 |
2007-10-10 | r14115: Fix coverity bug #23. Don't deref a potentially null ptr. | Jeremy Allison | 1 | -1/+5 |
2007-10-10 | r14092: Fix coverity bug #22. Ensure no possible null | Jeremy Allison | 1 | -1/+5 |
2007-10-10 | r14090: Fix coverity bug #21, don't deref potential null. | Jeremy Allison | 1 | -1/+5 |
2007-10-10 | r14083: Fix coverity bug #19. Don't deref possible NULL. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r14080: Fix Coverity bug #18. Ensure non-null before ref. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r14061: Some debugging for the new LOGON/ACB-flags. | Günther Deschner | 1 | -0/+9 |
2007-10-10 | r14047: Coverity fix #17. Ensure srv_name and info cannot | Jeremy Allison | 1 | -0/+4 |
2007-10-10 | r14045: Coverity fix #14. Ensure if len is set buf != NULL. | Jeremy Allison | 1 | -0/+5 |
2007-10-10 | r14043: After discussion with Jerry revert part of the | Jeremy Allison | 1 | -26/+15 |
2007-10-10 | r14025: Remove unused code. When we want to export samsync, we better first port | Volker Lendecke | 1 | -80/+0 |
2007-10-10 | r14014: Coverity paranoia. Shut it up by making the guarentee | Jeremy Allison | 1 | -2/+7 |
2007-10-10 | r13989: Fix for Coverity bug #45 and associated spoolss RPC_BUFFER | Jeremy Allison | 1 | -7/+22 |
2007-10-10 | r13915: Fixed a very interesting class of realloc() bugs found by Coverity. | Jeremy Allison | 3 | -31/+25 |
2007-10-10 | r13878: move PORT_DATA_1 to use static sized UNICODE strings as per MSDN | Gerald Carter | 1 | -23/+12 |
2007-10-10 | r13864: Some cleanup and the samr set security object function client-side. | Günther Deschner | 1 | -0/+15 |
2007-10-10 | r13841: Fix an uninitialized variable warning. | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r13829: From the "It's not pretty but it works" category | Gerald Carter | 1 | -0/+100 |