summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-21Replace the term "security key" with "(FIDO) authenticator".Christian Weisgerber
2019-12-21Replace modular version with origin BSDi version with our updates.Todd C. Miller
2019-12-21upon connect to remote host extract hostname from banner when possible thenGilles Chehade
2019-12-21Restore source-file -q behaviour, broken in r1.42; OK nicm@Tim van der Molen
2019-12-21yet another mostly cosmetic diffMarc Espie
2019-12-21those fields only hold true/false valueMarc Espie
2019-12-21rename a few variable/functions to have better names.Marc Espie
2019-12-21rename built_status constants to be less quirkyMarc Espie
2019-12-21tweak buffer handling a bit:Marc Espie
2019-12-21The man page actually didn't explain its main parameters!Marc Espie
2019-12-21Add arm64 support for lldb.mortimer
2019-12-21Fix DDR4 DIMM size calculation.Mark Kettenis
2019-12-21if a filter was attached to a relay action in config, notify instance thatGilles Chehade
2019-12-21start bringing smtp-out reporting code, lacks some events stillGilles Chehade
2019-12-21add FILTER_SUBSYSTEM_SMTP_OUT to filter_subsystem enum and add filter nameGilles Chehade
2019-12-21keep track of DATA length in mta_session, will be needed for smtp-outGilles Chehade
2019-12-21keep track of the relay action in relays, will be used for smtp-outGilles Chehade
2019-12-21do not pass rdns, fcrdns, ss_src and ss_dest with IMSG_FILTER_SMTP_BEGIN,Gilles Chehade
2019-12-21s/__arm64__/__aarch64__/gMark Kettenis
2019-12-21Disable FP exception masking tests on armv7 and arm64. ARM hardware doesn'tMark Kettenis
2019-12-21do not generate smtp reports for unfiltered sessions, the events will beGilles Chehade
2019-12-21Warn that auth_call(3) users should include a "--" argument beforeJonathan Gray
2019-12-21In "4.2BSD System Manual" (/usr/doc/sysman in 4.2BSD source)Jonathan Gray
2019-12-21unit tests for ForwardAgent=/path; from Eric ChiangDamien Miller
2019-12-21Allow forwarding a different agent socket to the path specified byDamien Miller
2019-12-20Fix the sem_timedwait(3) test.cheloha
2019-12-20Remove blurb about IDN support, which we disable.Jeremie Courreges-Anglas
2019-12-20The IPsec policy check for IPComp bundles has been fixed in theAlexander Bluhm
2019-12-20SSH U2F keys can now be used as host keys. Fix a garden path sentence.Christian Weisgerber
2019-12-20drand48(3) returns values in [0.0, 1.0).Theo Buehler
2019-12-20The mcount.po target is special cased here since mcount.c should not beTheo Buehler
2019-12-20Convert various boolean_t/TRUE/FALSE to int/1/0 in mips64 memory code.Visa Hankala
2019-12-20Replace a lonely TRUE.Visa Hankala
2019-12-20Convert boolean_t/TRUE/FALSE to int/1/0 in mips64 pmap.Visa Hankala
2019-12-20Fix build.Visa Hankala
2019-12-20Make iwm(4) clear/set selected bits in the HW_IF_CONFIG register, ratherStefan Sperling
2019-12-20Make athn(4) use a constant Tx retry rate while MiRA is probing.Stefan Sperling
2019-12-20Ignore new Rx block ack agreements until the WPA handshake is done.Stefan Sperling
2019-12-20Have net80211 actually update the Rx block ack sequence number window,Stefan Sperling
2019-12-20Split out show functions into a new file called output.cClaudio Jeker
2019-12-20Try to bind to port 53 before opening the control socket.Florian Obser
2019-12-20Disable TSX when MSR_ARCH_CAPABILITIES sets TSX_CTRL.Jonathan Gray
2019-12-20Disable TSX when MSR_ARCH_CAPABILITIES sets TSX_CTRL.Jonathan Gray
2019-12-20Shuffle the fmt_timeframe functions and change fmt_timeframe() to avoidClaudio Jeker
2019-12-20Change show_mrt_dump() to call show_rib() instead of the internalClaudio Jeker
2019-12-20don't need this directory eitherTheo de Raadt
2019-12-20Move always unsupported keywords to be grouped with the other ones.Darren Tucker
2019-12-20Remove obsolete opcodes from the configuation enum. Patch fromDarren Tucker
2019-12-20Remove now-obsolete config options from example in comment. Patch fromDarren Tucker
2019-12-19spelling; from bryan stensonJason McIntyre