mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Correct spelling of DCE/RPC operation string NetrLogonSameLogonWithFlags
Fixes GH-952
This commit is contained in:
parent
eff11c5ef4
commit
156686b237
5 changed files with 11 additions and 3 deletions
5
CHANGES
5
CHANGES
|
@ -1,4 +1,9 @@
|
||||||
|
|
||||||
|
3.2.0-dev.467 | 2020-05-04 18:00:35 -0700
|
||||||
|
|
||||||
|
* GH-952: Correct spelling of DCE/RPC operation string NetrLogonSameLogonWithFlags
|
||||||
|
(Jon Siwek, Corelight)
|
||||||
|
|
||||||
3.2.0-dev.466 | 2020-05-04 17:50:14 -0700
|
3.2.0-dev.466 | 2020-05-04 17:50:14 -0700
|
||||||
|
|
||||||
* Add network_time_init() event. (Jan Grashoefer)
|
* Add network_time_init() event. (Jan Grashoefer)
|
||||||
|
|
3
NEWS
3
NEWS
|
@ -83,6 +83,9 @@ Changed Functionality
|
||||||
- Reorganize the file signatures to break them out into more groups. This may
|
- Reorganize the file signatures to break them out into more groups. This may
|
||||||
break scripts that had been explicitly loading any signature files that moved.
|
break scripts that had been explicitly loading any signature files that moved.
|
||||||
|
|
||||||
|
- The DCE/RPC operation string of "NetrLogonSamLogonWithFlags" has been
|
||||||
|
corrected from "NetrLogonSameLogonWithFlags".
|
||||||
|
|
||||||
Removed Functionality
|
Removed Functionality
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
3.2.0-dev.466
|
3.2.0-dev.467
|
||||||
|
|
2
doc
2
doc
|
@ -1 +1 @@
|
||||||
Subproject commit c5a1ae5793b46d65ee3ba9b269a7fc899490734b
|
Subproject commit 86dccb0b38a0af12170079f2b98c2c23ce51de32
|
|
@ -267,7 +267,7 @@ export {
|
||||||
["12345678-1234-abcd-ef00-01234567cffb",0x2a] = "NetrServerTrustPasswordsGet",
|
["12345678-1234-abcd-ef00-01234567cffb",0x2a] = "NetrServerTrustPasswordsGet",
|
||||||
["12345678-1234-abcd-ef00-01234567cffb",0x2b] = "DsrGetForestTrustInformation",
|
["12345678-1234-abcd-ef00-01234567cffb",0x2b] = "DsrGetForestTrustInformation",
|
||||||
["12345678-1234-abcd-ef00-01234567cffb",0x2c] = "NetrGetForestTrustInformation",
|
["12345678-1234-abcd-ef00-01234567cffb",0x2c] = "NetrGetForestTrustInformation",
|
||||||
["12345678-1234-abcd-ef00-01234567cffb",0x2d] = "NetrLogonSameLogonWithFlags",
|
["12345678-1234-abcd-ef00-01234567cffb",0x2d] = "NetrLogonSamLogonWithFlags",
|
||||||
["12345678-1234-abcd-ef00-01234567cffb",0x2e] = "NetrServerGetTrustInfo",
|
["12345678-1234-abcd-ef00-01234567cffb",0x2e] = "NetrServerGetTrustInfo",
|
||||||
["12345678-1234-abcd-ef00-01234567cffb",0x2f] = "unused",
|
["12345678-1234-abcd-ef00-01234567cffb",0x2f] = "unused",
|
||||||
["12345678-1234-abcd-ef00-01234567cffb",0x30] = "DsrUpdateReadOnlyServerDnsRecords",
|
["12345678-1234-abcd-ef00-01234567cffb",0x30] = "DsrUpdateReadOnlyServerDnsRecords",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue