Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2014-08-05 | Improve ct_snmp test cases | Raimo Niskanen | |
2014-08-05 | Fix misspelled community in manager | Raimo Niskanen | |
2014-07-30 | Fix call to non-existent function | Raimo Niskanen | |
2014-07-30 | Write list of trap targets | 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 | Use IPv6 config in manager | Raimo Niskanen | |
2014-07-25 | Mend write_config_file and append_config_file | Raimo Niskanen | |
2014-07-25 | Mend manager to pass regression tests | Raimo Niskanen | |
2014-07-25 | Rewrite ordering functions for maintainability | Raimo Niskanen | |
2014-07-25 | Fix log validation and fix some testcases | 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 | bugfix: Call to non-existing module 'list' | Raimo Niskanen | |
2014-07-25 | Bugfix: argument order to internal function verify_lines/4 | 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 | |