Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
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: Rewrite manager net_if process | Raimo Niskanen | |
2014-07-25 | wip | 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 | |
2014-03-20 | Introduce runtime_dependencies in .app files | Rickard Green | |
Most dependencies introduced are exactly the dependencies to other applications found by xref. That is, there might be real dependencies missing. There might also be pure debug dependencies listed that probably should be removed. Each application has to be manually inspected in order to ensure that all real dependencies are listed. All dependencies introduced are to application versions used in OTP 17.0. This since the previously used version scheme wasn't designed for this, and in order to minimize the work of introducing the dependencies. | |||
2014-01-27 | [snmp] Assigned proper version, updated release notes and appup | Micael Karlberg | |
OTP-10877 OTP-10907 | |||
2013-11-26 | Merge branch 'maint' | Micael Karlberg | |
Conflicts: lib/snmp/doc/src/snmpm_user.xml | |||
2013-11-26 | Merge branch 'bmk/snmp/snmp425_integration' into maint | Micael Karlberg | |
Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/src/app/snmp.appup.src lib/snmp/src/misc/snmp_log.erl lib/snmp/vsn.mk | |||
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-11-13 | Merge branch 'bmk/snmp/handling_corrupt_atl_when_converting/r16/OTP-11453' ↵ | Micael Karlberg | |
into bmk/snmp/snmp425_integration Conflicts: lib/snmp/src/misc/snmp_log.erl | |||
2013-11-06 | Merge branch 'bmk/snmp/handling_corrupt_atl_when_converting/OTP-11453' into ↵ | Micael Karlberg | |
bmk/snmp/handling_corrupt_atl_when_converting/r16/OTP-11453 Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/src/app/snmp.appup.src lib/snmp/vsn.mk | |||
2013-10-31 | [snmp] Improving ATL handling of corrupt logs | Micael Karlberg | |
When converting an Audit Trail Log to text a corrupt log entry could cause the entire conversion to fail. Also, for a log with sequence numbers, failing to decode a log entry would cause the conversion to fail (not because of the failed decode, but because of the failure to write the error message). OTP-11453 | |||
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-17 | [snmp] Wrong block cypher type used for AES | Micael Karlberg | |
Wrong block cypher type used for AES ('aes_cbf128' instead of 'aes_cfb128') when performing AES block encrypt/decrypt which breaks SNMP usmAesCfb128Protocol in agent and manager. OTP-11412 | |||
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] Updated release notes, ref man, appup and assigned proper version | Micael Karlberg | |
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] Fixed include depend | Micael Karlberg | |
2013-10-09 | Merge branch ↵ | Micael Karlberg | |
'bmk/snmp/manager/improve_user_callback_response_handling2/OTP-11307' into bmk/snmp/snmp425_integration Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/src/app/snmp.appup.src | |||
2013-10-09 | [snmp] Add proper version, release nodes and appup | Micael Karlberg | |
Also fixed copyright end date. OTP-11352 | |||
2013-10-09 | [snmp] Update the config utility function for db-init-error | Micael Karlberg | |
Update the config utility function (a simple cli for generating the snmp config files) to handle the new db_init_error value (create_db_and_dir). OTP-11352 |