2023-11-04 |
martijn | Move SNMPv2-SMI::snmpV2 from mib.c into the new application_...
|
commit | commitdiff | tree |
2023-11-04 |
martijn | Move SNMPv2-MIB::snmp from mib.c into the new application_in...
|
commit | commitdiff | tree |
2023-11-04 |
martijn | Introduce application_internal.c. This backend is meant...
|
commit | commitdiff | tree |
2023-10-29 |
martijn | Add a few tests to make sure that getnext requests...
|
commit | commitdiff | tree |
2023-10-29 |
martijn | When doing a get{next,bulk} below an instance we must...
|
commit | commitdiff | tree |
2023-10-29 |
martijn | Add a regress test to make sure that agentx responses...
|
commit | commitdiff | tree |
2023-10-29 |
martijn | searchrange.end is non-inclusive. Adjust the tests...
|
commit | commitdiff | tree |
2023-10-29 |
martijn | Add a test to the end of agentx_varbind_finalize()...
|
commit | commitdiff | tree |
2023-10-27 |
martijn | If an invalid varbindlist was returned by a backend...
|
commit | commitdiff | tree |
2023-10-27 |
martijn | Add a test that would cause a use after free previously...
|
commit | commitdiff | tree |
2023-10-27 |
martijn | Use event_add(), instead of calling appl_agentx_send...
|
commit | commitdiff | tree |
2023-10-24 |
martijn | Make hrSWRunPath use argv[0], instead of p_comm. hrSWRunName...
|
commit | commitdiff | tree |
2023-10-24 |
martijn | Add support for HOST-RESOURCES-MIB:hrSWRunPerfTable...
|
commit | commitdiff | tree |
2023-10-24 |
martijn | Add a new regression framework for snmpd.
|
commit | commitdiff | tree |
2023-10-24 |
martijn | FC3416 section 4.2.1 (and others) tells us that if...
|
commit | commitdiff | tree |
2023-10-24 |
martijn | Certain error codes are only intended for certain request...
|
commit | commitdiff | tree |
2023-10-24 |
martijn | If a backend registers as an instance it must never...
|
commit | commitdiff | tree |
2023-10-24 |
martijn | set ab_range explicitly to 1 for appl_agentx_session...
|
commit | commitdiff | tree |
2023-10-24 |
martijn | When returning an endOfMibView we must always set it...
|
commit | commitdiff | tree |
2023-10-24 |
martijn | When opening 2 sessions on an agentx connection and...
|
commit | commitdiff | tree |
2023-10-24 |
martijn | Fix appl_unregister() when called with range_subid...
|
commit | commitdiff | tree |
2023-10-24 |
martijn | Fix appl_register() when called with range_subid set...
|
commit | commitdiff | tree |
2023-10-24 |
martijn | RFC2741 section 6.2.2 says that reasonByManager can...
|
commit | commitdiff | tree |
2023-10-24 |
martijn | appl_agentx_free() closes any open sessions before...
|
commit | commitdiff | tree |
2023-10-24 |
martijn | Always check if the context is available inside appl_agentx_...
|
commit | commitdiff | tree |
2023-10-24 |
martijn | Verify if supplied AgentX PDU header flags are valid...
|
commit | commitdiff | tree |
2023-10-24 |
martijn | RFC2741 section 7.1.1 tells us that if a pdu can't...
|
commit | commitdiff | tree |
2023-10-24 |
martijn | According to RFC2741 section 6.1.1 an agentx-response...
|
commit | commitdiff | tree |
2023-10-24 |
martijn | Make sure that unpacking of an AgentX OID doesn't contain...
|
commit | commitdiff | tree |
2023-10-24 |
martijn | Remove filter-pf-addresses. This feature has been deprecated...
|
commit | commitdiff | tree |
2022-12-20 |
martijn | If we don't have usecommonopt for our application we...
|
commit | commitdiff | tree |
2022-12-20 |
martijn | Apply proper bounds checking to non-repeaters and max...
|
commit | commitdiff | tree |
2022-12-20 |
martijn | Make ar[du]_{nonrepeaters,maxrepetitions} uint16_t...
|
commit | commitdiff | tree |
2022-12-20 |
martijn | When writing out a PDU with authpriv that's larger...
|
commit | commitdiff | tree |
2022-12-20 |
martijn | When writing a message out over tcp that's too large...
|
commit | commitdiff | tree |
2022-12-02 |
martijn | When checking if we're implied we must also check if...
|
commit | commitdiff | tree |
2022-11-03 |
martijn | When decoding a sequence/set, make sure that:
|
commit | commitdiff | tree |
2022-11-01 |
martijn | On endOfMibView reset OID back to the original requested...
|
commit | commitdiff | tree |
2022-10-25 |
martijn | Fix LDADD and DPADD.
|
commit | commitdiff | tree |
2022-10-25 |
martijn | Fix several "bytes" in DESCRIPTION to their clearly...
|
commit | commitdiff | tree |
2022-10-14 |
martijn | Add an agentx_retry call.
|
commit | commitdiff | tree |
2022-10-14 |
martijn | Don't call agentx_reset on errors returned by the AgentX...
|
commit | commitdiff | tree |
2022-10-06 |
martijn | Remove a lot of old (dead) code that's either been...
|
commit | commitdiff | tree |
2022-09-26 |
martijn | Fix a use after free in case mta_tls_init fails.
|
commit | commitdiff | tree |
2022-09-13 |
martijn | Add (partial) support for agentx in vmd.
|
commit | commitdiff | tree |
2022-09-13 |
martijn | varbind was designed to allow both a ber NULL and a...
|
commit | commitdiff | tree |
2022-09-13 |
martijn | When a connection is reset while we still have an outstandin...
|
commit | commitdiff | tree |
2022-09-02 |
martijn | The sysORTable doesn't have 10 entries anymore.
|
commit | commitdiff | tree |
2022-09-01 |
martijn | Add privilege separation to snmpd.
|
commit | commitdiff | tree |
2022-09-01 |
martijn | Hook up snmpd_metrics
|
commit | commitdiff | tree |
2022-09-01 |
martijn | Import snmpd_metrics.
|
commit | commitdiff | tree |
2022-09-01 |
martijn | At the moment unveil(2) doesn't check the path for...
|
commit | commitdiff | tree |
2022-08-31 |
martijn | Rewrite the searchrange end calculation routine.
|
commit | commitdiff | tree |
2022-08-30 |
martijn | Remove now unused search variable. Missed in previous.
|
commit | commitdiff | tree |
2022-08-30 |
martijn | Remove the downwards check for overlapping regions...
|
commit | commitdiff | tree |
2022-08-30 |
martijn | copy over av_oid_end.bo_n instead of av_oid.bo_n bytes...
|
commit | commitdiff | tree |
2022-08-29 |
martijn | Clean up a couple of log lines.
|
commit | commitdiff | tree |
2022-08-29 |
martijn | Allow overlapping regions (if subtree claim flag is...
|
commit | commitdiff | tree |
2022-08-29 |
martijn | Make sure oidbuf is initialized when we hit the overlap...
|
commit | commitdiff | tree |
2022-08-29 |
martijn | When there are two overlapping regions handled by the...
|
commit | commitdiff | tree |
2022-08-29 |
martijn | When a backend disappears while handling a request...
|
commit | commitdiff | tree |
2022-08-29 |
martijn | Let snmpd check a response package against the requested...
|
commit | commitdiff | tree |
2022-08-29 |
martijn | Fix a case where EndOfMibView wasn't honoured.
|
commit | commitdiff | tree |
2022-08-23 |
martijn | (Re)add support for agentx in snmpd
|
commit | commitdiff | tree |
2022-07-19 |
martijn | Objects are only set to ready if both their parent...
|
commit | commitdiff | tree |
2022-06-30 |
martijn | Be more explicit in filter-pf-addresses deprication...
|
commit | commitdiff | tree |
2022-06-30 |
martijn | Introduce a blocklist backend and keyword.
|
commit | commitdiff | tree |
2022-06-30 |
martijn | Rewrite smi_print_element to be more concise and complete.
|
commit | commitdiff | tree |
2022-06-29 |
martijn | Use strncasecmp instead of strncmp when comparing the...
|
commit | commitdiff | tree |
2022-06-28 |
martijn | Use smi_string2oid instead of ober_string2oid in parse...
|
commit | commitdiff | tree |
2022-06-27 |
martijn | Mostly rewrite appl_request_upstream_reply.
|
commit | commitdiff | tree |
2022-06-27 |
martijn | Initialize oidbuf and regionbuf when registering a...
|
commit | commitdiff | tree |
2022-03-31 |
martijn | 'e' is no longer an optional element for ober_scanf_elements.
|
commit | commitdiff | tree |
2022-03-31 |
martijn | 'e' is no longer an optional element for ober_scanf_elements.
|
commit | commitdiff | tree |
2022-03-31 |
martijn | 'e' is no longer an optional element for ober_scanf_elements.
|
commit | commitdiff | tree |
2022-02-23 |
martijn | Interface index 1 doesn't need to have an lladdr.
|
commit | commitdiff | tree |
2022-02-22 |
martijn | requestid is a 32 bit integer, make sure that we request...
|
commit | commitdiff | tree |
2022-01-30 |
martijn | Add missing NULL check.
|
commit | commitdiff | tree |
2022-01-30 |
martijn | When walking a pf table, we only are supposed to return...
|
commit | commitdiff | tree |
2022-01-19 |
martijn | Mark regress set requests as expected failure now that...
|
commit | commitdiff | tree |
2022-01-19 |
martijn | Disable regress for set requests after dropping support...
|
commit | commitdiff | tree |
2022-01-19 |
martijn | Hook up the new application layer.
|
commit | commitdiff | tree |
2022-01-19 |
martijn | Add the new application layer. Changes include:
|
commit | commitdiff | tree |
2022-01-19 |
martijn | Implement snmpe_send to allow to allow the new application...
|
commit | commitdiff | tree |
2022-01-19 |
martijn | Make sure that we ASN1 verify the varbindlist as soon...
|
commit | commitdiff | tree |
2022-01-19 |
martijn | Add definitions for SNMP-TARGET-MIB. These are needed...
|
commit | commitdiff | tree |
2022-01-19 |
martijn | Move some smi.c functions to their own header.
|
commit | commitdiff | tree |
2022-01-19 |
martijn | Move some snmpe.c functions to their own header.
|
commit | commitdiff | tree |
2022-01-19 |
martijn | Move log.c functions to their own header.
|
commit | commitdiff | tree |
2022-01-13 |
martijn | Adapt to changed debugging output
|
commit | commitdiff | tree |
2022-01-13 |
martijn | Move parsing of incoming syslog messages to their own...
|
commit | commitdiff | tree |
2022-01-12 |
martijn | Enable commandl1, commandl2, and commandD1.
|
commit | commitdiff | tree |
2022-01-12 |
martijn | Make lputs use psl instead of expecting it to be null...
|
commit | commitdiff | tree |
2022-01-07 |
martijn | Somehow I always forget that the more global LC_ALL...
|
commit | commitdiff | tree |
2022-01-05 |
martijn | Use LC_CTYPE instead of LC_ALL.
|
commit | commitdiff | tree |
2021-12-08 |
martijn | wtmp doesn't need to reload syslogd.
|
commit | commitdiff | tree |
2021-11-21 |
martijn | getaddrinfo doesn't resolve numeric hostname in the...
|
commit | commitdiff | tree |
2021-10-25 |
martijn | If we use type to SNMP_V2 we should check against that.
|
commit | commitdiff | tree |
2021-10-24 |
martijn | Even though AgentX supports null-oids and incidentally...
|
commit | commitdiff | tree |
2021-10-24 |
martijn | Initialize OID print buffer, even when oidlen is 0.
|
commit | commitdiff | tree |
next |