summaryrefslogtreecommitdiffstats
path: root/source/rpc_parse
Commit message (Expand)AuthorAgeFilesLines
...
* r15452: Again purely cosmetic reformat of the samr query domain info calls.Günther Deschner2007-10-101-22/+22
* r15443: Purely cosmetic reformat, no functional changes.Günther Deschner2007-10-101-174/+175
* r15442: Add some more client rpc for the querydominfo calls (from samba4 idl).Günther Deschner2007-10-101-7/+118
* r15441: cleanup older unused padding.Günther Deschner2007-10-101-2/+0
* r15438: Fix samrQueryDomainInfo level 5 where we returned our netbiosGünther Deschner2007-10-101-5/+5
* r15041: Adding rpc client calls to manipulate auditing policies on remote CIFSGünther Deschner2007-10-101-117/+317
* r14829: Fix reversed test in coverity fixes.Jeremy Allison2007-10-101-1/+1
* r14778: Fix coverity null deref bugs #268 - #271.Jeremy Allison2007-10-101-1/+24
* r14776: Fix coverity #263 - #267. No one was checking tallocJeremy Allison2007-10-101-7/+88
* r14774: Fix null deref coverity bugs #260, #261, #262.Jeremy Allison2007-10-101-2/+13
* r14772: Fix coverity bug #258. Seems coverity has discovered talloc :-).Jeremy Allison2007-10-101-0/+14
* r14770: Fix coverity bug #257. Possible null deref.Jeremy Allison2007-10-101-1/+9
* r14646: Adding samr querygroup infolevels 2 & 5.Günther Deschner2007-10-101-0/+67
* r14643: Merge dcerpc_errstr from Samba 4.Günther Deschner2007-10-102-1/+32
* r14634: Many bug fixes thanks to train rides and overnight stays in airportsGerald Carter2007-10-101-0/+29
* r14387: Try and fix the coverity issues (#53, #54) with negativeJeremy Allison2007-10-101-1/+1
* r14298: The other half of Coverity # 217Volker Lendecke2007-10-101-1/+1
* r14232: Fix Coverity Bug # 218Volker Lendecke2007-10-101-1/+1
* r14228: Fix Coverity bug # 217Volker Lendecke2007-10-101-1/+1
* r14219: Fix coverity #135. Don't deref a ptr if it can be NULL.Jeremy Allison2007-10-101-1/+1
* r14146: Just some typos.Günther Deschner2007-10-101-2/+2
* r14134: Fix Coverity bug # 137Volker Lendecke2007-10-101-1/+7
* r14115: Fix coverity bug #23. Don't deref a potentially null ptr.Jeremy Allison2007-10-101-1/+5
* r14092: Fix coverity bug #22. Ensure no possible nullJeremy Allison2007-10-101-1/+5
* r14090: Fix coverity bug #21, don't deref potential null.Jeremy Allison2007-10-101-1/+5
* r14083: Fix coverity bug #19. Don't deref possible NULL.Jeremy Allison2007-10-101-1/+1
* r14080: Fix Coverity bug #18. Ensure non-null before ref.Jeremy Allison2007-10-101-1/+1
* r14061: Some debugging for the new LOGON/ACB-flags.Günther Deschner2007-10-101-0/+9
* r14047: Coverity fix #17. Ensure srv_name and info cannotJeremy Allison2007-10-101-0/+4
* r14045: Coverity fix #14. Ensure if len is set buf != NULL.Jeremy Allison2007-10-101-0/+5
* r14043: After discussion with Jerry revert part of theJeremy Allison2007-10-101-26/+15
* r14025: Remove unused code. When we want to export samsync, we better first portVolker Lendecke2007-10-101-80/+0
* r14014: Coverity paranoia. Shut it up by making the guarenteeJeremy Allison2007-10-101-2/+7
* r13989: Fix for Coverity bug #45 and associated spoolss RPC_BUFFERJeremy Allison2007-10-101-7/+22
* r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison2007-10-103-31/+25
* r13878: move PORT_DATA_1 to use static sized UNICODE strings as per MSDNGerald Carter2007-10-101-23/+12
* r13864: Some cleanup and the samr set security object function client-side.Günther Deschner2007-10-101-0/+15
* r13841: Fix an uninitialized variable warning.Volker Lendecke2007-10-101-1/+1
* r13829: From the "It's not pretty but it works" categoryGerald Carter2007-10-101-0/+100
* r13824: * add api table for Xcv TCPMON and LOCALMON calls startingGerald Carter2007-10-101-5/+23
* r13815: "Into the blind world let us now descend,"Gerald Carter2007-10-101-0/+64
* r13802: I *knew* ASU on sparc had to be good for *something* ! :-).Jeremy Allison2007-10-101-3/+3
* r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16.Günther Deschner2007-10-102-22/+17
* r13585: Sorry Gunther, had to revert this. It's got a bufferJeremy Allison2007-10-101-43/+0
* r13581: Correctly parse a non-null terminated, little-endian UCS2 string in theGünther Deschner2007-10-101-0/+43
* r13576: This is the beginnings of moving the SAM_ACCOUNT data structureGerald Carter2007-10-101-2/+2
* r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter2007-10-101-1/+1
* r13522: Add SAMR_GET_USRDOM_PWINFO client-side.Günther Deschner2007-10-101-4/+5
* r13521: Implement LOOKUPNAME3 and 4.Jeremy Allison2007-10-101-1/+1
* r13458: Add parsing functions - but stub internals for lookupnames3 and 4.Jeremy Allison2007-10-101-2/+296