summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2020-11-28Include cipher.h for declaration of cipher_by_name.Darren Tucker
2020-11-28Use IN_MULTICAST correctly, so it checks the IP address rather than theJonathan Matthew
2020-11-28check result of strchr() against NULL rather than searched-forDamien Miller
2020-11-27Document ssh-keygen -Z, sanity check its argument earlier and provideDarren Tucker
2020-11-27Set the specified TOS/DSCP for interactive use prior to TCP connect.Damien Miller
2020-11-27clean up passing of struct passwd from monitor to preauth privsepDamien Miller
2020-11-26Fix check for vertical centre.Nicholas Marriott
2020-11-26Add -N flag to display-panes to ignore keys, GitHub issue 2473.Nicholas Marriott
2020-11-24Simple implementation of --timeout to exit after specified seconds of I/OClaudio Jeker
2020-11-23The -exec primary is terminated by either ';' or '+', but the latterAlexander Hall
2020-11-22when loading PKCS#11 keys, include the key fingerprints and provider/slotDamien Miller
2020-11-22when mentioning that the host key has changed, don't report the typeDamien Miller
2020-11-22fix typo; from Kris KatterjohnJonathan Gray
2020-11-21Groups are optionalkn
2020-11-20When doing an sftp recursive upload or download of a read-only directory,Darren Tucker
2020-11-20Explicitly initialize all members of the find_by_key_ctx struct. InitializingDarren Tucker
2020-11-19draft-ietf-secsh-architecture is now RFC4251.Darren Tucker
2020-11-17Specify that the KDF function is bcrypt. Based on github PR#214Darren Tucker
2020-11-17Log missing keys when extended keys is on rather than fatal().Nicholas Marriott
2020-11-15revert r1.341; it breaks ProxyJump; reported by sthen@Damien Miller
2020-11-14Simplify wording of the matching rules, with help and ok jmc@Otto Moerbeek
2020-11-14remove macro instances from arbitrary string width specifiers. for exampleJason McIntyre
2020-11-13scrub keyboard-interactive authentication prompts coming from theDamien Miller
2020-11-13prefix keyboard interactive prompts with (user@host) to make it easierDamien Miller
2020-11-12when prompting the user to accept a new hostkey, display any otherDamien Miller
2020-11-12Prevent integer overflow when ridiculously large ConnectTimeout isDarren Tucker
2020-11-11fix logic error that broke URI parsing in ProxyJump directives;Damien Miller
2020-11-10Allow previous-word to scroll onto the first line, noticed by AnindyaNicholas Marriott
2020-11-10Free the previously allocated msg buffer after writing it out.Claudio Jeker
2020-11-09If mouse bits change, clear them all and set again to avoid problemsNicholas Marriott
2020-11-09Change how escaping is processed for formats so that ## and # can beNicholas Marriott
2020-11-09Remove some old debug logging.Nicholas Marriott
2020-11-08unbreak; missing NULL checkDamien Miller
2020-11-08when requesting a security key touch on stderr, inform the user onceDamien Miller
2020-11-08Add a comment documenting the source of the moduli group sizes.Darren Tucker
2020-11-08Replace WITH_OPENSSL ifdefs in log calls with a macro. The log callsDarren Tucker
2020-11-05double word fixes;Jason McIntyre
2020-11-03fold consecutive '*' wildcards to mitigate combinatorial explosionDamien Miller
2020-11-03Wrap remaining overlong lines.Theo Buehler
2020-11-03garbage collect an essentially unused variable and wrap some overlongTheo Buehler
2020-11-03* ptr -> *ptrTheo Buehler
2020-11-03X509_verify_cert()'s return value is not reliable if the callbackTheo Buehler
2020-11-03Expand menu and popup -x and -y as a format, from teo_paul1 at yahoo dotNicholas Marriott
2020-11-02Add numeric comparisons for formats, from teo_paul1 at yahoo dot com inNicholas Marriott
2020-11-01some comma fixes; from varik valeforJason McIntyre
2020-11-01restore RCS id removed in 1.33Joshua Stein
2020-11-01update currency exchange rates;Jason McIntyre
2020-11-01Implement Extended DNS Error (RFC 8914).Florian Obser
2020-10-30Finally get rid of the "overflow: auto" property of ".Bl-tag > dd"Ingo Schwarze
2020-10-30With csh, a tmux client gets SIGTERM before SIGCONT when killed withNicholas Marriott