summaryrefslogtreecommitdiff
path: root/librpc/ndr
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2016-06-28 18:40:25 +0200
committerJeremy Allison <jra@samba.org>2016-07-01 01:29:42 +0200
commit8b7d92bb73c5519e70dc62723fb6d3db929d2cdb (patch)
treeb33722ff41081537e5e99752a374b59c1ef9a250 /librpc/ndr
parent4406cf792a599724f55777a45efb6367a9bd92b2 (diff)
downloadsamba-8b7d92bb73c5519e70dc62723fb6d3db929d2cdb.tar.gz
librpc: add decode_netlogon_samlogon_response_packet for mailslot debugging.
Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Fri Jul 1 01:29:42 CEST 2016 on sn-devel-144
Diffstat (limited to 'librpc/ndr')
-rw-r--r--librpc/ndr/ndr_nbt.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/librpc/ndr/ndr_nbt.h b/librpc/ndr/ndr_nbt.h
index 870ee434ceb..edb2bf7687b 100644
--- a/librpc/ndr/ndr_nbt.h
+++ b/librpc/ndr/ndr_nbt.h
@@ -30,17 +30,6 @@
NDR_SCALAR_PROTO(nbt_string, const char *)
-struct netlogon_samlogon_response
-{
- uint32_t ntver;
- union {
- struct NETLOGON_SAM_LOGON_RESPONSE_NT40 nt4;
- struct NETLOGON_SAM_LOGON_RESPONSE nt5;
- struct NETLOGON_SAM_LOGON_RESPONSE_EX nt5_ex;
- } data;
-
-};
-
enum ndr_err_code ndr_push_NETLOGON_SAM_LOGON_REQUEST(struct ndr_push *ndr, int ndr_flags, const struct NETLOGON_SAM_LOGON_REQUEST *r);
enum ndr_err_code ndr_pull_NETLOGON_SAM_LOGON_REQUEST(struct ndr_pull *ndr, int ndr_flags, struct NETLOGON_SAM_LOGON_REQUEST *r);
enum ndr_err_code ndr_push_NETLOGON_SAM_LOGON_RESPONSE_EX_with_flags(struct ndr_push *ndr, int ndr_flags, const struct NETLOGON_SAM_LOGON_RESPONSE_EX *r);