Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-27 | add a type of "auth-doas" to the perm check to allow login.conf fiddling | Ted Unangst | |
originally proposed by halex | |||
2015-08-27 | backout previous for now, as it causes me portability problems | Alexandre Ratchov | |
2015-08-27 | fix typos in comments and error messages | Alexandre Ratchov | |
2015-08-27 | Allow sparse blocks to be used as silence if samples are encoded | Alexandre Ratchov | |
as signed integers. | |||
2015-08-27 | use strtonum to parse the number of lines of context. | David Gwynne | |
this provides better error messages. ok deraadt@ guenther@ | |||
2015-08-25 | When searching for tabs, start from screen width, fixes out-of-bounds | Nicholas Marriott | |
read found by Kuang-che Wu. | |||
2015-08-24 | In grid_duplicate_lines, if the line is empty (cellsize == 0) then clear | Nicholas Marriott | |
the destination celldata pointer rather than leaving a stale copy of the source pointer (which may later be freed). Fixes a crash found by Kuang-che Wu. | |||
2015-08-24 | Document clear(1) a bit more prominently. | Jeremie Courreges-Anglas | |
Patch from Theo Buehler, suggestion to use DESCRIPTION from FreeBSD from jmc@, ok jmc@ | |||
2015-08-24 | Remove obsolete fields in struct unpcb. In the past they were used | Alexander Bluhm | |
for flow control with unix domain sockets, this is now done by filling the send buffer with fake data counters. OK naddy@; no fallout in a bulk build | |||
2015-08-23 | Need to permit kbind in this sandbox too | Philip Guenther | |
2015-08-22 | Remove all duplicate prototypes for *_main functions (these are already | Joel Sing | |
provided by progs.h). Also, move the FUNCTION type (and flags) into openssl.c since that is the only place of use. Lastly, remove pointless 'extern' from the prototypes and use char **argv instead of char *argv[] (the former is used elsewhere). ok deraadt@ doug@ | |||
2015-08-22 | Add cwd context to syslog entry. | Doug Hogan | |
input + ok tedu@, ok benno@ | |||
2015-08-22 | tweak previous; | Jason McIntyre | |
2015-08-22 | system(3) call remove for updating (ctags -u) | Sebastien Marie | |
done by changing the logic behind updating, by parsing and preloading the tags file at startup. "looks good" deraadt@ | |||
2015-08-21 | Improve printing of KEX offers and decisions | Damien Miller | |
The debug output now labels the client and server offers and the negotiated options. ok markus@ | |||
2015-08-21 | Fix printing (ssh -G ...) of HostKeyAlgorithms=+... | Damien Miller | |
Reported by Bryan Drewery | |||
2015-08-21 | Fix expansion of HostkeyAlgorithms=+... | Damien Miller | |
Reported by Bryan Drewery | |||
2015-08-21 | Regen moduli | Darren Tucker | |
2015-08-21 | Improve size == 0, count == 0 checking in mm_zalloc, which is "array" like. | Theo de Raadt | |
Discussed with tedu, millert, otto.... and ok djm | |||
2015-08-21 | openssh-7.1 | Damien Miller | |
2015-08-21 | fix inverted logic that broke PermitRootLogin; | Damien Miller | |
reported by Mantas Mikulenas; ok markus@ | |||
2015-08-21 | correctly indent a line to make the intent clear | Jonathan Gray | |
ok espie@ | |||
2015-08-20 | Do not cast result of malloc/calloc/realloc* if stdlib.h is in scope | Theo de Raadt | |
ok krw millert | |||
2015-08-20 | Do not need to cast malloc(). stdlib.h is brought in via a local .h file. | Theo de Raadt | |
ok millert | |||
2015-08-20 | In the certificates section, be consistent about using "host_key" | Christian Weisgerber | |
and "user_key" for the respective key types. ok sthen@ deraadt@ | |||
2015-08-20 | Show program name for permission failure messages. | Rafael Zalamena | |
ok espie@, tedu@. | |||
2015-08-19 | Better compat matching for WinSCP, add compat matching for | Damien Miller | |
FuTTY (fork of PuTTY); ok markus@ deraadt@ | |||
2015-08-19 | fix double-free() in error path of DSA key generation reported by | Damien Miller | |
Mateusz Kocielski; ok markus@ | |||
2015-08-19 | fix free() of uninitialised pointer reported by Mateusz Kocielski; | Damien Miller | |
ok markus@ | |||
2015-08-19 | fixed unlink([uninitialised memory]) reported by Mateusz Kocielski; | Damien Miller | |
ok markus@ | |||
2015-08-19 | bring prototypes into scope, requires movement of a large global object | Theo de Raadt | |
out of .h file ok jsing | |||
2015-08-18 | do not cast malloc() return if stdlib.h is included | Theo de Raadt | |
2015-08-17 | Fix whois server detection for new TLDs using whois.nic.<domain> where | Stuart Henderson | |
<domain> has an old TLD as a substring. Specifically, fixes .network lookups. While there, simplify a strlcpy+strlcat to snprintf. ok millert@ phessler@ | |||
2015-08-16 | Come out of copy mode when history is cleared. | Nicholas Marriott | |
2015-08-14 | match myproposal.h order; from brian conway | Jason McIntyre | |
(i snuck in a tweak while here) ok dtucker | |||
2015-08-14 | Remove charsets other than UTF-8 from locale(1) output. | Stefan Sperling | |
ok mpi tedu phessler zhuk, and discussed with many at c2k15 | |||
2015-08-14 | Move locate(1) database build directory back to /tmp and kill non-existent | Rafael Zalamena | |
/usr/tmp references. Diff from Craig Skinner via tech@ plus a /usr/tmp removal from me in the updatedb script. ok millert@. | |||
2015-08-13 | oops, SYNOPSIS was missing an Ar; while here i tweaked the list spacing; | Jason McIntyre | |
2015-08-13 | Grow -P (POSIX output) and -t (POSIX output radix) support. Several 3rd-party | Miod Vallat | |
software depend upon this. Requested by feinerer@, ok millert@; manpage bits ok jmc@ | |||
2015-08-13 | and now we can unify the code. okay tedu@ | Marc Espie | |
err() suggestion by Martijn van Duren | |||
2015-08-13 | right-up should be right-of, also rename the values too. | Nicholas Marriott | |
2015-08-12 | more explicit warnings. Okay tedu@ | Marc Espie | |
2015-08-12 | Support + and - for dates. | Nicholas Marriott | |
2015-08-12 | Mention LC_MESSAGES. | Vadim Zhukov | |
Input & okay (pre-lock) from jmc@, sobrado@ and stsp@. | |||
2015-08-12 | Fix adjustment of the offset when string, pstring or search match. | Nicholas Marriott | |
2015-08-12 | Rename left/right/up/down relative to active pane to add -of suffix | Nicholas Marriott | |
(left-of/right-of/etc) to remove conflict with left/right meaning leftmost or rightmost pane. From Ben Boeckel. | |||
2015-08-12 | Add string/Ww as aliases for string/Bb, and ignore t. (The latest | Nicholas Marriott | |
version of the original file replaced Bb with Ww and then reused b for something else (!), but alias them instead.) | |||
2015-08-11 | Only warn about [bl]estring16 when they are used, like the other | Nicholas Marriott | |
unsupported types. | |||
2015-08-11 | When an exact string match is found, only print the test string, not up | Nicholas Marriott | |
to \0. Noticed by Theo with some GIF files. | |||
2015-08-11 | Any type can be prefixed with "u", even where it makes no sense. Also | Nicholas Marriott | |
make pstring/upstring a text type. |