summaryrefslogtreecommitdiff
path: root/source3/rpc_client
Commit message (Expand)AuthorAgeFilesLines
* r23627: Allow to pass down the lookup-level to rpccli_lsa_lookup_names().Günther Deschner2007-10-101-1/+2
* r23400: Fix lsa crash bug #4683. The "names" enum structJeremy Allison2007-10-101-13/+7
* r23380: netr_getdcname returns WERROR not NTSTATUS.Günther Deschner2007-10-101-7/+7
* r23271: merge service control pidl change for CloseServiceHandle() from SAMBA...Gerald Carter2007-10-101-24/+0
* r23219: Two warningsVolker Lendecke2007-10-101-1/+2
* r23210: Very funny, we thought to use netr_GetDcName (e.g. in winbind) but we...Günther Deschner2007-10-101-23/+23
* r23127: Fill in some more netlogon dsgetdcname flavours (netr_DsRGetDCNameEx,Günther Deschner2007-10-101-61/+177
* r23091: Add rpccli_netlogon_sam_network_logon_ex, fix its parsing. This does notVolker Lendecke2007-10-101-0/+92
* r23082: Ooops - that portion of the last checkin was by accident.Michael Adam2007-10-101-2/+2
* r23081: Reorder the lsa_lookup_sids functions so that the order makes more se...Michael Adam2007-10-101-113/+113
* r23073: In the internal rpccli_lsa_lookup_sids_noalloc(), use a temporaryMichael Adam2007-10-101-8/+16
* r23070: The lsa rpc lookup sids call has a maximum number of SIDS to beMichael Adam2007-10-101-0/+201
* r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke2007-10-101-15/+15
* r22675: Simo's patch for 0 size allocation. Still needJeremy Allison2007-10-101-2/+6
* r22589: Make TALLOC_ARRAY consistent across all uses.Jeremy Allison2007-10-104-98/+179
* r22588: Make all uses of TALLOC_MEMDUP consistent.Jeremy Allison2007-10-101-3/+15
* r22537: Use a (more speaking) macro when there is one.Michael Adam2007-10-101-1/+1
* r22464: remove double code and use a functionStefan Metzmacher2007-10-101-34/+5
* r22092: - make spnego_parse_auth_response() more generic andStefan Metzmacher2007-10-101-1/+1
* r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher2007-10-101-5/+5
* r21462: Fix EnumValue (?)Jelmer Vernooij2007-10-101-3/+0
* r21382: Important fix for winbind when using non-AD domains.Günther Deschner2007-10-101-1/+7
* r21240: Fix longstanding Bug #4009.Günther Deschner2007-10-101-1/+1
* r20970: Allow to define workstation for samlogon in rpcclient (for testing).Günther Deschner2007-10-101-1/+6
* r19818: Remove reg_split_hive, make use of registry_openkeyVolker Lendecke2007-10-101-44/+0
* r19355: Add getdispenumindex2 wrapper for rpcclient.Günther Deschner2007-10-101-5/+46
* r19161: Add NET_GETANYDCNAME (getdcname only gives the PDC while getanydcnameGünther Deschner2007-10-101-0/+38
* r19143: getdcname on the NETLOGON pipe returns WERROR, not NTSTATUS.Günther Deschner2007-10-101-7/+7
* r18981: * cleanup some vestiges of old cli_reg.c code and mark some TODOGerald Carter2007-10-101-56/+1
* r18931: * Fix the IDL for QueryInfoKey. teh Classname in anGerald Carter2007-10-101-3/+3
* r18919: * Get the new rpccli_winreg_XXXX() functions into the treeGerald Carter2007-10-102-686/+65
* r18803: remove unused functionGerald Carter2007-10-101-18/+0
* r18802: Use the pidl-generated code for the srvsvc interface, both client and...Jelmer Vernooij2007-10-101-613/+0
* r18799: Prepare query_disp_info to use the next idx from the last result entryGünther Deschner2007-10-101-0/+18
* r18747: replace rpccli_lsa_close() with rpccli_lsa_Close()Gerald Carter2007-10-101-8/+0
* r18745: Use the Samba4 data structures for security descriptors and security ...Jelmer Vernooij2007-10-101-1/+1
* r18739: * Get the wkssvc patch right this time.Gerald Carter2007-10-101-68/+0
* r18729: readd missing filesGerald Carter2007-10-101-0/+68
* r18725: Replace out one wkssvc call (wkssrv_GetInfo()) with autogeneratedGerald Carter2007-10-101-68/+0
* r18711: Replace the following hand code client routines:Gerald Carter2007-10-101-51/+0
* r18677: quickly add samr_GetDisplayEnumerationIndex for debugging to rpcclient.Günther Deschner2007-10-101-0/+43
* r18654: Rename "struct uuid" => "struct GUID" for consistency.Jelmer Vernooij2007-10-102-6/+6
* r18619: Add rpcclient helper for samr_querydispinfo2|3 for testing.Günther Deschner2007-10-101-0/+104
* r18572: Use the autogenerated client and server for the echo interface and im...Jelmer Vernooij2007-10-101-143/+0
* r18560: * Add in the winreg and initshutdown IDL filesGerald Carter2007-10-101-3/+3
* r18469: Use new pidl-generated DFS client code.Jelmer Vernooij2007-10-101-632/+0
* r18405: Now that POLICY_HND == struct policy_handle, we canGerald Carter2007-10-101-8/+1
* r18404: * swap from POLICY_HND to the struct policy_handle from ndr/misc.hGerald Carter2007-10-102-31/+0
* r18397: Change rpccli_lsa_close() as a wrapper for the autogeneratedGerald Carter2007-10-101-25/+8
* r18395: have the ndr layer alloc outgoing structure members for usGerald Carter2007-10-101-0/+2