index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
snmpd
Age
Commit message (
Expand
)
Author
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
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-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
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-24
FC3416 section 4.2.1 (and others) tells us that if an error occurs the
Martijn van Duren
2023-10-24
Certain error codes are only intended for certain request-types. Add an
Martijn van Duren
2023-10-24
If a backend registers as an instance it must never return OIDs below
Martijn van Duren
2023-10-24
set ab_range explicitly to 1 for appl_agentx_session instead of relying
Martijn van Duren
2023-10-24
When returning an endOfMibView we must always set it on the requested OID.
Martijn van Duren
2023-10-24
When opening 2 sessions on an agentx connection and registering 2
Martijn van Duren
2023-10-24
Fix appl_unregister() when called with range_subid set to !0.
Martijn van Duren
2023-10-24
Fix appl_register() when called with range_subid set to !0.
Martijn van Duren
2023-10-24
RFC2741 section 6.2.2 says that reasonByManager can only be used by the
Martijn van Duren
2023-10-24
appl_agentx_free() closes any open sessions before freeing everything up.
Martijn van Duren
2023-10-24
Always check if the context is available inside appl_agentx_recv().
Martijn van Duren
2023-10-24
Verify if supplied AgentX PDU header flags are valid for given PDU type
Martijn van Duren
2023-10-24
RFC2741 section 7.1.1 tells us that if a pdu can't be parsed we must
Martijn van Duren
2023-10-24
According to RFC2741 section 6.1.1 an agentx-response-pdu shouldn't have
Martijn van Duren
2023-10-24
Make sure that unpacking of an AgentX OID doesn't contain more than 128
Martijn van Duren
2023-10-24
Remove filter-pf-addresses. This feature has been deprecated since 7.2 in
Martijn van Duren
2023-05-08
Fix a potential mem-leak in usm_decrypt().
Gerhard Roth
2023-04-25
tiny markup fix: add missing Ic before `group' in the `agentx' rule
Omar Polo
2023-03-08
Delete obsolete /* ARGSUSED */ lint comments.
Philip Guenther
2023-03-02
improve the Nd lines such that the format is consistent for the
Jason McIntyre
2023-02-15
proc_ispeer() is not used anywhere anymore so remove it everywhere.
Tobias Heider
2022-12-28
spelling fixes; from paul tagliamonte
Jason McIntyre
2022-12-20
Apply proper bounds checking to non-repeaters and max-repetitions.
Martijn van Duren
2022-12-20
Make ar[du]_{nonrepeaters,maxrepetitions} uint16_t instead of int16_t.
Martijn van Duren
2022-12-20
When writing out a PDU with authpriv that's larger than READ_BUF_SIZE
Martijn van Duren
2022-12-20
When writing a message out over tcp that's too large to fit in a single
Martijn van Duren
2022-10-25
Fix LDADD and DPADD.
Martijn van Duren
2022-10-06
Remove a lot of old (dead) code that's either been superseded, or moved to
Martijn van Duren
2022-09-13
varbind was designed to allow both a ber NULL and a NULL pointer for
Martijn van Duren
2022-09-01
Add privilege separation to snmpd.
Martijn van Duren
2022-08-31
Rewrite the searchrange end calculation routine.
Martijn van Duren
2022-08-30
Remove now unused search variable. Missed in previous.
Martijn van Duren
2022-08-30
Remove the downwards check for overlapping regions when the subtree flag is
Martijn van Duren
2022-08-30
copy over av_oid_end.bo_n instead of av_oid.bo_n bytes when copying over
Martijn van Duren
2022-08-29
Clean up a couple of log lines.
Martijn van Duren
2022-08-29
Allow overlapping regions (if subtree claim flag is set) when the backends
Martijn van Duren
2022-08-29
Make sure oidbuf is initialized when we hit the overlap case.
Martijn van Duren
2022-08-29
When there are two overlapping regions handled by the same backend we might
Martijn van Duren
[prev]
[next]