From 8e8f3b2c21c8d1f6ac55d401534e12372f49b824 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 18 Mar 2006 17:08:15 +0000 Subject: r14544: Remove exchange-specific files. (This used to be commit 4ae0a28b2e85609226aa14c14e06aefad64ee293) --- source4/librpc/config.mk | 17 +-- source4/librpc/idl/exchange.idl | 259 ------------------------------------- source4/librpc/ndr/ndr_obfuscate.c | 63 --------- 3 files changed, 1 insertion(+), 338 deletions(-) delete mode 100644 source4/librpc/idl/exchange.idl delete mode 100644 source4/librpc/ndr/ndr_obfuscate.c (limited to 'source4/librpc') diff --git a/source4/librpc/config.mk b/source4/librpc/config.mk index f9286736ef..4eb6462de3 100644 --- a/source4/librpc/config.mk +++ b/source4/librpc/config.mk @@ -10,7 +10,6 @@ OBJ_FILES = \ ndr/ndr.o \ ndr/ndr_basic.o \ ndr/ndr_string.o \ - ndr/ndr_obfuscate.o \ ndr/ndr_misc.o REQUIRED_SUBSYSTEMS = LIBCLI_UTILS LIBTALLOC LIBBASIC # End SUBSYSTEM LIBNDR @@ -76,13 +75,6 @@ DESCRIPTION = OBJ_FILES = gen_ndr/ndr_irpc.o REQUIRED_SUBSYSTEMS = LIBNDR -[LIBRARY::NDR_EXCHANGE] -VERSION = 0.0.1 -SO_VERSION = 0 -DESCRIPTION = -OBJ_FILES = gen_ndr/ndr_exchange.o -REQUIRED_SUBSYSTEMS = LIBNDR - [LIBRARY::NDR_DSBACKUP] VERSION = 0.0.1 SO_VERSION = 0 @@ -434,7 +426,7 @@ OBJ_FILES = rpc/table.o PRIVATE_PROTO_HEADER = rpc/dcerpc_table.h REQUIRED_SUBSYSTEMS = \ NDR_IFACE_TABLE \ - NDR_AUDIOSRV NDR_ECHO NDR_DCERPC NDR_EXCHANGE \ + NDR_AUDIOSRV NDR_ECHO NDR_DCERPC \ NDR_DSBACKUP NDR_EFS NDR_MISC NDR_LSA NDR_DFS NDR_DRSUAPI \ NDR_POLICYAGENT NDR_UNIXINFO NDR_SAMR NDR_SPOOLSS NDR_WKSSVC NDR_SRVSVC NDR_ATSVC \ NDR_EVENTLOG NDR_EPMAPPER NDR_DBGIDL NDR_DSSETUP NDR_MSGSVC NDR_WINS \ @@ -466,13 +458,6 @@ DESCRIPTION = OBJ_FILES = gen_ndr/ndr_echo_c.o REQUIRED_SUBSYSTEMS = dcerpc NDR_ECHO -[LIBRARY::RPC_NDR_EXCHANGE] -VERSION = 0.0.1 -SO_VERSION = 0 -DESCRIPTION = -OBJ_FILES = gen_ndr/ndr_exchange_c.o -REQUIRED_SUBSYSTEMS = dcerpc NDR_EXCHANGE - [LIBRARY::RPC_NDR_DSBACKUP] VERSION = 0.0.1 SO_VERSION = 0 diff --git a/source4/librpc/idl/exchange.idl b/source4/librpc/idl/exchange.idl deleted file mode 100644 index f5e1a0c955..0000000000 --- a/source4/librpc/idl/exchange.idl +++ /dev/null @@ -1,259 +0,0 @@ -#include "idl_types.h" - -/* - http://support.microsoft.com/default.aspx?scid=KB;en-us;q159298 - Any UUID starting with: - A4 - store - F5 - directory - */ - -[ - uuid("99e64010-b032-11d0-97a4-00c04fd6551d"), - pointer_default(unique), - version(3.0) -] interface exchange_store_admin3 -{ - void ec_store_admin3_dummy(); -} - - -[ - uuid("89742ace-a9ed-11cf-9c0c-08002be7ae86"), - pointer_default(unique), - version(2.0) -] interface exchange_store_admin2 -{ - void ec_store_admin2_dummy(); -} - -[ - uuid("a4f1db00-ca47-1067-b31e-00dd010662da"), - pointer_default(unique), - version(1.0) -] interface exchange_store_admin1 -{ - void ec_store_admin1_dummy(); -} - - -[ - uuid("1544f5e0-613c-11d1-93df-00c04fd7bd09"), - pointer_default(unique), - version(1.0), - helpstring("Exchange 2003 Directory Request For Response") -] interface exchange_ds_rfr -{ - /*****************/ - /* Function 0x00 */ - void RfrGetNewDSA(); - - /*****************/ - /* Function 0x01 */ - void RfrGetFQDNFromLegacyDN(); -} - -[ - uuid("f930c514-1215-11d3-99a5-00a0c9b61b04"), - helpstring("System Attendant Cluster Interface"), - pointer_default(unique), - version(1.0) -] interface exchange_sysatt_cluster -{ - void sysatt_cluster_dummy(); -} - -/* -[83d72bf0-0d89-11ce-b13f-00aa003bac6c] MS Exchange -System Attendant Private Interface -*/ - -[ - uuid("469d6ec0-0d87-11ce-b13f-00aa003bac6c"), - pointer_default(unique), - helpstring("Exchange 5.5 System Attendant Request for Response") -] interface exchange_system_attendant -{ - void sysatt_dummy(); -} - -[ - uuid("9e8ee830-4559-11ce-979b-00aa005ffebe"), - pointer_default(unique), - version(2.0), - helpstring("Exchange 5.5 MTA") -] interface exchange_mta -{ - /*****************/ - /* Function 0x00 */ - void MtaBind(); - - /*****************/ - /* Function 0x01 */ - void MtaBindAck(); -} - -[ - uuid("f5cc59b4-4264-101a-8c59-08002b2f8426"), - pointer_default(unique), - version(21.0), - helpstring("Exchange 5.5 DRS") -] interface exchange_drs -{ - /*****************/ - /* Function 0x00 */ - void ds_abandon(); - - /*****************/ - /* Function 0x01 */ - void ds_add_entry(); - - void ds_bind(); - void ds_compare(); - void ds_list(); - void ds_modify_entry(); - void ds_modify_rdn(); - void ds_read(); - void ds_receive_result(); - void ds_remove_entry(); - void ds_search(); - void ds_unbind(); - void ds_wait(); - void dra_replica_add(); - void dra_replica_delete(); - void dra_replica_synchronize(); - void dra_reference_update(); - void dra_authorize_replica(); - void dra_unauthorize_replica(); - void dra_adopt(); - void dra_set_status(); - void dra_modify_entry(); - void dra_delete_subref(); -} - -[ - uuid("f5cc5a7c-4264-101a-8c59-08002b2f8426"), - version(21.0), - pointer_default(unique), - helpstring("Exchange 5.5 XDS") -] interface exchange_xds -{ - void xds_dummy(); -} - -[ - uuid("38a94e72-a9bc-11d2-8faf-00c04fa378ff"), - pointer_default(unique), - version(1.0) -] interface exchange_mta_qadmin -{ - void exchange_mta_qadmin(); -} - - -[ - uuid("0e4a0156-dd5d-11d2-8c2f-00c04fb6bcde"), - pointer_default(unique), - version(1.0) -] interface exchange_store_information -{ - void exchange_store_information_dummy(); -} - -[ - uuid("f5cc5a18-4264-101a-8c59-08002b2f8426"), - pointer_default(unique), - version(56.0), - helpstring("Exchange 5.5 Name Service Provider") -] interface exchange_nsp -{ - void NspiBind(); - void NspiUnbind(); - void NspiUpdateStat(); - void NspiQueryRows(); - void NspiSeekEntries(); - void NspiGetMatches(); - void NspiResortRestriction(); - void NspiDNToEph(); - void NspiGetPropList(); - void NspiGetProps(); - void NspiCompareDNTs(); - void NspiModProps(); - void NspiGetHierarchyInfo(); - void NspiGetTemplateInfo(); - void NspiModLInkAtt(); - void NspiDeleteEntries(); - void NspiQueryColumns(); - void NspiGetNamesFromIDs(); - void NspiGetIDsFromNames(); - void NspiResolveNames(); - void NspiResolveNamesW(); -} - -[ - uuid("a4f1db00-ca47-1067-b31f-00dd010662da"), - pointer_default(unique), - version(0.81), - helpstring("Exchange 5.5 EMSMDB") -] interface exchange_emsmdb -{ - /*****************/ - /* Function 0x00 */ - void EcDoConnect(); - - /*****************/ - /* Function 0x01 */ - void EcDoDisconnect(); - - /*****************/ - /* Function 0x02 */ - typedef struct { - uint32 max_data; - uint32 unknown; - [subcontext(4),obfuscation(0xA5),flag(NDR_REMAINING)] DATA_BLOB data; - } EcDoRpcBlob; - - void EcDoRpc( - [in,out] policy_handle *handle, - [in,out] EcDoRpcBlob data, - [in,out] uint16 *length, - [in] uint16 size - ); - - /*****************/ - /* Function 0x03 */ - void EcGetMoreRpc(); - - /*****************/ - /* Function 0x04 */ - void EcRRegisterPushNotification(); - - /*****************/ - /* Function 0x05 */ - void EcRUnregisterPushNotification(); - - /*****************/ - /* Function 0x06 */ - void EcDummyRpc(); - - /*****************/ - /* Function 0x07 */ - void EcRGetDCName(); - - /*****************/ - /* Function 0x08 */ - void EcRNetGetDCName(); - - /*****************/ - /* Function 0x09 */ - void EcDoRpcExt(); -} - -[ - uuid("c840a7dc-42c0-1a10-b4b9-08002b2fe182"), - pointer_default(unique), - helpstring("Unknown") -] interface exchange_unknown -{ - void unknown_dummy(); -} - diff --git a/source4/librpc/ndr/ndr_obfuscate.c b/source4/librpc/ndr/ndr_obfuscate.c deleted file mode 100644 index 242b6dc074..0000000000 --- a/source4/librpc/ndr/ndr_obfuscate.c +++ /dev/null @@ -1,63 +0,0 @@ -/* - Unix SMB/CIFS implementation. - - libndr obfuscate support (MAPI) - - Copyright (C) Stefan Metzmacher 2005 - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -*/ - -#include "includes.h" -#include "librpc/ndr/libndr.h" - -/* - handle obfuscated subcontext buffers, which in midl land are user-marshalled, but - we use magic in pidl to make them easier to cope with -*/ -NTSTATUS ndr_pull_obfuscation_start(struct ndr_pull *ndr, uint8_t salt) -{ - uint32_t i; - - for (i=0; idata_size; i++) { - ndr->data[i] ^= salt; - } - - return NT_STATUS_OK; -} - -NTSTATUS ndr_pull_obfuscation_end(struct ndr_pull *ndr, uint8_t salt) -{ - return NT_STATUS_OK; -} - -NTSTATUS ndr_push_obfuscation_start(struct ndr_push *ndr, uint8_t salt) -{ - return NT_STATUS_OK; -} - -/* - push a obfuscated subcontext -*/ -NTSTATUS ndr_push_obfuscation_end(struct ndr_push *ndr, uint8_t salt) -{ - uint32_t i; - - for (i=0; ioffset; i++) { - ndr->data[i] ^= salt; - } - - return NT_STATUS_OK; -} -- cgit