summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2020-12-04shuffle a few utility functions into sftp-client.c; from Jakub JelenDamien Miller
2020-12-04make ssh_free(NULL) a no-opDamien Miller
2020-12-04memleak of DH public bignum; found with libfuzzerDamien Miller
2020-12-04fix minor memleak of kex->hostkey_alg on rekexDamien Miller
2020-12-04typos: s/hex/kex/ in error messagesDamien Miller
2020-12-04make program name be constDamien Miller
2020-12-03grammar fixes from Varik "The Genuine Article!!!" Valefor;Jason McIntyre
2020-12-03Redraw any visible modes when status line changes so that formats likeNicholas Marriott
2020-12-02Add argc check for snmp trap and drop to usage if we're short.Martijn van Duren
2020-12-01Leave newlines inside multiline quotes.Nicholas Marriott
2020-12-01Make replacement of ##s consistent when drawing formats, whetherNicholas Marriott
2020-12-01update currency exchange rates;Jason McIntyre
2020-11-30Ignore running command when checking for no-hooks flag if it is blocked.Nicholas Marriott
2020-11-30Ignore comments at the end of config lines in ssh_config, similar to whatDarren Tucker
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