summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2016-02-20AddressFamily defaults to any.Igor Sobrado
2016-02-20spell out RIPE without errant acute accents; ok millert@Christian Weisgerber
2016-02-20Fix the C type used for 32-bit float/lefloat/befloat, it should be floatNicholas Marriott
2016-02-18TMPDIR is no longer supported;Jason McIntyre
2016-02-18finish conversion select -> poll, error messages count too, sloppy theo.Marc Espie
2016-02-17rekey refactor broke SSH1; spotted by Tom G. ChristensenDamien Miller
2016-02-17rsa-sha2-512,rsa-sha2-256 cannot be selected explicitly inDamien Miller
2016-02-17since these pages now clearly tell folks to avoid v1, normaliseJason McIntyre
2016-02-17make sandboxed privilege separation the default, not just for newDamien Miller
2016-02-16correct(ish) date of death for alexander the great;Jason McIntyre
2016-02-16no need to state that protocol 2 is the default twice;Jason McIntyre
2016-02-16Replace list of ciphers and MACs adjacent to -1/-2 flag descriptions inDamien Miller
2016-02-16add a "Close session" log entry (at loglevel=verbose) to correspondDamien Miller
2016-02-15memleak of algorithm name in mm_answer_sign; reported by Jakub JelenDamien Miller
2016-02-15Do a carriage return before password prompt.martijn
2016-02-15Add a function to enable security-related malloc_options. With and okDarren Tucker
2016-02-12word fix from previous; ok sthenJason McIntyre
2016-02-12Expand client formats in run-shell.Nicholas Marriott
2016-02-12avoid fatal() for PKCS11 tokens that present empty key IDsDamien Miller
2016-02-11Update comment: the #ifdef VDSUSP was removed in r1.22.Tim van der Molen
2016-02-11sync crypto algorithm lists in ssh_config(5) and sshd_config(5)Damien Miller
2016-02-11fix regression in openssh-6.8 sftp client: existing destinationDamien Miller
2016-02-09avoid special characters; from michael reedJason McIntyre
2016-02-09turn off more old crypto in the client: hmac-md5, ripemd, truncatedDamien Miller
2016-02-09Replace a three step string duplication with strndup().mmcc
2016-02-09For a long time, nomem() has been a wrapper for err(1, NULL) andtb
2016-02-08don't attempt to percent_expand() already-canonicalised addresses,Damien Miller
2016-02-08Fix a bug that caused nothing to be skipped when skipping exactly theIngo Schwarze
2016-02-08remove main() declarationmmcc
2016-02-08sslv3 has been removed;Jason McIntyre
2016-02-08refactor activation of rekeyingDamien Miller
2016-02-07require a tty for the password.Ted Unangst
2016-02-05Explain why we intentionally violate POSIX here, to prevent people fromIngo Schwarze
2016-02-05Make write explicitly ASCII only by transforming UTF-8 characters and non-ASCIImartijn
2016-02-05Only check errno if read() has returned an error. EOF is not an error.Christian Weisgerber
2016-02-05Sort includes.Jeremie Courreges-Anglas
2016-02-05No need for pledge("rpath")Jeremie Courreges-Anglas
2016-02-05Do not wrap cursor at start or end of history, from Michal Mazurek.Nicholas Marriott
2016-02-05pledge(2) for talk(1):mestre
2016-02-05avoid an uninitialised value when NumberOfPasswordPrompts is 0Jonathan Gray
2016-02-05mention internal DH-GEX fallback groups; bz#2302Damien Miller
2016-02-05better description for MaxSessions; bz#2531Damien Miller
2016-02-04printf argument casts to avoid warnings on strict compilersDamien Miller
2016-02-04Include stdint.h for the uint{8,16}_t types. OK nicm@Todd C. Miller
2016-02-04Set up -t flag properly when passing new-session -A off toNicholas Marriott
2016-02-03Rename a local var so that we can call the global message buffer msg.mmcc
2016-02-03fix off-by-one in argument parsingAlexander Hall
2016-02-03Remove needless alias macros for malloc and calloc. No binary change. Immcc
2016-02-01Avoid ugly "DISPLAY "(null)" invalid; disabling X11 forwarding"Todd C. Miller
2016-02-01Hmm, SHELLSPRINT may be pointless, but keep it for consistency with other dbs.Jeremie Courreges-Anglas