summaryrefslogtreecommitdiff
path: root/source3/librpc/idl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-10-17 10:48:09 +0200
committerGünther Deschner <gd@samba.org>2008-10-17 10:54:01 +0200
commitd2a007b62925256e9faba3c38468ecde445dc321 (patch)
tree3234498eee3dc6b2fd9418866586e175b0232a4c /source3/librpc/idl
parentc35b0d9ab5d01e37cb06d02083a329e18ae59566 (diff)
downloadsamba-d2a007b62925256e9faba3c38468ecde445dc321.tar.gz
samba-d2a007b62925256e9faba3c38468ecde445dc321.tar.bz2
samba-d2a007b62925256e9faba3c38468ecde445dc321.zip
s3: merge from s4 drsuapi.idl.
Guenther
Diffstat (limited to 'source3/librpc/idl')
-rw-r--r--source3/librpc/idl/drsuapi.idl7
1 files changed, 3 insertions, 4 deletions
diff --git a/source3/librpc/idl/drsuapi.idl b/source3/librpc/idl/drsuapi.idl
index adcd2d741b..9d7c9d9789 100644
--- a/source3/librpc/idl/drsuapi.idl
+++ b/source3/librpc/idl/drsuapi.idl
@@ -807,7 +807,7 @@ interface drsuapi
[case(1)] drsuapi_DsGetMembershipsRequest1 req1;
} drsuapi_DsGetMembershipsRequest;
- WERROR drsuapi_DsGetMemberships(
+ [todo] WERROR drsuapi_DsGetMemberships(
[in] policy_handle *bind_handle,
[in] int32 level,
[in,ref] [switch_is(level)] drsuapi_DsGetMembershipsRequest *req,
@@ -850,7 +850,7 @@ interface drsuapi
[case(1)] drsuapi_DsGetNT4ChangeLogInfo1 info1;
} drsuapi_DsGetNT4ChangeLogInfo;
- WERROR drsuapi_DsGetNT4ChangeLog(
+ [todo] WERROR drsuapi_DsGetNT4ChangeLog(
[in] policy_handle *bind_handle,
[in] uint32 level,
[in,ref] [switch_is(level)] drsuapi_DsGetNT4ChangeLogRequest *req,
@@ -880,7 +880,7 @@ interface drsuapi
} drsuapi_DsNameFlags;
typedef [v1_enum] enum {
- DRSUAPI_DS_NAME_FORMAT_UKNOWN = 0,
+ DRSUAPI_DS_NAME_FORMAT_UNKNOWN = 0,
DRSUAPI_DS_NAME_FORMAT_FQDN_1779 = 1,
DRSUAPI_DS_NAME_FORMAT_NT4_ACCOUNT = 2,
DRSUAPI_DS_NAME_FORMAT_DISPLAY = 3,
@@ -1556,7 +1556,6 @@ interface drsuapi
[out,ref] [switch_is(*level_out)] drsuapi_DsGetMemberships2Ctr *ctr
);
-
/*****************/
/* Function 0x16 */
[todo] WERROR DRSUAPI_REPLICA_VERIFY_OBJECTS();