summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2016-08-03We only replace the first %%, not multiple (use %2 for second).Nicholas Marriott
2016-08-03Fix minimum size when pane status line is enabled, reported by Y Petremann.Nicholas Marriott
2016-08-03shorten the openssl dhparam text;Jason McIntyre
2016-08-03small refactor of cipher.c: make ciphercontext opaque to callersDamien Miller
2016-08-03Fix bug introduced in rev 1.467 which causes "buffer_get_bignum_ret:Darren Tucker
2016-08-02Ignore the -bindir option, meaningless on OpenBSD.Jeremie Courreges-Anglas
2016-08-01Repair makewhatis -t, sorry for breaking it in the previous commit.Ingo Schwarze
2016-08-01Allow a bel character in wall. This was missed when migrating away fromMartijn van Duren
2016-08-01Remove vi's "directory" option and TMPDIR support.Anthony J. Bentley
2016-08-01Remove the dependency on SQLite without loss of functionality.Ingo Schwarze
2016-08-01shorten the openssl dgst text; in particular, do not try toJason McIntyre
2016-08-01update currency exchange rates;Jason McIntyre
2016-07-31Some base system pages, for example perl(1), contain non-ASCIIIngo Schwarze
2016-07-30use the style from the man page examples for getaddrinfo, which makes aAlexander Hall
2016-07-28rework realloc loop. there's no need to shrink the allocation betweenTed Unangst
2016-07-28strncmp is a more reasonable way to check the beginning of a string.Ted Unangst
2016-07-28these programs probably do not need to use TMPDIR. ok florianTed Unangst
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