Age | Commit message (Expand) | Author |
2019-02-18 | Add stdlib.h since bsearch and strtoul need it. | Claudio Jeker |
2019-02-18 | Initialize type and subtype because modern gcc complains about it. | Claudio Jeker |
2019-02-18 | Drop netmpls/mpls.h include, not needed here. | Claudio Jeker |
2019-02-18 | Use (unsigned) long long instead of (u_)int64_t since that drops the | Claudio Jeker |
2019-02-18 | For portability use a (unsigned long long) cast for %llu / %llx formats | Claudio Jeker |
2019-02-18 | Move get_mpe_config() to kroute.c so that config.c does not depend on | Claudio Jeker |
2019-02-18 | Do not depend on the length field of struct sockaddr instead pass the | Claudio Jeker |
2019-02-17 | s/unwind_/uw_/ to save screen real estate | Florian Obser |
2019-02-15 | Move the depend on state calculation from session.c to kroute.c. This | Claudio Jeker |
2019-02-15 | Remove stray ',' at end of a yacc rule. Noticed by bison. | Claudio Jeker |
2019-02-15 | Use the posix version of betoh64() which is spelled be64toh() this is more | Claudio Jeker |
2019-02-15 | Another missing endian.h | Claudio Jeker |
2019-02-15 | Needs endian.h because of betoh64() | Claudio Jeker |
2019-02-14 | mrt_timeout() can send out imsgs so better call it before doing the set_pollfd | Claudio Jeker |
2019-02-14 | mrt_timeout should just return -1 when there is no timeout set instead | Claudio Jeker |
2019-02-14 | Revert part of last commit, this stuff is unrelated. | Claudio Jeker |
2019-02-14 | Use -1 instead of the less portable INFTIM for the poll timeout. | Claudio Jeker |
2019-02-14 | Use the portable SIZE_MAX instead of SIZE_T_MAX | Claudio Jeker |
2019-02-13 | (unsigned) means (unsigned int) which on ptrdiff_t or size_t or other | Theo de Raadt |
2019-02-12 | Handle the abnormal case of not having any neighbors defined a bit better | Claudio Jeker |
2019-02-12 | Move the yyerror in case get_mpe_config fails. If bgpd -n is used just | Claudio Jeker |
2019-02-12 | Remove extra newline when printing vpn blocks | Claudio Jeker |
2019-02-12 | Remove log_debug which is no longer needed | Claudio Jeker |
2019-02-11 | spelling and Xr fixes; | Jason McIntyre |
2019-02-11 | Adjust to last bgpd commit changing the MPLS VPN configuration. | Claudio Jeker |
2019-02-11 | The definition of VPNs in bgpd was never super elegant. The 'depend on | Claudio Jeker |
2019-02-10 | "non-existant" is one of those words that don't exist, so use "non-existent" | Peter Hessler |
2019-02-10 | log X509 peer's cert subject name when tls client authentication is used, | Sebastian Benoit |
2019-02-08 | Backport r5108 from unbound upstream, pointed out by florian@. | Stuart Henderson |
2019-02-08 | Improve fastcgi socket documentation and mention that TCP is supported in | Florian Obser |
2019-02-08 | merge unbound-1.9.0 | Stuart Henderson |
2019-02-08 | import unbound 1.9.0, ok florian@ | Stuart Henderson |
2019-02-06 | in SMTP status, display rcpt address in errors happening at RCPT level | Gilles Chehade |
2019-02-05 | flesh out "status" a little; ok florian | Jason McIntyre |
2019-02-05 | handle Cisco's Encapsulated Remote Switch Port Analyzer (ERSPAN) protocol | David Gwynne |
2019-02-05 | dev_t is signed to permit passing -1 as an invalid condition, but the | Theo de Raadt |
2019-02-04 | spelling; | Jason McIntyre |
2019-02-04 | Implement as-override, a feature where the neighbor AS is replaced by the | Claudio Jeker |
2019-02-04 | various minor tweaks, plus an adjustment from florian; | Jason McIntyre |
2019-02-03 | flesh this page out a bit to (hopefully) make it more helpful; | Jason McIntyre |
2019-02-03 | Captive portal detection for unwind(8). | Florian Obser |
2019-02-01 | fix comments and clean up whitespace | Sebastian Benoit |
2019-02-01 | if not all challenges were validated, retry again. | Sebastian Benoit |
2019-01-31 | make struct chng.status a enum for readability. | Sebastian Benoit |
2019-01-31 | restrict commands reload and log to root only | solene |
2019-01-30 | missed in previous revert, function not called anymore | Gilles Chehade |
2019-01-30 | revert previous commit, i wasn't happy with it and it probably came from a | Gilles Chehade |
2019-01-30 | consistently talk about domain key; ok benno | Jason McIntyre |
2019-01-30 | don't be too strict with .forward permissions, it's ok to process it if the | Gilles Chehade |
2019-01-30 | Check ferror(3) on the right stream. | Sunil Nimmagadda |