summaryrefslogtreecommitdiff
path: root/lib/snmp/src/misc/snmp_log.erl
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright yearErlang/OTP2022-02-151-1/+1
|
* Fix typos in lib/snmpKian-Meng, Ang2021-12-301-1/+1
|
* [snmp|agent] Dialyzer related changesMicael Karlberg2019-06-271-13/+5
| | | | | | | | | | Changes to satisfy dialyzer. Including changing the definition of some of the behaviours (use the '-callback' attribute instead of an explicit behaviour_info/1 function). Also found and corrected some (apparently minor) bugs. OTP-15932
* [snmp] Dialyzer fixesMicael Karlberg2019-06-271-0/+1
| | | | | | | Make target (for running dialyzer on snmp), os usage and a minor snmp_log ("future proofing"). OTP-15932
* [snmp] Add proper versionMicael Karlberg2018-09-171-10/+7
| | | | | | Also fixed case clause. OTP-15287 (ERIERL-206)
* [snmp] Update copyright end dateMicael Karlberg2018-09-071-1/+1
| | | | OTP-15287 (ERIERL-206)
* [snmp] Improved Audit Trail Log conversion failureMicael Karlberg2018-09-071-138/+197
| | | | | | | | | | | 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)
* update copyright-yearHenrik Nord2016-03-151-1/+1
|
* Change license text to APLv2Bruce Yinhe2015-06-181-9/+10
|
* Fix log validation and fix some testcasesRaimo Niskanen2014-07-251-3/+16
|
* Rewrite string representation of addresses and stop printing an error report ↵Raimo Niskanen2014-07-251-3/+6
| | | | when snmpa_net_if gets externally killed
* wip: Fix agent loggingRaimo Niskanen2014-07-251-64/+123
|
* Merge branch 'bmk/snmp/snmp425_integration' into maintMicael Karlberg2013-11-261-33/+155
|\ | | | | | | | | | | | | | | 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
| * Merge branch 'bmk/snmp/blocking_log_during_conversion' into ↵Micael Karlberg2013-11-191-8/+9
| |\ | | | | | | | | | | | | | | | | | | bmk/snmp/snmp425_integration Conflicts: lib/snmp/src/app/snmp.erl
| | * [snmp] Cleanup and changed atl conversion block defaultMicael Karlberg2013-11-191-8/+9
| | | | | | | | | | | | | | | | | | | | | Changed the default value for the Audit Trail Log conversion to true. Also some cleanup. OTP-11396
| * | Merge branch 'bmk/snmp/handling_corrupt_atl_when_converting/r16/OTP-11453' ↵Micael Karlberg2013-11-131-70/+189
| |\ \ | | |/ | |/| | | | | | | | | | | | | into bmk/snmp/snmp425_integration Conflicts: lib/snmp/src/misc/snmp_log.erl
| | * [snmp] Improving ATL handling of corrupt logsMicael Karlberg2013-10-311-73/+203
| |/ |/| | | | | | | | | | | | | | | | | | | 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
| * [snmp] Updated release notes, ref man, appup and assigned proper versionMicael Karlberg2013-10-111-14/+8
| |
| * [snmp] Add (atl) log conversion block optionMicael Karlberg2013-10-111-29/+153
|/ | | | | | | 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).
* [snmp] Add log_to_io function for both manager and agentMicael Karlberg2012-02-221-38/+34
| | | | | | | | | | | Add a log_to_io Audit Trail Log converter function for both the manager (snmpm) and agent (snmpa). Also fixed the converter functions in the logger module, snmp_log, which previously sometimes did not work properly (re-open an already open log with different properties). OTP-9940
* [snmp/manager] Reworked the ATL mechanism for the net-if-mtMicael Karlberg2012-02-221-10/+28
| | | | | | | Removed the separate logger process. Instead open the log from each worker process and log from them directly. OTP-9876
* Update copyright yearsBjörn-Egil Dahlberg2011-05-201-1/+1
|
* Dialyzer cleanup (removed unused function clauses).Micael Karlberg2011-05-111-5/+0
|
* OTP-8395[2]: Sequence numbers in Audit Trail Log(s).Micael Karlberg2010-02-101-0/+10
|
* OTP-8395: Sequence number in Audit Trail Logs.Micael Karlberg2010-02-031-83/+412
|
* The R13B03 release.OTP_R13B03Erlang/OTP2009-11-201-0/+584