forked from charlesroelli/nbtscan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
executable file
·59 lines (50 loc) · 3.05 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Version 1.5.1 - June 2003
- Fixed segmentation fault when using -f option (noticed by Brian Lovrin)
- Fixed printing ugliness (noticed by Darren Critchley)
- Changed version number :) (1.5 said that it is 1.0.3 - now it proudly says 1.5.1)
Version 1.5 - May 2002
- Fixed a bug in displaying of 15-character NetBIOS names (15th character wasn't displayed). Bug reported by Tom Kustner ([email protected]), Kenny Breck ([email protected]) and Richard IJzermans ([email protected])
- Fixed a bug in interpreting netmask /32 and /0. Patch provided by Thomas Poindessous ([email protected]) for Debian Linux
- List of hosts to scan can now be read from stdin as well as from file. Suggested by Kevin Kadow ([email protected])
- Fixed a bug in timing. (nbtscan waited for two seconds after scanning not doing anything). Reported by Ceri Hopkins ([email protected])
- Nbtscan now works on Darwin. Patches provided by Mohammad A. Haque ([email protected])
- timeout option -t is now in milliseconds, not seconds
- Fixed some Solaris portability problems. Patches provided by Petter Reinholdtsen ([email protected])
Version 1.0.3 - February 2002
- NBTscan now returns meaningful exit code (patch by James Troup for Debian Linux)
- Added /etc/hosts and lmhosts format output (suggested by Anahuac de Paula Gil and Sigmund Baginov)
- configure script now honours --prefix argument (patch by Petter Reinholdtsen)
- Error messages now include IP address that caused error
- NBTscan accepts a file with a list of IP addresses to scan (suggested by Omas Jakobsson)
- Service number is printed for unknown NetBIOS services in -h mode (suggested by Dan Wright)
- Fixed some compile-time warnings on Linux
- Corrected some typos
Version 1.0.2 - March 30, 2000
- Added retransmits (-m option) (Several people asked)
- Added output bandwidth throttling (-b option) (Suggested
by Jason Garman <[email protected]>)
- Rewrote sending queries and receiving answers part for more
reliable scanning of large blocks of addresses. (Suggested
by Jason Garman <[email protected]>)
- Added script-friendly output option (-s) (Suggested by
Patrick Heim <[email protected]>)
- Added printing of human-readable NetBIOS service names (-h)
(Suggested by Patrick Heim <[email protected]>)
- Added -q command line option that suppresses printing
banners and error messages. (Suggested by Sam Bayne
- Rewrote parse_response completely. This allows for better
parsing of Samba servers' responses. (Bug reported by
Sam Bayne <[email protected]>)
- Added -d command line option which makes whole packets
get printed
- Various cosmetic improvements including fixing some
spelling errors
Version 1.0.1 - May 5, 1999
- Fixed incorrect parsing of MAC address in parse_response()
which made last byte of MAC addresses appear as 00. Bug
pointed by Joseph Moon.
- Changed message saying "Warning: -r option not supported
under NT." to more accurate saying: "Warning: -r option not
supported under Windows."
- Corrected a typo in README.