Age | Commit message (Expand) | Author |
2015-08-21 | Use reallocarray() instead of malloc() before strvisx(). | Reyk Floeter |
2015-07-20 | properly encode IpAddress, Gauge32, and Counter32 | Bret Lambert |
2015-07-19 | don't return failure for agentx messages with 0-length payloads | Bret Lambert |
2015-07-18 | Fix malformed packets when returning 'no such object/entry' errors | Bret Lambert |
2015-07-18 | Use better names as examples for snmpv3 users. As explained to blambert@ | Reyk Floeter |
2015-07-18 | Better track connected routes similar to bgpd/ospfd. | Claudio Jeker |
2015-06-11 | Use "compliant" header guards by avoiding the reserved '_' namespace. | Reyk Floeter |
2015-06-10 | Export new pf "no-route" error counter | Mike Belopuhov |
2015-06-03 | Do not assume that asprintf() clears the pointer on failure, which | Todd C. Miller |
2015-05-28 | Do not try to unlink the control socket in an unprivileged child | Florian Obser |
2015-02-12 | ber_printf_elements should return NULL if any of its parts fail. | Martin Pelikan |
2015-02-10 | Remove a lie that "snmpd does not fully work yet". It works like a charm. | Reyk Floeter |
2015-02-08 | revert debug changes. reyk would like debug to remain a counter. | Ted Unangst |
2015-02-08 | flags should be flags, not counters. from martijn van duren | Ted Unangst |
2015-02-08 | Use AI_ADDRCONFIG when resolv hosts on startup. | Reyk Floeter |
2015-02-06 | SIZE_MAX is standard, we should be using it in preference to the | Todd C. Miller |
2015-01-22 | Replace some obvious '$OpenBSD' and '$OpenBSD:' typos with '$OpenBSD$'. | Kenneth R Westerback |
2015-01-21 | Include <netinet/in.h> before <net/pfvar.h>. In a future change when | Theo de Raadt |
2015-01-16 | first batch of cleanup to programs based upon the namespace cleanups | Theo de Raadt |
2014-12-16 | Replace setpgrp(0, getpid()) with setpgid(0, 0). OK deraadt@ tedu@ | Todd C. Miller |
2014-11-20 | Don't allow embedded nul characters in strings. | Jonathan Gray |
2014-11-19 | file overlooked in previous snmpd commit | Bret Lambert |
2014-11-19 | Support exporting relayd statistics via AgentX/snmpd | Bret Lambert |
2014-11-19 | add support for AgentX subagents in snmpd | Bret Lambert |
2014-11-18 | Nuke more obvious #include duplications. | Kenneth R Westerback |
2014-11-16 | Convert the logic in yyerror(). Instead of creating a temporary | Alexander Bluhm |
2014-11-14 | Shorten the AgentX header debug messages (only compiled with -DDEBUG) | Reyk Floeter |
2014-11-14 | Add gcc printf format attributes to yyerror() in parse.y files. | Doug Hogan |
2014-10-25 | Remove unnecessary netinet/in_systm.h include. | Lawrence Teo |
2014-10-16 | use reallocarray(). Looked at a few times by doug, I am sure. | Theo de Raadt |
2014-10-12 | Remove possibility of mutiplicative integer overflow by not multiplying. | Bret Lambert |
2014-10-08 | obvious reallocarray() | Theo de Raadt |
2014-08-18 | Sync proc.c with httpd. httpd needs SIGUSR1 but snmpd will ignore it | Reyk Floeter |
2014-07-21 | Switch from <sys/endian.h> or <machine/endian.h> to the new, | Philip Guenther |
2014-07-12 | Sync msgbuf_write() changes from relayd. | Reyk Floeter |
2014-07-04 | Track whether a process is a zombie or not yet fully built via flags | Philip Guenther |
2014-06-23 | The second level of the CTL_NET sysctl is a PF_*, not an AF_* | Philip Guenther |
2014-06-03 | Handle the event parameter of libevent callback function as a bit | YASUOKA Masahiko |
2014-05-23 | clean up after the traphandler children, otherwise they will live on | Sebastian Benoit |
2014-05-16 | improve logging messages and style; requested by and ok reyk | Mike Belopuhov |
2014-05-14 | Sync ktable code with bgpd to fetch, store and perform lookups in | Mike Belopuhov |
2014-05-08 | Bring back restricted sockets, inadvertantly removed in | Bret Lambert |
2014-05-07 | use calloc. from peter malone | Ted Unangst |
2014-05-06 | no need to include rand.h now the RAND_seed() calls are gone. | Jonathan Gray |
2014-05-04 | With the recent change by deraadt@ to introduce kern.nosuidcoredump=3, | Reyk Floeter |
2014-04-28 | fix memory leak | Bret Lambert |
2014-04-28 | Add support for exporting ARP table via ipNetToMediaTable OID. | Mike Belopuhov |
2014-04-28 | better proc id name (it handles traps, not alerts) for the | Bret Lambert |
2014-04-25 | sort; ok blambert | Jason McIntyre |
2014-04-25 | Remove NULL pointer dereference, which jsg insists I not | Bret Lambert |