Age | Commit message (Expand) | Author |
2016-02-02 | Remove setproctitle() for the parent process. Because rc.d(8) uses process | Stuart Henderson |
2016-01-26 | typos | mmcc |
2016-01-07 | If transparent-as is set to no AS paths are prepended with the local | Florian Obser |
2015-12-30 | now that ibuf_free() checks for null, we can remove the check here. | Sebastian Benoit |
2015-12-23 | Remove NULL-checks before free(). I think I've almost scrubbed the | mmcc |
2015-12-22 | commited -> committed | mmcc |
2015-12-05 | cleanup some log messages with wrong function names etc. | Sebastian Benoit |
2015-12-05 | EAGAIN handling for imsg_read. OK henning@ benno@ | Claudio Jeker |
2015-12-03 | claudio questioned the need for pledge(unix) in the rde, and i think | Sebastian Benoit |
2015-12-01 | It is not a network hackathon without a bgpd commit. So here we go. | Claudio Jeker |
2015-11-27 | Imporve error messages for the imsg handler code. OK sthen@ | Claudio Jeker |
2015-11-20 | bgpd has been naughty. It tries to play with AF_UNIX sockets without | Florian Obser |
2015-11-17 | pledge() esposes a design issue in bgpd that will take a moment to | Sebastian Benoit |
2015-11-17 | in the SE, loosing the pipe to the main process can be handled with a | Sebastian Benoit |
2015-11-12 | pledge the bgpd main process. Some of the promises can be improved upon | Sebastian Benoit |
2015-11-06 | Radically improve the performance of bgpd filters. Based on PF's skip | Peter Hessler |
2015-10-27 | calloc -> malloc when the memory is immediately overwritten with memcpy. | mmcc |
2015-10-25 | Rename imsg_compose_parent and imsg_compose_rde to imsg_ctl_parent and | Claudio Jeker |
2015-10-25 | Only run the rib_dump_runner() if there is something pending and the | Claudio Jeker |
2015-10-24 | "bgpctl sh rib in" and "bgpctl sh rib out" require a neighbor argument | Sebastian Benoit |
2015-10-24 | Introduce msgtypenames to print bgp msg types (which will be used by bgpctl) | Claudio Jeker |
2015-10-24 | In all other cases of rde_filter_match() we ensure that asp is valid so | Claudio Jeker |
2015-10-24 | seg_type is only set but never used. So remove it. Someone reported this | Claudio Jeker |
2015-10-22 | Revert revision 1.282: | Reyk Floeter |
2015-10-22 | If we receive an empty route message, log it and ignore it. Happens | Peter Hessler |
2015-10-17 | Do no accept fds on the control socket; including the restricted socket. | Reyk Floeter |
2015-10-11 | standardize a community that has been independently created by nearly | Peter Hessler |
2015-10-11 | some peers are following an expired draft RFC and are sending "unknown" | Peter Hessler |
2015-10-09 | Change all tame callers to namechange to pledge(2). | Theo de Raadt |
2015-10-07 | In theory, bgpd should be happy with tame "stdio unix route recvfd". | Theo de Raadt |
2015-10-07 | use fatal() instead of err(); from benno | Theo de Raadt |
2015-10-06 | Move from tame "cmsg" to tame "sendfd" or "recvfd", depending on which | Theo de Raadt |
2015-10-05 | tame "stdio inet cmsg" should work well in the session engine. | Theo de Raadt |
2015-09-21 | sort; | Jason McIntyre |
2015-09-21 | Let us log all updates sent from an individual peer. Since this can be | Peter Hessler |
2015-09-21 | Allow for empty blocks for peers. While this is bad style for permant | Peter Hessler |
2015-09-19 | Use correct function name in error message | Claudio Jeker |
2015-09-16 | Another ifmedia64 fix, this time for bgpd's ift2ifm(). | Stefan Sperling |
2015-09-13 | explicit_bzero() from Michael McConville, thanks! | Florian Obser |
2015-08-30 | rename a variable "err" to "error" | Theo de Raadt |
2015-08-20 | stdlib.h is in scope; do not cast malloc/calloc/realloc* | Theo de Raadt |
2015-08-04 | Give more precise errors, to help track when bgpd quits | Peter Hessler |
2015-07-20 | Make bgpd execute the RDE and session engine process instead of just forking. | Claudio Jeker |
2015-07-19 | knock out "Ns Li" before colons - the Li was being ignored anyway, and i | Jason McIntyre |
2015-07-19 | clarify how inet|inet6 work in filters | Sebastian Benoit |
2015-07-18 | give bgpd's fatal() varargs and use it to instrument bgpd fatal() | Sebastian Benoit |
2015-07-17 | Only filter RTF_LLINFO or RTF_BROADCAST routes out but not RTF_LOCAL ones | Claudio Jeker |
2015-07-16 | Next round of config cleanup. Move various lists into the bgpd_config struct. | Claudio Jeker |
2015-07-16 | fix pasto in error string | Bret Lambert |
2015-07-08 | Check for RTF_CONNECTED to track interface (connected) routes. | Martin Pieuchot |