Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-09 | [snmp/manager] Improve handling of unexpected/invalid snmpm_user callbacks | Micael 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-06-12 | Update copyright years | Björn-Egil Dahlberg | |
2013-05-28 | [snmp] Use of new crypto interface correctd in manager | Micael Karlberg | |
Added a common utility function (in the snmp_misc module) for testing for crypto support (sed both by the manager and agent code). OTP-11009 | |||
2013-01-14 | Merge branch 'bmk/snmp/manager/performance_improvement/OTP-10673' into ↵ | Micael Karlberg | |
bmk/snmp/snmp423_integration Conflicts: lib/snmp/doc/src/notes.xml | |||
2013-01-11 | [snmp/manager] Proper copyright end year (2013) | Micael Karlberg | |
2013-01-11 | Merge branch 'id/snmp_optimization' into ↵ | Micael Karlberg | |
bmk/snmp/manager/performance_improvement/OTP-10673 | |||
2013-01-09 | [snmp/manager] Proper copyright end year (2013) | Micael Karlberg | |
2013-01-09 | Polish return values of snmpm_user_default according to snmpm_user doc | Luca Favatella | |
Even if not compliant with snmpm_user's doc, the previous return values in snmpm_user_default were harmless because of how the callbacks handle_trap and handle_report are called in snmpm_server. | |||
2013-01-09 | Prepare OTP files for Unicode as default encoding | Hans Bolinder | |
2012-12-20 | [snmp/manager] Removed deprecated functions | Micael Karlberg | |
Removed deprecated functions from the SNMP manager interface module snmpm. Also updated otp_internal in the stdlib app. OTP-10027 | |||
2012-11-17 | SNMP performance optimization | Ivan Dubovik | |
2012-08-31 | Update copyright years | Björn-Egil Dahlberg | |
2012-08-01 | Merge branch 'bmk/snmp/manager/log_to_io/OTP-10066' into ↵ | Micael Karlberg | |
bmk/snmp/snmp4221_integration | |||
2012-06-05 | Update to work with whitespace in exec path | Lukas Larsson | |
OTP-10106 OTP-10107 | |||
2012-04-20 | [snmp/manager] snmpm:log_to_io/6 did not use the LogName argument. | Micael Karlberg | |
Cut-and-paste error. OTP-10066 | |||
2012-03-30 | Update copyright years | Björn-Egil Dahlberg | |
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-02-22 | [snmp/manager] Reworked the ATL mechanism for the net-if-mt | Micael 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] Added test cases for net_if-mt | Micael Karlberg | |
Made the inform_request table public (to allow the worker processes to insert data). Also added test cases (this was done by adding "mt" groups). OTP-9876 | |||
2012-02-22 | [snmp/manager] Misc cleanup | Micael Karlberg | |
OTP-9876 | |||
2012-02-22 | [snmp/manager] Introduced new net-if module | Micael Karlberg | |
Moved the net-if multi-threading to a separate module, snmpm_net_if_mt. Restored the old module to its previous state. OTP-9876 | |||
2011-09-29 | Update copyright years | Björn-Egil Dahlberg | |
2011-07-13 | Improved (transport) domain error reporting. | Micael Karlberg | |
2011-07-12 | transport 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 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 | ... | Micael Karlberg | |
2011-05-20 | Update copyright years | Björn-Egil Dahlberg | |
2011-05-16 | Spelling in (backward *compatibility*) comment. | Micael Karlberg | |
2011-05-02 | Merge branch 'bmk/snmp/manager/deprecate_old_api/OTP-9174' into ↵ | Micael Karlberg | |
bmk/snmp/snmp420_integration | |||
2011-05-02 | Forgot to deprecate snmpm:agb/5,6,7,8,9 | Micael Karlberg | |
2011-04-15 | Merge branch 'bmk/snmp/manager/request_override_options' into ↵ | Micael Karlberg | |
bmk/snmp/snmp420_integration Conflicts: lib/snmp/src/app/snmp.appup.src OTP-9162 | |||
2011-04-14 | Detailed usage of "Extra" usage in the request API functions, | Micael Karlberg | |
including the reserved value. | |||
2011-04-14 | Final version of the (new) API. | Micael Karlberg | |
2011-04-12 | First time through the compiler. | Micael Karlberg | |
2011-04-12 | "Time to go to the gym"-backup... | Micael Karlberg | |
2011-04-08 | Some handle_call-cases handled. | Micael Karlberg | |
2011-04-08 | Merge branch 'ks/snmp-specs' into bmk/snmp/snmp420_integration | Micael Karlberg | |
OTP-9208 | |||
2011-04-06 | Backup checkin (still working on the interface functions). | Micael Karlberg | |
2011-04-06 | Updated handle_sync... | Micael Karlberg | |
2011-04-05 | sync_get handled (also fixed the common agent-data creation | Micael Karlberg | |
function). | |||
2011-04-04 | Added initial interface change. | Micael Karlberg | |
2011-04-03 | Add specs for functions that do not return | Kostis Sagonas | |
2011-03-31 | Deprecated old manager API (set and get) request functions. | Micael Karlberg | |
2010-09-10 | Remove warnings for clashes with new autoimported BIFs | Patrik Nyblom | |
2010-06-04 | OTP-8478: Added support for multiple SNMPv3 EngineIDs in a single agent | Micael Karlberg | |
2010-05-25 | OTP-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. | |||
2010-03-02 | Merge from dev branch: OTP-8480 & OTP-8481. | Micael Karlberg | |
2010-02-13 | OTP-8442: Regstration of agents using config file incorrect | Micael Karlberg | |
OTO-8442: Per Hedeland | |||
2010-02-10 | OTP-8395[2]: Sequence numbers in Audit Trail Log(s). | Micael Karlberg | |
2010-02-03 | OTP-8395: Sequence number in Audit Trail Logs. | Micael Karlberg | |