summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2020-06-27Add missing scroll keys to help page, name default signale for kill commandkn
2020-06-26Document that FS is applied at the time the input line is read.Todd C. Miller
2020-06-26Remove duplicate initialisationkn
2020-06-26Switch cdio's default CDDB database to gnudb.gnudb.org:8880.Christian Weisgerber
2020-06-26Update awk to June 25, 2020 version.Todd C. Miller
2020-06-26Update awk to June 12, 2020 version.Todd C. Miller
2020-06-26backout 1.293 fix kex mem-leak in ssh_packet_close at markus requestSebastien Marie
2020-06-26Fix merging of files that lack newlines for diff(3), OpenRCS, and OpenCVS.Stefan Sperling
2020-06-26avoid spurious error message when ssh-keygen creates filesDamien Miller
2020-06-26handle EINTR in waitfd() and timeout_connect() helpers;Damien Miller
2020-06-26allow "ssh-add -d -" to read keys to be deleted from stdinDamien Miller
2020-06-26constify a few things; ok dtucker (as part of another diff)Damien Miller
2020-06-26Defer creation of ~/.ssh by ssh(1) until we attempt to write to it so weDarren Tucker
2020-06-26Expand path to ~/.ssh/rc rather than relying on it being relative to theDarren Tucker
2020-06-25Remove unused "remaining" member in struct handlekn
2020-06-25Silently ignore -a or -b if the window index doesn't exist and createNicholas Marriott
2020-06-24Remove obsolete comment about "extra nulls"kn
2020-06-24replace mixerctl with sndioctl; from benjamin baierJason McIntyre
2020-06-24fix kex mem-leak in ssh_packet_close; ok djmMarkus Friedl
2020-06-24fix ssh -O proxy w/mux which got broken by no longerMarkus Friedl
2020-06-24support loading big sshd_config files w/o realloc; ok djmMarkus Friedl
2020-06-24allow sshd_config longer than 256k; ok djmMarkus Friedl
2020-06-24only call sshkey_xmss_init() once for KEY_XMSS_CERT; ok djmMarkus Friedl
2020-06-23Fix COMMAND descriptionkn
2020-06-23Remove redundant NULL checkkn
2020-06-23When parsing a character class don't increment openclass for a literal '['.Todd C. Miller
2020-06-23Correctly redraw pane border bottom line when the status line is on andNicholas Marriott
2020-06-23Use xvasprintf not vasprintf.Nicholas Marriott
2020-06-22some clarifying commentsDamien Miller
2020-06-22change "East Tupelo" reference to just "Tupelo";Jason McIntyre
2020-06-22Document "s" commandkn
2020-06-22Remove ^Z mentionkn
2020-06-22updated argument name for -P in first synopsis was missed in previous;Jason McIntyre
2020-06-22supply word missing in previous;Jason McIntyre
2020-06-22Add support for FIDO webauthn (verification only). webauthn is aDamien Miller
2020-06-22refactor ECDSA-SK verification a little ahead of adding supportDamien Miller
2020-06-22support for RFC4648 base64url encoding; ok markusDamien Miller
2020-06-22better terminology for permissions; feedback & ok markus@Damien Miller
2020-06-22better terminology for permissions; feedback & ok markus@Damien Miller
2020-06-22plug the wireguard ioctls in.David Gwynne
2020-06-21add neil peart; from matthew j. c. clarkeJason McIntyre
2020-06-20Avoid one uninitialized warning in file_get()Jeremie Courreges-Anglas
2020-06-19Correct synopsis and usage for the options accepted when passing a commandDarren Tucker
2020-06-18check public host key matches private; ok markus@ (as part ofDamien Miller
2020-06-18avoid spurious "Unable to load host key" message when sshd can load aDamien Miller
2020-06-18The redraw callback could be fired with a NULL pane if it updates whileNicholas Marriott
2020-06-18Add a flag to make a client wait for an empty line before exiting inNicholas Marriott
2020-06-18Check control types and skip unknown ones.Alexandre Ratchov
2020-06-18Allow names to start with digits or underscoresAlexandre Ratchov
2020-06-18Don't try to open device that's already openAlexandre Ratchov