summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2016-08-05missing <endian.h> reported by Bapt@iste Daroussin, found on FreeBSDIngo Schwarze
2016-08-05fix a typo that prevented names from .Dt from getting priority overIngo Schwarze
2016-08-05All four arguments can be omitted by specifying a dash.Theo Buehler
2016-08-05If reps and steps were omitted, while begin and end were specified,Theo Buehler
2016-08-05If "%%" appears in the format string, skip it properly.Theo Buehler
2016-08-05Initialize reps, begin, end, steps to their defaults.Theo Buehler
2016-08-05Switch from select(2) to poll(2); ok millert@Jeremie Courreges-Anglas
2016-08-05shorten the openssl dsa text;Jason McIntyre
2016-08-04Fix an assertion failure that happened when trying to add a pageIngo Schwarze
2016-08-03strnames[i][0] == 'k' && strnames[i][0] == 'f' should beKenneth R Westerback
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