1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 06:01:28 +00:00

Change Ncat's fix_line_endings to take a state pointer, used to remember

if the previous read ended with \r. If the next read starts with \n, we
shouldn't insert an extra \r before it.
This commit is contained in:
david
2010-04-05 23:02:11 +00:00
parent 58eca6dfb7
commit 741a9ddbf4

View File

@@ -1,5 +1,9 @@
# Nmap Changelog ($Id$); -*-text-*-
o [Ncat] Fixed the --crlf option not to insert an extra \r byte in the
case that one system read ends with \r and the next begins with \n
(should be rare). [David]
o [NSE] Added a library for Microsoft SQL Server and 7 new scripts. The new
scripts are:
- ms-sql-brute.nse uses the unpwdb library to guess credentials for MSSQL