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
/
snmpe.c
Age
Commit message (
Expand
)
Author
2024-05-21
remove prototypes with no matching function and externs with no var
Jonathan Gray
2024-01-16
Convert to imsg_get_fd() and remove unused proc_forward_imsg().
Claudio Jeker
2023-12-21
Clean up snmpd's header situation.
Martijn van Duren
2023-11-20
In snmpe_writecb, don't call snmpe_prepare_read() when there's still
Martijn van Duren
2023-11-12
Printing all known objects inside smi when build with -DDEBUG has no
Martijn van Duren
2023-11-08
Let usm_make_report() utilize appl_report(). usm_make_report utilized
Martijn van Duren
2023-11-08
On second thought let's not overwrite sm_pdutype with a hardcoded value
Martijn van Duren
2023-03-08
Delete obsolete /* ARGSUSED */ lint comments.
Philip Guenther
2022-12-20
Apply proper bounds checking to non-repeaters and max-repetitions.
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-06
Remove a lot of old (dead) code that's either been superseded, or moved to
Martijn van Duren
2022-09-01
Add privilege separation to snmpd.
Martijn van Duren
2022-08-23
(Re)add support for agentx in snmpd
Martijn van Duren
2022-01-19
Hook up the new application layer.
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
Move some snmpe.c functions to their own header.
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-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-08-09
Allow setting the engineid.
Martijn van Duren
2021-08-01
Allow trapv2 packages to be submitted over SNMPv3.
Martijn van Duren
2021-06-20
Tighten default security for snmpd(8). This is done by doing several
Martijn van Duren
2021-05-20
Rename context to pdutype. This is in line with the naming schema from the
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-22
Remove the traphandler process, which was nothing more then a sham.
Martijn van Duren
2020-09-06
Remove snmpe_dispatch_parent.
Martijn van Duren
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-05-02
If read-write is set to disabled, also disable reading with the private
Martijn van Duren
2020-02-14
Don't log a generr in stats when there is no error.
Martijn van Duren
2019-10-24
The ber_* namespace is used by liblber since time immemorial,
Theo Buehler
2019-08-08
added /* no filesystem visibility */ above unveil("/", "") since "" is too easy
Ricardo Mestre
2019-05-13
According to RFC3414 section 4 applications should be able to discover the
Martijn van Duren
2019-04-29
Remove unnecessary end-of-contents octets.
rob
2018-11-13
Remove #if'ed 0 code around a broken pledge. Due to some ioctls and sysctls
Ricardo Mestre
2018-11-05
snmpd(8)'s main process needs to open the config file and /dev/pf both with
Ricardo Mestre
2018-07-31
Make ber type and encoding a unsigned int instead of unsigned long.
Claudio Jeker
2018-07-24
Remove defunct prototype leftover from previous code cleanup.
rob
2018-04-15
Add TCP support to snmpd.
Marco Pfatschbacher
2018-02-08
Kill ber.c support for direct fd read/writes
Jeremie Courreges-Anglas
2017-08-12
Make not yet implemented pledges more visible in grep output.
Florian Obser
2017-08-12
Initial pledge for snmpd. snmpe remains unpledged. Regression tests pass.
rob
2017-07-27
Heed the non-repeaters of GetBulkRequests and make sure to set
Gerhard Roth
2017-04-21
Repair AgentX support.
Jeremie Courreges-Anglas
2016-11-18
Add support for multiple listening sockets
Jeremie Courreges-Anglas
[next]