summaryrefslogtreecommitdiffstats
path: root/source3/rpc_parse
Commit message (Expand)AuthorAgeFilesLines
* r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke2007-10-101-2/+2
* r22676: Fix zero alloc with create_rpc_blob().Jeremy Allison2007-10-101-13/+21
* r22673: Fix for Jerry's reversion. We still need to check sizeJeremy Allison2007-10-101-4/+16
* r22630: Revert svn r22576 (parse change to enum_aliasmem(). Original code wa...Gerald Carter2007-10-101-17/+4
* r22588: Make all uses of TALLOC_MEMDUP consistent.Jeremy Allison2007-10-101-3/+7
* r22585: Get us into a consistent state with TALLOC_ZERO_ARRAY also.Jeremy Allison2007-10-104-69/+125
* r22577: Change all of parse/*.c to use standard form. Fix someJeremy Allison2007-10-104-76/+127
* r22576: Fix marshalling bug in aliasmem.Jeremy Allison2007-10-101-4/+17
* r22564: Move the _strict -> _zeronull functions into lib/util.cJeremy Allison2007-10-101-1/+1
* r22542: Move over to using the _strict varients of the tallocJeremy Allison2007-10-105-8/+35
* r22163: Pure reformatting. I hate 4 space tabstops :-).Jeremy Allison2007-10-101-15/+15
* r22104: BUG 4439: Fix the object picket on x64 WIndopws XP/2003.Gerald Carter2007-10-101-1/+1
* r22062: Fix the parsing of info level 3. Flags is not a flagsJeremy Allison2007-10-101-5/+38
* r22055: Port the endpoint mapper (and functions it requires) to Samba 3.Jelmer Vernooij2007-10-101-0/+11
* r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher2007-10-101-2/+2
* r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher2007-10-103-19/+19
* r21987: split tdb_prs_*() functions in version which take a keystr and a TDB_...Stefan Metzmacher2007-10-101-8/+16
* r21507: Fix some "cannot access LDAP when no root" bugs.Gerald Carter2007-10-101-1/+3
* r21393: Fix typo.Günther Deschner2007-10-101-2/+2
* r21346: FIXME ! Our parsing here is wrong I think,Jeremy Allison2007-10-101-1/+10
* r21096: Fix formatting.Jeremy Allison2007-10-101-2/+2
* r20904: This is a placeholder fix. Apparently Windows 2000Gerald Carter2007-10-101-1/+9
* r20269: merge -r20264:20267 from SAMBA_3_0_24Herb Lewis2007-10-101-2/+2
* r19288: tdb_prs_store is right now used to store printer and share securityVolker Lendecke2007-10-101-1/+1
* r19161: Add NET_GETANYDCNAME (getdcname only gives the PDC while getanydcnameGünther Deschner2007-10-101-0/+84
* r19143: getdcname on the NETLOGON pipe returns WERROR, not NTSTATUS.Günther Deschner2007-10-101-1/+1
* r19028: Implement getprinterinfo level 6 (only the status) and get rid of snu...Volker Lendecke2007-10-101-0/+31
* r18919: * Get the new rpccli_winreg_XXXX() functions into the treeGerald Carter2007-10-102-2005/+0
* r18846: Fix the same bug Volker noticed when marshalling/unmarshallingJeremy Allison2007-10-101-1/+10
* r18845: Fix a type-punned warning that turned out to be a real bug: The secdescVolker Lendecke2007-10-101-2/+20
* r18802: Use the pidl-generated code for the srvsvc interface, both client and...Jelmer Vernooij2007-10-102-3604/+0
* r18745: Use the Samba4 data structures for security descriptors and security ...Jelmer Vernooij2007-10-103-55/+56
* r18739: * Get the wkssvc patch right this time.Gerald Carter2007-10-101-178/+0
* r18729: readd missing filesGerald Carter2007-10-101-0/+178
* r18725: Replace out one wkssvc call (wkssrv_GetInfo()) with autogeneratedGerald Carter2007-10-101-178/+0
* r18722: Fix up password change times. The can change and must change times areJim McDonough2007-10-101-5/+10
* r18711: Replace the following hand code client routines:Gerald Carter2007-10-101-52/+0
* r18678: Fix the build. (never commit before breakfeast).Günther Deschner2007-10-101-1/+1
* r18677: quickly add samr_GetDisplayEnumerationIndex for debugging to rpcclient.Günther Deschner2007-10-101-0/+70
* r18654: Rename "struct uuid" => "struct GUID" for consistency.Jelmer Vernooij2007-10-102-8/+8
* r18598: Add marshalling support to smb_io_time.Volker Lendecke2007-10-101-1/+8
* r18572: Use the autogenerated client and server for the echo interface and im...Jelmer Vernooij2007-10-101-164/+0
* r18526: Use generated server for unixinfo RPC interface.Jelmer Vernooij2007-10-101-266/+0
* r18481: Use pidl-generated server side code for dfs.Jelmer Vernooij2007-10-101-2737/+0
* r18404: * swap from POLICY_HND to the struct policy_handle from ndr/misc.hGerald Carter2007-10-101-8/+2
* r18393: get the data size and not offset when initializing a data blob from a...Gerald Carter2007-10-101-1/+4
* r18369: I've got a sniff where NT4 sends just a single byte after the 516 byteVolker Lendecke2007-10-101-3/+4
* r18271: Big change:Gerald Carter2007-10-101-1/+1
* r18188: merge 3.0-libndr branchJelmer Vernooij2007-10-105-34/+40
* r18047: More C++ stuffVolker Lendecke2007-10-101-1/+1