mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 09:38:19 +00:00
Merge branch 'master' into topic/jsiwek/supervisor
This commit is contained in:
commit
520c6e3ebf
28 changed files with 60 additions and 30 deletions
|
@ -65,9 +65,9 @@ event ntlm_challenge(c: connection, challenge: NTLM::Challenge) &priority=5
|
|||
if ( challenge?$target_info )
|
||||
{
|
||||
local ti = challenge$target_info;
|
||||
if ( ti?$nb_domain_name )
|
||||
if ( ti?$nb_computer_name )
|
||||
c$ntlm$server_nb_computer_name = ti$nb_computer_name;
|
||||
if ( ti?$dns_domain_name )
|
||||
if ( ti?$dns_computer_name )
|
||||
c$ntlm$server_dns_computer_name = ti$dns_computer_name;
|
||||
if ( ti?$dns_tree_name )
|
||||
c$ntlm$server_tree_name = ti$dns_tree_name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue