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
/
parse.y
Age
Commit message (
Expand
)
Author
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-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-02
Allow snmpd(8) to send SNMPv3 traps.
Martijn van Duren
2021-08-10
Overlooked a listen_tcp that needed removal in previous commit.
Martijn van Duren
2021-08-10
Allow "any" to be used as a listen on address.
Martijn van Duren
2021-08-09
Allow setting the engineid.
Martijn van Duren
2021-06-20
Tighten default security for snmpd(8). This is done by doing several
Martijn van Duren
2021-01-22
Remove the traphandler process, which was nothing more then a sham.
Martijn van Duren
2020-10-30
Remove the old deprecated listen on syntax.
Martijn van Duren
2020-09-10
Move the tcp/udp keyword before <address>. This allows for easier adding
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-06-30
Remove agentx and control socket support.
Martijn van Duren
2020-01-02
When many prefixes are stored in pf tables it is not sensible
Florian Obser
2019-10-24
The ber_* namespace is used by liblber since time immemorial,
Theo Buehler
2019-06-11
Implement SHA-2 (RFC7860) support for authentication.
Martijn van Duren
2019-02-13
(unsigned) means (unsigned int) which on ptrdiff_t or size_t or other
Theo de Raadt
2018-11-01
- odd condition/test in PF lexer
Alexandr Nedvedicky
2018-09-07
replace malloc()+strlcpy() with strndup() in cmdline_symset().
miko
2018-07-11
Do for most running out of memory err() what was done for most running
Kenneth R Westerback
2018-07-09
No need to mention which memory allocation entry point failed (malloc,
Kenneth R Westerback
2018-07-08
Be consistent in warn() and log_warn() usage when
Kenneth R Westerback
2018-06-11
Fix an off-by-one line count when using include statements.
denis
2018-04-26
Plug leak in error case of the common 'varset' implementations.
Kenneth R Westerback
2018-04-15
Add TCP support to snmpd.
Marco Pfatschbacher
2017-08-20
Check that we haven't yet reached the end of the string before calling
Theo Buehler
2017-07-28
Use a format string for yyerror when printing a variable string.
Florian Obser
2017-01-05
Replace hand-rolled for(;;) emptying of 'symhead' TAILQ with more
Kenneth R Westerback
2017-01-05
Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQ
Kenneth R Westerback
2016-11-18
Add support for multiple listening sockets
Jeremie Courreges-Anglas
2016-11-09
Improve source IP address handling.
Jeremie Courreges-Anglas
2016-06-21
do not allow whitespace in macro names, i.e. "this is" = "a variable".
Sebastian Benoit
2015-11-22
Update log.c: change fatal() and fatalx() into variadic functions,
Reyk Floeter
2015-02-08
Use AI_ADDRCONFIG when resolv hosts on startup.
Reyk Floeter
2014-11-20
Don't allow embedded nul characters in strings.
Jonathan Gray
2014-11-19
add support for AgentX subagents in snmpd
Bret Lambert
2014-11-16
Convert the logic in yyerror(). Instead of creating a temporary
Alexander Bluhm
2014-11-14
Add gcc printf format attributes to yyerror() in parse.y files.
Doug Hogan
2014-04-25
Support running user-defined actions on receipt of snmp traps.
Bret Lambert
2014-04-24
fix copied text in error string
Bret Lambert
2014-04-14
Make snmpd use the AgentX protcol for accepting trap requests.
Bret Lambert
2014-01-22
relax the cfg file secrecy check slightly to allow group readability
Henning Brauer
2013-11-25
use u_char for buffers in yylex, for ctype calls
Sebastian Benoit
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-03-29
Patch from Ilya Bakulin that allows to put snmpd(8) into read-only mode
Gerhard Roth
2013-03-06
as done in ospf{,6}d/relayd, sync yyerror in various other daemons with
Stuart Henderson
[next]