summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2 daysHandle radiusd and npppd, they are different but nothing stands out.Claudio Jeker
2 dayssasyncd is another unexpected imsg user that is in the end not that specialClaudio Jeker
2 daysIn smtpd enable fdpassing on all imsgbufs apart from the one in mproc.cClaudio Jeker
2 daysConvert vmd over to check for imsgbuf_init failure and sprinkle a lot ofClaudio Jeker
2 daysldapd is also different to other imsg daemons.Claudio Jeker
2 daysConvert various reyk proc.c daemons over to new imsgbuf_init andClaudio Jeker
2 daysConvert simple stuff in usr.sbin over to new imsgbuf_init behaviourClaudio Jeker
2 daysAt least make this rotting version of lpd compile again.Claudio Jeker
2 daysConvert session.c to use the new msgbuf reader API.Claudio Jeker
2 daysTeach mrt_dump_bgp_msg() to use ibufsClaudio Jeker
2 daysPass the message to bgp_fsm as argument instead of stashing it in rptr.Claudio Jeker
2 daysKill the bgp_msg struct and instead pass the type to session_sendmsg()Claudio Jeker
2 daysConvert rtr_proto to use new msgbuf reader API.Claudio Jeker
2 daysRewrite the rpki-client io read handling using the new ibuf_read API.Claudio Jeker
2 daysRemove the imsgbuf_read_nofd() hack since the imsgbuf APIClaudio Jeker
2 daysReplace imsgbuf_read_nofd() hack with the new imsgbuf API.Claudio Jeker
2 daysAdjust rpki-client to new msgbuf APIClaudio Jeker
2 daysAdjust bgpd to the new msgbuf APIClaudio Jeker
2 daysAdjust ldpd to the msgbuf change that turns the struct opaqueClaudio Jeker
2 daysAdjust rpki-client to the new msgbuf_write apiClaudio Jeker
2 daysAdjust bgpd to the new msgbuf_write / ibuf_write APIClaudio Jeker
2 daysAdjust to new msgbuf_write/ibuf_write API and use ibuf_write sinceClaudio Jeker
2 daysDo not abuse struct ibuf_read instead define local struct with the same fields.Claudio Jeker
2 daysDo not abuse struct ibuf_read for internal bits. Just define an own struct.Claudio Jeker
2 dayss/ibuf_add_buf/ibuf_add_ibuf/Claudio Jeker
2 daysUnify error reporting in various control programs.Claudio Jeker
2 daysOnly ldapd tried to handle fd exhaustion during imsg fd passing.Claudio Jeker
2 daysConvert vmd over to new imsgbuf_read behaviour and fix some lurkingClaudio Jeker
2 daysTry to handle the dumpster fire called constraint.c a bit better.Claudio Jeker
2 daysSimple bits of converting ntpd over to the new imsgbuf_read behaviour.Claudio Jeker
2 daysConvert radiusd to new imsgbuf_read behaviour.Claudio Jeker
2 daysConvert npppd and npppctl over to new imsgbuf_read behaviour.Claudio Jeker
2 daysNo need to handle EAGAIN anymore.Claudio Jeker
2 daysbgpd and smtpd include their own imsgbuf_read_nofd() implementation.Claudio Jeker
2 daysConvert the common imsgbuf_read calls to the post EAGAIN world.Claudio Jeker
2 daysUse msgbuf_queuelen() where approriateClaudio Jeker
2 daysUse imsgbuf_queuelen() instead of accessing the w.queue member.Claudio Jeker
2 daysUse imsgbuf_clear() where appropriate instead of msgbuf_clear().Claudio Jeker
2 daysRename imsg_init, imsg_clear, imsg_read, imsg_write and imsg_flush toClaudio Jeker
2 daysConvert imsg_write() callers to the new simplified return logic.Claudio Jeker
2 daysConvert ibuf_write() callers to new simplified return logic.Claudio Jeker
2 daysConvert msgbuf_write() callers to the new return logic.Claudio Jeker
2 daysUse ibuf_write() to send BGP messages to peers instead of msgbuf_write().Claudio Jeker
2 daysIntroduce imsg_write() and use it instead of msgbuf_write().Claudio Jeker
2 daysUse imsg_flush() instead of implementing the same by hand.Claudio Jeker
2 daysimsg_flush no longer returns EAGAIN. Simplify proc_flush_imsg() accordingly.Claudio Jeker
2 daysibuf_get_string() was added to the ibuf API, remove local versionClaudio Jeker
10 daysrpki-client: use macros for skipping rather than hardcoded numbersTheo Buehler
10 daysTake into account how long the dns probe takes before decding toOtto Moerbeek
10 daysSecond sweep of foosz -> num_foos and friendsTheo Buehler