summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2016-02-01Pointless #defineJeremie Courreges-Anglas
2016-02-01missing word; from jan staryJason McIntyre
2016-02-01update currency exchange rates;Jason McIntyre
2016-02-01Remove unused headers and sort the remainingmestre
2016-01-31Clear RGB flags during selection.Nicholas Marriott
2016-01-31Whoops, need this for the previous reverse trim commit too.Nicholas Marriott
2016-01-31Add RGB escape sequences for capture-pane -e.Nicholas Marriott
2016-01-31Support negative trim values (#{=-10:pane_title}) to trim from the end,Nicholas Marriott
2016-01-31Fix new-session with -t after command flags changes, reported by Michael Grac...Nicholas Marriott
2016-01-30/var/tmp is dead, long live /tmpmartijn