summaryrefslogtreecommitdiff
path: root/source3/rpc_parse
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r23127: Fill in some more netlogon dsgetdcname flavours (netr_DsRGetDCNameEx,Günther Deschner1-0/+209
2007-10-10r23122: Fix bug #4655. We marshall the enumdataex correctly,Jeremy Allison1-17/+48
2007-10-10r23091: Add rpccli_netlogon_sam_network_logon_ex, fix its parsing. This does notVolker Lendecke2-1/+20
2007-10-10r23080: Fix bug #4637 - we hads missed some cases whereJeremy Allison5-57/+90
2007-10-10r22852: merge fixes for CVE-2007-2446 and CVE-2007-2447 to all branchesGerald Carter4-14/+27
2007-10-10r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke1-2/+2
2007-10-10r22676: Fix zero alloc with create_rpc_blob().Jeremy Allison1-13/+21
2007-10-10r22673: Fix for Jerry's reversion. We still need to check sizeJeremy Allison1-4/+16
2007-10-10r22630: Revert svn r22576 (parse change to enum_aliasmem(). Original code wa...Gerald Carter1-17/+4
2007-10-10r22588: Make all uses of TALLOC_MEMDUP consistent.Jeremy Allison1-3/+7
2007-10-10r22585: Get us into a consistent state with TALLOC_ZERO_ARRAY also.Jeremy Allison4-69/+125
2007-10-10r22577: Change all of parse/*.c to use standard form. Fix someJeremy Allison4-76/+127
2007-10-10r22576: Fix marshalling bug in aliasmem.Jeremy Allison1-4/+17
2007-10-10r22564: Move the _strict -> _zeronull functions into lib/util.cJeremy Allison1-1/+1
2007-10-10r22542: Move over to using the _strict varients of the tallocJeremy Allison5-8/+35
2007-10-10r22163: Pure reformatting. I hate 4 space tabstops :-).Jeremy Allison1-15/+15
2007-10-10r22104: BUG 4439: Fix the object picket on x64 WIndopws XP/2003.Gerald Carter1-1/+1
2007-10-10r22062: Fix the parsing of info level 3. Flags is not a flagsJeremy Allison1-5/+38
2007-10-10r22055: Port the endpoint mapper (and functions it requires) to Samba 3.Jelmer Vernooij1-0/+11
2007-10-10r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher1-2/+2
2007-10-10r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher3-19/+19
2007-10-10r21987: split tdb_prs_*() functions in version which take a keystr and a TDB_...Stefan Metzmacher1-8/+16
2007-10-10r21507: Fix some "cannot access LDAP when no root" bugs.Gerald Carter1-1/+3
2007-10-10r21393: Fix typo.Günther Deschner1-2/+2
2007-10-10r21346: FIXME ! Our parsing here is wrong I think,Jeremy Allison1-1/+10
2007-10-10r21096: Fix formatting.Jeremy Allison1-2/+2
2007-10-10r20904: This is a placeholder fix. Apparently Windows 2000Gerald Carter1-1/+9
2007-10-10r20269: merge -r20264:20267 from SAMBA_3_0_24Herb Lewis1-2/+2
2007-10-10r19288: tdb_prs_store is right now used to store printer and share securityVolker Lendecke1-1/+1
2007-10-10r19161: Add NET_GETANYDCNAME (getdcname only gives the PDC while getanydcnameGünther Deschner1-0/+84
2007-10-10r19143: getdcname on the NETLOGON pipe returns WERROR, not NTSTATUS.Günther Deschner1-1/+1
2007-10-10r19028: Implement getprinterinfo level 6 (only the status) and get rid of snu...Volker Lendecke1-0/+31
2007-10-10r18919: * Get the new rpccli_winreg_XXXX() functions into the treeGerald Carter2-2005/+0
2007-10-10r18846: Fix the same bug Volker noticed when marshalling/unmarshallingJeremy Allison1-1/+10
2007-10-10r18845: Fix a type-punned warning that turned out to be a real bug: The secdescVolker Lendecke1-2/+20
2007-10-10r18802: Use the pidl-generated code for the srvsvc interface, both client and...Jelmer Vernooij2-3604/+0
2007-10-10r18745: Use the Samba4 data structures for security descriptors and security ...Jelmer Vernooij3-55/+56
2007-10-10r18739: * Get the wkssvc patch right this time.Gerald Carter1-178/+0
2007-10-10r18729: readd missing filesGerald Carter1-0/+178
2007-10-10r18725: Replace out one wkssvc call (wkssrv_GetInfo()) with autogeneratedGerald Carter1-178/+0
2007-10-10r18722: Fix up password change times. The can change and must change times areJim McDonough1-5/+10
2007-10-10r18711: Replace the following hand code client routines:Gerald Carter1-52/+0
2007-10-10r18678: Fix the build. (never commit before breakfeast).Günther Deschner1-1/+1
2007-10-10r18677: quickly add samr_GetDisplayEnumerationIndex for debugging to rpcclient.Günther Deschner1-0/+70
2007-10-10r18654: Rename "struct uuid" => "struct GUID" for consistency.Jelmer Vernooij2-8/+8
2007-10-10r18598: Add marshalling support to smb_io_time.Volker Lendecke1-1/+8
2007-10-10r18572: Use the autogenerated client and server for the echo interface and im...Jelmer Vernooij1-164/+0
2007-10-10r18526: Use generated server for unixinfo RPC interface.Jelmer Vernooij1-266/+0
2007-10-10r18481: Use pidl-generated server side code for dfs.Jelmer Vernooij1-2737/+0
2007-10-10r18404: * swap from POLICY_HND to the struct policy_handle from ndr/misc.hGerald Carter1-8/+2