Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-26 | Merge branch 'maint-r14' into dev | Micael Karlberg | |
Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/src/agent/snmpa_mpd.erl lib/snmp/src/app/snmp.appup.src lib/snmp/vsn.mk | |||
2011-07-22 | [agent] The SNMP ACM cache was not properly updated when | Micael Karlberg | |
changes where made to the VACM security-to-group, access and view-tree-family tables. OTP-9367 Merge branch 'bmk/snmp/agent/acm_cache_cleanup/OTP-9367' into bmk/snmp/snmp421_integration Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/src/app/snmp.appup.src | |||
2011-07-21 | [agent] The SNMP ACM cache was not properly updated when | Micael Karlberg | |
changes where made to the VACM security-to-group, access and view-tree-family tables. OTP-9367 | |||
2011-07-15 | Cosmetics indenting... | Micael Karlberg | |
2011-07-15 | Removed "crap" that somehow had gotten into the file (escape | Micael Karlberg | |
sequence). | |||
2011-07-13 | Improved (transport) domain error reporting. | Micael Karlberg | |
2011-07-12 | Merge branch 'bmk/snmp/agent/wrong_default_transport_domain/OTP-9425' into ↵ | Micael Karlberg | |
bmk/snmp/manager/transport_domain/OTP-9305 Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/src/agent/snmpa_mpd.erl lib/snmp/src/app/snmp.appup.src lib/snmp/vsn.mk | |||
2011-07-12 | [manager] No way to specify transport domain. Transport domains was | Micael Karlberg | |
assumed to be IPv4. This has now been changed so that it can also be IPv6. To facilitate this, the transportDomain is now a (new) valid option. This also mean that the transport behaviour has changed. OTP-9305 [agent] A temporary fix for transport domain, specifically regarding trap sending. This is done in order to make testing possible, pending merge from topic branch. OTP-9400 | |||
2011-07-12 | [agent] Did not handle transport domains properly in some cases. | Micael Karlberg | |
OTP-9400 | |||
2011-07-08 | [agent] Wrong default transport domain, snmpUDPDomain, instead | Micael Karlberg | |
of transportDomainUdpIpv4. OTP-9425 | |||
2011-07-08 | [agent] Did not handle transport domains properly in some cases, | Micael Karlberg | |
for instance trap sending. OTP-9400 | |||
2011-05-20 | Update copyright years | Björn-Egil Dahlberg | |
2011-04-20 | Merge 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-20 | Patch from Attila Rajmund Nohl: Arguments switched. | Micael Karlberg | |
2011-04-18 | Removed unused function. | Micael Karlberg | |
2011-04-18 | Merge 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-18 | Merge branch 'dev' into bmk/snmp/agent/multi_engine_id_for_traps/OTP-9119 | Micael Karlberg | |
2011-04-18 | Patch received from Attila Rajmund Nohl. | Micael Karlberg | |
2011-04-08 | Merge branch 'ks/snmp-specs' into bmk/snmp/snmp420_integration | Micael Karlberg | |
OTP-9208 | |||
2011-04-07 | Added export of new send notification function.c | Micael Karlberg | |
2011-04-05 | Cosmetic... | Micael Karlberg | |
2011-04-05 | Chenged default extra-info value (for future use). | Micael Karlberg | |
2011-04-04 | Added extra-info as an argument to be provided when sending | Micael Karlberg | |
trap/notification and passed through to the net-if process. First version. | |||
2011-04-03 | Add specs for functions that do not return | Kostis Sagonas | |
2011-03-25 | Merge branch 'bmk/snmp/support_ipv6_transport_address' of github.com:bmk/otp ↵ | Micael Karlberg | |
into bmk/snmp/support_ipv6_transport_address | |||
2011-03-25 | Merge branch 'dev' into bmk/snmp/support_ipv6_transport_address | Micael Karlberg | |
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2011-03-10 | Added export of snmp_target_mib:add_addr/11. | Micael Karlberg | |
2011-03-09 | Added handling of muiltiple engine-id(s). | Micael Karlberg | |
2011-03-08 | Used invalid module names in two places. Corrected. | Micael Karlberg | |
2011-03-08 | Debugging when retrieving destinations. | Micael Karlberg | |
2011-03-08 | Add handling pf domain and also default domain for cases | Micael Karlberg | |
where old style is used. | |||
2011-03-08 | Cosmetics... | Micael Karlberg | |
2011-03-08 | Added some target debugging. | Micael Karlberg | |
2011-03-07 | Basically 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-03 | Backup... | Micael Karlberg | |
2011-03-03 | Trap sending module now handles the new domains. | Micael Karlberg | |
2011-03-03 | Handling target address configuration files (with new Domain). | Micael Karlberg | |
Also added some proper documentation. | |||
2011-03-02 | Preliminary support for multiple domains (e.g. IPv6). | Micael Karlberg | |
2011-02-25 | [agent] When calling | Micael 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 the | Micael 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-16 | Added dumping of data after (snmpa_vacm) cleanup call. | Micael Karlberg | |
2010-12-10 | Added counter (variables) for usm. | Micael Karlberg | |
Also added config file for usm. And more sed'ing... | |||
2010-12-10 | Cosmetic stuff (when to newline, intending, ..). | Micael Karlberg | |
2010-12-10 | Added variables from STANDARD-MIB (including counters). | Micael Karlberg | |
Also some minor fixes. | |||
2010-12-10 | Various cosmetic (print) fixes. Wrong module names used for the | Micael Karlberg | |
utility module in the test_config dir. | |||
2010-12-08 | Added utility variable print function, and utilized it in view-mib. | Micael Karlberg | |
2010-12-08 | Added 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-07 | For the table vacmAccessTable, when performing the | Micael Karlberg | |
is_set_ok and set opteration(s), all values of the vacmAccessSecurityModel column was incorrectly translated to *any*. |