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-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
2021-08-10
Simplify and be more concise with the listen on flags description.
Martijn van Duren
2021-08-10
Set the SO_REUSEADDR flag on listening sockets.
Martijn van Duren
2021-08-10
Allow "any" to be used as a listen on address.
Martijn van Duren
2021-08-09
Type-O in previous.
Martijn van Duren
2021-08-09
Allow setting the engineid.
Martijn van Duren
2021-08-08
Switch default snmpd and snmp auth back to hmac-sha1.
Stuart Henderson
2021-08-08
mention that "system services" value is in decimal. ok martijn@
Stuart Henderson
2021-08-01
Allow trapv2 packages to be submitted over SNMPv3.
Martijn van Duren
2021-08-01
Set smi_application in usm's ber as well.
Martijn van Duren
2021-06-20
Change default user auth to hmac-sha256 and enc to aes.
Martijn van Duren
2021-06-20
Tighten default security for snmpd(8). This is done by doing several
Martijn van Duren
2021-06-14
snmpd.conf(5): fix typo/plurals and tweak wording. ok jmc martijn
Stuart Henderson
2021-05-20
Rename context to pdutype. This is in line with the naming schema from the
Martijn van Duren
2021-03-09
Fix some old phrasing on how to set up a trap handler which aren't correct
Martijn van Duren
2021-02-22
Make use of the new '$' feature of ober_scanf_elements to enforce stricter
Martijn van Duren
2021-02-05
Introduce a transaction id. This is currently mostly a dummy-variable, but
Martijn van Duren
2021-01-28
Remove print_{debug,verbose} since they're currently unused and I see no
Martijn van Duren
2021-01-27
these programs (with common ancestry) had a -fno-common problem related
Theo de Raadt
2021-01-22
Remove the traphandler process, which was nothing more then a sham.
Martijn van Duren
2021-01-05
Refactor how traphandler verifies the code.
Martijn van Duren
2021-01-04
Remove BER_TYPE_BOOLEAN, it's not part of the spec and I haven't seen it
Martijn van Duren
2020-10-30
Remove the old deprecated listen on syntax.
Martijn van Duren
[next]