summaryrefslogtreecommitdiff
path: root/source3/rpc_client
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r24949: Remove some static buffersVolker Lendecke1-2/+2
2007-10-10r24784: Initialize uninitalized data to prevent segfaults.Michael Adam1-0/+5
2007-10-10r24594: pass down the ndr_interface_table in the samba3 client bindingsStefan Metzmacher1-5/+10
2007-10-10r23850: Fix whitespacing in DEBUG output.Michael Adam1-1/+1
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2-4/+2
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell8-16/+8
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison10-10/+10
2007-10-10r23627: Allow to pass down the lookup-level to rpccli_lsa_lookup_names().Günther Deschner1-1/+2
2007-10-10r23400: Fix lsa crash bug #4683. The "names" enum structJeremy Allison1-13/+7
2007-10-10r23380: netr_getdcname returns WERROR not NTSTATUS.Günther Deschner1-7/+7
2007-10-10r23271: merge service control pidl change for CloseServiceHandle() from SAMBA...Gerald Carter1-24/+0
2007-10-10r23219: Two warningsVolker Lendecke1-1/+2
2007-10-10r23210: Very funny, we thought to use netr_GetDcName (e.g. in winbind) but we...Günther Deschner1-23/+23
2007-10-10r23127: Fill in some more netlogon dsgetdcname flavours (netr_DsRGetDCNameEx,Günther Deschner1-61/+177
2007-10-10r23091: Add rpccli_netlogon_sam_network_logon_ex, fix its parsing. This does notVolker Lendecke1-0/+92
2007-10-10r23082: Ooops - that portion of the last checkin was by accident.Michael Adam1-2/+2
2007-10-10r23081: Reorder the lsa_lookup_sids functions so that the order makes more se...Michael Adam1-113/+113
2007-10-10r23073: In the internal rpccli_lsa_lookup_sids_noalloc(), use a temporaryMichael Adam1-8/+16
2007-10-10r23070: The lsa rpc lookup sids call has a maximum number of SIDS to beMichael Adam1-0/+201
2007-10-10r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke1-15/+15
2007-10-10r22675: Simo's patch for 0 size allocation. Still needJeremy Allison1-2/+6
2007-10-10r22589: Make TALLOC_ARRAY consistent across all uses.Jeremy Allison4-98/+179
2007-10-10r22588: Make all uses of TALLOC_MEMDUP consistent.Jeremy Allison1-3/+15
2007-10-10r22537: Use a (more speaking) macro when there is one.Michael Adam1-1/+1
2007-10-10r22464: remove double code and use a functionStefan Metzmacher1-34/+5
2007-10-10r22092: - make spnego_parse_auth_response() more generic andStefan Metzmacher1-1/+1
2007-10-10r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher1-5/+5
2007-10-10r21462: Fix EnumValue (?)Jelmer Vernooij1-3/+0
2007-10-10r21382: Important fix for winbind when using non-AD domains.Günther Deschner1-1/+7
2007-10-10r21240: Fix longstanding Bug #4009.Günther Deschner1-1/+1
2007-10-10r20970: Allow to define workstation for samlogon in rpcclient (for testing).Günther Deschner1-1/+6
2007-10-10r19818: Remove reg_split_hive, make use of registry_openkeyVolker Lendecke1-44/+0
2007-10-10r19355: Add getdispenumindex2 wrapper for rpcclient.Günther Deschner1-5/+46
2007-10-10r19161: Add NET_GETANYDCNAME (getdcname only gives the PDC while getanydcnameGünther Deschner1-0/+38
2007-10-10r19143: getdcname on the NETLOGON pipe returns WERROR, not NTSTATUS.Günther Deschner1-7/+7
2007-10-10r18981: * cleanup some vestiges of old cli_reg.c code and mark some TODOGerald Carter1-56/+1
2007-10-10r18931: * Fix the IDL for QueryInfoKey. teh Classname in anGerald Carter1-3/+3
2007-10-10r18919: * Get the new rpccli_winreg_XXXX() functions into the treeGerald Carter2-686/+65
2007-10-10r18803: remove unused functionGerald Carter1-18/+0
2007-10-10r18802: Use the pidl-generated code for the srvsvc interface, both client and...Jelmer Vernooij1-613/+0
2007-10-10r18799: Prepare query_disp_info to use the next idx from the last result entryGünther Deschner1-0/+18
2007-10-10r18747: replace rpccli_lsa_close() with rpccli_lsa_Close()Gerald Carter1-8/+0
2007-10-10r18745: Use the Samba4 data structures for security descriptors and security ...Jelmer Vernooij1-1/+1
2007-10-10r18739: * Get the wkssvc patch right this time.Gerald Carter1-68/+0
2007-10-10r18729: readd missing filesGerald Carter1-0/+68
2007-10-10r18725: Replace out one wkssvc call (wkssrv_GetInfo()) with autogeneratedGerald Carter1-68/+0
2007-10-10r18711: Replace the following hand code client routines:Gerald Carter1-51/+0
2007-10-10r18677: quickly add samr_GetDisplayEnumerationIndex for debugging to rpcclient.Günther Deschner1-0/+43
2007-10-10r18654: Rename "struct uuid" => "struct GUID" for consistency.Jelmer Vernooij2-6/+6
2007-10-10r18619: Add rpcclient helper for samr_querydispinfo2|3 for testing.Günther Deschner1-0/+104