summaryrefslogtreecommitdiff
path: root/source4/winbind/wb_async_helpers.h
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2005-10-08 16:25:00 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:39:33 -0500
commite0c11738ae9cf6a2fd3c3d8f4ec036f615f1f472 (patch)
tree2db784e64151320e8baa0daf737753ee8f63fb19 /source4/winbind/wb_async_helpers.h
parent1e14572a2648b000ec6b1567fa72ca9ba6531c48 (diff)
downloadsamba-e0c11738ae9cf6a2fd3c3d8f4ec036f615f1f472.tar.gz
samba-e0c11738ae9cf6a2fd3c3d8f4ec036f615f1f472.tar.bz2
samba-e0c11738ae9cf6a2fd3c3d8f4ec036f615f1f472.zip
r10834: Work in progress on winbind. With some helper routines the composite functions
start to look sane. Question: What about providing all winbind commands as irpc interfaces that are called from the samba3 compatibility layer? This way it would be easy for other samba components to access its functionality. Does that make sense? Volker (This used to be commit 2a6b8053859ea5690f90a8d2074d2bb4f06551f8)
Diffstat (limited to 'source4/winbind/wb_async_helpers.h')
-rw-r--r--source4/winbind/wb_async_helpers.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/source4/winbind/wb_async_helpers.h b/source4/winbind/wb_async_helpers.h
index 473c2b772e..e2fa7e3698 100644
--- a/source4/winbind/wb_async_helpers.h
+++ b/source4/winbind/wb_async_helpers.h
@@ -37,28 +37,6 @@ struct wb_finddcs {
} out;
};
-struct wb_get_schannel_creds {
- struct {
- struct cli_credentials *creds;
- struct smbcli_tree *tree;
- } in;
- struct {
- struct dcerpc_pipe *netlogon;
- } out;
-};
-
-struct wb_get_lsa_pipe {
- struct {
- struct event_context *event_ctx;
- struct messaging_context *msg_ctx;
- const char *domain;
- } in;
- struct {
- const struct dom_sid *domain_sid;
- struct dcerpc_pipe *pipe;
- } out;
-};
-
struct wb_sid_object {
enum lsa_SidType type;
struct dom_sid *sid;