summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-23Use regfree after we're done with preg.Martijn van Duren
2020-12-22have the ifrxr info stuff report the buffer size the hw handles.David Gwynne
2020-12-22Log SPI with SPI_SH() wherever possible.tobhe
2020-12-22Use SIGILL for the Facility Unavailable Interrupt in usermode.gkoehler
2020-12-22further tidy up the dynamic address section, and try to keep it and the staticJason McIntyre
2020-12-22Add PCIe clocks.Mark Kettenis
2020-12-22For a while the kerrnel reports EACCES to userland if pf blocks aAlexander Bluhm
2020-12-22Implement select(2) and pselect(2) on top of kqueue.Martin Pieuchot
2020-12-22Destroy the mutex in tls_config objects when tls_config_free is called.Brent Cook
2020-12-22Defer hardware initialization in order to give things like PCIe PHYsMark Kettenis
2020-12-22Clear FSCR register. This gives us a sane default state where all facilitiesMark Kettenis
2020-12-22Fix typosTobias Stoeckmann
2020-12-22Break cursor movement in grid into a common set of functions that canNicholas Marriott
2020-12-22tweak the description of KnownHostsCommand in ssh_conf.5, and addJason McIntyre
2020-12-22print all the rings on a nic without limiting it to the number of mclpoolsDavid Gwynne
2020-12-22name the rx rings like ix does for systat mbDavid Gwynne
2020-12-22more detail for failing testsDamien Miller
2020-12-22regress test for KnownHostsCommandDamien Miller
2020-12-22syncVisa Hankala
2020-12-22Make clang the default compiler on loongson.Visa Hankala
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