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