Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-22 | [snmp] Add log_to_io function for both manager and agent | Micael 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-01-17 | Merge branch 'bmk/snmp/snmp4215_integration/r14' into ↵ | Micael Karlberg | |
bmk/snmp/snmp4215_integration/r15 Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/doc/src/notes_history.xml lib/snmp/src/app/snmp.appup.src lib/snmp/vsn.mk | |||
2012-01-12 | Merge branch 'bmk/snmp/agent/synchronizing_vacm_dumping/r14/OTP-9851' into ↵ | Micael Karlberg | |
bmk/snmp/snmp4215_integration/r14 Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/src/app/snmp.appup.src | |||
2012-01-12 | [snmp/agent] Removed the (unused) serializer part | Micael Karlberg | |
OTP-9851 | |||
2012-01-12 | [snmp/agent] Use unique temporary file name during vacm table dumnping | Micael Karlberg | |
Removed the use synchronization mechanism during vacm table dumping. This could not be placed in the master agent since it was sometimes used from the master agent. Also is was credated and used from the top agent supervisor, befor the master agent process was created... OTP-9851 | |||
2012-01-12 | [snmp/agent] Synchronization feature added | Micael Karlberg | |
OTP-9851 | |||
2012-01-12 | [snmp/agent] Creating a unique temporary file whe dumping vacm | Micael 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 funs | Micael Karlberg | |
OTP-9783 | |||
2011-12-09 | Update copyright years | Björn-Egil Dahlberg | |
2011-12-01 | Merge 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-29 | snmp: Eliminate use of tuple fun | Björn Gustavsson | |
2011-11-25 | [agent] When sending an error message (reply) regarding | Micael Karlberg | |
snmpUnknownPDUHandlers, the agent used the wrong OID. OTP-9747 | |||
2011-11-25 | [agent] Version 4.20 introduced a change that broke trap sending from | Micael Karlberg | |
subagents. Due to a bug in the test code, this was not discovered, until that bug was fixed. OTP-9745 | |||
2011-09-23 | Merge branch 'dev' into major | Micael 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-16 | emulator: Add a fourth element in exception stacktraces | Bjö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-26 | Merge branch 'maint-r14' into dev | Micael 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 when | Micael 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 when | Micael Karlberg | |
changes where made to the VACM security-to-group, access and view-tree-family tables. OTP-9367 | |||
2011-07-15 | Cosmetics indenting... | Micael Karlberg | |
2011-07-15 | Removed "crap" that somehow had gotten into the file (escape | Micael Karlberg | |
sequence). | |||
2011-07-13 | Improved (transport) domain error reporting. | Micael Karlberg | |
2011-07-12 | Merge 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 was | Micael 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, instead | Micael 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-20 | Update copyright years | Björn-Egil Dahlberg | |
2011-04-20 | Merge 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-20 | Patch from Attila Rajmund Nohl: Arguments switched. | Micael Karlberg | |
2011-04-18 | Removed unused function. | Micael Karlberg | |
2011-04-18 | Merge 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-18 | Merge branch 'dev' into bmk/snmp/agent/multi_engine_id_for_traps/OTP-9119 | Micael Karlberg | |
2011-04-18 | Patch received from Attila Rajmund Nohl. | Micael Karlberg | |
2011-04-08 | Merge branch 'ks/snmp-specs' into bmk/snmp/snmp420_integration | Micael Karlberg | |
OTP-9208 | |||
2011-04-07 | Added export of new send notification function.c | Micael Karlberg | |
2011-04-05 | Cosmetic... | Micael Karlberg | |
2011-04-05 | Chenged default extra-info value (for future use). | Micael Karlberg | |
2011-04-04 | Added extra-info as an argument to be provided when sending | Micael Karlberg | |
trap/notification and passed through to the net-if process. First version. | |||
2011-04-03 | Add specs for functions that do not return | Kostis Sagonas | |
2011-03-25 | Merge branch 'bmk/snmp/support_ipv6_transport_address' of github.com:bmk/otp ↵ | Micael Karlberg | |
into bmk/snmp/support_ipv6_transport_address | |||
2011-03-25 | Merge branch 'dev' into bmk/snmp/support_ipv6_transport_address | Micael Karlberg | |
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2011-03-10 | Added export of snmp_target_mib:add_addr/11. | Micael Karlberg | |
2011-03-09 | Added handling of muiltiple engine-id(s). | Micael Karlberg | |
2011-03-08 | Used invalid module names in two places. Corrected. | Micael Karlberg | |
2011-03-08 | Debugging when retrieving destinations. | Micael Karlberg | |
2011-03-08 | Add handling pf domain and also default domain for cases | Micael Karlberg | |
where old style is used. | |||
2011-03-08 | Cosmetics... | Micael Karlberg | |