head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.30 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.28 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.26 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.24 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.22 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.20 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.18 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.16 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.14 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.12 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.10 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.8 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.6 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.4 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.2 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.1.1.1.0.12 pkgsrc-2006Q3-base:1.1.1.1 pkgsrc-2006Q2:1.1.1.1.0.10 pkgsrc-2006Q2-base:1.1.1.1 pkgsrc-2006Q1:1.1.1.1.0.8 pkgsrc-2006Q1-base:1.1.1.1 pkgsrc-2005Q4:1.1.1.1.0.6 pkgsrc-2005Q4-base:1.1.1.1 pkgsrc-2005Q3:1.1.1.1.0.4 pkgsrc-2005Q3-base:1.1.1.1 pkgsrc-2005Q2:1.1.1.1.0.2 pkgsrc-2005Q2-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.2 date 2006.12.16.15.25.41; author bouyer; state dead; branches; next 1.1; 1.1 date 2005.05.25.17.06.49; author bouyer; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2005.05.25.17.06.49; author bouyer; state Exp; branches; next ; desc @@ 1.2 log @Upgrade to 0.95: support more devices severay bug fixes [] Apache-based HTTP authentication added. [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. [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 @ text @$NetBSD: patch-ab,v 1.1 2005/05/25 17:06:49 bouyer Exp $ --- sql/pg_init.orig 2005-05-24 15:03:37.000000000 +0200 +++ sql/pg_init 2005-05-24 15:04:03.000000000 +0200 @@@@ -5,10 +5,10 @@@@ # Change these to match your setup # Linux Default -SYSDBUSER=postgres +# SYSDBUSER=postgres # BSD Default -# SYSDBUSER=pgsql +SYSDBUSER=pgsql DB=netdisco @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD: $ @ 1.1.1.1 log @Initial import of a netdisco. Designed for moderate to large networks, configuration information and connection data for network devices are retrieved by SNMP. With Netdisco you can locate the switch port of an end-user system by IP or MAC address. Data is stored using a SQL database for scalability and speed. @ text @@