summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2021-05-02Fix having hostnames in the listen on statement. Regression introduced inMartijn van Duren
2021-05-01Retire OpenBSD/sgi.Visa Hankala
2021-04-29Linting: remove duplicate struct definition (plus whitespace)dv
2021-04-29Use relative reference URIs in Location header on directory redirects.dv
2021-04-28build eeprom on riscv64Jonathan Gray
2021-04-27Add IMSG_CTL_SHOW_RTR to the list of restriced control messages.Claudio Jeker
2021-04-27Add RFC 6286 to the list of RFC bgpd supports.Claudio Jeker
2021-04-27Check for possible bgpid collision on open. RFC 6286 defines that thisClaudio Jeker
2021-04-27Fix notification sub-error code for syntactically incorrect nexthops.Claudio Jeker
2021-04-26vmd(8): fix vmctl client "wait" state corruptiondv
2021-04-26Print out both the sent "Neighbor capabilities" and the "NegotiatedClaudio Jeker
2021-04-26The time_t now is only set but never used. Noticed by gcc.Claudio Jeker
2021-04-24remove bgpd warning message exposed by "bgpctl show rib peer out" forTheo de Raadt
2021-04-22vmd(8): guard against bad virtio driversdv
2021-04-22Indent and simplify the grammar.Martin Pieuchot
2021-04-22Eliminate S/R conflicts and simplify filter grammar.Martin Pieuchot
2021-04-22Remove trailing whitespace in comment blocks.dv
2021-04-22Simplify token declaration.Martin Pieuchot
2021-04-22Simplify now that TID and PID are now only being parsed as builtin.Martin Pieuchot
2021-04-22Remove support for in-kernel filters.Martin Pieuchot
2021-04-21Fix packet size checks and remove bad casts.dv
2021-04-21remove -p from usage;Jason McIntyre
2021-04-21Extend filters to support any conditionnal test including global variables.Martin Pieuchot
2021-04-21Always initialized min value for an histogram.Martin Pieuchot
2021-04-21typoMartin Pieuchot
2021-04-21Support for local (scratch) variables: "$var_name".Martin Pieuchot
2021-04-21Extend print() to support any kind of variable.Martin Pieuchot
2021-04-21Support first shell argument as $1 in order to use it in filters.Martin Pieuchot
2021-04-21Improve ntpd offset handling. Call the index of the offset loopsAlexander Bluhm
2021-04-21HTTP errors are logged by the http module. No need to repeat them.Claudio Jeker
2021-04-21When setting RRDP_STATE_PARSE_ERROR a warning is issued so there is no needClaudio Jeker
2021-04-21unplug unused certificate verification code, now that this is done by libtls.Eric Faurot
2021-04-20Move TAILQ initialization to files where they are used.dv
2021-04-20Add keep-alive support to the HTTP module.Claudio Jeker
2021-04-20Switch some warnings to logx() to reduce log noise on runs without -v.Claudio Jeker
2021-04-20Update comment to be less confusing (I hope)Claudio Jeker
2021-04-20prefix_insert() and prefix_remove() emulate a tail queue by keeping theClaudio Jeker
2021-04-20Use LIST instead of SLIST for requests. The way SLIST_REMOVE was used didClaudio Jeker
2021-04-20Ignore SIGPIPE by default and restore default behaviour before executingClaudio Jeker
2021-04-20more KNFTheo de Raadt
2021-04-19code review results in KNF, and moving local variables into lowest scopeTheo de Raadt
2021-04-18Simpler error handling for suspend()/hibernate()Jeremie Courreges-Anglas
2021-04-16When loading a config poll iscsid for up to 10 seconds and check if theClaudio Jeker
2021-04-16Implement a control message to get the state of iscsid. This is usedClaudio Jeker
2021-04-16Add back IMSG_RECONF_ROA_ITEM in the parent imsg handler. It is neededClaudio Jeker
2021-04-15Reshuffle and reindent code. No functional change.Claudio Jeker
2021-04-15Rework the http code to require poll() only when really needed.Claudio Jeker
2021-04-15Fix bgpctl show mrt for UPDATE messages. The call to output->attr() wasClaudio Jeker
2021-04-15On powerpc64 regress/usr.sbin/bgpd/config failed. It parses aAlexander Bluhm
2021-04-15Make rpki-client -V output nicer.Claudio Jeker