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
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
2021-10-21
Retrieve the actual engineid instead of a pointer value.
Martijn van Duren
2021-10-21
Sync ober_oid_cmp with ax_oid_cmp from libagentx.
Martijn van Duren
2021-10-20
Add missing semicolon at the end of the listen_udptcp rule
Gerhard Roth
2021-10-15
Don't declare variables as "unsigned char *" that are passed to
Christian Weisgerber
2021-10-09
delete unneccessary arpa/nameser.h includes
Theo de Raadt
2021-09-06
repair missing paths on unveil failure
Theo de Raadt
2021-09-02
Allow snmpd(8) to send SNMPv3 traps.
Martijn van Duren
2021-09-01
A couple commands don't need sys/param.h, but they do need sys/signal.h
Theo de Raadt
2021-08-11
For the snmpv2c example, use a community which is something more like
Stuart Henderson
2021-08-10
Overlooked a listen_tcp that needed removal in previous commit.
Martijn van Duren
[next]