summaryrefslogtreecommitdiff
path: root/usr.sbin/dvmrpd
AgeCommit message (Expand)Author
2015-07-27use file system path (.Pa) semantic markup macros where appropriate.Igor Sobrado
2015-05-22fix a non safe use of LIST_FOREACH with LIST_REMOVEJonathan Gray
2015-05-05use the sizeof the struct not the sizeof a pointer to the structJonathan Gray
2015-02-11Use sizeof(u_short) in the first check since there are RT messages thatClaudio Jeker
2015-02-10More SOCK_NONBLOCK adjustments similar to the other daemons.Claudio Jeker
2015-02-09Oups forgot to remove the enumsClaudio Jeker
2015-02-09Kill another session_socket_blockmode() ... 6 or so to go.Claudio Jeker
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-11-20Don't allow embedded nul characters in strings.Jonathan Gray
2014-11-18Nuke more obvious #include duplications.Kenneth R Westerback
2014-11-14Add gcc printf format attributes to yyerror() in parse.y files.Doug Hogan
2014-11-03Convert the logic in yyerror(). Instead of creating a temporaryAlexander Bluhm
2014-10-25Remove unnecessary netinet/in_systm.h include.Lawrence Teo
2014-07-20Fixed typo in error message.Tobias Stoeckmann
2014-07-12msgbuf_write() <= 0 for a few more daemons.Kenneth R Westerback
2014-07-11Close the control fd when it has reported EOF.Kenneth R Westerback
2014-06-23The second level of the CTL_NET sysctl is a PF_*, not an AF_*Philip Guenther
2014-01-22relax the cfg file secrecy check slightly to allow group readabilityHenning Brauer
2013-11-26deal with msgbuf_write EAGAIN, ok gilles bennoHenning Brauer
2013-11-25use u_char for buffers in yylex, for ctype callsSebastian Benoit
2013-08-14no longer any need to quote macro lines with >9 args;Jason McIntyre
2013-04-21the DVMRP protocol generation number can work beyond 2038 because itTheo de Raadt
2013-03-11handle ECONNABORTED errors from accept(). In many code blocks they can beTheo de Raadt
2013-03-06as done in ospf{,6}d/relayd, sync yyerror in various other daemons withStuart Henderson
2012-09-26last stage of rfc changes, using consistent Rs/Re blocks, and moving theJason McIntyre
2012-04-24take a stab at documenting when arguments need quoted, and valid macroJason McIntyre
2012-04-11delete excessive evtimer_pending; ok claudioTheo de Raadt
2012-04-10Handle file descriptor exhaustion in the accept() case.Theo de Raadt
2011-08-20Decouple log_verbose() from log_init() so the verbose flag stays set withStuart Henderson
2011-07-04LINK_STATE_IS_UP() cleanup userland part. There is no need to specialClaudio Jeker
2011-04-30no need to escape |, pointed out by jmc@Stuart Henderson
2011-04-10Correct the logic on when fib-update is set. Test the flag don'tJonathan Gray
2011-04-06Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'Miod Vallat
2010-12-31Add missing #includes instead of assuming that some system header pulls inPhilip Guenthe
2010-09-02remove trailing spaces and tabs from source code; no binary changesIgor Sobrado
2010-08-03fix linecount bug with comments spanning multiple linesHenning Brauer
2010-05-26Move imsg into libutil and add a man page.Nicholas Marriott
2010-05-26Rename some imsg bits to make namespace collisions less likely buf toNicholas Marriott
2010-05-14Use calloc() instead of malloc() to allocate the connection structure. ThisClaudio Jeker
2010-04-27imsg.h does not need sys/tree.h.Nicholas Marriott
2010-04-07Remove XXX comment and just close received fd if calloc() fails.Nicholas Marriott
2010-02-21Kill double declaration of control_imsg_relay().Michele Marchetto
2010-02-08...and yet another typo copied from ospfd: the ev_sighup event handlerPhilip Guenthe
2010-02-08Use SIGCHLD for the sigchild handler not SIGINT twice.Philip Guenthe
2009-12-08porcesses -> processesJonathan Gray
2009-12-02log_warn() consistency.Michael Knudsen
2009-11-02Yet another implementation of IMSG_CTL_LOG_VERBOSE. Similar to the one inClaudio Jeker
2009-10-22write UNIX-domain in a more consistent way; while here, replace aIgor Sobrado
2009-10-22use the UNIX-related macros (.At and .Ux) where appropriate.Igor Sobrado
2009-09-22Sync the link state check code with others daemons.Michele Marchetto