Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-22 | [snmp/manager] Preliminary appup | Micael Karlberg | |
Add preliminary appup. Also reorder app file. 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 | |||
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-16 | [snmp] Fixed release notes. Used wrong ticket number | Micael Karlberg | |
OTP-9783 | |||
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] Updated appup file | Micael Karlberg | |
2012-01-12 | [snmp/agent] Updated release notes | Micael Karlberg | |
OTP-9851 | |||
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] Add common timestamp format function. | Micael Karlberg | |
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] Changed version | Micael Karlberg | |
Assigned new version, 4.21.5 instedad of 4.22, for app. This version is more in line with the change. Updated release notes and appup accordingly. OTP-9783 | |||
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-14 | Update snmp to correct versionOTP_R15B | Björn-Egil Dahlberg | |
2011-12-12 | Prepare release | Erlang/OTP | |
2011-12-09 | Update copyright years | Björn-Egil Dahlberg | |
2011-12-09 | Fix error in dtd include paths to xsltproc. | Lars Thorsen | |
2011-12-05 | Add proper release notes for ticket OTP-9779. | Micael Karlberg | |
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 | Added make targets for building an snmp dialyzer plt. | Micael Karlberg | |
2011-11-25 | [compiler] Fix the --warnings/--W option parsing in the snmpc wrapper script. | Micael Karlberg | |
The short warning option was incorrectly '--w', instead of as documented '--W'. This has now been corrected. Tuncer Ayaz OTP-9718 | |||
2011-11-25 | [compiler] Improved version info printout from the | Micael Karlberg | |
MIB compiler frontend escript. OTP-9618 | |||
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 | Updated appup file and release notes. | Micael Karlberg | |
OTP-9745 | |||
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-11-25 | Upped the version in prep of patch. | Micael Karlberg | |
OTP-9748 | |||
2011-11-25 | Fixed expect function, which basically ignored detected errors. | Micael Karlberg | |
Also added more printouts to make it easier to follow the flow of the test. In the same spirit, changed the tags in some of the test cases so that it would be possible to distinguish one expect call form another (not always possible since some functions are used by several test cases). OTP-9748 | |||
2011-11-22 | Revert "Update version numbers for pre-release of R15" | Björn-Egil Dahlberg | |
This reverts commit e21ff9b0b69219ab3853be7e80813156113152b7. | |||
2011-11-22 | Update version numbers for pre-release of R15OTP_R15A | Björn Gustavsson | |
2011-11-16 | [compiler] Fix the --warnings/--W option parsing in the snmpc wrapper script. | Micael Karlberg | |
The short warning option was incorrectly '--w', instead of as documented '--W'. This has now been corrected. Tuncer Ayaz OTP-9718 Merge branch 'bmk/snmp/compiler/fix_short_warning_option/OTP-9718' into bmk/snmp/r15_integration | |||
2011-11-16 | [compiler] Improved version info printout. | Micael Karlberg | |
OTP-9618 Merge branch 'bmk/snmp/compiler/misc/OTP-9618' into bmk/snmp/r15_integration Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/src/app/snmp.appup.src lib/snmp/vsn.mk | |||
2011-11-16 | [compiler] Fix the --warnings/--W option parsing in the snmpc wrapper script. | Micael Karlberg | |
The short warning option was incorrectly '--w', instead of as documented '--W'. This has now been corrected. Tuncer Ayaz OTP-9718 Merge branch 'ta/snmpc-warnings-option' into bmk/snmp/compiler/fix_short_warning_option/OTP-9718 | |||
2011-11-16 | Added new entry because of the version. | Micael Karlberg | |
OTP-9618 | |||
2011-11-16 | New version. Also updated dependency for snmpc. | Micael Karlberg | |
OTP-9618 | |||
2011-11-16 | Merge branch 'maint-r14' | Micael Karlberg | |
2011-11-10 | Remove exec bit from: erl, hrl, xml, html, asn, gif, xpm | Ricardo Catalinas Jiménez | |
2011-11-09 | Bad note store GC timer deactivation. | Micael Karlberg | |
Wrong field in the state record was set (timeout instead active). Stefan Grundmann OTP-9690 | |||
2011-11-08 | Merge branch 'master' of super:otp into bmk/snmp/compiler/misc/OTP-9618 | Micael Karlberg | |
2011-10-27 | Remove unused */doc/src/make.dep files | Björn Gustavsson | |
These dependency files was once used when building the documentation, but are no longer needed. | |||
2011-10-27 | doc Makefiles: Eliminate DOCSUPPORT ifdefs | Björn Gustavsson | |
Some applications still have support for an ancient documentation build system. Eliminate the DOCSUPPORT define in otp.mk.in and the not taken arm of the ifdefs in the Makefiles. | |||
2011-10-18 | snmpc: fix --warnings/--W option parsing | Tuncer Ayaz | |
2011-10-07 | [compiler] Improve version info printout. | Micael Karlberg | |
OTP-9618 | |||
2011-09-29 | Merge branch 'dev' into major | Björn-Egil Dahlberg | |
* dev: Update copyright years | |||
2011-09-29 | Update copyright years | Björn-Egil Dahlberg | |
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 |