1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

oh dear, it's this one again. removed check for MAILSLOT\NTLOGON because

it's wrong.  i've seen a packet from nt client on MAILSLOT\NETLOGON
with appended undocumented unicode tacked on the end and the response
contained undocumented unicode tacked on the end.
(This used to be commit 74c7d626cd)
This commit is contained in:
Luke Leighton 1999-03-09 01:20:08 +00:00
parent 5db005007a
commit aecbc5b5d3

View File

@ -136,20 +136,18 @@ logons are not enabled.\n", inet_ntoa(p->ip) ));
fstrcpy(q, reply_name);
q = skip_string(q, 1); /* PDC name */
if (strcmp(mailslot, NT_LOGON_MAILSLOT)==0) {
q = align2(q, buf);
q = align2(q, buf);
/* PDC and domain name */
q = ascii_to_unibuf(q, my_name, outbuf+sizeof(outbuf)-q-2);
q = ascii_to_unibuf(q, global_myworkgroup, outbuf+sizeof(outbuf)-q-2);
/* PDC and domain name */
q = ascii_to_unibuf(q, my_name, outbuf+sizeof(outbuf)-q-2);
q = ascii_to_unibuf(q, global_myworkgroup, outbuf+sizeof(outbuf)-q-2);
SIVAL(q, 0, ntversion);
q += 4;
SSVAL(q, 0, lmnttoken);
q += 2;
SSVAL(q, 0, lm20token);
q += 2;
}
SIVAL(q, 0, ntversion);
q += 4;
SSVAL(q, 0, lmnttoken);
q += 2;
SSVAL(q, 0, lm20token);
q += 2;
DEBUG(3,("process_logon_packet: GETDC request from %s at IP %s, \
reporting %s domain %s 0x%x ntversion=%x lm_nt token=%x lm_20 token=%x\n",