summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2019-02-17s/unwind_/uw_/ to save screen real estateFlorian Obser
2019-02-15Move the depend on state calculation from session.c to kroute.c. ThisClaudio Jeker
2019-02-15Remove stray ',' at end of a yacc rule. Noticed by bison.Claudio Jeker
2019-02-15Use the posix version of betoh64() which is spelled be64toh() this is moreClaudio Jeker
2019-02-15Another missing endian.hClaudio Jeker
2019-02-15Needs endian.h because of betoh64()Claudio Jeker
2019-02-14mrt_timeout() can send out imsgs so better call it before doing the set_pollfdClaudio Jeker
2019-02-14mrt_timeout should just return -1 when there is no timeout set insteadClaudio Jeker
2019-02-14Revert part of last commit, this stuff is unrelated.Claudio Jeker
2019-02-14Use -1 instead of the less portable INFTIM for the poll timeout.Claudio Jeker
2019-02-14Use the portable SIZE_MAX instead of SIZE_T_MAXClaudio Jeker
2019-02-13(unsigned) means (unsigned int) which on ptrdiff_t or size_t or otherTheo de Raadt
2019-02-12Handle the abnormal case of not having any neighbors defined a bit betterClaudio Jeker
2019-02-12Move the yyerror in case get_mpe_config fails. If bgpd -n is used justClaudio Jeker
2019-02-12Remove extra newline when printing vpn blocksClaudio Jeker
2019-02-12Remove log_debug which is no longer neededClaudio Jeker
2019-02-11spelling and Xr fixes;Jason McIntyre
2019-02-11Adjust to last bgpd commit changing the MPLS VPN configuration.Claudio Jeker
2019-02-11The definition of VPNs in bgpd was never super elegant. The 'depend onClaudio Jeker
2019-02-10"non-existant" is one of those words that don't exist, so use "non-existent"Peter Hessler
2019-02-10log X509 peer's cert subject name when tls client authentication is used,Sebastian Benoit
2019-02-08Backport r5108 from unbound upstream, pointed out by florian@.Stuart Henderson
2019-02-08Improve fastcgi socket documentation and mention that TCP is supported inFlorian Obser
2019-02-08merge unbound-1.9.0Stuart Henderson
2019-02-08import unbound 1.9.0, ok florian@Stuart Henderson
2019-02-06in SMTP status, display rcpt address in errors happening at RCPT levelGilles Chehade
2019-02-05flesh out "status" a little; ok florianJason McIntyre
2019-02-05handle Cisco's Encapsulated Remote Switch Port Analyzer (ERSPAN) protocolDavid Gwynne
2019-02-05dev_t is signed to permit passing -1 as an invalid condition, but theTheo de Raadt
2019-02-04spelling;Jason McIntyre
2019-02-04Implement as-override, a feature where the neighbor AS is replaced by theClaudio Jeker
2019-02-04various minor tweaks, plus an adjustment from florian;Jason McIntyre
2019-02-03flesh this page out a bit to (hopefully) make it more helpful;Jason McIntyre
2019-02-03Captive portal detection for unwind(8).Florian Obser
2019-02-01fix comments and clean up whitespaceSebastian Benoit
2019-02-01if not all challenges were validated, retry again.Sebastian Benoit
2019-01-31make struct chng.status a enum for readability.Sebastian Benoit
2019-01-31restrict commands reload and log to root onlysolene
2019-01-30missed in previous revert, function not called anymoreGilles Chehade
2019-01-30revert previous commit, i wasn't happy with it and it probably came from aGilles Chehade
2019-01-30consistently talk about domain key; ok bennoJason McIntyre
2019-01-30don't be too strict with .forward permissions, it's ok to process it if theGilles Chehade
2019-01-30Check ferror(3) on the right stream.Sunil Nimmagadda
2019-01-29add an extra check for existing "api ..." line in the config.Sebastian Benoit
2019-01-29We don't need IMSG_SHUTDOWN, we can just close the sockets.Florian Obser
2019-01-29strip \r from lmtp responsesGilles Chehade
2019-01-27DoT bits.Florian Obser
2019-01-26hook up unwind(8) to the build; OK deraadtFlorian Obser
2019-01-26fix microsecond output of timestamp deltas (-tttt)Richard Procter
2019-01-25I am retiring my old email address; replace it with my OpenBSD one.Todd C. Miller