Oliver Gorwits 
							
						 
					 
					
						
						
							
						
						24eeb42663 
					 
					
						
						
							
							new Troubleshooting documentation  
						
						
						
						
					 
					
						2015-02-05 14:19:02 +00:00 
						 
				 
			
				
					
						
							
							
								Oliver Gorwits 
							
						 
					 
					
						
						
							
						
						2e82ab2760 
					 
					
						
						
							
							release 2.031003  
						
						
						
						
					 
					
						2015-02-04 22:48:24 +00:00 
						 
				 
			
				
					
						
							
							
								Oliver Gorwits 
							
						 
					 
					
						
						
							
						
						a01665475e 
					 
					
						
						
							
							"psql" option to netdisco-do to open an interactive SQL terminal  
						
						
						
						
					 
					
						2015-02-04 22:46:04 +00:00 
						 
				 
			
				
					
						
							
							
								Oliver Gorwits 
							
						 
					 
					
						
						
							
						
						67559e8d3f 
					 
					
						
						
							
							[ #196 ] Documentation for snmp_auth to explain list emulation of "community"  
						
						
						
						
					 
					
						2015-02-04 21:58:36 +00:00 
						 
				 
			
				
					
						
							
							
								Oliver Gorwits 
							
						 
					 
					
						
						
							
						
						e99f5ee410 
					 
					
						
						
							
							[ #199 ] Missing schema changes when user has no permissions on DB  
						
						... 
						
						
						
						This fixes many glitches with the schema deployment:
- silently ignoring real failure modes such as user not having
correct permissions on the DB
- a couple of broken upgrade steps
- adds --reset so schema can be fully redeployed 
						
						
					 
					
						2015-02-04 21:43:44 +00:00 
						 
				 
			
				
					
						
							
							
								Oliver Gorwits 
							
						 
					 
					
						
						
							
						
						fe612df578 
					 
					
						
						
							
							release 2.031002  
						
						
						
						
					 
					
						2015-02-04 19:00:58 +00:00 
						 
				 
			
				
					
						
							
							
								Oliver Gorwits 
							
						 
					 
					
						
						
							
						
						b02cb79127 
					 
					
						
						
							
							[ #192 ] Fix rejection of set_* actions in netdisco-do  
						
						... 
						
						
						
						The netdisco-do command will handle set_ or naked versions of each command. 
						
						
					 
					
						2015-02-04 18:54:00 +00:00 
						 
				 
			
				
					
						
							
							
								Oliver Gorwits 
							
						 
					 
					
						
						
							
						
						1ce21bd821 
					 
					
						
						
							
							release 2.031001  
						
						
						
						
					 
					
						2015-02-04 18:45:30 +00:00 
						 
				 
			
				
					
						
							
							
								Oliver Gorwits 
							
						 
					 
					
						
						
							
						
						3b8709f1e8 
					 
					
						
						
							
							Update dependency on SNMP::Info to 3.24 to pick up bug fixes  
						
						
						
						
					 
					
						2015-02-04 18:44:26 +00:00 
						 
				 
			
				
					
						
							
							
								Oliver Gorwits 
							
						 
					 
					
						
						
							
						
						38af2050db 
					 
					
						
						
							
							release 2.031000  
						
						
						
						
					 
					
						2015-02-04 15:27:45 +00:00 
						 
				 
			
				
					
						
							
							
								Oliver Gorwits 
							
						 
					 
					
						
						
							
						
						9179b410e7 
					 
					
						
						
							
							[ #197 ] Change IP address of device with "renumber" option to netdisco-do  
						
						
						
						
					 
					
						2015-02-04 15:00:00 +00:00 
						 
				 
			
				
					
						
							
							
								Oliver Gorwits 
							
						 
					 
					
						
						
							
						
						b4b71bbf85 
					 
					
						
						
							
							docs examples for netdisco-do  
						
						
						
						
					 
					
						2015-02-04 14:03:00 +00:00 
						 
				 
			
				
					
						
							
							
								Oliver Gorwits 
							
						 
					 
					
						
						
							
						
						aabc65b87a 
					 
					
						
						
							
							Delete device from CLI with new "delete" option to netdisco-do  
						
						
						
						
					 
					
						2015-02-04 13:54:00 +00:00 
						 
				 
			
				
					
						
							
							
								Oliver Gorwits 
							
						 
					 
					
						
						
							
						
						af7f36774a 
					 
					
						
						
							
							add release notes  
						
						
						
						
					 
					
						2015-01-27 07:34:21 +00:00 
						 
				 
			
				
					
						
							
							
								Oliver Gorwits 
							
						 
					 
					
						
						
							
						
						99a2facbc3 
					 
					
						
						
							
							Update NetAddr::MAC dependency to fix IPv6 misidentification bug  
						
						
						
						
					 
					
						2015-01-27 07:27:36 +00:00 
						 
				 
			
				
					
						
							
							
								Oliver Gorwits 
							
						 
					 
					
						
						
							
						
						67aebae2d3 
					 
					
						
						
							
							[ #195 ] Fix CGI params parsing rows limit when "All" selected  
						
						
						
						
					 
					
						2015-01-25 15:18:35 +00:00 
						 
				 
			
				
					
						
							
							
								Oliver Gorwits 
							
						 
					 
					
						
						
							
						
						85ab6e15ec 
					 
					
						
						
							
							[ #181 ] AP Client Count report was broken  
						
						... 
						
						
						
						The DB query was joining on the device_port_wireless table which as any fule
kno isn't using the device port subinterface name so there would always be
zero results (as wireless data is related to the subinterface).
Fixed the query to use the device_port_ssid table, and also added a dedicated
template so additional data can be displayed in the report. 
						
						
					 
					
						2015-01-25 12:31:37 +00:00 
						 
				 
			
				
					
						
							
							
								Oliver Gorwits 
							
						 
					 
					
						
						
							
						
						26de31bbbf 
					 
					
						
						
							
							[ #182 ] SSID and PoE showing in wrong Device Port columns  
						
						... 
						
						
						
						Simply the template was displaying the column data in the wrong order as
compared to the config/header. 
						
						
					 
					
						2015-01-25 10:35:35 +00:00 
						 
				 
			
				
					
						
							
							
								Oliver Gorwits 
							
						 
					 
					
						
						
							
						
						4f84dd0f33 
					 
					
						
						
							
							[ #128 ] Added some Juniper interface examples to the Port sort test  
						
						
						
						
					 
					
						2015-01-25 10:26:31 +00:00 
						 
				 
			
				
					
						
							
							
								Oliver Gorwits 
							
						 
					 
					
						
						
							
						
						bb49b695a6 
					 
					
						
						
							
							[ #179 ] Catch failure to get uptime from device  
						
						
						
						
					 
					
						2015-01-25 10:26:31 +00:00 
						 
				 
			
				
					
						
							
							
								Oliver Gorwits 
							
						 
					 
					
						
						
							
						
						e03cb75729 
					 
					
						
						
							
							[ #174 ] LDAP users should not be able to change password  
						
						
						
						
					 
					
						2015-01-25 10:26:31 +00:00 
						 
				 
			
				
					
						
							
							
								Oliver Gorwits 
							
						 
					 
					
						
						
							
						
						bd029bcdb1 
					 
					
						
						
							
							[ #191 ] Fix error when stopping stopped web daemon  
						
						
						
						
					 
					
						2015-01-25 10:26:28 +00:00 
						 
				 
			
				
					
						
							
							
								Oliver Gorwits 
							
						 
					 
					
						
						
							
						
						f4f955885d 
					 
					
						
						
							
							12 MB threshold for rename versus truncate  
						
						
						
						
					 
					
						2015-01-25 10:26:28 +00:00 
						 
				 
			
				
					
						
							
							
								Oliver Gorwits 
							
						 
					 
					
						
						
							
						
						8305f9bf0b 
					 
					
						
						
							
							[ #171 ] Log files now rotate at 10MB up to seven times  
						
						
						
						
					 
					
						2015-01-25 10:26:19 +00:00 
						 
				 
			
				
					
						
							
							
								Oliver Gorwits 
							
						 
					 
					
						
						
							
						
						2d48243326 
					 
					
						
						
							
							another temporary fix for v6 addr / mac addr confusion in NetAddr::MAC  
						
						
						
						
					 
					
						2015-01-24 13:43:23 +00:00 
						 
				 
			
				
					
						
							
							
								Oliver Gorwits 
							
						 
					 
					
						
						
							
						
						124f1b5ed1 
					 
					
						
						
							
							upgrade to NetAddr::MAC 0.92 due to bug  
						
						
						
						
					 
					
						2015-01-24 10:16:32 +00:00 
						 
				 
			
				
					
						
							
							
								Oliver Gorwits 
							
						 
					 
					
						
						
							
						
						b4871a1499 
					 
					
						
						
							
							release 2.030000  
						
						
						
						
					 
					
						2015-01-08 11:11:07 +00:00 
						 
				 
			
				
					
						
							
							
								Oliver Gorwits 
							
						 
					 
					
						
						
							
						
						b2d61b3d5f 
					 
					
						
						
							
							[ #193 ] DBI Exception for Cisco ACE MacAddr format  
						
						... 
						
						
						
						Also standardise on IEEE MAC format now that NetAddr::MAC has that corrected. 
						
						
					 
					
						2015-01-08 11:07:28 +00:00 
						 
				 
			
				
					
						
							
							
								Oliver Gorwits 
							
						 
					 
					
						
						
							
						
						7a7e4b81ce 
					 
					
						
						
							
							update M::I  
						
						
						
						
					 
					
						2015-01-03 10:07:24 +00:00 
						 
				 
			
				
					
						
							
							
								Oliver Gorwits 
							
						 
					 
					
						
						
							
						
						ca078c8f62 
					 
					
						
						
							
							Merge branch 'master' of ssh://git.code.sf.net/p/netdisco/netdisco-ng  
						
						
						
						
					 
					
						2015-01-03 09:59:40 +00:00 
						 
				 
			
				
					
						
							
							
								Oliver Gorwits 
							
						 
					 
					
						
						
							
						
						4beb4223a3 
					 
					
						
						
							
							[ #18 ] Inventory by Model by OS Report  
						
						
						
						
					 
					
						2015-01-01 19:50:17 +00:00 
						 
				 
			
				
					
						
							
							
								Oliver Gorwits 
							
						 
					 
					
						
						
							
						
						af16e1f4f9 
					 
					
						
						
							
							[ #15 ] Undiscovered Neighbor report JOIN fixed, and updated to include  
						
						... 
						
						
						
						the ports where Macsuck saw the MAC address of a known Device 
						
						
					 
					
						2015-01-01 18:38:39 +00:00 
						 
				 
			
				
					
						
							
							
								Oliver Gorwits 
							
						 
					 
					
						
						
							
						
						af24ecf57d 
					 
					
						
						
							
							update Device Ports CSV output to match new report format  
						
						
						
						
					 
					
						2015-01-01 17:55:30 +00:00 
						 
				 
			
				
					
						
							
							
								Oliver Gorwits 
							
						 
					 
					
						
						
							
						
						27fe7c3e65 
					 
					
						
						
							
							update IP Inventory CSV output to match new report format  
						
						
						
						
					 
					
						2015-01-01 17:54:46 +00:00 
						 
				 
			
				
					
						
							
							
								Oliver Gorwits 
							
						 
					 
					
						
						
							
						
						d44d6a84a8 
					 
					
						
						
							
							Delete all job queue entries (regardless of status) when deleting device  
						
						
						
						
					 
					
						2015-01-01 17:52:48 +00:00 
						 
				 
			
				
					
						
							
							
								Oliver Gorwits 
							
						 
					 
					
						
						
							
						
						06f62f97b7 
					 
					
						
						
							
							[ #4 ] Allow comment on device port in the log, for any user  
						
						
						
						
					 
					
						2015-01-01 17:48:25 +00:00 
						 
				 
			
				
					
						
							
							
								Oliver Gorwits 
							
						 
					 
					
						
						
							
						
						f9122ce72e 
					 
					
						
						
							
							update M::I  
						
						
						
						
					 
					
						2015-01-01 16:48:49 +00:00 
						 
				 
			
				
					
						
							
							
								Oliver Gorwits 
							
						 
					 
					
						
						
							
						
						e680b3922c 
					 
					
						
						
							
							update JSON libraries for compat  
						
						
						
						
					 
					
						2014-12-31 10:34:30 +00:00 
						 
				 
			
				
					
						
							
							
								Oliver Gorwits 
							
						 
					 
					
						
						
							
						
						472fd38d69 
					 
					
						
						
							
							additional BSD notes  
						
						
						
						
					 
					
						2014-12-26 12:00:07 +00:00 
						 
				 
			
				
					
						
							
							
								Oliver Gorwits 
							
						 
					 
					
						
						
							
						
						51e2984724 
					 
					
						
						
							
							additional BSD notes  
						
						
						
						
					 
					
						2014-12-26 11:55:04 +00:00 
						 
				 
			
				
					
						
							
							
								Oliver Gorwits 
							
						 
					 
					
						
						
							
						
						87fe634231 
					 
					
						
						
							
							Ignore entries in the discover form that dont look like IP/hostname  
						
						
						
						
					 
					
						2014-12-24 19:12:34 +00:00 
						 
				 
			
				
					
						
							
							
								Oliver Gorwits 
							
						 
					 
					
						
						
							
						
						f366576027 
					 
					
						
						
							
							Fix for node search on some formats of IPv6 addr being seen as MAC  
						
						
						
						
					 
					
						2014-12-24 18:45:52 +00:00 
						 
				 
			
				
					
						
							
							
								Oliver Gorwits 
							
						 
					 
					
						
						
							
						
						cceae236d1 
					 
					
						
						
							
							Update IP Inventory to show MAC address and have working Last Used sort  
						
						
						
						
					 
					
						2014-12-24 18:23:13 +00:00 
						 
				 
			
				
					
						
							
							
								Oliver Gorwits 
							
						 
					 
					
						
						
							
						
						692482caa7 
					 
					
						
						
							
							Add BSD install notes  
						
						
						
						
					 
					
						2014-12-24 16:17:15 +00:00 
						 
				 
			
				
					
						
							
							
								Oliver Gorwits 
							
						 
					 
					
						
						
							
						
						1ed59c4864 
					 
					
						
						
							
							Request net-snmp-devel on Fedora/Red-Hat builds  
						
						
						
						
					 
					
						2014-12-24 15:49:33 +00:00 
						 
				 
			
				
					
						
							
							
								Oliver Gorwits 
							
						 
					 
					
						
						
							
						
						a5af9a1717 
					 
					
						
						
							
							also bump version in META  
						
						
						
						
					 
					
						2014-11-20 08:04:36 +00:00 
						 
				 
			
				
					
						
							
							
								Oliver Gorwits 
							
						 
					 
					
						
						
							
						
						0bb10f5db6 
					 
					
						
						
							
							release 2.029014  
						
						
						
						
					 
					
						2014-11-19 23:04:59 +00:00 
						 
				 
			
				
					
						
							
							
								Oliver Gorwits 
							
						 
					 
					
						
						
							
						
						8856cc5d03 
					 
					
						
						
							
							update deps versions  
						
						
						
						
					 
					
						2014-11-19 23:02:45 +00:00 
						 
				 
			
				
					
						
							
							
								Oliver Gorwits 
							
						 
					 
					
						
						
							
						
						2f6c2c0cdb 
					 
					
						
						
							
							[ #172 ] Native VLAN change compatible with Cisco (trunk/access) and Others  
						
						... 
						
						
						
						This will first try to set the pvid (Cisco trunk),
and then use vlan (everything else).
Ideally we instead get SNMP::Info to make a smart choice which was the
intention behind set_i_untagged, but it's broken at the moment. 
						
						
					 
					
						2014-11-19 22:20:12 +00:00 
						 
				 
			
				
					
						
							
							
								Oliver Gorwits 
							
						 
					 
					
						
						
							
						
						16c4d9cfbe 
					 
					
						
						
							
							correct link in jobqueue template  
						
						
						
						
					 
					
						2014-11-19 22:13:20 +00:00