Age | Commit message (Expand) | Author |
2017-01-31 | Don't include a literal "%" in the value for humidity sensorValue in | Stuart Henderson |
2017-01-20 | Because of pfsync this needs ip_ipsp.h. Missed in the pfsockaddr_union cleanup. | Claudio Jeker |
2017-01-17 | Nuke some whitespace that keeps poking me in the eye as I try to | Kenneth R Westerback |
2017-01-09 | Stop accessing verbose and debug variables from log.c directly. | Reyk Floeter |
2017-01-08 | Sync log.c with the latest version from vmd/log.c that preserves errno | Reyk Floeter |
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-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 |