summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2021-12-31Try to turn on less-capable mouse modes when turning on more-capable, toNicholas Marriott
2021-12-28Fix printing of -- marker when using -A as noted by gnezdo@Otto Moerbeek
2021-12-28In io_write_buf() adjust the calculation of the multiplex message sizeClaudio Jeker
2021-12-26split method list search functionality from authmethod_lookup() intoDamien Miller
2021-12-26Check error returns for HMAC_* to appease coverity.Theo Buehler
2021-12-26One more leak similar to previous.Theo Buehler
2021-12-26Plug leaksTheo Buehler
2021-12-26Plug memleakTheo Buehler
2021-12-26Attempt to opportunistically use the host name for SNI in s_client.Joel Sing
2021-12-26Fix unexpanded LOCALBASE and X11BASEKlemens Nanni
2021-12-25Don't accept an empty string as selector valueAlexandre Ratchov
2021-12-25Move example about USB devices from -F description to hot plugging sectionAlexandre Ratchov
2021-12-25Add section to explain how to handle device hot pluggingAlexandre Ratchov
2021-12-24uniq(1): skip() each input line only onceScott Soule Cheloha
2021-12-23fix indent to make it clear a line isn't part of previous ifJonathan Gray
2021-12-23Roll the syscalls that have an off_t argument to remove the explicit padding.Philip Guenther
2021-12-22sort -H and -h in SYNOPSIS/usage();Jason McIntyre
2021-12-21Support underscore style with capture-pane -e, GitHub issue 2928.Nicholas Marriott
2021-12-21ARM's Morello CHERI architecture does not support pointers in packedNicholas Marriott
2021-12-21state up front that patch(1) operates on text files,Ingo Schwarze
2021-12-20Do not crash on a zero size character.Nicholas Marriott
2021-12-19document host-bound publickey authenticationDamien Miller
2021-12-19document agent protocol extensionsDamien Miller
2021-12-19PubkeyAuthentication=yes|no|unbound|host-boundDamien Miller
2021-12-19document destination-constrained keysDamien Miller
2021-12-19Use hostkey parsed from hostbound userauth requestDamien Miller
2021-12-19agent support for parsing hostkey-bound signaturesDamien Miller
2021-12-19EXT_INFO negotiation of hostbound pubkey authDamien Miller
2021-12-19client side of host-bound pubkey authenticationDamien Miller
2021-12-19sshd side of hostbound public key authDamien Miller
2021-12-19prepare for multiple names for authmethodsDamien Miller
2021-12-19ssh-agent side of destination constraintsDamien Miller
2021-12-19ssh-add side of destination constraintsDamien Miller
2021-12-19ssh-agent side of bindingDamien Miller
2021-12-19ssh client side of bindingDamien Miller
2021-12-19Record session ID, host key and sig at intital KEXDamien Miller
2021-12-18tighten the decription of -F; from richard ulmerJason McIntyre
2021-12-15grep: Add missing unistd.h and limits.h includesTheo Buehler
2021-12-15restrict filesystem access with unveil(2).Ricardo Mestre
2021-12-15restrict all filesystem access with unveil(2).Ricardo Mestre
2021-12-13tee(1): increase I/O buffer size from 8KB to 64KBScott Soule Cheloha
2021-12-13including sys/cdefs.h manually started as a result of netbsd trying toTheo de Raadt
2021-12-13acct(4) ac_tty shouldn't need NODEV from sys/param.h (which is kernel API),Theo de Raadt
2021-12-13Make pane-border-format a pane option, GitHub issue 2999.Nicholas Marriott
2021-12-12Convert req.c to compile with opaque EVP_MD_CTX.Theo Buehler
2021-12-12Convert passwd.c to opaque EVP_MD_CTX and add a bit of error checking.Theo Buehler
2021-12-12Make speed.c compile with opaque EVP_CIPHER, EVP_MD and HMAC_CTX.Theo Buehler
2021-12-12A few more simplifications using get0_pubkey instead of get_pubkey + free.Theo Buehler
2021-12-12Simplify x509.c slightly by using X509_get0_pubkey() instead ofTheo Buehler
2021-12-12Make x509.c compile with opaque EVP_PKEY.Theo Buehler