Age | Commit message (Expand) | Author |
2023-11-12 | Move struct oid from snmpd.h into smi.c and trim a lot of the now unused | Martijn van Duren |
2023-11-12 | Remove a bunch of unused smi_ functions and move a couple of definitions | Martijn van Duren |
2023-11-12 | Now that smi_oid_cmp() is only used by the oidtree RB-tree, and nothing | Martijn van Duren |
2023-11-12 | Now that MIBDECL() fills in bo_n, no need to call smi_oidlen() anymore. | Martijn van Duren |
2023-11-12 | Let MIBDECL() make use of OID(). This gives use bo_n for free and we | Martijn van Duren |
2023-11-12 | Now that smi.c is basically an oid/name translator, let smi_insert() | Martijn van Duren |
2023-11-12 | No need to use struct oid to compare two struct ber_oids. Just call | Martijn van Duren |
2023-11-12 | Printing all known objects inside smi when build with -DDEBUG has no | Martijn van Duren |
2023-11-12 | No reason to call (error-prone) smi_scalar_oidlen when we include the | Martijn van Duren |
2023-11-12 | Bump NTP era if the offset we receive is small, in a similar manner | Otto Moerbeek |
2023-11-12 | Now that the last consumer of mps.c is gone, remove it and its | Martijn van Duren |
2023-11-12 | Move snmpd.conf's oid keyword into application_internal.c. These objects | Martijn van Duren |
2023-11-10 | zap some unused includes | Jasper Lievisse Adriaanse |
2023-11-09 | vmctl(8): avoid abort when given an invalid "kernel" file. | Dave Voutila |
2023-11-08 | Don't do the time window check if we're noAuthNoPriv. It's only needed | Martijn van Duren |
2023-11-08 | Let usm_make_report() utilize appl_report(). usm_make_report utilized | Martijn van Duren |
2023-11-08 | Let appl_report() collect its own metrics. This simplifies the interface | Martijn van Duren |
2023-11-08 | Don't rely on aru_pdu to rebuild the original varbindlist on error. | Martijn van Duren |
2023-11-08 | Don't use aru_pdu for determining the requesttype. It's owned by | Martijn van Duren |
2023-11-08 | On second thought let's not overwrite sm_pdutype with a hardcoded value | Martijn van Duren |
2023-11-08 | export SNMP-TARGET-MIB::{snmpUnavailableContexts,snmpUnknownContexts} | Martijn van Duren |
2023-11-08 | Hook up snmpTargetMIB to MIB_TREE. | Martijn van Duren |
2023-11-08 | Avoid a NULL dereference when handling a malformed fastcgi request. | Todd C. Miller |
2023-11-08 | remove accidental double space | Theo de Raadt |
2023-11-08 | pkg_add: sort flags in usage message | Caspar Schutijser |
2023-11-08 | RFC 7505 ("Null MX") handling | Omar Polo |
2023-11-07 | iface->auth_key is not a real C string so use strnlen() to define the maximum. | Claudio Jeker |
2023-11-07 | Rename struct imsgbuf *ibuf to *imsgbuf in all places. | Claudio Jeker |
2023-11-07 | Alter imsg_move() to clear the full imsg buffer instead of just the | Claudio Jeker |
2023-11-06 | Hook up agentx-{Add,Remove}AgentCaps-PDU to appl_{add,remove}agentcaps. | Martijn van Duren |
2023-11-06 | Readd the sysORTable based on the new struct appl_agentcap. | Martijn van Duren |
2023-11-06 | Allow agent capabilities to be stored on a per appl_context basis. | Martijn van Duren |
2023-11-06 | Allow appl_internal_object's getnext to be called. | Martijn van Duren |
2023-11-04 | Use proper length in session_newmsg() for the RFC9072 case. | Claudio Jeker |
2023-11-04 | Move SNMPv2-MIB::system from mib.c into the new application_internal.c. | Martijn van Duren |
2023-11-04 | Move SNMPv2-SMI::snmpV2 from mib.c into the new application_internal.c | Martijn van Duren |
2023-11-04 | Move SNMPv2-MIB::snmp from mib.c into the new application_internal.c | Martijn van Duren |
2023-11-04 | Introduce application_internal.c. This backend is meant to replace | Martijn van Duren |
2023-11-03 | initialize `format' earlier | Omar Polo |
2023-11-03 | cast tv_usec to long for *printf | Omar Polo |
2023-11-03 | Be explicit in saying what a shell pattern is. | Marc Espie |
2023-11-03 | vmd(8): fix block size calculation for vioscsi devices. | Dave Voutila |
2023-10-29 | Unmention/don't explain SSL, drop 9y old "ssl" keyword/deprecation warning | Klemens Nanni |
2023-10-29 | When doing a get{next,bulk} below an instance we must move the OID to | Martijn van Duren |
2023-10-29 | searchrange.end is non-inclusive. Adjust the tests for that. | Martijn van Duren |
2023-10-27 | Simplify the handling of optparamlen and RFC9072 support. | Claudio Jeker |
2023-10-27 | If an invalid varbindlist was returned by a backend we would call | Martijn van Duren |
2023-10-27 | Use event_add(), instead of calling appl_agentx_send() directly. If an | Martijn van Duren |
2023-10-27 | The holdtime is added to the ibuf with ibuf_add_n16() so no need to | Claudio Jeker |
2023-10-25 | vmd(8): stop toggling irq deassert for edge triggered devs. | Dave Voutila |