Age | Commit message (Expand) | Author |
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-10-12 | copy updated log.c from vmd: for correctness, save errno when doing | Reyk Floeter |
2016-10-03 | use EVP_CipherFinal_ex instead of EVP_CipherFinal | David Gwynne |
2016-10-03 | include sys/tree.h explicitly rather than rely on a random pf header | David Gwynne |
2016-09-26 | Fix compilation warning by using the correct cast/format. | Rafael Zalamena |
2016-09-25 | Remove more duplicated includes | Frederic Cambus |
2016-09-03 | Fix pasto; zero ka->dstbrd instead of clobbering ka->mask. | Jeremie Courreges-Anglas |
2016-09-02 | use imsg_read_nofd() implementation from bgpd. | Eric Faurot |
2016-08-27 | Pull in <sys/time.h> for struct timespec, timeval, or clockrate | Philip Guenther |
2016-08-16 | stop including sys/param.h for nitems. define locally as needed. | Ted Unangst |
2016-06-21 | do not allow whitespace in macro names, i.e. "this is" = "a variable". | Sebastian Benoit |
2016-03-07 | http -> https for IETF/IANA URLs in comments | mmcc |
2016-03-05 | mirror memset changes to ber.c made in ldapd (these 3 daemons | Theo de Raadt |
2016-02-02 | Remove setproctitle() for the parent process. Because rc.d(8) uses process | Stuart Henderson |
2016-01-25 | avoid a potential double free | Jonathan Gray |
2015-12-24 | more e-mail -> email | mmcc |
2015-12-07 | Add imsg "peerid" to debug messages (only within -DDEBUG). | Reyk Floeter |
2015-12-07 | Sync proc.c, use proc_composev() | Reyk Floeter |
2015-12-07 | sync with vmd | Reyk Floeter |
2015-12-05 | EAGAIN handling for imsg_read. OK henning@ benno@ | Claudio Jeker |
2015-12-05 | strings.h -> string.h to prevent an implicit declaration warning. Also | mmcc |
2015-11-23 | Use SOCK_NONBLOCK to replace socket_set_blockmode() and fcntl(..O_NONBLOCK). | Reyk Floeter |
2015-11-23 | Sync proc.c with iked | Reyk Floeter |
2015-11-22 | Update log.c: change fatal() and fatalx() into variadic functions, | Reyk Floeter |
2015-11-21 | Once again, fix the license text. After many years, we just cannot | Reyk Floeter |
2015-11-21 | While here, fix two size format string warnings. | Reyk Floeter |
2015-11-21 | Move local logging functions to util.c and copy log.c from iked. Now | Reyk Floeter |
2015-11-17 | Sensors marked as invalid should be excluded by snmpd(8) from the sensors | Gerhard Roth |
2015-11-03 | When updating an interface, do not delete the kif_node but let | Gerhard Roth |
2015-10-19 | Fix control_imsg_forward() by changing imsg_compose() to | Reyk Floeter |
2015-10-19 | Print control socket client fd in debug message to differentiate between | Reyk Floeter |
2015-10-17 | Tighten up snmpd's control socket: do not allow users to terminate the | Reyk Floeter |
2015-10-14 | sync with httpd - no functional change, just C99 types | Reyk Floeter |
2015-10-08 | add comment, suggested by reyk | Stuart Henderson |
2015-10-08 | Link the result of each mps_getbulkreq() to the end of the previous list | Stuart Henderson |
2015-10-08 | use correct return value for IP-MIB::ipForwarding, tweak/ok uebayasi@ | Stuart Henderson |
2015-10-05 | Teach snmpd(8) about if_oqdrops. | Masao Uebayashi |
2015-10-02 | Adopt smtpd's imsg_read_nofd() to mitigate the risk of user-injected | Reyk Floeter |
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 |