aboutsummaryrefslogtreecommitdiffstats
path: root/lib/snmp/src/agent
AgeCommit message (Collapse)Author
2010-12-08Added utility variable print function, and utilized it in view-mib.Micael Karlberg
2010-12-08Added preliminary veariable support.Micael Karlberg
2010-12-06Added pretty printing of the added mib(s).Micael Karlberg
2010-12-06Added tables from community, notification and user-based-sm mib(s).Micael Karlberg
2010-12-06Segmenting the printout using the mib names.Micael Karlberg
2010-12-06Added central utility function for printing allMicael Karlberg
"supported" tables (that is for all functions that we currently have implemented the print operation).
2010-12-06Added print operation for vacmAccessTable.Micael Karlberg
2010-12-06Added print operations for tables vacmSecurityToGroupTable andMicael Karlberg
vacmViewTreeFamilyTable. There is still vacmAccessTable and vacmContextTable.
2010-09-10Remove warnings for clashes with new autoimported BIFsPatrik Nyblom
2010-08-23snmp: Patch 1130Niclas Eklund
OTP-8761 When the function FilterMod:accept_recv/2 returned false the SNMP agent stopped collecting messages from UDP.
2010-08-20snmp: Patch 1125Micael Karlberg
OTP-8478 [agent] Added very basic support for multiple SNMPv3 EngineIDs in a single agent.
2010-08-20snmp: Patch 1118Micael Karlberg
OTP-8574 The SMI specifies that an table row OID should be named: { "1" }. An option has been introduced, relaxed_row_name_assign_check, that allows for a more liberal numbering scheme. OTP-8594 Changes to make snmp (forward) compatible with the new version of the crypto application (released in R14). As of R14, crypto is implemented using NIFs. Also, the API is more strict. OTP-8648 [manager] Changed default value for the MIB server cache. Auto GC is now on by default. OTP-8563 Decoding of Counter64 values larger then 9306882749598007295 fails. Counter64 is encoded as an 64 bit signed integer, but is actually an unsigned integer, which the decoder does not take into account. OTP-8595 [compiler] Fails to compile non-contiguous BITS. Per Hedeland OTP-8646 [manager] Raise condition causing the manager server process to crash. Unregistering an agent while traffic (set/get-operations) is ongoing could cause a crash in the manager server process (raise condition).
2010-08-20snmp: Patch erl_1108Micael Karlberg
OTP-8480 [agent] A minor mnesia related performance improvement. OTP-8481 [manager] Fixed an upgrade/downgrade problem. Upgrade/downgrade from/to 4.13.5 did not work for the net-if process. This has now been fixed
2010-02-10OTP-8395[2]: Sequence numbers in Audit Trail Log(s).Micael Karlberg
2010-02-03OTP-8395: Sequence number in Audit Trail Logs.Micael Karlberg
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP