summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2016-02-28drop the support for Linux emulation; ok guenther@ visa@Christian Weisgerber
2016-02-28Support for running Linux binaries under emulation is going away.Christian Weisgerber
2016-02-26there is no emulation "bsd", our default is "native"; ok deraadt@ millert@Christian Weisgerber
2016-02-25remove extra word; from edgar pettijohnJason McIntyre
2016-02-23openssh-7.2Damien Miller
2016-02-23fix spurious error message when incorrect passphrase entered forDamien Miller
2016-02-22Properly handle ed-files which fully replace input file content. ThisTobias Stoeckmann
2016-02-21Fix skeyinit -E by hoisting argument parsing and the call to enable_db()tb
2016-02-20set ssh(1) protocol version to 2 only.Igor Sobrado
2016-02-20add missing ~/.ssh/id_ecdsa and ~/.ssh/id_ed25519 to IdentityFile.Igor Sobrado
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