summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-18Pull in fix for EVP_CipherUpdate() overflow from OpenSSL.Theo Buehler
2021-02-18Make kernel ld.script similar to octeon's on loongson and sgi.Visa Hankala
2021-02-18Use X509_get_ext_d2i() also for x509_get_aki() and x509_get_ski().Claudio Jeker
2021-02-18Mention that U-Boot serial speed should be 115200.Visa Hankala
2021-02-18Reduce len when moving past spaces in OSC 11 parameter.Nicholas Marriott
2021-02-18Release mbuf(9) chain with a simple m_freem(9) loop in sorflush().mvs
2021-02-18All the code for output handling was moved to output.c some time ago.Claudio Jeker
2021-02-18Only pick up files matching alphanumeric and underscore characters underAntoine Jacoutot
2021-02-18Fix the hostkeys rotation extension documentationDamien Miller
2021-02-18add rpki-rtr port 323; ok jobTheo de Raadt
2021-02-18make names in function prototypes match those in definitionDamien Miller
2021-02-18unbreak SK_DEBUG buildsDamien Miller
2021-02-18mark test-inlabel-wildcard-cert-no-CA-client as an expected failureTheo Buehler
2021-02-18sftp-server: implement limits@openssh.com extensionDamien Miller
2021-02-18handle "simple-pm-bus" in simplebusJonathan Gray
2021-02-17Unify unit initialization.Marcus Glocker
2021-02-17If the device driver open call fails, don't set sc_open since in that caseMarcus Glocker
2021-02-17Skip gp initialization in loongson bootblocksVisa Hankala
2021-02-17Do not reprogram address filter after MII status changeVisa Hankala
2021-02-17Add support for FIQs. We need these to support agtimer(4) on Apple M1 SoCsMark Kettenis
2021-02-17Call 'struct process' parameters 'pr' to distinguish from 'struct proc'Marcus Glocker
2021-02-17Move the call to setupterm() into the client and have it pass theNicholas Marriott
2021-02-17Collect return code of video_stop() for ioctls calls.Marcus Glocker
2021-02-17Make sure puttygen is new enough to successfully run the PuTTY interopDarren Tucker
2021-02-16Add support for the UART found on the Apple M1 SoC.Mark Kettenis
2021-02-16Add x509 certificate validation regression testsjan
2021-02-16Fail on duplicate KE payload.tobhe
2021-02-16Introduce debug levels since the current debug output is too noisy byMarcus Glocker
2021-02-16Poll battery sensors less frequently. The previous period was quiteanton
2021-02-16Trim uhidpp_device_features() by extracting two pure protocol functions.anton
2021-02-16Prevent double free by copying the URI string from struct tal to the repo.Claudio Jeker
2021-02-16make use of getline(3) in ftp(1)Christian Weisgerber
2021-02-16Revery previous hash alignment fixAndrew Fresh
2021-02-16syncTheo de Raadt
2021-02-16Enable multiple opens of a video(4) device as described in the V4L2Marcus Glocker
2021-02-16Introduce BUS_SPACE_MAP_POSTED such that we can distinguish betweenMark Kettenis
2021-02-16Comments & style cleanup, no functional change intended.Martin Pieuchot
2021-02-16Print AIA in rpki-client test utilityjob
2021-02-16Rework the repository handling. Split the handling of trust anchors intoClaudio Jeker
2021-02-16Add `bgpctl show rtr` to display basic information about RTR sessions.Claudio Jeker
2021-02-16Add RTR support to OpenBGPD. Add basic support for the protocol.Claudio Jeker
2021-02-16get Authority Information Access (AIA) from CA & EE certsjob
2021-02-16use rtalloc_mpath in pf_route and pf_route6.David Gwynne
2021-02-16Backport upstream perl 64bit hash alignment fixesAndrew Fresh
2021-02-16some phy are not needed anymore since the ethernet drivers went awayTheo de Raadt
2021-02-15Fix invalid config error in run-psk-fail.tobhe
2021-02-15While it should be possible to use "normal uncachable" mappings forMark Kettenis
2021-02-15ssh: add PermitRemoteOpen for remote dynamic forwarding with SOCKSMarkus Friedl
2021-02-15factor out opt_array_append; ok djm@Markus Friedl
2021-02-15Extraneous blank line.Kenneth R Westerback