summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2021-12-04RSA/SHA-1 is not used by default anymore on the serverChristian Weisgerber
2021-12-03Fixed-size NOFILE_MAX (from sys/param.h of course) array is crazy, soTheo de Raadt
2021-12-02hash full host:port when asked to hash output, fixes hashes for non-Damien Miller
2021-12-02improve the testing of credentials against inserted FIDO keys a littleDamien Miller
2021-12-02move check_sk_options() up so we can use it earlierDamien Miller
2021-12-02ssh-rsa is no longer in the default for PubkeyAcceptedAlgorithms.Darren Tucker
2021-12-02list uppercase options along with lower in SYNOPSIS/options list/usage;Jason McIntyre
2021-12-02don't put the tty into raw mode when SessionType=none, avoids ^c beingDamien Miller
2021-11-30Improved error handling in config parser.Tobias Stoeckmann
2021-11-30Fix indentation of return in yy_try_NUL_trans().Todd C. Miller
2021-11-29Bump response timer to three seconds, GitHub issue 2984.Nicholas Marriott
2021-11-29Fix user option lookup ordering.Nicholas Marriott
2021-11-29local copy of roundup() means no more sys/param.hTheo de Raadt
2021-11-28Stop using MAXBSIZE to eliminate sys/param.h including (which injects aTheo de Raadt
2021-11-28sshsig: return "key not found" when searching empty files rather thanDamien Miller
2021-11-28ssh-keygen -Y match-principals doesn't accept any -O optionsDamien Miller
2021-11-28fix indenting in last commitDamien Miller
2021-11-28missing initialisation for oerrnoDamien Miller
2021-11-27Add ssh-keygen -Y match-principals operation to perform matching ofDamien Miller
2021-11-26openssl(1): drop support for netscape certificates and server gated keys.Theo Buehler
2021-11-26followng -> followingJonathan Gray
2021-11-26definiton -> definitionJonathan Gray
2021-11-25debug("func: ...") -> debug_f("...")Damien Miller
2021-11-25We know how to print a size_t now. Drop a comment and a cast.Theo Buehler
2021-11-21Tweak for opaque EVP_MD: use EVP_MD_type(dgst) instead of dgst->type.Theo Buehler
2021-11-21Add the new `ipsec_exctdb' ipsec(4) counter to count and expose to theVitaliy Makkoveev
2021-11-21tee(1): use idiomatic write loopScott Soule Cheloha
2021-11-20Convert openssl(1) to using BN_GENCB on the heapTheo Buehler
2021-11-20typo in commentTheo Buehler
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