Age | Commit message (Expand) | Author |
2019-10-31 | Add asr resolver type which completely bypasses libunbound and uses the | Florian Obser |
2019-10-31 | Administrative Shutdown messages can be 255 byte long. | Sebastian Benoit |
2019-10-31 | Handle the TAL files in the master process and pass them as buffer to the | Claudio Jeker |
2019-10-30 | Add PREFIX_FLAG_STALE to mark prefixes in the Adj-RIB-Out as stale during | Claudio Jeker |
2019-10-29 | don't print a blank line if no stage1 or stage2 aspects | Theo de Raadt |
2019-10-29 | Replace the fatal non existing prefix call with a pt_add() call that | Claudio Jeker |
2019-10-29 | Fix two cases where the nexthop_runners tail queue can get corrupted. | Claudio Jeker |
2019-10-27 | Require at least one interface with -i | kn |
2019-10-26 | The starttls command doesn't have a value with its extended request. | Martijn van Duren |
2019-10-26 | Wrap long lines. | Antoine Jacoutot |
2019-10-26 | use ftp -N option; ok jca | Theo de Raadt |
2019-10-25 | Retracted a bit too much. | Antoine Jacoutot |
2019-10-25 | ifname in opentap() is not optional | kn |
2019-10-24 | The ber_* namespace is used by liblber since time immemorial, | Theo Buehler |
2019-10-23 | retract 1.151, now that ftp reports the failing url itself. | Theo de Raadt |
2019-10-23 | adapt to new ftp(1) retrieving error messages | Theo de Raadt |
2019-10-23 | Rewrite the time validity check for mfts. Using ASN1_GENERALIZEDTIME_print | Claudio Jeker |
2019-10-22 | Do not log "(null)" in debug logging. | Florian Obser |
2019-10-20 | Remove redundant newline. | Florian Obser |
2019-10-20 | Print LDC protocol version in debug message. | Mark Kettenis |
2019-10-20 | Use strtonum(3) in atrun. Also limit uid/gid to UID_MAX-1 and | Todd C. Miller |
2019-10-20 | Tweak and sync comment. | Antoine Jacoutot |
2019-10-20 | I didn't check robert's fix closely enough. | Marc Espie |
2019-10-19 | Determine the OS version in a way that won't break after 9.9. | Theo Buehler |
2019-10-19 | The size limit of the shutdown reason was relaxed to 255 characters but | Claudio Jeker |
2019-10-18 | Plug mem leak in error path; ok florian@ who also spotted the rad case | Otto Moerbeek |
2019-10-17 | Use -1 to indicate an invalid uid/gid, not UID_MAX and GID_MAX. | Todd C. Miller |
2019-10-16 | tweak previous; help/ok claudio | Jason McIntyre |
2019-10-16 | Add an output format for bird and one doing CSV. Also update the manpage | Claudio Jeker |
2019-10-16 | Clean up header includes. Most are no longer required. | Claudio Jeker |
2019-10-16 | Set the maxlength to either the prefixlen itself or the value from the ROA. | Claudio Jeker |
2019-10-16 | vmd(8): provide some additional info in a debug msg | Mike Larkin |
2019-10-14 | pledge() won't work but we can use unveil() to reduce filesystem access | Theo de Raadt |
2019-10-14 | httpd(8) sent a 408 response every time a connection request timeout | Florian Obser |
2019-10-14 | unpriv(): propagate error code to the caller instead of failing hard. | Antoine Jacoutot |
2019-10-14 | Better error message when we fail to fetch SHA256.sig. | Antoine Jacoutot |
2019-10-13 | name value to shorten code | Marc Espie |
2019-10-13 | even in the empty case, use wantarray to properly return 0/an empty array. | Marc Espie |
2019-10-13 | - have a method explicitly return undef instead of falling off the end | Marc Espie |
2019-10-11 | use sizeof(struct) not sizeof(pointer) in calloc call | Jonathan Gray |
2019-10-09 | Revert previous. This introduces problems when requesting the base oid of a | Martijn van Duren |
2019-10-08 | Rewrite the output handling of rpki-client and add an option to dump the | Claudio Jeker |
2019-10-07 | worker should always get a conffd, and if we don't, it's an error. | Ted Unangst |
2019-10-07 | As found by tb@, the name of the temporary file used when updating the | Stuart Henderson |
2019-10-04 | merge in the rest of unbound-1.9.4 (we already had the only code change) | Stuart Henderson |
2019-10-04 | Buff; also, specify router-id per rfc6286. | Richard Procter |
2019-10-04 | Instead of calling fatal() when pftable additions and deletions mix | Claudio Jeker |
2019-10-04 | remove strict \r check, the downside overweights the advantages, we'll | Gilles Chehade |
2019-10-03 | Properly initalize the ICMP message to zero to avoid leaking 4-byte | Claudio Jeker |
2019-10-03 | Fix CVE-2019-16866 | Florian Obser |