Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-05 | Again: Call chmod without the "-f" flag | Holger Weiß | |
Commit 7ed11a886fc8fcaf3c2b8324294e2f24e02b0f28 removed the "-f" flag from chmod calls in Makefiles: | "-f" is a non-standard chmod option which at least SGI IRIX and HP UX | do not support. As the only effect of the "-f" flag is to suppress | warning messages, it can be safely omitted. Meanwhile, new "chmod -f" calls have been added. This commit removes the "-f" flag from those new calls. | |||
2011-05-20 | Update copyright years | Björn-Egil Dahlberg | |
2011-05-18 | Fixed bad links in documentation. | Micael Karlberg | |
2011-05-16 | Spelling in (backward *compatibility*) comment. | 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 | Updated appup file also (to handle snmp_pdus). | Micael Karlberg | |
2011-05-11 | Cosmetics. | Micael Karlberg | |
2011-05-11 | Release notes, test case and some minor decode fixes | Micael Karlberg | |
(allow only 32 bit values when decoding). | |||
2011-05-11 | Dialyzer cleanup (removed unused function clauses). | Micael Karlberg | |
2011-05-10 | Added (intial) override community stuff. | Micael Karlberg | |
2011-05-06 | Udated documentation (and version). | 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-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-20 | Just a save commit (I need to work on another branch...) | 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 | |||
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 | Fixed appup. | Micael Karlberg | |
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-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-15 | Fixed appup. | Micael Karlberg | |
2011-04-15 | Async get-bulk test case for version 3 request API. | Micael Karlberg | |
2011-04-15 | Sync get-bulk test case for version 3 of the request API. | Micael Karlberg | |
2011-04-15 | Async set test case for version 3 request API. | Micael Karlberg | |
2011-04-14 | Sync set test case for version 2 request API. | Micael Karlberg | |
2011-04-14 | Async get-next test cases for version 3 request API. | Micael Karlberg | |
2011-04-14 | Sync get-next test case for version 3 request API. | Micael Karlberg | |
2011-04-14 | Async get test case for version 3 request API. | Micael Karlberg | |
2011-04-14 | First test case for request API version 3. | Micael Karlberg | |
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-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-07 | Added export of new send notification function.c | Micael Karlberg | |
2011-04-07 | Release notes and API cleanup. | Micael Karlberg | |
2011-04-06 | Backup checkin (still working on the interface functions). | Micael Karlberg | |
2011-04-06 | Updated handle_sync... | Micael Karlberg | |
2011-04-05 | Cosmetic... | Micael Karlberg | |
2011-04-05 | Chenged default extra-info value (for future use). | Micael Karlberg | |
2011-04-05 | Documentation updated. | Micael Karlberg | |
2011-04-05 | sync_get handled (also fixed the common agent-data creation | Micael Karlberg | |
function). |