summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2023-08-19Copy entire st_*tim structs at once, rather than copyingPhilip Guenther
2023-08-18fix regression in OpenSSH 9.4 (mux.c r1.99) that caused multiplexedDamien Miller
2023-08-17Add a session, pane and user mouse range types for the status line andNicholas Marriott
2023-08-16defence-in-depth MaxAuthTries check in monitor; ok markusDamien Miller
2023-08-15Add meta bindings for status line menus as well as the existing pane oneNicholas Marriott
2023-08-15Add an option menu-selected-style to configure the currently selectedNicholas Marriott
2023-08-14netcat: avoid issuing syscalls on fd -1Theo Buehler
2023-08-14add message number of SSH2_MSG_NEWCOMPRESS defined in RFC8308Damien Miller
2023-08-13kevent: Add precision and abstimer flags for EVFILT_TIMERVisa Hankala
2023-08-13unifdef appeared in 4.1c before 2.9Jonathan Gray
2023-08-11Do not crash if in buffer mode and the last buffer is deleted using theNicholas Marriott
2023-08-11Switch rcs_{get,set}_mtime() from returning and taking a time_t toPhilip Guenther
2023-08-11cvs_file_copy() used futimes(), but only set the tv_sec fields,Philip Guenther
2023-08-11Replace use of the old BSD st_*timespec members in struct stat withPhilip Guenther
2023-08-11When used by itself, replace use of the old BSD st_mtimespec.tv_secPhilip Guenther
2023-08-10better debug logging of sessions' exit statusDamien Miller
2023-08-10drop a wayward comma, ok jmc@Christian Weisgerber
2023-08-10document .VARIABLESMarc Espie
2023-08-10Add support for .VARIABLES, to which I have use.Marc Espie
2023-08-10openssh-9.4Damien Miller
2023-08-08Add flag to next-prompt/previous-prompt to go to command output instead,Nicholas Marriott
2023-08-08Add options and flags for menu styles similar to those existing forNicholas Marriott
2023-08-08Extend the menu drawing function to support custom characters andNicholas Marriott
2023-08-08Fix a couple of rounded border characters, from Alexis Hildebrandt.Nicholas Marriott
2023-08-07Free title earlier, from Alexis Hildebrandt.Nicholas Marriott
2023-08-07Trim can generate strings longer than the original if there are many #s,Nicholas Marriott
2023-08-06Prefer the POSIX standard st_*tim struct timespec members over thePhilip Guenther
2023-08-06Apply rev 1.29 from NetBSD:Philip Guenther
2023-08-04Apply ConnectTimeout to multiplexing local socket connections. If theDarren Tucker
2023-08-02CheckHostIP has defaulted to 'no' for a while; make the commented-Damien Miller
2023-08-01remove unnecessary if statement. github PR#422 from eyalasulin999,Darren Tucker
2023-07-29Drop unused conf, pem, and x509 headers, add unistd for pledgeTheo Buehler
2023-07-28%C is a callable macro in mdoc(7) so, as we do for %D, escape it;Jason McIntyre
2023-07-27don't incorrectly truncate logged strings retrieved from PKCS#11Damien Miller
2023-07-27make sshd_config AuthorizedPrincipalsCommand and AuthorizedKeysCommandDamien Miller
2023-07-27increase default KDF work-factor for OpenSSH format private keys fromDamien Miller
2023-07-27Remove antiquated options outputTheo Buehler
2023-07-26make ssh -f (fork after authentication) work properly in multiplexedDamien Miller
2023-07-23man page typos; ok jmc@Christian Weisgerber
2023-07-23sprinkle some void between () in function definitionsTheo Buehler
2023-07-23Remove -stats option from openssl(1) errstr.Theo Buehler
2023-07-20tweak the allow-remote-pkcs11 text;Jason McIntyre
2023-07-19Separate ssh-pkcs11-helpers for each p11 moduleDamien Miller
2023-07-19Ensure FIDO/PKCS11 libraries contain expected symbolsDamien Miller
2023-07-19Disallow remote addition of FIDO/PKCS11 provider libraries toDamien Miller
2023-07-19terminate process if requested to load a PKCS#11 provider thatDamien Miller
2023-07-19Partially fix interactive mode in patchTheo Buehler
2023-07-19Correct visited flag when the last window list is rebuilt by renumberingNicholas Marriott
2023-07-17missing match localnetwork negation checkDamien Miller
2023-07-17- add -P to usage()Jason McIntyre