summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2021-01-02Add missing .Cm macros to the Address Family table.Ingo Schwarze
2021-01-02Markup route flags such that apropos(1) finds themkn
2021-01-02update currency exchange rates;Jason McIntyre
2021-01-01Handle Permanent Redirect (RFC 7538)Christopher Zimmermann
2021-01-01Add a -C flag to run-shell to use a tmux command rather than a shell command.Nicholas Marriott
2020-12-30Use right format for session loop, GitHub issue 2519.Nicholas Marriott
2020-12-30Use int64_t for intermediate values in int32_MINMAX to prevent signedtobhe
2020-12-30Document meaning of '*' in genrsa outputTheo Buehler
2020-12-29fflush after outputting a set of stats.David Gwynne
2020-12-29getifaddrs() can return entries where ifa_addr is NULL. Check for thisSebastian Benoit
2020-12-29Update/replace the experimental post-quantim hybrid key exchangeDamien Miller
2020-12-28Do not list user options with show-hooks.Nicholas Marriott
2020-12-28Remove current match indicator which can't work anymore since we onlyNicholas Marriott
2020-12-23Print specific headline for TCP state and IP protocol in netstat.Alexander Bluhm
2020-12-22Break cursor movement in grid into a common set of functions that canNicholas Marriott
2020-12-22tweak the description of KnownHostsCommand in ssh_conf.5, and addJason McIntyre
2020-12-22print all the rings on a nic without limiting it to the number of mclpoolsDavid Gwynne
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