Age | Commit message (Expand) | Author |
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 |
2016-08-03 | small refactor of cipher.c: make ciphercontext opaque to callers | Damien Miller |
2016-08-03 | Fix bug introduced in rev 1.467 which causes "buffer_get_bignum_ret: | Darren Tucker |
2016-08-02 | Ignore the -bindir option, meaningless on OpenBSD. | Jeremie Courreges-Anglas |
2016-08-01 | Repair makewhatis -t, sorry for breaking it in the previous commit. | Ingo Schwarze |
2016-08-01 | Allow a bel character in wall. This was missed when migrating away from | Martijn van Duren |
2016-08-01 | Remove vi's "directory" option and TMPDIR support. | Anthony J. Bentley |
2016-08-01 | Remove the dependency on SQLite without loss of functionality. | Ingo Schwarze |
2016-08-01 | shorten the openssl dgst text; in particular, do not try to | Jason McIntyre |
2016-08-01 | update currency exchange rates; | Jason McIntyre |
2016-07-31 | Some base system pages, for example perl(1), contain non-ASCII | Ingo Schwarze |
2016-07-30 | use the style from the man page examples for getaddrinfo, which makes a | Alexander Hall |
2016-07-28 | rework realloc loop. there's no need to shrink the allocation between | Ted Unangst |
2016-07-28 | strncmp is a more reasonable way to check the beginning of a string. | Ted Unangst |
2016-07-28 | these programs probably do not need to use TMPDIR. ok florian | Ted Unangst |
2016-07-28 | remove HISTORY: it was a nonsense; | Jason McIntyre |
2016-07-28 | some text cutting, after feedback from jsing; | Jason McIntyre |
2016-07-27 | better bounds check on iovcnt (we only ever use fixed, positive values) | Damien Miller |
2016-07-27 | it should not be necessary for yacc to use TMPDIR, /tmp is good enough. | Ted Unangst |
2016-07-27 | increase the size of forkstat fields to accomodate large values | Ted Unangst |
2016-07-27 | fix signed char extension bugs. from fade@cock.li. ok guenther. | Ted Unangst |
2016-07-24 | openssh-7.3 | Damien Miller |
2016-07-23 | rework crl2pkcs7; with help from jsing | Jason McIntyre |
2016-07-23 | fix pledge violation with ssh -f; reported by Valentin Kozamernik | Damien Miller |
2016-07-22 | improve wording; suggested by jmc@ | Damien Miller |
2016-07-22 | Lower loglevel for "Authenticated with partial success" message similar to | Darren Tucker |
2016-07-22 | constify a few functions' arguments; patch from Jakub Jelen bz#2581 | Damien Miller |
2016-07-22 | move debug("%p", key) to before key is free'd; probable undefined | Damien Miller |
2016-07-22 | reverse the order in which -J/JumpHost proxies are visited to be | Damien Miller |
2016-07-21 | rework DESCRIPTION a little: no-command seems clearer than no-XXX; | Jason McIntyre |
2016-07-21 | rename NOTES to COMMON SYNTAX (explains itself better); rework the | Jason McIntyre |
2016-07-21 | strip back openssl crl somewhat: remove the examples | Jason McIntyre |
2016-07-21 | zap trailing whitespace; | Jason McIntyre |
2016-07-21 | Add AF_UNIX support to tcpbench and also make it possible to randomize the | Claudio Jeker |
2016-07-21 | Skip passwords longer than 1k in length so clients can't easily DoS sshd | Darren Tucker |
2016-07-20 | To tune the TCP SYN cache we need more information. Print the | Alexander Bluhm |
2016-07-20 | strip back openssl ciphers: | Jason McIntyre |
2016-07-20 | tag_signal() is dead; from LLVM via Christos Zoulas | Ingo Schwarze |