summaryrefslogtreecommitdiff
path: root/usr.sbin/snmpd/parse.y
AgeCommit message (Expand)Author
2015-11-22Update log.c: change fatal() and fatalx() into variadic functions,Reyk Floeter
2015-02-08Use AI_ADDRCONFIG when resolv hosts on startup.Reyk Floeter
2014-11-20Don't allow embedded nul characters in strings.Jonathan Gray
2014-11-19add support for AgentX subagents in snmpdBret Lambert
2014-11-16Convert the logic in yyerror(). Instead of creating a temporaryAlexander Bluhm
2014-11-14Add gcc printf format attributes to yyerror() in parse.y files.Doug Hogan
2014-04-25Support running user-defined actions on receipt of snmp traps.Bret Lambert
2014-04-24fix copied text in error stringBret Lambert
2014-04-14Make snmpd use the AgentX protcol for accepting trap requests.Bret Lambert
2014-01-22relax the cfg file secrecy check slightly to allow group readabilityHenning Brauer
2013-11-25use u_char for buffers in yylex, for ctype callsSebastian Benoit
2013-10-17Update 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 socketsBret Lambert
2013-03-29Patch from Ilya Bakulin that allows to put snmpd(8) into read-only modeGerhard Roth
2013-03-06as done in ospf{,6}d/relayd, sync yyerror in various other daemons withStuart Henderson
2012-09-17let the debug message look like the configuration syntaxReyk Floeter
2012-09-17Update copyright and my email address in snmpd while I'm here.Reyk Floeter
2012-09-17Add initial SNMPv3 support to snmpd(8).Reyk Floeter
2011-04-21Add a "filter-routes" option; when set, snmpd asks the kernel not toStuart Henderson
2010-10-18Missing ; to appease yyextract, ok martinh@Stuart Henderson
2010-08-03fix linecount bug with comments spanning multiple linesHenning Brauer
2009-03-31Fixed memory leaks which would occur if the second of two memoryTobias Stoeckmann
2008-10-17bring in the findeol() fix from pfctl. list of affected parsers by sthenHenning Brauer
2008-07-18merge host_v6 with relayd's version to use getaddrinfo instead ofReyk Floeter
2008-02-27Unbreak parser by initializing topfile correctly.Marco Pfatschbacher
2008-02-27Have popfile() also close the main config file,Marco Pfatschbacher
2008-02-26Fix memory leak in the parser. Found by Matthew Dempsky but using the moreClaudio Jeker
2008-01-30spacingReyk Floeter
2008-01-17allow to configure optional per trap receiver communities and toReyk Floeter
2008-01-16implementation of the SNMP trap sender interfaceReyk Floeter
2008-01-16bump copyrightReyk Floeter
2007-12-28set the default port in host byte order to get the correct resultReyk Floeter
2007-12-28split code handling the "structure of management information" and theReyk Floeter
2007-12-28spacingReyk Floeter
2007-12-28use the snmp camelCase for MIB definitions, this allows to simplifyReyk Floeter
2007-12-07remove unreduced rulesReyk Floeter
2007-12-05re-sync yylex to the other parsersReyk Floeter
2007-12-05Start working on snmpd(8) and snmpctl(8), a lightweight SNMP implementationReyk Floeter