aboutsummaryrefslogtreecommitdiffstats
path: root/lib/snmp/src/agent
AgeCommit message (Collapse)Author
2011-04-20Merge branch 'bmk/agent/extra_info_notification/OTP-9183' into ↵Micael Karlberg
bmk/snmp/snmp420_integration Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/src/app/snmp.appup.src OTP-9119 OTP-9183
2011-04-20Patch from Attila Rajmund Nohl: Arguments switched.Micael Karlberg
2011-04-18Removed unused function.Micael Karlberg
2011-04-18Merge branch 'bmk/snmp/agent/multi_engine_id_for_traps/OTP-9119' into ↵Micael Karlberg
bmk/agent/extra_info_notification/OTP-9183 Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/src/app/snmp.appup.src
2011-04-18Merge branch 'dev' into bmk/snmp/agent/multi_engine_id_for_traps/OTP-9119Micael Karlberg
2011-04-18Patch received from Attila Rajmund Nohl.Micael Karlberg
2011-04-08Merge branch 'ks/snmp-specs' into bmk/snmp/snmp420_integrationMicael Karlberg
OTP-9208
2011-04-07Added export of new send notification function.cMicael Karlberg
2011-04-05Cosmetic...Micael Karlberg
2011-04-05Chenged default extra-info value (for future use).Micael Karlberg
2011-04-04Added extra-info as an argument to be provided when sendingMicael Karlberg
trap/notification and passed through to the net-if process. First version.
2011-04-03Add specs for functions that do not returnKostis Sagonas
2011-03-25Merge branch 'bmk/snmp/support_ipv6_transport_address' of github.com:bmk/otp ↵Micael Karlberg
into bmk/snmp/support_ipv6_transport_address
2011-03-25Merge branch 'dev' into bmk/snmp/support_ipv6_transport_addressMicael Karlberg
2011-03-11Update copyright yearsBjörn-Egil Dahlberg
2011-03-10Added export of snmp_target_mib:add_addr/11.Micael Karlberg
2011-03-09Added handling of muiltiple engine-id(s).Micael Karlberg
2011-03-08Used invalid module names in two places. Corrected.Micael Karlberg
2011-03-08Debugging when retrieving destinations.Micael Karlberg
2011-03-08Add handling pf domain and also default domain for casesMicael Karlberg
where old style is used.
2011-03-08Cosmetics...Micael Karlberg
2011-03-08Added some target debugging.Micael Karlberg
2011-03-07Basically backup commit (time to go home).Micael Karlberg
Implemented handling of domains in the mpd module. Still some errors left though (3 test cases fail).
2011-03-03Backup...Micael Karlberg
2011-03-03Trap sending module now handles the new domains.Micael Karlberg
2011-03-03Handling target address configuration files (with new Domain).Micael Karlberg
Also added some proper documentation.
2011-03-02Preliminary support for multiple domains (e.g. IPv6).Micael Karlberg
2011-02-25[agent] When callingMicael Karlberg
snmp_view_based_acm_mib:snmp_view_based_acm_mib:reconfigure/1 on a running node, the table vacmAccessTable was not properly cleaned. This meant that if some entries in the vacm.conf file was removed (compared to the "current" config), while others where modified and/or added, the removed entrie(s) would still exist in the vacmAccessTable table. Merge branch 'bmk/snmp/vacmAccessTable_cleanup/OTP-8981' into bmk/snmp/snmp419_integration/OTP-9068 Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/src/app/snmp.appup.src lib/snmp/vsn.mk
2011-02-25[agent] For the table vacmAccessTable, when performing theMicael Karlberg
is_set_ok and set operation(s), all values of the vacmAccessSecurityModel column was incorrectly translated to *any*. Merge branch 'bmk/snmp/verify_vacm_security_model/OTP-8980' into bmk/snmp/snmp419_integration/OTP-9068 Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/src/app/snmp.appup.src lib/snmp/test/snmp_appup_test.erl lib/snmp/vsn.mk
2010-12-16Added dumping of data after (snmpa_vacm) cleanup call.Micael Karlberg
2010-12-10Added counter (variables) for usm.Micael Karlberg
Also added config file for usm. And more sed'ing...
2010-12-10Cosmetic stuff (when to newline, intending, ..).Micael Karlberg
2010-12-10Added variables from STANDARD-MIB (including counters).Micael Karlberg
Also some minor fixes.
2010-12-10Various cosmetic (print) fixes. Wrong module names used for theMicael Karlberg
utility module in the test_config dir.
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-07[agent] When calling snmp_view_based_acm_mib:reconfigure/1 on a running node,Micael Karlberg
the vacmAccessTable whas not properly cleaned. This means that if some entries in the vacm.conf file was removed compared to the "current" config), while others where modified and/or added, the removed entrie(s) would still exist in the vacmAccessTable.
2010-12-07For the table vacmAccessTable, when performing theMicael Karlberg
is_set_ok and set opteration(s), all values of the vacmAccessSecurityModel column was incorrectly translated to *any*.
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-06For the table vacmAccessTable, when performing the is_set_ok and setMicael Karlberg
opteration(s), all values of the vacmAccessSecurityModel column was incorrectly translated to "any".
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