Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-09-05 | Merge branch 'bmk/snmp/agent/debugging_improvements/OTP-9446' into ↵ | Micael Karlberg | |
bmk/snmp/snmp4211_integration Conflicts: lib/snmp/src/app/snmp.appup.src | |||
2011-09-05 | Release notes "fixed"... | Micael Karlberg | |
2011-08-02 | Also added handling option "--W" in the snmpc(command), | Micael Karlberg | |
for completion. | |||
2011-08-02 | Fixed release notes entry. | Micael Karlberg | |
2011-08-02 | [compiler] Used wrong variable name (for | Micael Karlberg | |
warnings-as-errors variable), which caused the compiler to crash when using the snmpc script. Also added the option --Werror for the SNMP MIB compiler (escript) frontend (to mimic erlc), which specifies whether warnings should be treated as errors. OTP-9447 | |||
2011-08-01 | [agent] Some very minor debugging improvements. | Micael Karlberg | |
OTP-9446 | |||
2011-07-22 | Fixed install directory typo for man3. | Micael Karlberg | |
Peter Lemenkov Hans Ulrich Niedermann OTP-9442 Merge branch 'bmk/snmp/install_dir_typo_man3/OTP-9442' into bmk/snmp/snmp421_integration Conflicts: lib/snmp/doc/src/notes.xml | |||
2011-07-22 | Fixed install directory typo for man3. | Micael Karlberg | |
Peter Lemenkov. Hans Ulrich Niedermann. OTP-9442 | |||
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 | The snmp config tool could not handle (manager) audit trail config | Micael Karlberg | |
because the option seqno was not handled. OTP-9354 Merge branch 'bmk/snmp/audit_trail_config_bug/OTP-9354' into bmk/snmp/snmp421_integration Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/src/app/snmp.appup.src | |||
2011-07-21 | The snmp config tool could not handle (manager) audit trail config | Micael Karlberg | |
because the option seqno was not handled. OTP-9354 | |||
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-19 | Added marker id's in the snmpc(command) to allow linking | Micael Karlberg | |
top specific compiler options. Updated release notes accordingly. OTP-9437 | |||
2011-07-19 | [compiler] Added the option warnings_as_errors (for the SNMP MIB | Micael Karlberg | |
compiler (escript) frontend, the option --wae is used) which specifies whether warnings should be treated as errors. Tuncer Ayaz. OTP-9437 Merge branch 'bmk/snmp/compiler/warnings_as_errors/OTP-9437' into bmk/snmp/snmp421_integration Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/src/app/snmp.appup.src lib/snmp/src/compile/Makefile | |||
2011-07-18 | [compiler] Make documentation for the snmpc escript | Micael Karlberg | |
regarding the the new option for warnings as errors ("--wae" in this case). Tuncer Ayaz. OTP-9437 | |||
2011-07-18 | [compiler] Added the option warnings_as_errors which | Micael Karlberg | |
specifies whether warnings should be treated as errors. Tuncer Ayaz. OTP-9437 | |||
2011-07-12 | Fixed release notes and API documentation for tdomain.xs | 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] Did not handle transport domains properly in some cases, | Micael Karlberg | |
for instance trap sending. OTP-9400 [agent] Wrong default transport domain, snmpUDPDomain, instead of transportDomainUdpIpv4. OTP-9425 | |||
2011-05-20 | Update copyright years | Björn-Egil Dahlberg | |
2011-05-18 | Fixed bad links in documentation. | Micael Karlberg | |
2011-05-16 | Moved entry from "Improvements..." to "Fixed...". | Micael Karlberg | |
2011-05-11 | Merge branch 'bmk/snmp/counter32_decode/OTP-9022' into ↵ | Micael Karlberg | |
bmk/snmp/snmp420_integration Conflicts: lib/snmp/src/app/snmp.appup.src OTP-9022 | |||
2011-05-11 | Release notes, test case and some minor decode fixes | Micael Karlberg | |
(allow only 32 bit values when decoding). | |||
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-18 | Merge branch 'bmk/snmp/agent/multi_engine_id_for_traps/OTP-9119' into ↵ | Micael Karlberg | |
bmk/agent/extra_info_notification/OTP-9183 | |||
2011-04-18 | Also updated the dokumentation for the added 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-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 | Added the documentation for the previous request API | Micael Karlberg | |
(removed by misstake). | |||
2011-04-14 | Final version of the (new) API. | Micael Karlberg | |
2011-04-13 | Proper interface documentation for new API. Also release notes | Micael Karlberg | |
with links into API. | |||
2011-04-08 | Merge branch 'ks/snmp-specs' into bmk/snmp/snmp420_integration | Micael Karlberg | |
OTP-9208 | |||
2011-04-07 | Release notes and API cleanup. | Micael Karlberg | |
2011-04-05 | Documentation updated. | Micael Karlberg | |
2011-04-01 | Merge branch 'bmk/snmp/manager/deprecate_old_api/OTP-9174' into ↵ | Micael Karlberg | |
bmk/snmp/snmp420_integration Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/src/app/snmp.appup.src | |||
2011-03-31 | Deprecated old manager API (set and get) request functions. | Micael Karlberg | |
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-09 | The first basic (version) update: Version, release notes and | Micael Karlberg | |
(an empty) appup entry. | |||
2011-03-09 | Added the new mib TRANSPORT-ADDRESS-MIB to the mib | Micael Karlberg | |
for which we are building man-pages. | |||
2011-03-09 | Merge branch 'dev' into bmk/snmp/support_ipv6_transport_address | Micael Karlberg | |
2011-03-08 | Renamed snmpc(module) to (just) snmpc and | Micael Karlberg | |
snmpc to snmpc(command)... | |||
2011-03-07 | Merge branch 'dev' into bmk/snmp/support_ipv6_transport_address | Micael Karlberg | |