aboutsummaryrefslogtreecommitdiffstats
path: root/lib/snmp/src/manager/snmpm_server.erl
AgeCommit message (Collapse)Author
2015-06-18Change license text to APLv2Bruce Yinhe
2015-05-06Merge branch 'maint'Zandra Hird
Conflicts: OTP_VERSION erts/vsn.mk lib/test_server/src/erl2html2.erl
2015-04-24snmp: Change to random use crypto. Remove use of erlang:nowErland Schönbeck
2015-04-23Use port 0 with {fd,Fd}, use snmpm_fd in managerRaimo Niskanen
2014-09-03Clean up some config wartsRaimo Niskanen
2014-07-25Use IPv6 config in managerRaimo Niskanen
2014-07-25wip: Rewrite manager net_if processRaimo Niskanen
2013-10-09[snmp/manager] Improve handling of unexpected/invalid snmpm_user callbacksMicael Karlberg
Improved handling of unexpected return values from snmpm_user callback functions. Violations of the documented API (crashes or invalid return values) will now result in an error message. Updated doc for snmpm_user bahaviour and some other stuff. Add more (common) type defs. Update manager example. Fixed manager test(s). Fixed unused vars in (manager) test suite. Make test user follow defined behaviour.
2013-01-11[snmp/manager] Proper copyright end year (2013)Micael Karlberg
2012-11-17SNMP performance optimizationIvan Dubovik
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-04-14Detailed usage of "Extra" usage in the request API functions,Micael Karlberg
including the reserved value.
2011-04-14Final version of the (new) API.Micael Karlberg
2011-04-12First time through the compiler.Micael Karlberg
2011-04-12"Time to go to the gym"-backup...Micael Karlberg
2011-04-08Some handle_call-cases handled.Micael Karlberg
2011-04-06Backup checkin (still working on the interface functions).Micael Karlberg
2011-04-06Updated handle_sync...Micael Karlberg
2011-04-05sync_get handled (also fixed the common agent-data creationMicael Karlberg
function).
2011-04-04Added initial interface change.Micael Karlberg
2010-05-25OTP-8563: Decode/Encode of Counter64 error.Micael 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". OTP-8646: Agent-info lookup raise condition. OTP-8648: MIB server cache auto-gc chenged to on by default.
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP