diff options
author | Andrew Tridgell <tridge@samba.org> | 1997-11-28 05:52:31 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1997-11-28 05:52:31 +0000 |
commit | 7c025b60ac6a5247ef88ee1d8c6064346c98b5a3 (patch) | |
tree | 6243c9394c9d8d31fc8a0d75912b48f66f765aee /source3/include | |
parent | 7f2cd86196efd218b13b7d0d1f9a2b4fc0811760 (diff) | |
download | samba-7c025b60ac6a5247ef88ee1d8c6064346c98b5a3.tar.gz samba-7c025b60ac6a5247ef88ee1d8c6064346c98b5a3.tar.bz2 samba-7c025b60ac6a5247ef88ee1d8c6064346c98b5a3.zip |
pass the mailslot name to process_logon_packet()
- fixed process_logon_packet() to always send the reply to/from the
correct netbios name (it should match the query)
- only do a NT style QUERYFORPDC if the query came in on a
NT_LOGON_MAILSLOT
Luke, can you check to see if these changes work in your branch with
NT logons?
(This used to be commit e89611985b35155770648c8f16ddd19acfb5ee13)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 1b8d5be141..c47b7582f3 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -547,7 +547,8 @@ BOOL check_elections(void); /*The following definitions come from namelogon.c */ -void process_logon_packet(struct packet_struct *p,char *buf,int len); +void process_logon_packet(struct packet_struct *p,char *buf,int len, + char *mailslot); /*The following definitions come from namepacket.c */ |