Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-10-10 | r13824: * add api table for Xcv TCPMON and LOCALMON calls starting | Gerald Carter | 1 | -5/+23 |
2007-10-10 | r13815: "Into the blind world let us now descend," | Gerald Carter | 1 | -0/+64 |
2007-10-10 | r13802: I *knew* ASU on sparc had to be good for *something* ! :-). | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16. | Günther Deschner | 2 | -22/+17 |
2007-10-10 | r13585: Sorry Gunther, had to revert this. It's got a buffer | Jeremy Allison | 1 | -43/+0 |
2007-10-10 | r13581: Correctly parse a non-null terminated, little-endian UCS2 string in the | Günther Deschner | 1 | -0/+43 |
2007-10-10 | r13576: This is the beginnings of moving the SAM_ACCOUNT data structure | Gerald Carter | 1 | -2/+2 |
2007-10-10 | r13571: Replace all calls to talloc_free() with thye TALLOC_FREE() | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r13522: Add SAMR_GET_USRDOM_PWINFO client-side. | Günther Deschner | 1 | -4/+5 |
2007-10-10 | r13521: Implement LOOKUPNAME3 and 4. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r13458: Add parsing functions - but stub internals for lookupnames3 and 4. | Jeremy Allison | 1 | -2/+296 |
2007-10-10 | r13455: Prepare to add lookupnames2. | Jeremy Allison | 2 | -11/+165 |
2007-10-10 | r13447: Added LSA_LOOKUPSIDS2 and LSA_LOOKUPSIDS3. | Jeremy Allison | 1 | -2/+241 |
2007-10-10 | r13445: We already made the decision whether to include the dominfo and | Günther Deschner | 1 | -9/+7 |
2007-10-10 | r13442: Implement samr_chgpasswd_user3 server-side. | Günther Deschner | 1 | -29/+41 |
2007-10-10 | r13439: Fix NET_SAM_LOGON_EX. | Jeremy Allison | 2 | -2/+2 |
2007-10-10 | r13433: Get ready to implement NET_SAM_LOGON_EX. | Jeremy Allison | 1 | -0/+102 |
2007-10-10 | r13407: Change the credentials code to be more like the Samba4 structure, | Jeremy Allison | 1 | -1/+0 |
2007-10-10 | r13399: Get closer to passing RPC-SCHANNEL test. | Jeremy Allison | 1 | -6/+8 |
2007-10-10 | r13396: Add in userinfo26, re-enable userinfo25 - took the knowledge | Jeremy Allison | 1 | -0/+38 |