Age | Commit message (Expand) | Author |
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 |
2019-10-03 | Document /auto_upgrade.conf. | Florian Obser |
2019-10-03 | Make relayd properly return the next element, even if the requested element | Martijn van Duren |
2019-10-03 | For getnext request check if the requested oid or one of its parent | Martijn van Duren |
2019-10-03 | no need to increment argv and decrement argc, we're not using them later | Gilles Chehade |
2019-10-03 | no need to set n to 0 right before assigning it ret value from io_printf() | Gilles Chehade |
2019-10-03 | memset struct ip_addr before assigning values to it. in the IPv4 case | Claudio Jeker |
2019-10-03 | remove useless check and dead code | Gilles Chehade |
2019-10-03 | check imsg_flush() return value and fatal() if == -1 | Gilles Chehade |
2019-10-03 | make it obvious we don't care about text_to_mailaddr() return values, we've | Gilles Chehade |
2019-10-03 | free() destination server copy, not a real leak since the program is short | Gilles Chehade |
2019-10-03 | fix wrong sizeof in lka reporters init | Gilles Chehade |
2019-10-03 | we should never hit the smtp reports with an s->tx set to NULL but better | Gilles Chehade |
2019-10-03 | fix possible use-after-free in error code path | Gilles Chehade |
2019-10-03 | fatal() if imsg_flush() call fails in table proc | Gilles Chehade |
2019-10-03 | fix memory leak in error code path | Gilles Chehade |
2019-10-02 | In IMSG_PFKEY_RELOAD do not warn about unknown peers. When a peer is | Claudio Jeker |
2019-10-02 | When removing a peer do the RB_REMOVE last and log the removal just before | Claudio Jeker |
2019-10-01 | Add some TCP MD5SUM specific calls needed by protable. On Linux systems | Claudio Jeker |
2019-10-01 | Use the peer list from the right struct bgpd_config. Don't use the global | Claudio Jeker |
2019-10-01 | Remove leftover pfkey_remove() call in session.c this code was moved to | Claudio Jeker |
2019-10-01 | For portable kr_init() returns an fd of -1 which now would end up in an | Claudio Jeker |
2019-09-30 | add smtpd-version config key in filters handshake | Gilles Chehade |
2019-09-30 | Pass a struct listen_addr pointer to tcp_md5_listen and not just the fd, | Claudio Jeker |
2019-09-30 | Allow maildir and mbox MDAs to tempfail on situations that might be | Martijn van Duren |
2019-09-29 | oops .h file missing | Theo de Raadt |
2019-09-29 | - remove specific cases for +a and +mx as the + prefix is handled earlier | Gilles Chehade |
2019-09-29 | SRS uses base64 encoding for the checksum, however while this is ok when we | Gilles Chehade |