Age | Commit message (Expand) | Author |
2017-08-20 | Check that we haven't yet reached the end of the string before calling | Theo Buehler |
2017-08-12 | Make not yet implemented pledges more visible in grep output. | Florian Obser |
2017-08-12 | Initial pledge for snmpd. snmpe remains unpledged. Regression tests pass. | rob |
2017-07-28 | Make the engine id is just binary data so make it uint8_t. | Florian Obser |
2017-07-28 | Use a format string for yyerror when printing a variable string. | Florian Obser |
2017-07-27 | Heed the non-repeaters of GetBulkRequests and make sure to set | Gerhard Roth |
2017-07-24 | Unify ROUNDUP macros for parsing route messages. | friehm |
2017-07-03 | no need to generate y.tab.h if nothing uses it, set YFLAGS to nothing | Marc Espie |
2017-06-01 | Return time_uptime as value for when pf was enabled instead of | Patrick Wildt |
2017-05-29 | sync proc.c changes from relayd/httpd | Sebastian Benoit |
2017-04-21 | Repair AgentX support. | Jeremie Courreges-Anglas |
2017-04-21 | Fix uninitialized variable that coult result in a crash. | Jeremie Courreges-Anglas |
2017-04-04 | Rewrite tohexstr() to use the common idiom of converting a byte | Todd C. Miller |
2017-03-21 | From a syslog perspective it does not make sense to log fatal and | Alexander Bluhm |
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 |