summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2016-08-15Catch up with the SSH1 code removal and delete all mention ofChristian Weisgerber
2016-08-15Remove more SSH1 server code:Christian Weisgerber
2016-08-15Trust the login_getcaptime() declaration and don't cast the arguments toPhilip Guenther
2016-08-14Convert %q to %ll and cast opaque system values to long long.Philip Guenther
2016-08-14Kill '#if defined(DEBUG) && 0' blocks that used %qPhilip Guenther
2016-08-14Convert remaining calls to strtoq/strtouq in base with strtoll/strtoull.Philip Guenther
2016-08-14shorten genpkey; ok guentherJason McIntyre
2016-08-13shorten gendsa;Jason McIntyre
2016-08-13%lld -> %llu for u_int64_t struct fields.Kenneth R Westerback
2016-08-13remove ssh1 server code; ok djm@Markus Friedl
2016-08-13As the relevant struct's (e.g. tcpstat) use [u_]int64_t types, theKenneth R Westerback
2016-08-13Let libtls load the CA, certificate and key files for nc(1), now that itJoel Sing
2016-08-13Split out the SSL options handling into a separate function, which makesJoel Sing
2016-08-13Even after switching from a pending head to the body, we have toIngo Schwarze
2016-08-12Simplify getprec() by using strchr(3) and strspn(3).Theo Buehler
2016-08-12Rewrite the paragraphs that describe how the last four arguments areTheo Buehler
2016-08-12usage() is __deadTheo Buehler
2016-08-12The last four argumens of jot (reps, begin, end, step) can all beTheo Buehler
2016-08-12Use 2001:db8::/32, the official IPv6 subnet for configuration examples.Jeremie Courreges-Anglas
2016-08-12trim errstr, and zap gendh (deprecated) entirely;Jason McIntyre
2016-08-12shorten openssl enc, with help from jsing;Jason McIntyre
2016-08-11oops, fix stupid typo in previousIngo Schwarze
2016-08-11If a .Bd display is on the one hand doomed to be deleted becauseIngo Schwarze
2016-08-11Update moduli file.Darren Tucker
2016-08-10Don't deref NULL if the only child of the first .Sh is an emptyIngo Schwarze
2016-08-10move armish and hppa64 down in the dropdown box; reminded by jmc@Ingo Schwarze
2016-08-10shorten ecparam;Jason McIntyre
2016-08-10Don't printf("%s", NULL) if .It has a macro as an argumentIngo Schwarze
2016-08-10When validating a .Bl list that defaults to -item for want of a type,Ingo Schwarze
2016-08-10Fix assertion failures caused by whitespace inside \o'' (overstrike)Ingo Schwarze
2016-08-09trim the ec text;Jason McIntyre
2016-08-09fix printf("%s", NULL);Ingo Schwarze
2016-08-09When connect(2) is interrupted by a signal it continues asynchronouslyTodd C. Miller
2016-08-08Improve error message for overlong ControlPath. ok markus@ djm@Darren Tucker
2016-08-08trim the dsaparam section; ok guentherJason McIntyre
2016-08-08/tmp and /var/tmp are the same, consistently use the former in bothIgor Sobrado
2016-08-07Update online manual path to man.openbsd.org.Theo Buehler
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