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
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
2020-10-24
double word blunder; from sean davies
Jason McIntyre
2020-09-10
Move the tcp/udp keyword before <address>. This allows for easier adding
Martijn van Duren
2020-09-06
Remove snmpe_dispatch_parent.
Martijn van Duren
2020-09-06
replace duplicated sizeofa marco with predefined nitems
jan
2020-09-06
Split "trap receiver" into its own trap_address struct and clean up the
Martijn van Duren
2020-08-23
Merge listen_sock into address, since there's a 1:1 correlation. Save some
Martijn van Duren
2020-08-17
Previous commit broke two things:
Martijn van Duren
2020-08-08
Greatly simplify snmpe_parsevarbinds.
Martijn van Duren
2020-07-01
Allow hrStorageSize and hrStorageUsed to cope with sizes larger then
Martijn van Duren
2020-07-01
Remove control socket reference
Martijn van Duren
2020-06-30
Remove agentx and control socket support.
Martijn van Duren
2020-06-05
Remove redundant code
denis
2020-05-15
pf(4): use CLOCK_BOOTTIME to get time_uptime(9) in userspace
cheloha
2020-05-02
If read-write is set to disabled, also disable reading with the private
Martijn van Duren
2020-03-11
Make traphandler_parse also set vbinds for SNMPv1 traps.
Martijn van Duren
2020-02-14
Don't log a generr in stats when there is no error.
Martijn van Duren
2020-02-10
briefly mention /etc/examples/ in the FILES section of all the
Ingo Schwarze
2020-01-28
usr.sbin/snmpd: replace TAILQ concatenation loop with TAILQ_CONCAT
bket
2020-01-02
When many prefixes are stored in pf tables it is not sensible
Florian Obser
2019-12-09
Initialize length of uptime and trapoid for trap_agentx.
Martijn van Duren
2019-10-24
The ber_* namespace is used by liblber since time immemorial,
Theo Buehler
2019-10-09
Revert previous. This introduces problems when requesting the base oid of a
Martijn van Duren
2019-10-03
For getnext request check if the requested oid or one of its parent
Martijn van Duren
2019-08-14
Fix ber_scanf_elements for traphandler:
Martijn van Duren
[next]