summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-18Add a colon after the name/path/argument to conform to POSIX.Martijn van Duren
2020-04-18Fix wrapping/indentation.Joel Sing
2020-04-18Use size_t not u_int for the bytes counters and fix a const missing.Nicholas Marriott
2020-04-18Expose the peer ephemeral public key used for TLSv1.3 key exchange.Joel Sing
2020-04-18Tweak previous active cipher suite code.Joel Sing
2020-04-18Allow more key share groups for TLSv1.3.Joel Sing
2020-04-18use correct path for the default cache dir in rpki-client(8). ok claudio@Stuart Henderson
2020-04-18Remove useless return statement.Mark Kettenis
2020-04-18Use peek line function instead of hoking in the array directly.Nicholas Marriott
2020-04-18bse(4) attaches to fdt now as well.Mark Kettenis
2020-04-18Add glue to let bse(4) attach using the FDT.Mark Kettenis
2020-04-18Bring back previons fix to only redraw panes that need it after a redrawNicholas Marriott
2020-04-18Add formats for pane written/skipped bytes for debugging.Nicholas Marriott
2020-04-18Only update mode when actually going to redraw something.Nicholas Marriott
2020-04-18Add a flag to protect against nested syncs and add some extra logging toNicholas Marriott
2020-04-18Revert previous, there is still a problem.Nicholas Marriott
2020-04-18drm/dp_mst: Fix clearing payload state on topology disableJonathan Gray
2020-04-18When a redraw is deferred because the terminal hasn't finished readingNicholas Marriott
2020-04-18Revert "drm/dp_mst: Remove VCPI while disabling topology mgr"Jonathan Gray
2020-04-18Sync existing stacktrace_save() implementationsVisa Hankala
2020-04-18Use MHLEN for the space size of mbuf header. This fixes the panicYASUOKA Masahiko
2020-04-18improve whitespaces in usageTheo de Raadt
2020-04-17Fix an incorrect test for root in drm linux compatiblity code.Sebastian Benoit
2020-04-17Set mode properly before and after redrawing, and don't botherNicholas Marriott
2020-04-17Do not move the cursor to the existing y position if it is invalid, goNicholas Marriott
2020-04-17Log retransmits of sent requests and responses.tobhe
2020-04-17Only include TLSv1.3 cipher suites if there are active cipher suites.Joel Sing
2020-04-17Update key share regress to match previous change.Joel Sing
2020-04-17Generate client key share using our preferred group.Joel Sing
2020-04-17There is no point allocating a new item and putting it on the list whenNicholas Marriott
2020-04-17switch email and result fields in mail-from/rcpt-to event reportsEric Faurot
2020-04-17Make sure the cursor position is still on screen after we have trimmedNicholas Marriott
2020-04-17implement the "charmap" argument as required by POSIX;Ingo Schwarze
2020-04-17Support the application escape sequence mintty (means tmux doesn't haveNicholas Marriott
2020-04-17Add a copy-command option and change copy-pipe and friends to pipe to itNicholas Marriott
2020-04-17repair private key fingerprint printing to also print comment afterDamien Miller
2020-04-17refactor out some duplicate private key loading code; based onDamien Miller
2020-04-17Prevent MiRA from jumping from very high to very low rates whileStefan Sperling
2020-04-17Only pay attention to interfaces in our routing domainFlorian Obser
2020-04-17Document using /etc/ethers to look up ethernet addresses. ok krw@,Darren Tucker
2020-04-17add space beteen macro arg and punctuation;Jason McIntyre
2020-04-17auth2-pubkey r1.89 changed the order of operations to checkingDamien Miller
2020-04-17fix reversed test that caused IdentitiesOnly=yes to not apply to keysDamien Miller
2020-04-17mention that /etc/hosts.equiv and /etc/shosts.equiv are notDamien Miller
2020-04-17make IgnoreRhosts a tri-state option: "yes" ignore rhosts/shosts,Damien Miller
2020-04-17allow the IgnoreRhosts directive to appear anywhere in a sshd_config,Damien Miller
2020-04-17Log skipped jobs in job_add() not job_runqueue().Todd C. Miller
2020-04-16Suggest to update RPKI once an hour.job
2020-04-16Support looking up ethernet addresses in /etc/ethers at dhcpd startup time.Darren Tucker
2020-04-16Return to sending sync around clears.Nicholas Marriott