Age | Commit message (Expand) | Author |
2016-07-28 | remove HISTORY: it was a nonsense; | Jason McIntyre |
2016-07-28 | some text cutting, after feedback from jsing; | Jason McIntyre |
2016-07-27 | better bounds check on iovcnt (we only ever use fixed, positive values) | Damien Miller |
2016-07-27 | it should not be necessary for yacc to use TMPDIR, /tmp is good enough. | Ted Unangst |
2016-07-27 | increase the size of forkstat fields to accomodate large values | Ted Unangst |
2016-07-27 | fix signed char extension bugs. from fade@cock.li. ok guenther. | Ted Unangst |
2016-07-24 | openssh-7.3 | Damien Miller |
2016-07-23 | rework crl2pkcs7; with help from jsing | Jason McIntyre |
2016-07-23 | fix pledge violation with ssh -f; reported by Valentin Kozamernik | Damien Miller |
2016-07-22 | improve wording; suggested by jmc@ | Damien Miller |
2016-07-22 | Lower loglevel for "Authenticated with partial success" message similar to | Darren Tucker |
2016-07-22 | constify a few functions' arguments; patch from Jakub Jelen bz#2581 | Damien Miller |
2016-07-22 | move debug("%p", key) to before key is free'd; probable undefined | Damien Miller |
2016-07-22 | reverse the order in which -J/JumpHost proxies are visited to be | Damien Miller |
2016-07-21 | rework DESCRIPTION a little: no-command seems clearer than no-XXX; | Jason McIntyre |
2016-07-21 | rename NOTES to COMMON SYNTAX (explains itself better); rework the | Jason McIntyre |
2016-07-21 | strip back openssl crl somewhat: remove the examples | Jason McIntyre |
2016-07-21 | zap trailing whitespace; | Jason McIntyre |
2016-07-21 | Add AF_UNIX support to tcpbench and also make it possible to randomize the | Claudio Jeker |
2016-07-21 | Skip passwords longer than 1k in length so clients can't easily DoS sshd | Darren Tucker |
2016-07-20 | To tune the TCP SYN cache we need more information. Print the | Alexander Bluhm |
2016-07-20 | strip back openssl ciphers: | Jason McIntyre |
2016-07-20 | tag_signal() is dead; from LLVM via Christos Zoulas | Ingo Schwarze |
2016-07-20 | Do not clobber the global jump_host variables when parsing an inactive | Christian Weisgerber |
2016-07-19 | strip back openssl ca: in particular remove some excessively wordy sections, | Jason McIntyre |
2016-07-19 | Since the mdoc/man parser unification, the parser is always allocated | Ingo Schwarze |
2016-07-19 | Use __attribute__((__format__ throughout. | Ingo Schwarze |
2016-07-19 | tweak previous; | Jason McIntyre |
2016-07-19 | Allow wildcard for PermitOpen hosts as well as ports. bz#2582, patch from | Darren Tucker |
2016-07-19 | Cleanup close(open idioms. | Theo de Raadt |
2016-07-18 | The string with path to shell could be taken directly from struct passwd. | Vadim Zhukov |
2016-07-18 | Reduce timing attack against obsolete CBC modes by always computing | Markus Friedl |
2016-07-18 | Add 'p' trace point for KTRFAC_PLEDGE, as noted by | Philip Guenther |
2016-07-18 | Add some unsigned overflow checks for extra_pad. None of these | Damien Miller |
2016-07-17 | getopt(3) can be called twice (once for bc and once for dc), so reinit getopt | Otto Moerbeek |
2016-07-17 | strip back asn1parse; ok beck jsing | Jason McIntyre |
2016-07-17 | support UTF-8 characters in ssh(1) banners using schwarze@'s | Damien Miller |
2016-07-17 | Remove now obsolete parenthetical explanation (should have been part of | Theo Buehler |
2016-07-17 | 1. Update manpage in view of the change of behavior I introduced in -r1.27. | Theo Buehler |
2016-07-16 | since we no longer pull source directly from openssl, the time is | Jason McIntyre |
2016-07-16 | - add proxyjump to the options list | Jason McIntyre |
2016-07-15 | To remove the const qualifier from a pointer to an object - either | Ingo Schwarze |
2016-07-15 | Fix previous: the mandocdb() prototype was already there, it just | Ingo Schwarze |
2016-07-15 | add missing prototypes, no code change; | Ingo Schwarze |
2016-07-15 | Tweak output of environment logging. | Nicholas Marriott |
2016-07-15 | Log environment to new panes. | Nicholas Marriott |
2016-07-15 | Wrap some long lines and apply some static. | Nicholas Marriott |
2016-07-15 | Reduce the syslog level of some relatively common protocol events | Darren Tucker |
2016-07-15 | Don't update cells in each block of data read from a pane immediately, | Nicholas Marriott |
2016-07-15 | Instead of representing colours in several different forms with various | Nicholas Marriott |