summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2021-11-18less confusing debug message; bz#3365Damien Miller
2021-11-18avoid xmalloc(0) for PKCS#11 keyid for ECDSA keys (we already did thisDamien Miller
2021-11-18ssh-keygen -Y find-principals was verifying key validity when usingDamien Miller
2021-11-18check for POLLHUP wherever we check for POLLINDamien Miller
2021-11-18fd leak in sshd listen loop error path; from Gleb SmirnoffDamien Miller
2021-11-18check for POLLHUP as well as POLLIN in sshd listen loop;Damien Miller
2021-11-18check for POLLHUP as well as POLLIN, handle transient IO errors as wellDamien Miller
2021-11-17uniq(1): ignore trailing newlines when comparing linesScott Soule Cheloha
2021-11-17set num_listen_socks to 0 on close-all instead of -1, whichDamien Miller
2021-11-16wc(1): fix NULL pointer dereference in cnt()Scott Soule Cheloha
2021-11-15Leave the hardware cursor at the position of the selected line in chooseNicholas Marriott
2021-11-14use ppoll() instead of pselect()Theo de Raadt
2021-11-14match .events with .fd betterTheo de Raadt
2021-11-14convert select() to poll()Theo de Raadt
2021-11-13replace select() with ppoll(), including converting timeval's to timespec'sTheo de Raadt
2021-11-13It really looks like pledge "stdio dns" is possible earlier.Theo de Raadt
2021-11-12Update awk to Nov 03, 2021 version.Todd C. Miller
2021-11-12aggressively pre-fill the pollfd array with fd=-1Theo de Raadt
2021-11-11add some missing Ns; from leon fischerJason McIntyre
2021-11-11Convert from select() to ppoll(). Along the way, I observed that theTheo de Raadt
2021-11-11If automatic-rename is off, allow the escape sequence to set an emptyNicholas Marriott
2021-11-11If trimming menu item text, show key if it would take up less than aNicholas Marriott
2021-11-11remove whitespaceRicardo Mestre
2021-11-11There's no need to call pledge(2) so many times, or on many places, with theRicardo Mestre
2021-11-10remove a pointless call of setlocale(3);Ingo Schwarze
2021-11-10Revert previousKlemens Nanni
2021-11-10add the sntrup761x25519-sha512@openssh.com hybrid ECDH/x25519 +Damien Miller
2021-11-10fix ssh-keysign for KEX algorithms that use SHA384/512 exchange hashes;Damien Miller
2021-11-10Move two BIGNUMs in printnumber() from the stack to the heap toTheo Buehler
2021-11-09-i may not be specified multiple times; from josh grosseJason McIntyre
2021-11-09Print actually requested URLsKlemens Nanni
2021-11-08improve error message when trying to expand a ~user path for aDamien Miller
2021-11-08missing full stop;Jason McIntyre
2021-11-07nm: add some .text.* support for symbolsSebastien Marie
2021-11-06Stop URL encoding the tilde characterKlemens Nanni
2021-11-06Plug a couple of minor mem leaks. From beldmit at gmail.com via githubDarren Tucker
2021-11-05Make sure that the configuration file is always read, even whenIngo Schwarze
2021-11-05move cert_filter_principals() to earlier in the file for reuse;Damien Miller
2021-11-04Fix mandoc HTML rendering for command aliasesKlemens Nanni
2021-11-03Many downstreams expect ssh to compile as non-C99...Theo de Raadt
2021-11-03whitespace observed during a read-throughTheo de Raadt
2021-11-03Add a cursor-style option, from Alexis Hildebrandt in GitHub issue 2960.Nicholas Marriott
2021-11-03Add missing copyright statement. Reminded by deraadt@Claudio Jeker
2021-11-02Better handle FIDO keys on tokens that provide user verification (UV)Damien Miller
2021-11-02tr(1): main(): eliminate isstring2 variableScott Soule Cheloha
2021-11-02Update awk to October 12, 2021 version.Todd C. Miller
2021-11-02Add HISTORY section. OK schwarze@.Todd C. Miller
2021-11-02fatalx on unknown enum members in a couple of places, from Ben Boeckel.Nicholas Marriott
2021-11-02tr(1): plug leak in genclass()Scott Soule Cheloha
2021-11-01uniq(1): support arbitrarily long input linesScott Soule Cheloha