summaryrefslogtreecommitdiff
path: root/usr.sbin/relayd/imsg.c
AgeCommit message (Expand)Author
2008-03-24msg_controllen has to be CMSG_SPACE so that the kernel can account forTheo de Raadt
2008-03-15Repair more msg_controllen dealing with structures or arrays ofTheo de Raadt
2008-03-13Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due toTheo de Raadt
2008-02-11Marry relayd with snmpd using new "send trap" option: Request to sendReyk Floeter
2007-12-07hoststated gets renamed to relayd. easier to type, and actually saysReyk Floeter
2007-11-24sort includes, adjust to style(9)Reyk Floeter
2007-07-24make imsg_create use dynamic buffers.Pierre-Yves Ritschard
2007-06-12put the fd passing from bgpd back in to hoststated's version of imsg,Mathieu Sauve-Frankel
2007-03-19do not signal "connection closed" upstream on EINTR/EAGAIN, from bgpd et alHenning Brauer
2007-01-29Add SSL support to hoststated.Pierre-Yves Ritschard
2007-01-09adapt to renameTheo de Raadt
2007-01-08do NOT use the regexp interface. it is way to complicated, error-proneReyk Floeter
2007-01-08add a generic send/expect check using regular expression (seeReyk Floeter
2006-12-16Import hostated, the host status daemon. This daemon will monitorReyk Floeter