Age | Commit message (Expand) | Author |
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 |
2012-09-17 | let the debug message look like the configuration syntax | Reyk Floeter |
2012-09-17 | Update copyright and my email address in snmpd while I'm here. | Reyk Floeter |
2012-09-17 | Add initial SNMPv3 support to snmpd(8). | Reyk Floeter |
2011-04-21 | Add a "filter-routes" option; when set, snmpd asks the kernel not to | Stuart Henderson |
2010-10-18 | Missing ; to appease yyextract, ok martinh@ | Stuart Henderson |
2010-08-03 | fix linecount bug with comments spanning multiple lines | Henning Brauer |
2009-03-31 | Fixed memory leaks which would occur if the second of two memory | Tobias Stoeckmann |
2008-10-17 | bring in the findeol() fix from pfctl. list of affected parsers by sthen | Henning Brauer |
2008-07-18 | merge host_v6 with relayd's version to use getaddrinfo instead of | Reyk Floeter |
2008-02-27 | Unbreak parser by initializing topfile correctly. | Marco Pfatschbacher |
2008-02-27 | Have popfile() also close the main config file, | Marco Pfatschbacher |
2008-02-26 | Fix memory leak in the parser. Found by Matthew Dempsky but using the more | Claudio Jeker |
2008-01-30 | spacing | Reyk Floeter |
2008-01-17 | allow to configure optional per trap receiver communities and to | Reyk Floeter |
2008-01-16 | implementation of the SNMP trap sender interface | Reyk Floeter |
2008-01-16 | bump copyright | Reyk Floeter |
2007-12-28 | set the default port in host byte order to get the correct result | Reyk Floeter |
2007-12-28 | split code handling the "structure of management information" and the | Reyk Floeter |
2007-12-28 | spacing | Reyk Floeter |
2007-12-28 | use the snmp camelCase for MIB definitions, this allows to simplify | Reyk Floeter |
2007-12-07 | remove unreduced rules | Reyk Floeter |
2007-12-05 | re-sync yylex to the other parsers | Reyk Floeter |
2007-12-05 | Start working on snmpd(8) and snmpctl(8), a lightweight SNMP implementation | Reyk Floeter |