Age | Commit message (Expand) | Author |
2021-01-15 | Stop the -v command line argument from overriding logging brevity. | rob |
2021-01-14 | Cleanup prefix_cmp() a bit. Make sure that the return value can not overflow | Claudio Jeker |
2021-01-13 | Extend prefix_evaluate() to also be used when withdrawing a prefix. | Claudio Jeker |
2021-01-12 | In recv_packet() verify that non-multicast packets where sent to the right | Claudio Jeker |
2021-01-12 | Send lsupdate messages to the correct neighbor address on P2P interfaces. | Claudio Jeker |
2021-01-12 | rsync is using buffered output now, so remove this FIXME comment | Claudio Jeker |
2021-01-12 | Use the interface index of struct ip_mreqn in IP_ADD_MEMBERSHIP to send | Claudio Jeker |
2021-01-11 | - grab fullpkgpath early (to decide: hard error if not provided) ? | Marc Espie |
2021-01-11 | Stop deleting the control socket on daemon shutdown, like we did on other | Ricardo Mestre |
2021-01-11 | document how to specify multiple alternative names; | Jason McIntyre |
2021-01-10 | Exclude the 'hz' token from the lexer backdoor, so interval and profile | Jonathan Matthew |
2021-01-09 | Move peer related checks from up_test_update() to rde_generate_updates() | Claudio Jeker |
2021-01-09 | Remove locally imposed limit on sockets. | rob |
2021-01-09 | Add 'strip' directive | denis |
2021-01-08 | accept_reserve() counter function argument doesn't need to be volatile. | Todd C. Miller |
2021-01-08 | avoid extra warnings if undefined values are encountered | Marc Espie |
2021-01-08 | Simplify the entity queue processing. There is no need to keep the entity | Claudio Jeker |
2021-01-08 | Start using the ibuf API (ibuf_dynamic, ibuf_add, ibuf_close) for writing | Claudio Jeker |
2021-01-07 | bump VM shutdown event timeout ok mlarkin@ stsp@ florian@ | tracey |
2021-01-07 | Fix multiple shift/reduce conflicts in the parser because of the dependon | Claudio Jeker |
2021-01-06 | if getting the vpd data fails, don't try and parse the vpd data. | David Gwynne |
2021-01-06 | double word fix; from sean davies | Jason McIntyre |
2021-01-06 | do not call log_addr() when the address is NULL | anton |
2021-01-05 | unwrap a line | Theo Buehler |
2021-01-05 | Refactor how traphandler verifies the code. | Martijn van Duren |
2021-01-05 | It is safe to call addr2sa with a bgpd_addr NULL pointer | Claudio Jeker |
2021-01-05 | Revert part of the last addr2sa change. When addr is NULL or AID_UNSPEC | Claudio Jeker |
2021-01-05 | Add AID_VPN_IPv[46] support to addr2sa. It only converts the address part | Claudio Jeker |
2021-01-04 | Rename PFD_PIPE_ROUTE to PFD_PIPE_RDE which is a more obvious name. | Claudio Jeker |
2021-01-04 | Rework roa_cmp() so that the result does not depend on the endianess of | Claudio Jeker |
2021-01-04 | Use log_sockaddr() in log_addr() to print a struct bgpd_addr. This way | Claudio Jeker |
2021-01-04 | Remove BER_TYPE_BOOLEAN, it's not part of the spec and I haven't seen it | Martijn van Duren |
2021-01-03 | Create .1 backup files when acme-client is going to overwrite a | Florian Obser |
2021-01-02 | If acme-client detects an added or removed SAN in the config file | Stuart Henderson |
2021-01-02 | Pull tls_close() and tls_free() further up, so tls_free() will already | Theo Buehler |
2021-01-02 | Call tls_close() before closing the underlying socket | Theo Buehler |
2021-01-02 | replace obsolete .Li macros with .Dv and .Er as appropriate | Ingo Schwarze |
2021-01-02 | Remove PIPEX{S,G}MODE ioctl(2) commands. This time they are pretty dummy | mvs |
2020-12-31 | Don't leak the log message in server_sendlog | Theo Buehler |
2020-12-31 | Don't leak access.log and error.log on reload. | Theo Buehler |
2020-12-31 | Rename the pony process to dispatcher and klondike to crypto. | Martijn van Duren |
2020-12-30 | The result of getifaddrs() not used in pppoed_reload(). Remove it. | Sebastian Benoit |
2020-12-30 | getifaddrs() can return entries where ifa_addr is NULL. Check for this | Sebastian Benoit |
2020-12-30 | getifaddrs() can return entries where ifa_addr is NULL. Check for this | Sebastian Benoit |
2020-12-30 | getifaddrs() can return entries where ifa_addr is NULL. Check for this | Sebastian Benoit |
2020-12-30 | Add 'bgpctl show sets' to display information about the roa-set, as-sets, | Claudio Jeker |
2020-12-30 | Implement IMSG_CTL_SHOW_SET to get information about roa-set, as-sets and | Claudio Jeker |
2020-12-30 | Use correct IMSG type in fatal message. Also reformat some not so long lines. | Claudio Jeker |
2020-12-30 | RB_REMOVE from the correct tree. Dumb copy paste bug introduced by last commit. | Claudio Jeker |
2020-12-29 | getifaddrs() can return entries where ifa_addr is NULL. Check for this | Sebastian Benoit |