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-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
2022-08-29
When a backend disappears while handling a request, make sure that the
Martijn van Duren
2022-08-29
Let snmpd check a response package against the requested searchrange end.
Martijn van Duren
2022-08-23
(Re)add support for agentx in snmpd
Martijn van Duren
2022-06-30
Be more explicit in filter-pf-addresses deprication message by mentioning
Martijn van Duren
2022-06-30
Introduce a blocklist backend and keyword.
Martijn van Duren
2022-06-30
Rewrite smi_print_element to be more concise and complete.
Martijn van Duren
2022-06-28
Use smi_string2oid instead of ober_string2oid in parse.y's oid definition.
Martijn van Duren
2022-06-27
Mostly rewrite appl_request_upstream_reply.
Martijn van Duren
2022-06-27
Initialize oidbuf and regionbuf when registering a region in appl_region.
Martijn van Duren
2022-03-31
man pages: add missing commas between subordinate and main clauses
Christian Weisgerber
2022-02-22
requestid is a 32 bit integer, make sure that we request that with
Martijn van Duren
2022-01-30
Add missing NULL check.
Martijn van Duren
2022-01-30
When walking a pf table, we only are supposed to return IPv4 addresses.
Martijn van Duren
2022-01-19
Hook up the new application layer.
Martijn van Duren
2022-01-19
Add the new application layer. Changes include:
Martijn van Duren
2022-01-19
Implement snmpe_send to allow to allow the new application layer to send
Martijn van Duren
2022-01-19
Make sure that we ASN1 verify the varbindlist as soon as we unpack it.
Martijn van Duren
2022-01-19
Add definitions for SNMP-TARGET-MIB. These are needed for the new
Martijn van Duren
2022-01-19
Move some smi.c functions to their own header.
Martijn van Duren
2022-01-19
Move some snmpe.c functions to their own header.
Martijn van Duren
2022-01-19
Move log.c functions to their own header.
Martijn van Duren
2022-01-05
Switch snmpd(8) to using EVP_Digest{Init,Final}_ex() and drop a no
Theo Buehler
2022-01-05
Add error checking for EVP_Digest* to snmpd(8).
Theo Buehler
2022-01-05
snmpd: Straightforward conversion to EVP_* on the heap.
Theo Buehler
2021-11-21
getaddrinfo doesn't resolve numeric hostname in the !AI_NUMERICHOST case
Martijn van Duren
2021-10-25
If we use type to SNMP_V2 we should check against that.
Martijn van Duren
2021-10-21
Clean up the naming of SNMP_C_GETNEXTREQ and SNMP_C_RESPONSE inside
Martijn van Duren
2021-10-21
s/SNMP_C_GETRESP/SNMP_C_RESPONSE
Martijn van Duren
[next]