summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/ndr_dfsblobs_c.c
diff options
context:
space:
mode:
authorbubulle <bubulle@alioth.debian.org>2011-06-07 20:08:36 +0000
committerbubulle <bubulle@alioth.debian.org>2011-06-07 20:08:36 +0000
commit6fe9013ae23927a67fa6b6033e2711cef99b3533 (patch)
tree5018bffeace42912accb0d67ddd3893fd15b61d1 /source3/librpc/gen_ndr/ndr_dfsblobs_c.c
parent4d16e8d5702fb98dda73c5c0f3404d662ae62df6 (diff)
downloadsamba-6fe9013ae23927a67fa6b6033e2711cef99b3533.tar.gz
Load samba-3.6.0rc2 into branches/samba/upstream.
git-svn-id: svn://svn.debian.org/svn/pkg-samba/branches/samba/upstream@3807 fc4039ab-9d04-0410-8cac-899223bdd6b0
Diffstat (limited to 'source3/librpc/gen_ndr/ndr_dfsblobs_c.c')
-rw-r--r--source3/librpc/gen_ndr/ndr_dfsblobs_c.c214
1 files changed, 214 insertions, 0 deletions
diff --git a/source3/librpc/gen_ndr/ndr_dfsblobs_c.c b/source3/librpc/gen_ndr/ndr_dfsblobs_c.c
new file mode 100644
index 0000000000..6de6b2ebbe
--- /dev/null
+++ b/source3/librpc/gen_ndr/ndr_dfsblobs_c.c
@@ -0,0 +1,214 @@
+/* client functions auto-generated by pidl */
+
+#include "includes.h"
+#include <tevent.h>
+#include "lib/util/tevent_ntstatus.h"
+#include "librpc/gen_ndr/ndr_dfsblobs.h"
+#include "librpc/gen_ndr/ndr_dfsblobs_c.h"
+
+/* dfsblobs - client functions generated by pidl */
+
+struct dcerpc_dfs_GetDFSReferral_r_state {
+ TALLOC_CTX *out_mem_ctx;
+};
+
+static void dcerpc_dfs_GetDFSReferral_r_done(struct tevent_req *subreq);
+
+struct tevent_req *dcerpc_dfs_GetDFSReferral_r_send(TALLOC_CTX *mem_ctx,
+ struct tevent_context *ev,
+ struct dcerpc_binding_handle *h,
+ struct dfs_GetDFSReferral *r)
+{
+ struct tevent_req *req;
+ struct dcerpc_dfs_GetDFSReferral_r_state *state;
+ struct tevent_req *subreq;
+
+ req = tevent_req_create(mem_ctx, &state,
+ struct dcerpc_dfs_GetDFSReferral_r_state);
+ if (req == NULL) {
+ return NULL;
+ }
+
+ state->out_mem_ctx = talloc_new(state);
+ if (tevent_req_nomem(state->out_mem_ctx, req)) {
+ return tevent_req_post(req, ev);
+ }
+
+ subreq = dcerpc_binding_handle_call_send(state, ev, h,
+ NULL, &ndr_table_dfsblobs,
+ NDR_DFS_GETDFSREFERRAL, state->out_mem_ctx, r);
+ if (tevent_req_nomem(subreq, req)) {
+ return tevent_req_post(req, ev);
+ }
+ tevent_req_set_callback(subreq, dcerpc_dfs_GetDFSReferral_r_done, req);
+
+ return req;
+}
+
+static void dcerpc_dfs_GetDFSReferral_r_done(struct tevent_req *subreq)
+{
+ struct tevent_req *req =
+ tevent_req_callback_data(subreq,
+ struct tevent_req);
+ NTSTATUS status;
+
+ status = dcerpc_binding_handle_call_recv(subreq);
+ if (!NT_STATUS_IS_OK(status)) {
+ tevent_req_nterror(req, status);
+ return;
+ }
+
+ tevent_req_done(req);
+}
+
+NTSTATUS dcerpc_dfs_GetDFSReferral_r_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx)
+{
+ struct dcerpc_dfs_GetDFSReferral_r_state *state =
+ tevent_req_data(req,
+ struct dcerpc_dfs_GetDFSReferral_r_state);
+ NTSTATUS status;
+
+ if (tevent_req_is_nterror(req, &status)) {
+ tevent_req_received(req);
+ return status;
+ }
+
+ talloc_steal(mem_ctx, state->out_mem_ctx);
+
+ tevent_req_received(req);
+ return NT_STATUS_OK;
+}
+
+NTSTATUS dcerpc_dfs_GetDFSReferral_r(struct dcerpc_binding_handle *h, TALLOC_CTX *mem_ctx, struct dfs_GetDFSReferral *r)
+{
+ NTSTATUS status;
+
+ status = dcerpc_binding_handle_call(h,
+ NULL, &ndr_table_dfsblobs,
+ NDR_DFS_GETDFSREFERRAL, mem_ctx, r);
+
+ return status;
+}
+
+struct dcerpc_dfs_GetDFSReferral_state {
+ struct dfs_GetDFSReferral orig;
+ struct dfs_GetDFSReferral tmp;
+ TALLOC_CTX *out_mem_ctx;
+};
+
+static void dcerpc_dfs_GetDFSReferral_done(struct tevent_req *subreq);
+
+struct tevent_req *dcerpc_dfs_GetDFSReferral_send(TALLOC_CTX *mem_ctx,
+ struct tevent_context *ev,
+ struct dcerpc_binding_handle *h,
+ struct dfs_GetDFSReferral_in _req /* [in] */,
+ struct dfs_referral_resp *_resp /* [out] [ref] */)
+{
+ struct tevent_req *req;
+ struct dcerpc_dfs_GetDFSReferral_state *state;
+ struct tevent_req *subreq;
+
+ req = tevent_req_create(mem_ctx, &state,
+ struct dcerpc_dfs_GetDFSReferral_state);
+ if (req == NULL) {
+ return NULL;
+ }
+ state->out_mem_ctx = NULL;
+
+ /* In parameters */
+ state->orig.in.req = _req;
+
+ /* Out parameters */
+ state->orig.out.resp = _resp;
+
+ state->out_mem_ctx = talloc_named_const(state, 0,
+ "dcerpc_dfs_GetDFSReferral_out_memory");
+ if (tevent_req_nomem(state->out_mem_ctx, req)) {
+ return tevent_req_post(req, ev);
+ }
+
+ /* make a temporary copy, that we pass to the dispatch function */
+ state->tmp = state->orig;
+
+ subreq = dcerpc_dfs_GetDFSReferral_r_send(state, ev, h, &state->tmp);
+ if (tevent_req_nomem(subreq, req)) {
+ return tevent_req_post(req, ev);
+ }
+ tevent_req_set_callback(subreq, dcerpc_dfs_GetDFSReferral_done, req);
+ return req;
+}
+
+static void dcerpc_dfs_GetDFSReferral_done(struct tevent_req *subreq)
+{
+ struct tevent_req *req = tevent_req_callback_data(
+ subreq, struct tevent_req);
+ struct dcerpc_dfs_GetDFSReferral_state *state = tevent_req_data(
+ req, struct dcerpc_dfs_GetDFSReferral_state);
+ NTSTATUS status;
+ TALLOC_CTX *mem_ctx;
+
+ if (state->out_mem_ctx) {
+ mem_ctx = state->out_mem_ctx;
+ } else {
+ mem_ctx = state;
+ }
+
+ status = dcerpc_dfs_GetDFSReferral_r_recv(subreq, mem_ctx);
+ TALLOC_FREE(subreq);
+ if (!NT_STATUS_IS_OK(status)) {
+ tevent_req_nterror(req, status);
+ return;
+ }
+
+ /* Copy out parameters */
+ *state->orig.out.resp = *state->tmp.out.resp;
+
+ /* Reset temporary structure */
+ ZERO_STRUCT(state->tmp);
+
+ tevent_req_done(req);
+}
+
+NTSTATUS dcerpc_dfs_GetDFSReferral_recv(struct tevent_req *req,
+ TALLOC_CTX *mem_ctx)
+{
+ struct dcerpc_dfs_GetDFSReferral_state *state = tevent_req_data(
+ req, struct dcerpc_dfs_GetDFSReferral_state);
+ NTSTATUS status;
+
+ if (tevent_req_is_nterror(req, &status)) {
+ tevent_req_received(req);
+ return status;
+ }
+
+ /* Steal possible out parameters to the callers context */
+ talloc_steal(mem_ctx, state->out_mem_ctx);
+
+ tevent_req_received(req);
+ return NT_STATUS_OK;
+}
+
+NTSTATUS dcerpc_dfs_GetDFSReferral(struct dcerpc_binding_handle *h,
+ TALLOC_CTX *mem_ctx,
+ struct dfs_GetDFSReferral_in _req /* [in] */,
+ struct dfs_referral_resp *_resp /* [out] [ref] */)
+{
+ struct dfs_GetDFSReferral r;
+ NTSTATUS status;
+
+ /* In parameters */
+ r.in.req = _req;
+
+ status = dcerpc_dfs_GetDFSReferral_r(h, mem_ctx, &r);
+ if (!NT_STATUS_IS_OK(status)) {
+ return status;
+ }
+
+ /* Return variables */
+ *_resp = *r.out.resp;
+
+ /* Return result */
+
+ return NT_STATUS_OK;
+}
+