summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-22stop showing amd l3 cache informationJonathan Gray
2020-12-22Remove lines accidentally left behind in the ProxyJump parsing fix r1.345.Theo Buehler
2020-12-22Revert call to pthread_mutex_destroy until installers have a stub.Brent Cook
2020-12-22add a ssh_config KnownHostsCommand that allows the client to obtainDamien Miller
2020-12-22move subprocess() from auth.c to misc.cDamien Miller
2020-12-22tweak previous;Jason McIntyre
2020-12-21Use policy_test() to reassign existing SAs to updated policies aftertobhe
2020-12-21Remove explicit rijndael-cbc@lysator.liu.se test since the cipher wasDarren Tucker
2020-12-21Fix typo in mktime() year format description. From Paul de Weerd.Todd C. Miller
2020-12-21Simplify verbiage in "DYNAMIC ADDRESS CONFIGURATION" section. AddKenneth R Westerback
2020-12-21Avoid issuing pointless 'ifconfig <if> up' when processing 'dhcp' inKenneth R Westerback
2020-12-21Rename syntax test of the \O escape sequence (suppress output groffIngo Schwarze
2020-12-21Destroy the mutex in a tls_config object when tls_config_free is called.Brent Cook
2020-12-21Only enable rasops1_putchar8() and rasops1_putchar16() optomizations onMark Kettenis
2020-12-21The plumbing already allowed for smtp authentication, hook it up to the -aMartijn van Duren
2020-12-21Use NI_NUMERICSERV. We don't use the result and it's faster and is aMartijn van Duren
2020-12-21Rewrite parse_netprefix to no longer use isc_sockaddr_fromin{,6}.Florian Obser
2020-12-21Now that a NULL string is marshalled as NULL again we can drop someClaudio Jeker
2020-12-21Remove the pre-standardization cipher rijndael-cbc@lysator.liu.se.Darren Tucker
2020-12-21Always call endservent_r() after getservbyport_r().Eric Faurot
2020-12-21properly fix ProxyJump parsing; Thanks to tb@ for pointing out my errorDamien Miller
2020-12-21Show scope id when set; ok florian@Otto Moerbeek
2020-12-21adapt to API change in hostkeys_foreach()/load_hostkeys()Damien Miller
2020-12-21Test that IPv4 path MTU discovery works over IPsec in tunnel mode.Alexander Bluhm
2020-12-20plumb ssh_conn_info through to sshconnect.c; feedback/ok markus@Damien Miller
2020-12-20allow UserKnownHostsFile=none; feedback and ok markus@Damien Miller
2020-12-20load_hostkeys()/hostkeys_foreach() variants for FILE*Damien Miller
2020-12-20Use regress framework for setup and shorten target names.Alexander Bluhm
2020-12-20slightly tweak the jot regress tests to avoid file name clashes onTheo Buehler
2020-12-20Accept reject and blackhole routes for IPsec PMTU discovery.Alexander Bluhm
2020-12-20Fix typo.Mark Kettenis
2020-12-20Don't leak ipsec_hosts when building hosts_list.tobhe
2020-12-20rename pkg_add's pod files to avoid filenames with colonsDaniel Dickman
2020-12-20Onlly call event_del if there are events enabled, since not all libeventsMartijn van Duren
2020-12-20Free filter_name in lka_filter_endMartijn van Duren
2020-12-20The TCE table needs to be aligned on a boundary that is a multiple of itsMark Kettenis
2020-12-20Introduce klistopsVisa Hankala
2020-12-20Fix EDNS Client Subnet option (+subnet=)Florian Obser
2020-12-20Fix IPv6 link-local address handling for nameservers to talk to asFlorian Obser
2020-12-20Fix copy-pasto when selecting the addresses read from resolv.conf byOtto Moerbeek
2020-12-20Convert uvm_km_valloc(9) calls to km_alloc(9). Tested in qemu withJonathan Matthew
2020-12-20sync with i915_pciids.hJonathan Gray
2020-12-20drm/i915: Remove dubious Valleyview PCI IDsJonathan Gray
2020-12-20remove duplicate device id caused by subids in INTEL_IVB_Q_IDSJonathan Gray
2020-12-20test against [VM_MIN_ADDRESS, VM_MAXUSER_ADDRESS] in access_ok()Jonathan Gray
2020-12-19Print client kem key with correct length.tobhe
2020-12-19remove extra sTheo Buehler
2020-12-19Apply r1.86 of amd64 acpi_machdep.c to arm64 and i386, converting a fewJonathan Matthew
2020-12-19rename filenames ending in a periodDaniel Dickman
2020-12-19There's no need to include the OFW GPIO header.Patrick Wildt