From 9395c7b4a2079349fdb881a1f537af5b73eacfd2 Mon Sep 17 00:00:00 2001 From: Lars Thorsen Date: Mon, 25 Sep 2017 15:15:37 +0200 Subject: Remove unused files from the documentation build --- lib/snmp/doc/src/notes.xml | 412 ++++++++++++++++++++++----------------------- 1 file changed, 202 insertions(+), 210 deletions(-) (limited to 'lib/snmp/doc/src/notes.xml') diff --git a/lib/snmp/doc/src/notes.xml b/lib/snmp/doc/src/notes.xml index b902e421ca..440077e931 100644 --- a/lib/snmp/doc/src/notes.xml +++ b/lib/snmp/doc/src/notes.xml @@ -11,7 +11,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software @@ -19,7 +19,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - + SNMP Release Notes @@ -220,8 +220,8 @@

[compiler] Refinement of type Opaque was not allowed.

-

MIB constructs such as 'SYNTAX Opaque (SIZE(0..65535))' - was previously not allowed, +

MIB constructs such as 'SYNTAX Opaque (SIZE(0..65535))' + was previously not allowed, see the standard ALARM-MIB for eaxmple.

Own Id: OTP-12066

Aux Id: Seq 12669

@@ -238,8 +238,8 @@ - + @@ -626,29 +626,29 @@ -

[agent] Reading the value of the vacmViewTreeFamilyMask returns +

[agent] Reading the value of the vacmViewTreeFamilyMask returns it in the wrong (internal bitlist) format.

The vacmViewTreeFamilyMask is defined as a bit string in the MIB - (OCTET STRING). Internally a bitlist (list of 1's and 0's, + (OCTET STRING). Internally a bitlist (list of 1's and 0's, see vacm config file - for more info) is used. + for more info) is used. However, the MIB implementation assumed the latter, effectively rendering all attempts to read/set masks via SNMP unsuccessful.

-

Since the mask is used in hot paths (e.g. access permission checks - for each SNMP operation, the bitlist representation of the mask has - benefits (e.g. faster processing). Reading/writing the view mask - objects is less time-critical. Therefore, to fix the issue, convert - between the bitlist (internal) representation and bitstring +

Since the mask is used in hot paths (e.g. access permission checks + for each SNMP operation, the bitlist representation of the mask has + benefits (e.g. faster processing). Reading/writing the view mask + objects is less time-critical. Therefore, to fix the issue, convert + between the bitlist (internal) representation and bitstring (external) when the vacmViewTreeFamilyMask objects are accessed.

-

Also, the check of the vacm config file was invalid with - regard to the mask value. It was assumed to be a proper oid, which +

Also, the check of the vacm config file was invalid with + regard to the mask value. It was assumed to be a proper oid, which is not strictly the case (see bitlist above).

Own Id: OTP-11177

Stefan Zegenhagen

-

[agent] The counter increment function in the local-db was +

[agent] The counter increment function in the local-db was incorrect. It did not handle counter wrap correctly.

Own Id: OTP-11192

@@ -695,26 +695,26 @@
-

[agent] Introduced a documented behaviour for the mib-server - mib-data backend. +

[agent] Introduced a documented behaviour for the mib-server + mib-data backend. At present only the default module (snmpa_mib_data_tttn) is provided.

-

A config option for the (agent) - mib-servers - mib-data backend module has been added to the agent config options, +

A config option for the (agent) + mib-servers + mib-data backend module has been added to the agent config options, data_module.

Own Id: OTP-11101

-

[agent] Introduced a documented behaviour for the - mib storage. - At present there are three simple modules - (snmpa_mib_storage_ets, snmpa_mib_storage_dets and +

[agent] Introduced a documented behaviour for the + mib storage. + At present there are three simple modules + (snmpa_mib_storage_ets, snmpa_mib_storage_dets and snmpa_mib_storage_mnesia) implementing this behaviour, provided with the app.

-

A config option for the (agent) - mib storage +

A config option for the (agent) + mib storage has been added to the agent config options.

Own Id: OTP-11107

@@ -772,14 +772,14 @@

[agent] Errors in vacmAccessTable RowStatus handling. - There are problems with the handling of vacmAccessTableStatus + There are problems with the handling of vacmAccessTableStatus that cause some SNMP test suites to report errors. - Most notably, erroneous set operations frequently cause "genErr" - errors to be returned. These "genErr" errors are usually caused - by badmatch exceptions coming from - {ok, Row} = snmpa_vacm:get_row(RowIndex) + Most notably, erroneous set operations frequently cause "genErr" + errors to be returned. These "genErr" errors are usually caused + by badmatch exceptions coming from + {ok, Row} = snmpa_vacm:get_row(RowIndex) if the row does not exist.

-

The semantics of the RowStatus handling in that table has +

The semantics of the RowStatus handling in that table has been adjusted to be compliant with the RowStatus textual description of SNPMv2-TC MIB.

Stefan Zegenhagen

@@ -803,7 +803,7 @@
-

[compiler] The MIB compiler could not handle a table index +

[compiler] The MIB compiler could not handle a table index that was defined later in the MIB.

Own Id: OTP-10808

@@ -836,7 +836,7 @@ SNMP Development Toolkit 4.23 @@ -848,14 +848,14 @@ -

[manager] Polish return values of snmpm_user_default according +

[manager] Polish return values of snmpm_user_default according to snmpm_user doc.

Luca Favatella

Own Id: OTP-10671

-

[agent] Remove runtime warning in snmpa_agent because of +

[agent] Remove runtime warning in snmpa_agent because of tuple fun usage.

Luca Favatella

Own Id: OTP-10672

@@ -877,10 +877,10 @@ -

[agent] Repeated vacm table dumping fails due to file name - conflict. When dumping the vacm table to disk, a temoporary - file with a fixed name was used. If the table dumping - (snmpa_vacm:dump_table/0) was initiated from several different - processes in rapid succesion, the dumping could fail because the - different processes was simultaniously trying to write to the - same file. This problem has been eliminated by creating a unique +

[agent] Repeated vacm table dumping fails due to file name + conflict. When dumping the vacm table to disk, a temoporary + file with a fixed name was used. If the table dumping + (snmpa_vacm:dump_table/0) was initiated from several different + processes in rapid succesion, the dumping could fail because the + different processes was simultaniously trying to write to the + same file. This problem has been eliminated by creating a unique name for the temporary file.

Own Id: OTP-9851

Aux Id: Seq 11980

@@ -1277,7 +1277,7 @@ @@ -1334,7 +1334,7 @@ -

[compiler] Improved version info printout from the +

[compiler] Improved version info printout from the MIB compiler frontend escript.

Own Id: OTP-9618

@@ -1346,27 +1346,27 @@
Fixed Bugs and Malfunctions -

[agent] Version 4.20 introduced a change that broke trap - sending from subagents. Due to a bug in the test code, +

[agent] Version 4.20 introduced a change that broke trap + sending from subagents. Due to a bug in the test code, this was not discovered, until that bug was fixed.

Own Id: OTP-9745

-

[agent] When sending an error message (reply) regarding +

[agent] When sending an error message (reply) regarding snmpUnknownPDUHandlers, the agent used the wrong OID.

Own Id: OTP-9747

-

[compiler] Fix the --warnings/--W option parsing in the +

[compiler] Fix the --warnings/--W option parsing in the snmpc - wrapper (e)script. + wrapper (e)script. The short warning option was incorrectly --w, instead of as documented --W. This has now been corrected.

*** POTENTIAL INCOMPATIBILITY ***

@@ -1386,7 +1386,7 @@ -

[compiler] The short warning option has been changed from +

[compiler] The short warning option has been changed from --w to --W to comply with the documentation.

Tuncer Ayaz

Own Id: OTP-9718

@@ -1410,7 +1410,7 @@ -

Bad note store GC timer deactivation. +

Bad note store GC timer deactivation. Wrong field in the state record was set (timeout instead active).

Stefan Grundmann

Own Id: OTP-9690

@@ -1459,13 +1459,13 @@ --> -

[compiler] Used wrong variable name (for - warnings-as-errors variable), which caused the +

[compiler] Used wrong variable name (for + warnings-as-errors variable), which caused the compiler to crash when using the snmpc (e)script.

-

Also added the option +

Also added the option --Werror - for the SNMP MIB compiler (escript) frontend (to mimic - erlc), + for the SNMP MIB compiler (escript) frontend (to mimic + erlc), which specifies whether warnings should be treated as errors.

Own Id: OTP-9447

@@ -1480,12 +1480,12 @@
Fixed Bugs and Malfunctions -

-

+

-

-

[manager] There was no way to specify transport domain. +

[manager] There was no way to specify transport domain. The transport domains was assumed to be IPv4 (transportDomainUdpIpv4). - This has now been changed so that it can also be IPv6 - (transportDomainUdpIpv6). - To facilitate this, the transport domain, tdomain, - is now a (new) valid option when + This has now been changed so that it can also be IPv6 + (transportDomainUdpIpv6). + To facilitate this, the transport domain, tdomain, + is now a (new) valid option when registering - a new agent (and - updating + a new agent (and + updating agent info).

This also mean that the transport behaviour has changed.

Own Id: OTP-9305

@@ -1531,10 +1531,10 @@
-

[compiler] Added the option - warnings_as_errors - (for the SNMP MIB compiler (escript) frontend, the option - --wae is used) +

[compiler] Added the option + warnings_as_errors + (for the SNMP MIB compiler (escript) frontend, the option + --wae is used) which specifies whether warnings should be treated as errors.

Tuncer Ayaz

Own Id: OTP-9437

@@ -1546,12 +1546,12 @@
Fixed Bugs and Malfunctions -

The snmp config tool could not handle (manager) audit trail config +

The snmp config tool could not handle (manager) audit trail config because the option seqno was not handled.

Own Id: OTP-9354

@@ -1605,11 +1605,11 @@
Fixed Bugs and Malfunctions -

[agent] Did not handle transport domains properly in some cases, +

[agent] Did not handle transport domains properly in some cases, for instance trap sending.

Own Id: OTP-9400

@@ -1646,9 +1646,9 @@

[agent] Added support for sending traps to IPv6 targets.

-

See the - target address config file, - the target_addr_entry/11 function or +

See the + target address config file, + the target_addr_entry/11 function or add_addr/11 for more info.

Own Id: OTP-9088

Aux Id: Seq 11790

@@ -1657,7 +1657,7 @@

[agent] To be able to handle multiple engine-id(s) when - sending trap(s), the function + sending trap(s), the function add_community/6 has been added.

Own Id: OTP-9119

@@ -1667,14 +1667,14 @@

[manager] The API for snmp requests has been augmented to allow the caller to override some configuration.

-

This has been done by introducing a new set of API functions, see - sync_get2/3,4, - async_get2/3,4, - sync_get_next2/3,4, - async_get_next2/3,4, - sync_get_bulk2/5,6, - async_get_bulk2/5,6, - sync_set2/3,4 and +

This has been done by introducing a new set of API functions, see + sync_get2/3,4, + async_get2/3,4, + sync_get_next2/3,4, + async_get_next2/3,4, + sync_get_bulk2/5,6, + async_get_bulk2/5,6, + sync_set2/3,4 and async_set2/3,4 for more info.

Own Id: OTP-9162

@@ -1682,8 +1682,8 @@

[manager] The old API functions (for get and set - requests: - snmpm:g/3,4,5,6,7, snmpm:ag/3,4,5,6,7, + requests: + snmpm:g/3,4,5,6,7, snmpm:ag/3,4,5,6,7, snmpm:gn/3,4,5,6,7, snmpm:agn/3,4,5,6,7, snmpm:s/3,4,5,6,7, snmpm:s/3,4,5,6,7, snmpm:gb/5,6,7,8,9 and snmpm:agb/5,6,7,8,9) @@ -1695,12 +1695,12 @@

[agent] Pass extra info through the agent to the net-if process when sending notifications.

-

See +

See - snmpa:send_notification2/3 for more info. - See also the incomming net-if messages when sending a - trap - (send_pdu message) and + snmpa:send_notification2/3 for more info. + See also the incomming net-if messages when sending a + trap + (send_pdu message) and notification (send_pdu_req message).

Own Id: OTP-9183

@@ -1718,15 +1718,15 @@
Fixed Bugs and Malfunctions

Fixed endode/decode of values of type Counter32.

-

This type (Counter32) is an unsigned integer 32, - but is actually encoded as an signed integer 32. - The encode/decode functions however, treated it as if it was +

This type (Counter32) is an unsigned integer 32, + but is actually encoded as an signed integer 32. + The encode/decode functions however, treated it as if it was encodeded as an unsigned integer 32.

Own Id: OTP-9022

@@ -1741,12 +1741,4 @@
- - - - -- cgit v1.2.3