Age | Commit message (Expand) | Author |
2020-01-25 | In nexthop_update() only add a nexthop to the nexthop_runners queue if | Claudio Jeker |
2020-01-25 | With -d, messages are now printed on stderr | Jeremie Courreges-Anglas |
2020-01-25 | kill double .Pp; | Jason McIntyre |
2020-01-25 | unifdef sigchase. It is deprecated and never enabled on openbsd. | Florian Obser |
2020-01-25 | isc_file_isdirwritable is not used (and besides, it uses access() which | Theo de Raadt |
2020-01-25 | The config parser lets us know when the key file can't be found. | Florian Obser |
2020-01-25 | isc/unix/syslog is unused | Florian Obser |
2020-01-25 | dns/master is unused | Florian Obser |
2020-01-25 | we are not using rwlocks | Florian Obser |
2020-01-25 | another chroot tendril | Theo de Raadt |
2020-01-24 | - (void)printf() -> printf(); the cast adds clutter for little value. | Richard Procter |
2020-01-24 | Add FILES sections; OK espie@ solene@. | Ingo Schwarze |
2020-01-24 | Oops, one break too many removed; unbreak +tcp. | Florian Obser |
2020-01-24 | Since we are no longer using config.h we can remove a lot of feature | Florian Obser |
2020-01-24 | progress on rebound has been stalled long enough it's time to fade away. | Ted Unangst |
2020-01-24 | Extend 'bgpctl show neighbor' to include the received and sent prefix | Claudio Jeker |
2020-01-24 | Implement 'max-prefix NUM out' to limit the number of announced prefixes. | Claudio Jeker |
2020-01-24 | unlink rebound. its future is quite limited. | Ted Unangst |
2020-01-23 | Remove overly complicated set_rcvbuf. Very likely not needed in dig et al. | Florian Obser |
2020-01-23 | Remove socket types that we are not going to use, like AF_UNIX sockets. | Florian Obser |
2020-01-23 | We can always create IPv4 and IPv6 sockets. | Florian Obser |
2020-01-23 | unused | Florian Obser |
2020-01-23 | do not Xr both pppx and pppac in SEE ALSO, since they are the same page; | Jason McIntyre |
2020-01-23 | The X509_LOOKUP code tries to grope around in /etc/ssl/cert/ to find | Theo Buehler |
2020-01-23 | use pppac(4) instead of tun(4) | David Gwynne |
2020-01-23 | allow npppd to use pppac(4) (once i wire it up) | David Gwynne |
2020-01-22 | use the correct length to allocate the right amount, broken by previous. | Ted Unangst |
2020-01-22 | config.h and platform.h are unused now | Florian Obser |
2020-01-22 | unifdef the last config.h bits | Florian Obser |
2020-01-22 | get rid if ISC_{UN,}LIKELY it's in the way and not useful. | Florian Obser |
2020-01-22 | Spell out PORT_NONBLOCK as O_NONBLOCK and ISC_SOCKADDR_LEN_T as | Florian Obser |
2003-01-20 | ISC BIND version 9.2.2rc1 | Jakob Schlyter |
2020-01-22 | eliminate many other possibilities in favor of just using select() here. | Ted Unangst |
2020-01-22 | unifdef a few features we have. ok florian | Ted Unangst |
2020-01-22 | remove defines from config.h.in that are no longer checked in the code | Florian Obser |
2020-01-22 | delete wasteful ;; | Theo de Raadt |
2020-01-22 | delete version detailing in all libraries; ok tedu florian | Theo de Raadt |
2020-01-22 | Pretty sure we are not BSDI 3.1; remove a threading straggler | Florian Obser |
2020-01-22 | unifdef openssl, specifically with passing this to unifdef(1) and | Florian Obser |
2020-01-22 | set array length after allocation succeeds so free path doesn't deref null. | Ted Unangst |
2020-01-22 | florian points out that queue.h is unused | Ted Unangst |
2020-01-21 | remove mutex.h etc. since this code is now unthreaded. | Ted Unangst |
2020-01-21 | Allow the interface setting "type p2p" to be configured globallz or per | remi |
2020-01-21 | Some remaining items for the curious. | Martin Pieuchot |
2020-01-21 | Import a bug tracer, companion of dt(4), that speaks the bt(5) language. | Martin Pieuchot |
2020-01-21 | No need to pass peerid to lsa_snap() | denis |
2020-01-21 | Report sent or received errors (normally not both at the same time). | Claudio Jeker |
2020-01-21 | Update get_errstr() to report errors like log_notification() in bgpd. | Claudio Jeker |
2020-01-21 | Add last_rcvd_errcode and last_rcvd_suberr to the peer_stats so that | Claudio Jeker |
2020-01-21 | Whack last remaining LIBRESSL_VERSION_NUMBER check in the C code. | Theo Buehler |