summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2020-12-22Remove lines accidentally left behind in the ProxyJump parsing fix r1.345.Theo Buehler
2020-12-22add a ssh_config KnownHostsCommand that allows the client to obtainDamien Miller
2020-12-22move subprocess() from auth.c to misc.cDamien Miller
2020-12-21Fix typo in mktime() year format description. From Paul de Weerd.Todd C. Miller
2020-12-21Rewrite parse_netprefix to no longer use isc_sockaddr_fromin{,6}.Florian Obser
2020-12-21Remove the pre-standardization cipher rijndael-cbc@lysator.liu.se.Darren Tucker
2020-12-21properly fix ProxyJump parsing; Thanks to tb@ for pointing out my errorDamien Miller
2020-12-21Show scope id when set; ok florian@Otto Moerbeek
2020-12-20plumb ssh_conn_info through to sshconnect.c; feedback/ok markus@Damien Miller
2020-12-20allow UserKnownHostsFile=none; feedback and ok markus@Damien Miller
2020-12-20load_hostkeys()/hostkeys_foreach() variants for FILE*Damien Miller
2020-12-20Fix EDNS Client Subnet option (+subnet=)Florian Obser
2020-12-20Fix IPv6 link-local address handling for nameservers to talk to asFlorian Obser
2020-12-20Fix copy-pasto when selecting the addresses read from resolv.conf byOtto Moerbeek
2020-12-19Print client kem key with correct length.tobhe
2020-12-19rename filenames ending in a periodDaniel Dickman
2020-12-18Update awk to December 18, 2020 version.Todd C. Miller
2020-12-17fix possible error("%s", NULL) on error pathsDamien Miller
2020-12-17refactor client percent_expand() argument passing; consolidate theDamien Miller
2020-12-17prepare readconf.c for fuzzing; remove fatal calls and fix someDamien Miller
2020-12-17Fix some breakage in handling +-inf and +-nan introduced in last version.Todd C. Miller
2020-12-16Remove a redundant memset call.Theo Buehler
2020-12-15Make synchronize-panes a pane option and add -U flag to set-option toNicholas Marriott
2020-12-15Initialize the poll_timeout before rsync_server() is called.Claudio Jeker
2020-12-15the name aux is a reserved filename on windowsDaniel Dickman
2020-12-14Implement displaying SMI enums as text.Martijn van Duren
2020-12-14use _PATH_SSH_USER_DIR instead of hardcoded .ssh in pathDamien Miller
2020-12-13pr.1: note that -p is unsupportedJason McIntyre
2020-12-12Replace list faked with a literal display with a real list.Anthony J. Bentley
2020-12-10Check sample signedness when setting up format conversions.Alexandre Ratchov
2020-12-10Check sample signedness when setting up format conversions.Alexandre Ratchov
2020-12-09Update awk to December 8, 2020 version.Todd C. Miller
2020-12-07Do not include the status line size when working out the character forNicholas Marriott
2020-12-07Do not clear the wrapped flag on linefeeds if it is already set - thisNicholas Marriott
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