Age | Commit message (Expand) | Author |
2016-08-15 | Catch up with the SSH1 code removal and delete all mention of | Christian Weisgerber |
2016-08-15 | Remove more SSH1 server code: | Christian Weisgerber |
2016-08-15 | Trust the login_getcaptime() declaration and don't cast the arguments to | Philip Guenther |
2016-08-14 | Convert %q to %ll and cast opaque system values to long long. | Philip Guenther |
2016-08-14 | Kill '#if defined(DEBUG) && 0' blocks that used %q | Philip Guenther |
2016-08-14 | Convert remaining calls to strtoq/strtouq in base with strtoll/strtoull. | Philip Guenther |
2016-08-14 | shorten genpkey; ok guenther | Jason McIntyre |
2016-08-13 | shorten gendsa; | Jason McIntyre |
2016-08-13 | %lld -> %llu for u_int64_t struct fields. | Kenneth R Westerback |
2016-08-13 | remove ssh1 server code; ok djm@ | Markus Friedl |
2016-08-13 | As the relevant struct's (e.g. tcpstat) use [u_]int64_t types, the | Kenneth R Westerback |
2016-08-13 | Let libtls load the CA, certificate and key files for nc(1), now that it | Joel Sing |
2016-08-13 | Split out the SSL options handling into a separate function, which makes | Joel Sing |
2016-08-13 | Even after switching from a pending head to the body, we have to | Ingo Schwarze |
2016-08-12 | Simplify getprec() by using strchr(3) and strspn(3). | Theo Buehler |
2016-08-12 | Rewrite the paragraphs that describe how the last four arguments are | Theo Buehler |
2016-08-12 | usage() is __dead | Theo Buehler |
2016-08-12 | The last four argumens of jot (reps, begin, end, step) can all be | Theo Buehler |
2016-08-12 | Use 2001:db8::/32, the official IPv6 subnet for configuration examples. | Jeremie Courreges-Anglas |
2016-08-12 | trim errstr, and zap gendh (deprecated) entirely; | Jason McIntyre |
2016-08-12 | shorten openssl enc, with help from jsing; | Jason McIntyre |
2016-08-11 | oops, fix stupid typo in previous | Ingo Schwarze |
2016-08-11 | If a .Bd display is on the one hand doomed to be deleted because | Ingo Schwarze |
2016-08-11 | Update moduli file. | Darren Tucker |
2016-08-10 | Don't deref NULL if the only child of the first .Sh is an empty | Ingo Schwarze |
2016-08-10 | move armish and hppa64 down in the dropdown box; reminded by jmc@ | Ingo Schwarze |
2016-08-10 | shorten ecparam; | Jason McIntyre |
2016-08-10 | Don't printf("%s", NULL) if .It has a macro as an argument | Ingo Schwarze |
2016-08-10 | When validating a .Bl list that defaults to -item for want of a type, | Ingo Schwarze |
2016-08-10 | Fix assertion failures caused by whitespace inside \o'' (overstrike) | Ingo Schwarze |
2016-08-09 | trim the ec text; | Jason McIntyre |
2016-08-09 | fix printf("%s", NULL); | Ingo Schwarze |
2016-08-09 | When connect(2) is interrupted by a signal it continues asynchronously | Todd C. Miller |
2016-08-08 | Improve error message for overlong ControlPath. ok markus@ djm@ | Darren Tucker |
2016-08-08 | trim the dsaparam section; ok guenther | Jason McIntyre |
2016-08-08 | /tmp and /var/tmp are the same, consistently use the former in both | Igor Sobrado |
2016-08-07 | Update online manual path to man.openbsd.org. | Theo Buehler |
2016-08-05 | missing <endian.h> reported by Bapt@iste Daroussin, found on FreeBSD | Ingo Schwarze |
2016-08-05 | fix a typo that prevented names from .Dt from getting priority over | Ingo Schwarze |
2016-08-05 | All four arguments can be omitted by specifying a dash. | Theo Buehler |
2016-08-05 | If reps and steps were omitted, while begin and end were specified, | Theo Buehler |
2016-08-05 | If "%%" appears in the format string, skip it properly. | Theo Buehler |
2016-08-05 | Initialize reps, begin, end, steps to their defaults. | Theo Buehler |
2016-08-05 | Switch from select(2) to poll(2); ok millert@ | Jeremie Courreges-Anglas |
2016-08-05 | shorten the openssl dsa text; | Jason McIntyre |
2016-08-04 | Fix an assertion failure that happened when trying to add a page | Ingo Schwarze |
2016-08-03 | strnames[i][0] == 'k' && strnames[i][0] == 'f' should be | Kenneth R Westerback |
2016-08-03 | We only replace the first %%, not multiple (use %2 for second). | Nicholas Marriott |
2016-08-03 | Fix minimum size when pane status line is enabled, reported by Y Petremann. | Nicholas Marriott |
2016-08-03 | shorten the openssl dhparam text; | Jason McIntyre |