Age | Commit message (Expand) | Author |
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. | mmcc |
2015-09-27 | As done for bgpd recently, rename if_mediatype to if_type in ospfd/ospf6d. | Stefan Sperling |
2015-07-27 | use file system path (.Pa) semantic markup macros where appropriate. | Igor Sobrado |
2015-07-17 | Similar to bgpd and ospfd skip broadcast (should not happen) and llinfo | Claudio Jeker |
2015-05-05 | use the sizeof the struct not the sizeof a pointer to the struct | Jonathan Gray |
2015-02-11 | Use sizeof(u_short) in the first check since there are RT messages that | Claudio Jeker |
2015-02-10 | Same session_socket_blockmode() changes as done to ospfd. Also do the same | Claudio Jeker |
2015-01-28 | When comparing the LSA with the Ack, also check the age field. This | Alexander Bluhm |
2015-01-22 | remove a stupid -Wstrict-prototype warning by making the hash function | Ted Unangst |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-12-18 | simple to use siphash here. ok deraadt | Ted Unangst |
2014-11-20 | Don't allow embedded nul characters in strings. | Jonathan Gray |
2014-11-18 | Nuke more obvious #include duplications. | Kenneth R Westerback |
2014-11-03 | Convert the logic in yyerror(). Instead of creating a temporary | Alexander Bluhm |
2014-11-02 | Add gcc format attributes to parse.y for ospf{6,}d. | Doug Hogan |
2014-10-25 | Remove unnecessary netinet/in_systm.h include. | Lawrence Teo |
2014-07-12 | Close connections when msgbuf_write() returns 0. | Kenneth R Westerback |
2014-07-11 | Close the control fd when it has reported EOF. | Kenneth R Westerback |
2014-06-23 | The second level of the CTL_NET sysctl is a PF_*, not an AF_* | Philip Guenther |
2014-03-24 | Passing MSG_DONTROUTE to sendto() here has no effect since SO_DONTROUTE | Martin Pieuchot |
2014-01-22 | relax the cfg file secrecy check slightly to allow group readability | Henning Brauer |
2013-11-25 | use u_char for buffers in yylex, for ctype calls | Sebastian Benoit |
2013-11-13 | handle msgbuf_write() returning EAGAIN, | Sebastian Benoit |
2013-11-01 | another annoying %i | Theo de Raadt |
2013-10-30 | another simple %i to %d conversion for obviousness | Theo de Raadt |
2013-10-18 | typo in function name in log message | Stuart Henderson |
2013-08-14 | no longer any need to quote macro lines with >9 args; | Jason McIntyre |
2013-05-09 | Simplify code, no binary change. | Claudio Jeker |
2013-03-25 | sync w/ospfd: improve snapshot handling; ok claudio, sthen | Markus Friedl |
2013-03-25 | sync w/ospfd: ignore the nbr_adj_timer if we are not forming | Markus Friedl |
2013-03-25 | sync w/ospfd: the event NBR_EVT_SEQ_NUM_MIS is not defined in state | Markus Friedl |
2013-03-25 | sync w/ ospfd: | Markus Friedl |
2013-03-25 | sync w/ospfd: allow two minutes until neighbor adjacencies are formed; | Markus Friedl |
2013-03-22 | tweak previous; ok sthen | Jason McIntyre |
2013-03-22 | port from ospfd/lsreq.c r1.20, ok claudio@ | Stuart Henderson |
2013-03-22 | Allow use of an alternative control socket, ported from ospfd. ok claudio@ | Stuart Henderson |
2013-03-22 | sync comment typos/whitespace with ospfd | Stuart Henderson |
2013-03-22 | typo in comment | Stuart Henderson |
2013-03-22 | gratuitous whitespace diff with ospfd/ospf.h | Stuart Henderson |
2013-03-11 | handle ECONNABORTED errors from accept(). In many code blocks they can be | Theo de Raadt |
2013-03-06 | sync yyerror() with version in bgpd so that it logs to syslog when daemonized. | Stuart Henderson |
2013-01-14 | kroute.c rev 1.69 of ospfd for ospf6d | Florian Obser |
2012-10-22 | Unfortunately "ospf6ctl show fib" printed embedded scopes as the | Alexander Bluhm |
2012-10-21 | Move common ospf6d functions for ipv6 address manipulation into | Alexander Bluhm |
2012-09-26 | last stage of rfc changes, using consistent Rs/Re blocks, and moving the | Jason McIntyre |
2012-09-20 | The current code in ospf6d kroute tries to read the scope of the | Alexander Bluhm |
2012-09-20 | Bring back log_in6addr_scope() as ospf6ctl uses it. | Alexander Bluhm |
2012-09-19 | Instead of fiddling about the kame hack here and there, implement | Alexander Bluhm |
2012-09-19 | Do not care about the kame hack when logging a link local address. | Alexander Bluhm |