aboutsummaryrefslogtreecommitdiffstats
path: root/lib/snmp/src/agent
AgeCommit message (Collapse)Author
2012-01-12[snmp/agent] Synchronization feature addedMicael Karlberg
OTP-9851
2012-01-12[snmp/agent] Creating a unique temporary file whe dumping vacmMicael Karlberg
Attempting to create a unique temporary file when dumping the vacm table to disk. OTP-9851
2012-01-05[snmp/agent] Found another old-style fun (2-tuple)Micael Karlberg
OTP-9783
2012-01-05[snmp/agent] Removed use of old style tuple funsMicael Karlberg
OTP-9783
2011-12-21[snmp] Updated doc and fixed wrequest create macrosMicael Karlberg
Release notes updated, together with documentation of the new config option. Also fixed the wrequest create macros (forgot end parantesis). OTP-9700
2011-12-21[snmp] Be more verbose in the worker procsMicael Karlberg
Add a verbosity printout for results of the requests sent to it). Also fixed handling sent_trap and appup. OTP-9700
2011-12-21[snmp] Add a more informative return value when the trap sending failsMicael Karlberg
OTP-9700
2011-12-21[snmp] Maximum number of varbinds in a Get-BULK responseMicael Karlberg
As a means to prevent DoS, maximum number of varbinds in a Get-BULK response has been limited. Also, made some changes to the worker process "API". OTP-9700.
2011-12-21[snmp] Mostly added some more verbosity stuffMicael Karlberg
OTP-9700
2011-12-09Update copyright yearsBjörn-Egil Dahlberg
2011-12-01Merge branch 'maint-r14'Micael Karlberg
Conflicts: lib/snmp/src/agent/snmpa_set_lib.erl lib/snmp/src/app/snmp.appup.src lib/snmp/src/compile/snmpc.src lib/snmp/vsn.mk
2011-11-29snmp: Eliminate use of tuple funBjörn Gustavsson
2011-11-25[agent] When sending an error message (reply) regardingMicael Karlberg
snmpUnknownPDUHandlers, the agent used the wrong OID. OTP-9747
2011-11-25[agent] Version 4.20 introduced a change that broke trap sending fromMicael Karlberg
subagents. Due to a bug in the test code, this was not discovered, until that bug was fixed. OTP-9745
2011-09-23Merge branch 'dev' into majorMicael Karlberg
Conflicts: lib/inets/doc/src/notes.xml lib/inets/src/inets_app/inets.appup.src lib/inets/test/httpc_cookie_SUITE.erl lib/inets/vsn.mk
2011-08-16emulator: Add a fourth element in exception stacktracesBjörn Gustavsson
This commit is a preparation for introducing location information (filename/line number) in stacktraces in exceptions. Currently a stack trace looks like: [{Mod1,Function1,Arity1}, . . . {ModN,FunctionN,ArityN}] Add a forth element to each tuple that can be used indication the filename and line number of the source file: [{Mod1,Function1,Arity1,Location1}, . . . {ModN,FunctionN,ArityN,LocationN}] In this commit, the fourth element will just be an empty list, and we will change all code that look at or manipulate stacktraces.
2011-08-01[agent] Some very minor debugging improvements.Micael Karlberg
OTP-9446
2011-07-26Merge branch 'maint-r14' into devMicael Karlberg
Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/src/agent/snmpa_mpd.erl lib/snmp/src/app/snmp.appup.src lib/snmp/vsn.mk
2011-07-22[agent] The SNMP ACM cache was not properly updated whenMicael Karlberg
changes where made to the VACM security-to-group, access and view-tree-family tables. OTP-9367 Merge branch 'bmk/snmp/agent/acm_cache_cleanup/OTP-9367' into bmk/snmp/snmp421_integration Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/src/app/snmp.appup.src
2011-07-21[agent] The SNMP ACM cache was not properly updated whenMicael Karlberg
changes where made to the VACM security-to-group, access and view-tree-family tables. OTP-9367
2011-07-15Cosmetics indenting...Micael Karlberg
2011-07-15Removed "crap" that somehow had gotten into the file (escapeMicael Karlberg
sequence).
2011-07-13Improved (transport) domain error reporting.Micael Karlberg
2011-07-12Merge branch 'bmk/snmp/agent/wrong_default_transport_domain/OTP-9425' into ↵Micael Karlberg
bmk/snmp/manager/transport_domain/OTP-9305 Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/src/agent/snmpa_mpd.erl lib/snmp/src/app/snmp.appup.src lib/snmp/vsn.mk
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-07-12[agent] Did not handle transport domains properly in some cases.Micael Karlberg
OTP-9400
2011-07-08[agent] Wrong default transport domain, snmpUDPDomain, insteadMicael Karlberg
of transportDomainUdpIpv4. OTP-9425
2011-07-08[agent] Did not handle transport domains properly in some cases,Micael Karlberg
for instance trap sending. OTP-9400
2011-05-20Update copyright yearsBjörn-Egil Dahlberg
2011-04-20Merge branch 'bmk/agent/extra_info_notification/OTP-9183' into ↵Micael Karlberg
bmk/snmp/snmp420_integration Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/src/app/snmp.appup.src OTP-9119 OTP-9183
2011-04-20Patch from Attila Rajmund Nohl: Arguments switched.Micael Karlberg
2011-04-18Removed unused function.Micael Karlberg
2011-04-18Merge branch 'bmk/snmp/agent/multi_engine_id_for_traps/OTP-9119' into ↵Micael Karlberg
bmk/agent/extra_info_notification/OTP-9183 Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/src/app/snmp.appup.src
2011-04-18Merge branch 'dev' into bmk/snmp/agent/multi_engine_id_for_traps/OTP-9119Micael Karlberg
2011-04-18Patch received from Attila Rajmund Nohl.Micael Karlberg
2011-04-08Merge branch 'ks/snmp-specs' into bmk/snmp/snmp420_integrationMicael Karlberg
OTP-9208
2011-04-07Added export of new send notification function.cMicael Karlberg
2011-04-05Cosmetic...Micael Karlberg
2011-04-05Chenged default extra-info value (for future use).Micael Karlberg
2011-04-04Added extra-info as an argument to be provided when sendingMicael Karlberg
trap/notification and passed through to the net-if process. First version.
2011-04-03Add specs for functions that do not returnKostis Sagonas
2011-03-25Merge branch 'bmk/snmp/support_ipv6_transport_address' of github.com:bmk/otp ↵Micael Karlberg
into bmk/snmp/support_ipv6_transport_address
2011-03-25Merge branch 'dev' into bmk/snmp/support_ipv6_transport_addressMicael Karlberg
2011-03-11Update copyright yearsBjörn-Egil Dahlberg
2011-03-10Added export of snmp_target_mib:add_addr/11.Micael Karlberg
2011-03-09Added handling of muiltiple engine-id(s).Micael Karlberg
2011-03-08Used invalid module names in two places. Corrected.Micael Karlberg
2011-03-08Debugging when retrieving destinations.Micael Karlberg
2011-03-08Add handling pf domain and also default domain for casesMicael Karlberg
where old style is used.
2011-03-08Cosmetics...Micael Karlberg