summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2021-12-12Use correct spelling of NULLTheo Buehler
2021-12-12Make ts.c compile with opaque EVP_MD_CTX.Theo Buehler
2021-12-10fix a copy-and-paste error;Ingo Schwarze
2021-12-10Missed unlinked control notifications, GitHub issue 2996.Nicholas Marriott
2021-12-10Mention XParseColor(3) for the cursor colour escape sequence.Nicholas Marriott
2021-12-10Add a NOBLOCK flag rather than adding amount to wait for whenNicholas Marriott
2021-12-09imrove the description of lesskey; based on a diff from richard ulmerJason McIntyre
2021-12-07better error message for FIDO keys when we can't match them to a tokenDamien Miller
2021-12-07Simple conversion to opaque EVP_CIPHER.Theo Buehler