Age | Commit message (Expand) | Author |
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 |
2020-12-29 | getifaddrs() can return entries where ifa_addr is NULL. Check for this | Sebastian Benoit |
2020-12-29 | getifaddrs() can return entries where ifa_addr is NULL. Check for this | Sebastian Benoit |
2020-12-29 | In preparation for RTR support change the representation of the roa-set | Claudio Jeker |
2020-12-29 | Fix calloc in GBR | job |
2020-12-29 | sync usage() with SYNOPSIS; the -S option remains | Jason McIntyre |
2020-12-29 | getifaddrs() can return entries where ifa_addr is NULL. Check for this | Claudio Jeker |
2020-12-29 | Only skip routes with a loopback gateway for network static and connected. | Claudio Jeker |
2020-12-24 | First fulfil all challenges then tell the CA that it should check. | Florian Obser |
2020-12-23 | smtpd's filter state machine can prematurely release resources | Todd C. Miller |
2020-12-23 | Fix a memory leak: use a single memory allocation for struct addrinfo and | Eric Faurot |
2020-12-23 | BGP uses KEEPALIVE packets and the HOLD timer to detect stalled sessions. | Claudio Jeker |
2020-12-23 | Use regfree after we're done with preg. | Martijn van Duren |
2020-12-21 | The plumbing already allowed for smtp authentication, hook it up to the -a | Martijn van Duren |
2020-12-21 | Use NI_NUMERICSERV. We don't use the result and it's faster and is a | Martijn van Duren |
2020-12-21 | Now that a NULL string is marshalled as NULL again we can drop some | Claudio Jeker |
2020-12-20 | rename pkg_add's pod files to avoid filenames with colons | Daniel Dickman |
2020-12-20 | Onlly call event_del if there are events enabled, since not all libevents | Martijn van Duren |
2020-12-20 | Free filter_name in lka_filter_end | Martijn van Duren |
2020-12-19 | remove extra s | Theo Buehler |
2020-12-18 | In io_str_read() return 0-length strings as NULL pointers instead of | Claudio Jeker |
2020-12-18 | Add details to -F flag | solene |
2020-12-18 | Use asprintf with %.*s to construct the path based on the mft file | Claudio Jeker |
2020-12-17 | Log reason a request is NAK'ed, as well as any problems sending the | Kenneth R Westerback |
2020-12-11 | Make the timer code independent of struct peer this way it can be used | Claudio Jeker |
2020-12-11 | Tracing syscalls which conflict with reserved bt(5) keywords currently | anton |
2020-12-10 | merge unbound 1.13.0 | Stuart Henderson |
2020-12-10 | import unbound 1.13.0, heavy lifting done by florian@ | Stuart Henderson |
2020-12-10 | update to nsd 4.3.4 | Florian Obser |