From 7558861af77de9405decc8d88b2c799e15f266da Mon Sep 17 00:00:00 2001
From: Micael Karlberg Version 4.25 supports code replacement in runtime from/to
+ version 4.24.1, 4.24, 4.23.1 and 4.23. [manager] Improved handling of unexpected return values from
+ Violations of the documented API (crashes or invalid return
+ values) will now result in an error message. Own Id: OTP-11307 - [manager] The
+ Own Id: OTP-11307 Version 4.24.1 supports code replacement in runtime from/to
diff --git a/lib/snmp/doc/src/snmpm_user.xml b/lib/snmp/doc/src/snmpm_user.xml
index 1823e0c815..cb2deab976 100644
--- a/lib/snmp/doc/src/snmpm_user.xml
+++ b/lib/snmp/doc/src/snmpm_user.xml
@@ -1,10 +1,10 @@
-
+
handle_report/3 handle_invalid_result/2 The semantics of them and their exact signatures are explained
- below. Note that if an agent is registered using the old, no longer
- documented, functions (using Addr and Port), the old variant of the
- callback functions, handle_pdu, handle_trap, handle_inform and
- handle_report, will be called. Some of the function has no defined return value ( This function is called when the manager needs to
- communicate an "asynchronous" error, to the user:
- e.g. failure to send an asynchronous message (i.e. encoding
- error), a received message was discarded due to security
- error, the manager failed to generate a response message to
- a received inform-request, or when receiving an unexpected
- PDU from an agent (could be an expired async request). If
+
+
+
+
+
+
If
For
This function is called when a message is received from an - unknown agent.
+This function is called when a message is received from an + unknown agent.
Note that this will always be the default user that is called.
-For more info about the
For more info about the
The arguments
The only user which would return
-
Handle the reply to an asynchronous request, such as
@@ -186,27 +200,19 @@
Handle a trap/notification message from an agent. For more info about the For more info about the The only user which would return
-
Handle a inform message.
-For more info about the
For more info about the
The only user which would return
-
If the
-
If the
+
Handle a report message.
-For more info about the
For more info about the
The only user which would return
-
If any of the other callback functions crashes + (exit, throw or a plain crash) or return an invalid result (if a valid + return has been specified), this function is called. + The purpose is to allow the user handle this + error (for instance to issue an error report).
+Defines what to do if the agent or manager is unable to open an
existing database file.
Default is
Defines what to do if the agent is unable to open an
existing database file.
Default is
Version 4.25 supports code replacement in runtime from/to + version 4.24.2, 4.24.1, 4.24, 4.23.1 and 4.23.
+ +Enable SNMP to create missing database directories.
+Add
+
Steve Vinoski
+Own Id: OTP-11352
+-
+ + + +-
+ + +Version 4.24.2 supports code replacement in runtime from/to
--
cgit v1.2.3
From 08b6fcf4c00deb2efb7ddb759b430ab7effa3cc8 Mon Sep 17 00:00:00 2001
From: Micael Karlberg Version 4.25 supports code replacement in runtime from/to
+ version 2.24.2, 4.24.1, 4.24, 4.23.1 and 4.23. Add (atl) log conversion block option. It is now possible to request that the Audit Trail Log should
+ be blocked during conversion ( See
+ agent
+ Own Id: OTP-11396 Own Id: seq12433 - - Version 4.24.2 supports code replacement in runtime from/to
diff --git a/lib/snmp/doc/src/snmpa.xml b/lib/snmp/doc/src/snmpa.xml
index 77146f3a89..29e8869401 100644
--- a/lib/snmp/doc/src/snmpa.xml
+++ b/lib/snmp/doc/src/snmpa.xml
@@ -4,7 +4,7 @@
Converts an Audit Trail Log to a readable text file.
- The See
+
+
+
The
Converts an Audit Trail Log to a readable text file.
-
The
Version 4.25 supports code replacement in runtime from/to + version 4.24.2, 4.24.1, 4.24, 4.23.1 and 4.23.
+ +-
+ + + +Wrong block cypher type used for AES ('aes_cbf128' + instead of 'aes_cfb128') when performing AES block + encrypt/decrypt which breaks SNMP usmAesCfb128Protocol + in agent and manager.
+Own Id: OTP-11412
+-
+ + +Version 4.24.2 supports code replacement in runtime from/to
--
cgit v1.2.3
From 300803837926d0bb28829f313fad07f757188d41 Mon Sep 17 00:00:00 2001
From: Micael Karlberg Own Id: OTP-11412 [manager] When performing the AES encryption, invalid values for
+ the EngineBoots and EngineTime was used. The values of the local agent was used, which would have produced
+ some values if an agent was actually running.
+ If not it would have caused a crash. Own Id: OTP-11413
Converts an Audit Trail Log to a readable text file, where - each item has a trailing TAB character, and any TAB - character in the body of an item has been replaced by ESC - TAB. -
+Converts an Audit Trail Log to a readable text file, where + each item has a trailing TAB character, and any TAB + character in the body of an item has been replaced by ESC + TAB.
The function can be used on a running system, or by copying - the entire log directory and calling this function. SNMP - must be running in order to provide MIB information. -
+ the entire log directory and calling this function. SNMP + must be running in order to provide MIB information.The format of an audit trail log text item is as follows: -
-
-
where
The format of an audit trail log text item is as follows:
+
+
where
The
See
The
The
The
The