Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-11 | Merge branch 'bmk/snmp/20190328/get_mechanism/OTP-15691' into maint | Micael Karlberg | |
2019-03-28 | [snmp|agent] Verbose (debug) improvements | Micael Karlberg | |
Added VMODULE for the two new modules. Also, improved some verbose printouts. OTP-15691 | |||
2019-03-28 | [snmp|agent] Add the net-if data (Extra) argument to get-callbacks | Micael Karlberg | |
Added the Extra (net-if data) argument to all the get- mechanism callback functions. OTP-15691 | |||
2019-03-28 | [snmp|agent] Add the default get-mechanism module snmpa_get | Micael Karlberg | |
Added the snmpa_get module as the default get-mechanism for the agent. This has been done by simply moving the do_get, do_get_next and do_get_bulk functions from the snmpa_agent module. Some functions where also moved into the lib module (with the idea of beeing more generally useful). OTP-15691 | |||
2019-03-28 | [snmp|agent] Add the get-mechanism behaviour | Micael Karlberg | |
Added preliminary version of the get-mechanism behaviour. OTP-15691 | |||
2019-03-28 | [snmp|agent] Add/update/export useful types | Micael Karlberg | |
Add/update and export some useful types. OTP-15691 | |||
2019-03-28 | [snmp|agent] Build order | Micael Karlberg | |
Fixed the build order. Some of the mib modules export types used by other modules, so build them (the mib-modules) first (after snmpa). OTP-15691 | |||
2019-03-28 | [snmp|agent] Handle new get-mechanism config | Micael Karlberg | |
Also streamlined the config storage. And corrected the store of the set_mechanism (in the snmp_agent_table). This is only used for debugging, but just the same. OTP-15691 | |||
2018-09-07 | [snmp] Update copyright end date | Micael Karlberg | |
OTP-15287 (ERIERL-206) | |||
2018-09-07 | [snmp] Corrected (agent) ATL logging of outgoing messages | Micael Karlberg | |
For some outgoing messages (not response) the following error(s) has been corrected: * encrypted: logged incorrectly, should have written the v3-header and the scoped pdu, but was actually logged as-is (encrypted), making conversion impossible. * un-encrypted: messages was not logged at all. OTP-15287 (ERIERL-206) | |||
2017-06-14 | Update copyright year | Hans Nilsson | |
2017-05-11 | snmp_generic: Future-proof exception handling code | Björn Gustavsson | |
In the future, erlang:get_stacktrace/0 will probably only work inside a the 'catch' block of a 'try' expression. Future-proof the code by rewriting the old-style catch to a try...catch. | |||
2016-06-22 | Fix ERL-164 for agent, vacm, and usm config files | Daniel Goertzen | |
2016-03-15 | update copyright-year | Henrik Nord | |
2016-01-21 | Snmp agent vacmViewTreeFamily with non 'null' mask bugfix | Ingela Anderton Andin | |
Adresses problems desciribed in http://erlang.org/pipermail/erlang-bugs/2015-April/004891.html http://erlang.org/pipermail/erlang-patches/2015-April/004766.html The original patch also suggested the following fix. However we need more information to be able to understand if this is correct or not, and it does not have priority at the moment for us to investigate. @@ -816,7 +816,7 @@ next_node(D, {tree, Tree, {table_entry, _MibName}}, "~n RevOidSoFar: ~p" "~n MibView: ~p", [size(Tree), Oid, RevOidSoFar, MibView]), OidSoFar = lists:reverse(RevOidSoFar), - case snmpa_acm:is_definitely_not_in_mib_view(OidSoFar, MibView) of + case snmpa_acm:is_definitely_not_in_mib_view(OidSoFar ++ Oid, MibView) of true -> ?vdebug("next_node(tree,table_entry) -> not in mib view",[]), false; | |||
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-05-06 | Merge branch 'maint' | Zandra Hird | |
Conflicts: OTP_VERSION erts/vsn.mk lib/test_server/src/erl2html2.erl | |||
2015-04-30 | Improve agent fix as in manager | Raimo Niskanen | |
2015-04-24 | snmp: Change to random use crypto. Remove use of erlang:now | Erland Schönbeck | |
2015-04-23 | Use port 0 with {fd,Fd}, use snmpm_fd in manager | Raimo Niskanen | |
2014-09-03 | Clean up some config warts | Raimo Niskanen | |
2014-08-22 | Clean up config error handling and negative results | Raimo Niskanen | |
2014-08-07 | Fix error printouts to not crash | Raimo Niskanen | |
2014-08-05 | Improve ct_snmp test cases | Raimo Niskanen | |
2014-07-30 | Use {ipv6_v6only, true} | Raimo Niskanen | |
2014-07-25 | Remove commented out code | Raimo Niskanen | |
2014-07-25 | Silence logging from agent net_if at shutdown | Raimo Niskanen | |
2014-07-25 | Rewrite agent for IPv4 + IPv6 | Raimo Niskanen | |
2014-07-25 | Add testcases and do related fixes | Raimo Niskanen | |
2014-07-25 | Mend write_config_file and append_config_file | Raimo Niskanen | |
2014-07-25 | Rewrite ordering functions for maintainability | Raimo Niskanen | |
2014-07-25 | Rewrite string representation of addresses and stop printing an error report ↵ | Raimo Niskanen | |
when snmpa_net_if gets externally killed | |||
2014-07-25 | Don't encode IPv6 address into v1 trap and fix legacy arguments to ↵ | Raimo Niskanen | |
snmpa_network_interface_filter functions | |||
2014-07-25 | wip: Testcase feedback | Raimo Niskanen | |
2014-07-25 | wip: Fix agent logging | Raimo Niskanen | |
2014-07-25 | Go back to passing (Domain, Addr) to net_if filters | Raimo Niskanen | |
2014-07-25 | fix agent configuration details | Raimo Niskanen | |
2014-07-25 | Rewrite agent to use {Domain,Address} tuples as far as possible | Raimo Niskanen | |
2014-07-25 | wip: passes all regression tests | Raimo Niskanen | |
2014-07-25 | wip-all-regression-tests-but-one-manager | Raimo Niskanen | |
2014-07-22 | wip | Raimo Niskanen | |
2014-07-22 | Rewrite agent configuration parsing | Raimo Niskanen | |
2013-11-19 | Merge branch 'bmk/snmp/blocking_log_during_conversion' into ↵ | Micael Karlberg | |
bmk/snmp/snmp425_integration Conflicts: lib/snmp/src/app/snmp.erl | |||
2013-11-19 | [snmp] Cleanup and changed atl conversion block default | Micael Karlberg | |
Changed the default value for the Audit Trail Log conversion to true. Also some cleanup. OTP-11396 | |||
2013-10-21 | Merge branch 'bmk/snmp/aes_encryption_fixes/OTP-11412' into ↵ | Micael Karlberg | |
bmk/snmp/snmp425_integration Conflicts: lib/snmp/doc/src/notes.xml | |||
2013-10-21 | [snmp/manager] Incorrect use of EngineBoots and EngineTime when encrypting | Micael Karlberg | |
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. OTP-11413 | |||
2013-10-11 | [snmp] Commented out (currently) unused upgrade/downgrade function | Micael Karlberg | |
2013-10-11 | Merge branch 'bmk/snmp/blocking_log_during_conversion' into ↵ | Micael Karlberg | |
bmk/snmp/snmp425_integration Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/src/app/snmp.erl | |||
2013-10-11 | [snmp] Add (atl) log conversion block option | Micael Karlberg | |
It is now possible to request that the Audit Trail Log should be blocked during conversion (log_to_txt or log_to_io). This could be usefull when coverting a large log (when there is a chance it may otherwise wrap during conversion). | |||
2013-10-09 | [snmp] Add proper version, release nodes and appup | Micael Karlberg | |
Also fixed copyright end date. OTP-11352 |