Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-17 | Merge branch 'bmk/snmp/20180907/atl_conversion_failure/OTP-15287' into maint | Micael Karlberg | |
2018-09-17 | [snmp|compiler] Spurious version message removed | Micael Karlberg | |
The snmp mib compiler printed an spurious version message if the 'version' option was provided. OTP-15290 | |||
2018-09-17 | [snmp] Add proper version | Micael Karlberg | |
Also fixed case clause. OTP-15287 (ERIERL-206) | |||
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) | |||
2018-09-07 | [snmp] Improved Audit Trail Log conversion failure | Micael Karlberg | |
If conversion of an Audit Trail Log (ATL) entry failed, this could result in an abort of the entire conversion, not just the one entry. This has now been improved so that the failure now results in a "error message" into the "stream". Furthermore, we now keep track of the number of entries we succeede and fail to convert. OTP-15287 (ERIERL-206) | |||
2018-06-11 | Parse #mc_new_type{}s before definitions_loop/2 | Raimo Niskanen | |
2017-10-16 | Update version | Raimo Niskanen | |
2017-10-13 | Fix speling error 'sndbuf' -> 'recbuf' | Raimo Niskanen | |
2017-07-28 | Process augments in pass after definitions | Raimo Niskanen | |
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. | |||
2017-01-17 | Bump version | Raimo Niskanen | |
2017-01-17 | Do without compilation time in SNMP versions[12]() | Raimo Niskanen | |
2017-01-13 | Fix enum refinement in usertype in SYNTAX | Raimo Niskanen | |
2016-12-07 | Update copyright-year | Erlang/OTP | |
2016-09-10 | snmp: Uncomment compiler files in app.src file | Ingela Anderton Andin | |
The files are not used in runtime of the snmp app, but they are still part of the application and beam files are generated. Not including them will make the general app test fail. | |||
2016-09-07 | [snmp] Correct bug when path to mib contains UTF-8 characters | Lars Thorsen | |
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-25 | snmp: Prepare for release | Ingela Anderton Andin | |
As long as it is not prioritized to make an snmp_upgrade_SUITE it is not worth trying to do anything but restart_application | |||
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-12-11 | correct the snmp app up file | Zandra | |
2015-11-13 | Merge branch 'zandra/snmp-appup' into maint | Zandra | |
* zandra/snmp-appup: add a soft upgrade instruction to the snmp appup | |||
2015-11-13 | Merge branch 'zhird/johnheizenberg/snmp_config_check_imask_bugfix' into maint | Zandra | |
* zhird/johnheizenberg/snmp_config_check_imask_bugfix: fix snmp_conf check imask bug OTP-13101 | |||
2015-11-06 | add a soft upgrade instruction to the snmp appup | Zandra | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-05-28 | Typo 'asynchroneous' fix | Kirilll Zaborsky | |
2015-05-27 | Update application versions | Hans Bolinder | |
2015-05-25 | Update runtime_dependencies in application resource files | Hans Bolinder | |
Applications that use the new erl_anno module are depending on STDLIB 2.5. Note that CosNotification, Megaco, SNMP, Xmerl, and Parsetools use the erl_anno module via the Yecc parsers only (the header file in lib/parsetools/include/yeccpre.hrl calls the erl_anno module). HiPE does not call the erl_anno module, but uses an exported type. We have chosen to make HiPE dependent on the erl_anno module. | |||
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-28 | snmp: Remove deprecated warning for erlang:now in snmpc | Erland Schönbeck | |
2015-04-27 | snmp: Remove deprecated warning for erlang:now in snmp_verbority | Erland Schönbeck | |
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 | |
2015-04-10 | fix snmp_conf check imask bug | Zandra Hird | |
This change is originally from John Heizenberg. | |||
2014-12-02 | Merge branch 'raimo/snmp/compiler/allow_refinement_of_opaque/17/OTP-12066' ↵ | Raimo Niskanen | |
into maint * raimo/snmp/compiler/allow_refinement_of_opaque/17/OTP-12066: [snmp/compiler] Refinement of type Opaque was not allowed MIB constructs such as "SYNTAX Opaque (SIZE(0..65535))" was previously not allowed, this has now been fixed. See the standard ALARM-MIB for eaxmple. | |||
2014-12-01 | [snmp/compiler] Refinement of type Opaque was not allowed | Micael Karlberg | |
MIB constructs such as "SYNTAX Opaque (SIZE(0..65535))" was previously not allowed, this has now been fixed. See the standard ALARM-MIB for eaxmple. | |||
2014-09-30 | Honor bind_to for manager net_if family inet | Raimo Niskanen | |
Bug reported by Pavel Baturko to erlang-bugs. | |||
2014-09-09 | Remove debug printouts | Raimo Niskanen | |
2014-09-09 | Fix manager backwards compat for agent addr | Raimo Niskanen | |
2014-09-09 | Update .appup | Raimo Niskanen | |
2014-09-03 | Clean up some config warts | Raimo Niskanen | |
2014-08-22 | Merge manager net_if_mt into net_if | Raimo Niskanen | |
2014-08-22 | Clean up config error handling and negative results | Raimo Niskanen | |
2014-08-20 | Remove decommented code and clean up diff | Raimo Niskanen | |
2014-08-19 | Implement IPv4+IPv6 in MT manager | Raimo Niskanen | |
2014-08-18 | Rewrite manager net_if for IPv4+IPv6 | Raimo Niskanen | |
2014-08-07 | Fix error printouts to not crash | Raimo Niskanen | |