-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChangeLog
390 lines (362 loc) · 20.5 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
# Netdisco ChangeLog
# netdisco.org
# $Id$
1.3.3 (2014-03-27)
Bugfixes:
* [113] Collect SSID in macsuck - fixed for unknown SSID (Jiri)
* [] Proper fallback from SNMPv3 to SNMPv2 when discovering
* [99] Node update should only search within the VLAN
* [] Skip HSRP addresses during arpnip
1.3.2 (2013-08-29)
Bugfixes:
* [113] Collect SSID in macsuck (Jiri)
1.3.1 (2013-07-08)
Bugfixes:
* [] Include 'topology' table when DB is (re)created
* [] Updates to 'node' and 'node_wireless' table definitions
1.3 (2013-05-20)
Bugfixes:
* [] Undefined MAC would make is_mac() die (N. Giefing)
* [] Apply quotemeta to avoid Inventory explosion (T. Gerlach)
* [94] Netdisco -O does not import oui.txt due to spaces in oui.txt
1.2 (2013-04-13)
Features:
* [3598045] Collect VLAN in macsuck (Jiri Dvorak)
* [3598089] Collect SSID in macsuck (Jiri Dvorak)
* [] Capture BSSID, per AP MAC, associated with wireless SSID in
device_port_ssid table if available.
* [] Add config directive "reverse_lookup_ipv6" to control whether
reverse DNS lookups should be performed for IPv6 addresses.
* [] Add option to node.html to search for entries only appearing on
a given date.
* [] Config directive "macsuck_no_vlan" now accepts both vlan names
and numbers (VIDs). Patch from Peter Hicks.
* [] Collect and display "vmVlanType", indicating whether a VLAN is
static or dynamic on a switch port. Currently Cisco-specific.
Patch from Wolfgang Friebel.
* [] New database table "topology" to support adding topology links
without a discovery protocol or an external topology text file.
* [] New config option "snmpdiscover_timeout" to override SNMP
timeout during discovery. This speeds up finding the correct
SNMP string when default timeout needs to be large.
* [] Add report "Inventory by Name", patch from Laurens Vets.
* [] Add config option for macsuck to ignore specific VLANs on
specific devices (Peter Hicks)
* [] Add config option for macsuck to ignore unnamed VLANs (Peter
Hicks)
* [] Ignore devices with vendor "netdisco" - support for pseudo
devices to interconnect discovered devices/ports
* [] Improved "multiple nodes on port" display (N. Bernstein)
* [] Default to _not_ vacuum db tables. Opt 'vacuum' to enable.
Bugfixes:
+ [3541443] Remove port rename from find_neighbors() handle in SNMP::Info
* [] Report "Undiscovered neighbors" also showed neighbors advertising
an address not equal to their root_ip.
+ [] Change job log dir creation to use mkpath to resolve potential
race condition.
+ [] Fix wireless client info collection to properly manage its
transaction.
+ [] Fix deprecated use of qw() in device view for Perl 5.14 (cstamas)
+ [] Fix "Device Module Search" issue with searching on serial number.
+ [] Fix error message during discovery to be more accurate and not
print variables that might be undef.
* [] Fix warnings about undef data when running netdisco -B
* [] VLAN inventory: with odd number of results, last row not displayed
* [] Fix infinite loop of later worker if earlier worker dies
before completing all his work.
1.1 (2011-03-31)
Features:
+ [] Add report with number of ports per device that are up, recently
down and down for a longer time.
+ [] Allow selecting multiple devices in admin_dev.html for actions
that don't require confirmation (eg macsuck, arpnip, refresh).
Based on patch by Michael Rubashenkov.
+ [] Add arpnip_min_age, macsuck_min_age and discover_min_age config
directives, which can be used to prevent polling devices too often.
+ [2982386] Add port_search page so that users can search for ports based
on the configured description/name. -bldewolf
+ [] Add "Port Usage" report page. Work in progress. -jeroenvi
+ [] Add config option for adding edge styles for graphs. -bldewolf
+ [] Small changes to support devices without sysServices ("layers")
+ [] Add "show free ports" option to Device View. -jeroenvi
+ [] New version of device.html - more columns to be shown/hidden,
(hopefully) easier to maintain & extend. For testing purposes
added as "device-new.html". -jeroenvi
+ [] Detect wrapping in device uptime counter & compensate. -jeroenvi
+ [2982390] Added command line option for saving configurations that have
been modified by jobs in the last x minutes. Added commented
cronjob to call this hourly.
+ [] Add support for IPv6 node address tracking. -jeroenvi
+ [] Add device_port_power.power column to store output power per
PSE port in milliwatts. -jeroenvi
+ [2777415] Improved PoE support in new Device View with accurate PoE sourced
power per port (if device supports it, fallback to class-based
estimation). -jeroenvi
+ [] IPv6 address to hostname resolving (quick hack by rkerr)
+ [3106690] Add "arpwalk", "macwalk" and "nbtwalk" to admin panel. Patch from
Nic Bernstein.
+ [3148218] Detect Proxim wireless APs in WAP search (J R Binks)
Bugfixes:
* [] Fix sort_port() for ports like "GigabitEthernet2/2/3" -maxb
* [3002989] Performance improvement for add_arp SQL query. -bldewolf
* [2991159] Fix complaints when doing a partial MAC search. -bldewolf
* [] Fix complaints from reports.html with no report type. -bldewolf
* [] Improve query performance in expire_ips(). -bldewolf
1.0 (2009-10-15)
Features:
+ [] Partial MAC search on an even number of hex digits
+ [1553561] (Optionally) display node NetBIOS info on device view page
+ [1107583] Use SQL transactions when bulk updating tables.
Based on Daniel Weber's work; updated partially
from experience in parallel arpnip+macsuck.
+ [1606309] Add subnet info to device_ip table, and keep
device's primary ip address in device_ip too.
(not yet in web front end)
+ [] Record device's SNMP::Info class for debugging
+ [1603913] Record module info from Entity MIB.
(not yet in web front end)
+ [1364276] Multi-process parallel mode for macwalk, arpwalk and nbtwalk.
+ [1641944] LDAP authentication based on contributions from Bernhard Augenstein.
Multiple root devices for -r.
External program to get community.
NetBIOS search node also matches usernames.
Customer name and icon in config file.
+ [] Allow sql_column() to use sql_query()'s WHERE builder.
+ [1719517] Add discover_no_type config directive to exclude discovery of
devices based on CDP device type data. (ralfgross)
+ [] Add "store_modules" configuration, defaulting to true,
to allow disabling the possibly-large ENTITY-MIB fetch.
+ [1616058] Add device_vlan and device_port_vlan tables based on
Justin Hunter's patch, modified for use with the new
classes in SNMP::Info.
+ [1808041] Make locations in device and location inventory
clickable to search for all devices at this location.
Submitted by Stefan Radman.
+ [] Add Power-over-Ethernet data collection and reporting.
+ [1811819] New front-end enhancements, CSS
+ [] Allow override of the Net-SNMP bugginess detection
introduced in 0.95 with "bulkwalk_off: false" (Stefan Radman)
+ [ 1850405 ] Adding Users via CLI - no "Full Name" option
+ [ 2081320 ] Search by Age fails to limit the search (dwpoon)
+ [] Add ignore_interfaces configuration option
+ [1811821] Add ZGRViewer SVG File netmap support
+ [] Node search on hostname will fully qualify using configured domain
Bugfixes:
* [] Correct vlan search url params
* [2838181] fix &netdisco::dbh to allow multiple instances
* [2565682] Handle xxxx-xxxx-xxxx MAC address format (J R Binks)
* [1605351] admin_dev.html could take a long time to load.
(only partially fixed)
* [] Fix RFC1918 range (and abstract into netdisco.pm)
* [] Don't believe netmask 0.0.0.0 (from buggy Net-SNMP agent)
* [] Look up remote device name if we get 0.0.0.0 or 127.x
from CDP instead of skipping altogether.
* [1641944] Reload configuration in daemon if changed.
Clear variables in daemon so you can run discover
multiple times.
* [] Properly handle -1 return from create_device when
a device is discovered, added to the database,
then SNMP::Info can't handle that type of device.
* [] Set active='f' properly when a node moves from one port
to another of the same switch.
* [] Allow \# escape in topology file. Patch from Maxim Gelin.
* [1702383] Fix to getip() to allow subnets (allows using subnets in
_only and _no config options). Patch from Oliver Gorwits.
* [1807941] Forgot to add new tables in netdisco.conf (Stefan Radman)
* [1807954] Location, SSID and VLAN inventories brought you to the
top of the page (Stefan Radman)
* [1824229] Newer postgres doesn't add oids by default, so fix
portcontrol to not rely on them. (Justin A)
* [1470984] Allow -M, -A and -d to use device aliases.
This may also resolve the problem that devices get
discovered multiple times with different IP addresses.
* [1252726] Properly daemonize admin daemon (mknaus)
0.95 (11/28/2006)
New Device Support in SNMP::Info 1.0:
+ Foundry EdgeIron
+ Nortel Passport/Accelar 1100 and 1200 series
+ Nortel Passport/Accelar 8100 series
+ Nortel Ethernet Routing Switch/Passport 1600 series
+ Extreme Alpine and Summit switches
+ Aruba wireless switches
+ Nortel 2700 series (Airespace) wireless switches
+ Nortel/Bay/Synoptics System 3000 and 281X hubs
+ Juniper
Features:
+ [1107564] Disable BULKWALK on a per device or per device type basis:
bulkwalk_no, arpnip_no, macsuck_no, discover_no use same
syntax, see README
+ [1111654] Allow wrap in config file with \ char
+ [969117] Automatically reloads config file in web front end when it
changes.
+ [1392968] The map key is now automatically derived from configuration
(i.e., entries in node_map)
+ [1107578] Port Control via VLANs
+ [744598] Inventory by subnet - IP Inventory feature improved to dump
whole subnets
+ [1107579] The map can be clustered by device Location fields.
Thanks to Bjorn Isaksson for the patch.
+ Apache-based HTTP authentication added.
+ Apache2 + mod_perl2 support from Manuel Bouyer
+ [1393653] Modules for optional features (e.g., NBT) are now loaded when
needed, not at startup.
+ [1116552] The devices in the "Choose Device" box on the Admin Panel
are now listed in numerical order by IP address, to make
it easier to find the one you're looking for.
+ [1116547] Contact field is now searched in the device search.
+ New backend database field time_recent in node database, for
nodes that move around a lot, it's the last time this node moved
*back* to this device (time_first is the first time ever).
+ Add macsuck_only, arpnip_only, discover_only limits
+ Get SSIDs and channel from wireless base station ports, and display
SSID in device port, add SSID inventory and SSID search
+ [1462199] Add SNMP timeout parameter to create_device()
+ [1492791] Added options snmp_force_v*
+ [] pg_all, pg_run, pg_init, pg_back unified into single sql/pg script
This script parses netdisco.conf for database settings.
+ [] Add graph_png option to use png output from graphviz
Bugfixes:
* [1094208] "problemnode" attribute on network map was being overriden by default color settings.
* [1100029] Nbtwalk whole network bug - would die if couldn't connect to a node.
* [1107565] Log file was trying to be written not in batch mode.
* [1109221] node_nbt table not created in 0.94
* [1107568] Netdisco will not work with new version of Graph.pm (0.5x) (Stéphane Bernaud)
* [1242746] The port lastchange time was incorrectly calculated and
could be off by the time between the device discovery and
the web page view (up to a day, with the default crontab).
* [1407942] IP Inventory needs to cross-reference device and device_ip
* nbtwalk would crash at the end if there are no nodes to visit.
* Device Inventory by Age wouldn't show the DNS name
* [1085591] Loading the "Search on Vendor or OUI" list could take
a long time if your database was full of bogus nodes
* Nightly backup would crash with a million archived values in node_ip
* Database clean (-K or part of -B) would delete nodes on ports
that appeared to be uplink ports except the neighbor wasn't in
netdisco.
* Devices discovered from topo file were required to be in database
* [1580283] Workaround for buggy Net-SNMP perl connectors: turn off
bulkwalk if a buggy version is detected.
* [] Don't work with undefined values if no link speed defined.
* [] Print errors that would have been absorbed by eval.
0.94beta (12/06/04)
New Device Support in SNMP::Info 0.9:
- Alteon AD
- AP222x
- BayRS
- BayStack
- Centillion
- Contivity
- Passport
- Proxim / Orinoco
(all Eric Miller)
- More Limited Foundry Support
(Bruce Rodger)
* Added C3560s to the C3550 class. (Nicolai)
Features:
+ Log Files exposed to front-end.
+ IP Inventory (Node Inventory) can now show you all the unused IPs in a
given subnet, and if Netdisco has seen them or not.
+ Added Feature - Netbios polling of nodes. (Eric Miller)
Nodes seen in last week are polled for NetBios (SMB) info.
Node Inventory by Netbios Domain (max)
Search on node by netbios name
+ Added MIB database and support to select MIB directories.
+ Added Feature - Device Inventory by SNMP location field.
Lindsay Druet and Colin Palmer (U of Waikato, Hamilton NZ)
+ Added Feature [ 836962 ] - Admin Log
Logs logins, logouts and oter things done inside the admin panel.
Reporting from the admin panel.
+ Added Feature - TimeFrame in Port_Report
Revital Shvarzman @yorku.ca
+ Added Feature - Record last time port changed status (ifLastChange)
+ Added Feature - Device Inventory drill down now shows model/vendor/os/version for every subsearch
+ Added last_arpnip timestamp for arpnips (was never there?)
+ Added Feature - Real Name and Notes field for users in User Admin
+ Folded Advanced Node Search back into Node Search
(it started off there a few years ago).
Also fixed node_search to actually work.
+ Highlighting and grouping of search results in node view
+ Added Feature - Match scope and sysName fields in device_search
+ Added Variable Expansion in Config Files
(eg. $home will translate to your setting)
New/Changed Config File Directives:
+ macsuck_bleed
+ macsuck_all_vlans
+ portctl_email, portctl_nophones, portctl_timeout, portctl_uplinks, portctl_vlans
+ mibdirs
* db_*_env
Bugfixes:
* Fixed Device Search to be more wildcard friendly
* Fixed MacSuck to only Macsuck vlans that are currently in use
macsuck_all_vlans config option overrides.
(Dusty Hall and Walter Gould)
* Bug Fixed - Trying to Making Graph when there is no topology info would fail
(Found by Vaibhav Gupta)
* !Bug Fixed [1037790] - Some uplink ports were allowed to be switched
* Bug Fixed [ 1046252 ] SQL 'like' queries broken in PG 7.3/7.4
(Found by Walter Gould)
* Bug Fixed - DBD::Pg::db unterminated quoted string bug.
Problem turned out to be Postgres barfing on null terminated strings.
* Topology File now resolves aliases to their root devices (Eric Miller)
* Multiple enviornment variables in db_*_env allowed now.
* create_device() checks error() method on new device after creation.
* macsuck() - does not do l2/l3 check on ports with neighbor info anymore
* device.html - Aliases w/out DNS entries not being shown (bbaetz)
* port_sort() - Failing on various cases (bbaetz)
0.93beta (6/19/04)
+ Added Feature [ 824527 ] VLAN and VTP Domain membership info
+ Added Feature - Search for and show IP phones that speak CDP
+ Added Feature [ 881202 ] Expire Devices and Nodes / Auto Database Maintenance
+ Added Feature [ 822720 ] Port Reporting
+ Added Feature [ 824521 ] Arpnip and Macsuck Exclusion lists
+ Added devices : Catalyst 4000,4500, C3750, C3500XL, C2970, HP 2650, HP 2626
+ Added ability to escape pound sign and commas for use in config file as \# or \,
* More error checking for bad topology files (warnings of
insert_or_update(INSERT into device_port (remote_port,remote_ip)...
Fail to add null value in not null attribute ip
* Fixed Bug [ 976039 ] Won't use Config files in non-default dir
* Update wireless access point list
+ Organized output into the data directory a little better.
* batch_mode() now makes all directories automatically.
* Fixed Bug [738991] The infamous Login Bug.
* Fixed Bug [ 824534 ] Cisco VoIP CDP Enabled Phones mess up Topology
* Fixed Bug [892024] Alias Clean (-k) wasn't working.
* Fixed Bug [865492] Cisco port-channels not detected as uplink ports
* Fixed Bug [824531] Graphviz was dependency.
* Fixed bug - Aliases listed on a device weren't sorted by IP.
* Fixed Bug [810939] reverse lookup of the sysName.0 field used as IP
* Fixed bug in device.html where the 'resolve ips' setting wasn't being kept
* Fixed random warning in SNMP::Info -- see its ChangeLog
* Added one more spot to check for serial numbers. C/O baetz
= next five items fixed by Bradley Baetz
* Fixed bug where colons in CDP info where not being kept
+ added dns resolution for dead cdp neighbors
* Fixed bug where oui.txt was looked for in the current dir not in the netdisco/ dir.
* Fixed bug [872167] device.html - Links descriptions were not HTML escaped.
* Fixed bug [872171] Port listings were not sorted correctly.
0.92beta (08/14/03)
+ Added feature [753750] Export to NMIS style config file
+ Changed from GetOpt::Std to GetOpt::Long (running out of alphabet)
+ Added feature [762010] Expire nodes by subnet
+ Added Feature [749048] Find old IP addresses
* Improved database clean up function to remove old nodes not just warn
* Fixed bug where you couldn't Ctrl-C from macwalk/arpwalk
* Fixed Bug [ 765422 ] MAC Address of switch port show up under connected devices
+ Added Feature [ 783093 ] Show IP address of connected node under Device View
+ Added Config setting to be able to skip certain VLANs during MacSucks
* Changed walk_fwtable() to only call fw_port() and not fw_mac()
to improve macsuck time.
* Added known access points to node_search from Kismet project
0.91beta (06/10/03)
+ added feature [ 744605 ] Discover device from the admin panel
+ Added version info for debugging in [About] (was network stats)
* Fixed Makefile bug for symlinking doc/ files
* Updated and fixed problems in INSTALL
* Fixed problem in netdisco_apache.conf for Apache::Session::Postgres
* Fixed session length bug (typo in autohandler)
* Fixed Device Inventory bug where "not in the last" was broken
* Updated graphing defs for GraphViz 0.9
* fixed bug [ 745764 ] Can't discover device that is listed as IP alias of other
* fixed bug [ 745746 ] BatchMode called for jobs in admin daemon
0.90beta (5/16/03)
* First public release