aboutsummaryrefslogtreecommitdiffstats
path: root/lib/snmp/src/misc
AgeCommit message (Collapse)Author
2013-05-24snmp: Remove use of deprecated crypto functionsIngela Anderton Andin
2013-05-23[snmp/agent] Updated the config tool with new mib-storage formatMicael Karlberg
2012-08-31Update copyright yearsBjörn-Egil Dahlberg
2012-08-13[snmp] Add bug compatible fixes to TimeTicks decodeMicael Karlberg
Add handling of incorrectly encoded TimeTicks and Unsigned32.
2012-08-02[snmp] Fixed problem with TimeTicks decodeMicael Karlberg
The decoder had a problem with data of type TimeTicks. Also, the handling of invalid values (value out of range) was bad for both TimeTicks and Unsigned32. OTP-10132
2012-06-05Update to work with whitespace in exec pathLukas Larsson
OTP-10106 OTP-10107
2012-03-30Update copyright yearsBjörn-Egil Dahlberg
2012-03-05Merge branch 'bmk/snmp/improve_error_handling_reading_config/OTP-9943' into ↵Micael Karlberg
bmk/snmp/snmp422_integration/r15 Conflicts: lib/snmp/test/snmp_app_test.erl
2012-03-05[snmp/agent] Some minor improvements to the error messagesMicael Karlberg
OTP-9943
2012-02-27Merge branch 'bmk/snmp/improve_error_handling_reading_config/OTP-9943' into ↵Micael Karlberg
bmk/snmp/snmp422_integration/r15 Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/src/app/snmp.appup.src
2012-02-24[snmp/agent] Improve error handling while reading agent config filesMicael Karlberg
Improve error handling while reading agent config files. OTP-9943
2012-02-24[snmp] Fixed verbosity timestampMicael Karlberg
2012-02-22[snmp] Add log_to_io function for both manager and agentMicael Karlberg
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
2012-02-22[snmp/manager] Reworked the ATL mechanism for the net-if-mtMicael Karlberg
Removed the separate logger process. Instead open the log from each worker process and log from them directly. OTP-9876
2012-02-22[snmp/manager] Misc cleanupMicael Karlberg
OTP-9876
2011-12-09Update copyright yearsBjörn-Egil Dahlberg
2011-11-09Bad note store GC timer deactivation.Micael Karlberg
Wrong field in the state record was set (timeout instead active). Stefan Grundmann OTP-9690
2011-07-21The snmp config tool could not handle (manager) audit trail configMicael Karlberg
because the option seqno was not handled. OTP-9354 Merge branch 'bmk/snmp/audit_trail_config_bug/OTP-9354' into bmk/snmp/snmp421_integration Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/src/app/snmp.appup.src
2011-07-21The snmp config tool could not handle (manager) audit trail configMicael Karlberg
because the option seqno was not handled. OTP-9354
2011-07-13Improved (transport) domain error reporting.Micael Karlberg
2011-07-12transport domain config option named tdomain.Micael Karlberg
Removed debug printouts. transport domain error detection.
2011-07-12[manager] No way to specify transport domain. Transport domains wasMicael Karlberg
assumed to be IPv4. This has now been changed so that it can also be IPv6. To facilitate this, the transportDomain is now a (new) valid option. This also mean that the transport behaviour has changed. OTP-9305 [agent] A temporary fix for transport domain, specifically regarding trap sending. This is done in order to make testing possible, pending merge from topic branch. OTP-9400
2011-05-20Update copyright yearsBjörn-Egil Dahlberg
2011-05-11Merge branch 'bmk/snmp/counter32_decode/OTP-9022' into ↵Micael Karlberg
bmk/snmp/snmp420_integration Conflicts: lib/snmp/src/app/snmp.appup.src OTP-9022
2011-05-11Cosmetics.Micael Karlberg
2011-05-11Release notes, test case and some minor decode fixesMicael Karlberg
(allow only 32 bit values when decoding).
2011-05-11Dialyzer cleanup (removed unused function clauses).Micael Karlberg
2011-04-20Just a save commit (I need to work on another branch...)Micael Karlberg
2011-04-01Added export of new (ip-) verification function.Micael Karlberg
2011-03-28Cosmetic prep for handling of domains in the config tool.Micael Karlberg
2011-03-25Checking an taddress with domain snmpUDPDomain giv as a OID not handled.Micael Karlberg
2011-03-08Added export of new ip check function (using domain when checking).Micael Karlberg
2011-03-08Add handling pf domain and also default domain for casesMicael Karlberg
where old style is used.
2011-03-07Basically backup commit (time to go home).Micael Karlberg
Implemented handling of domains in the mpd module. Still some errors left though (3 test cases fail).
2011-03-02Added taddress and tdomain create functions.Micael Karlberg
2011-03-02Added check functions for domain and tdomain.Micael Karlberg
Also updated check functions for ip and taddress.
2010-09-10Remove warnings for clashes with new autoimported BIFsPatrik Nyblom
2010-05-06OTP-8563: Decode/Encode of Counter64 errorMicael Karlberg
OTP-8574: Option to allow invalid row OIDs OTP-8594: Make snmp forward compatible with new crypto OTP-8595: snmpc fails to compile BITS with "holes"
2010-02-10OTP-8433: Fix typos of lib/snmp/src/misc/snmp_config.erlMicael Karlberg
OTP-8433: Kenji Rikitake
2010-02-10OTP-8395[2]: Sequence numbers in Audit Trail Log(s).Micael Karlberg
2010-02-03OTP-8395: Sequence number in Audit Trail Logs.Micael Karlberg
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP