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
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
2016-11-09
Improve source IP address handling.
Jeremie Courreges-Anglas
2016-10-28
Sync snmpd(8) with other daemons proc.c and teach him how to fork+exec.
Rafael Zalamena
2016-10-28
Use snmpd_env as the only global variable for env to simplify the daemon
Rafael Zalamena
2016-08-16
stop including sys/param.h for nitems. define locally as needed.
Ted Unangst
2015-10-08
Link the result of each mps_getbulkreq() to the end of the previous list
Stuart Henderson
2015-01-16
first batch of cleanup to programs based upon the namespace cleanups
Theo de Raadt
2014-11-19
add support for AgentX subagents in snmpd
Bret Lambert
2014-04-21
Copy the updated proc.c from relayd to use the same file. Adjust
Reyk Floeter
2013-10-17
Update snmpd(8) to use the proc.c privsep style from iked and relayd.
Reyk Floeter
2013-10-16
1) move the creation of 'restricted' communication sockets
Bret Lambert
2013-10-01
Add initial SNMP client utility to snmpctl(8).
Reyk Floeter
2013-09-26
shuffle some snmpd functions to make them visible in smi.c for snmpctl.
Reyk Floeter
2013-03-29
Patch from Ilya Bakulin that allows to put snmpd(8) into read-only mode
Gerhard Roth
[next]