Age | Commit message (Expand) | Author |
2017-04-18 | Include client name in key logging. | Nicholas Marriott |
2017-04-18 | use freezero() instead of explicit_bzero + free | Theo de Raadt |
2017-04-18 | use freezero() instead of 4-line conditional explicit_bzero + free | Theo de Raadt |
2017-04-18 | free(NULL) is ok so use it; from Michael W. Bombardieri | Theo de Raadt |
2017-04-17 | Restore -kO Nd, -kO Nm, -kO sec, and -kO arch to working order. | Ingo Schwarze |
2017-04-17 | Recognize nl_langinfo(CODESET) return values "646" and "" as aliases | Ingo Schwarze |
2017-04-17 | implement display of long .Lk URIs to match -Tascii | Ingo Schwarze |
2017-04-17 | Fix handling of trailing punctuation in .Lk. | Ingo Schwarze |
2017-04-17 | Change COMPILER_VERSION tests which limited additional warnings to gcc4 | Jonathan Gray |
2017-04-17 | Don't bother moving the cursor for empty lines. | Nicholas Marriott |
2017-04-17 | Remove a couple of redraw flags that no longer have any effect. | Nicholas Marriott |
2017-04-16 | Memory leak, from David CARLIER. | Nicholas Marriott |
2017-04-16 | Use EL1 to clear lines when redrawing the leftmost pane, rather than | Nicholas Marriott |
2017-04-16 | Move comments into a block and uses {} to unconfuse reading. | Theo de Raadt |
2017-04-16 | Statistics for high memory flips in the buffer cache | Bob Beck |
2017-04-16 | remove -g from CFLAGS at florian's request | Jonathan Gray |
2017-04-16 | Different compilers and versions of compilers have different warnings. | Jonathan Gray |
2017-04-14 | Show long .Lk URIs in like an indented display, similar to groff. | Ingo Schwarze |
2017-04-14 | Do not make the colon after the .Lk link text italic. | Ingo Schwarze |
2017-04-12 | isblank() is ANSI C since C99, no need to provide a replacement. | Todd C. Miller |
2017-04-12 | bluhm discovered "script < /dev/null" attempts tty operations in violation | Theo de Raadt |
2017-04-06 | a little const here and there to prevent rules from changing | Ted Unangst |
2017-04-06 | prepenv can take a const rule | Ted Unangst |
2017-04-05 | Clamp size to length if snprintf ever indicates overflow | Theo de Raadt |
2017-04-05 | Add Home and End for copy mode. | Nicholas Marriott |
2017-04-05 | Try again to resolve problems with mistaking sessions for windows: now | Nicholas Marriott |
2017-04-05 | Give each client a name. This defaults to the tty name as before but | Nicholas Marriott |
2017-04-05 | cfg_file can be static. | Nicholas Marriott |
2017-04-05 | Change tty_repeat_space to write large sets of spaces together instead | Nicholas Marriott |
2017-04-05 | - -Z before -z in options list | Jason McIntyre |
2017-04-05 | an annoying whitespace glitch | Theo de Raadt |
2017-04-05 | Allow nc to save the peer certificate and chain in a pem file specified | Bob Beck |
2017-04-04 | disallow creation (of empty files) in read-only mode; reported by | Damien Miller |
2017-04-03 | initialize regmatch_t always, fixes grep -o "" | Ted Unangst |
2017-04-02 | The character buffer should be resized using recallocarray() | Theo de Raadt |
2017-04-02 | update currency exchange rates; | Jason McIntyre |
2017-04-02 | Replace snprintf(NULL, malloc, snprintf.... with the much better asprintf. | Theo de Raadt |
2017-04-02 | Make dma range buffer cache pages visible in systat io | Bob Beck |
2017-03-28 | Prevent edit'ing a message from corrupting the mailbox. In an mbox file | Martin Natano |
2017-03-27 | simplify the SYNOPSIS as well, just like the option lists; | Ingo Schwarze |
2017-03-27 | For some options that are rarely needed in mandoc(1), | Ingo Schwarze |
2017-03-27 | Simplify: mention at one place that -fkl override each other, | Ingo Schwarze |
2017-03-26 | Change a reallocarray+bzero into recallocarray. | Martijn van Duren |
2017-03-26 | One string buffer can use recallocarray() to ensure that the address space | Theo de Raadt |
2017-03-26 | incorrect renditions of this quote bother me | Theo de Raadt |
2017-03-25 | parameter "lines_allocated" is a local pointer and should not be confused | Theo de Raadt |
2017-03-25 | For some options that are rarely needed in apropos(1) and man(1), | Ingo Schwarze |
2017-03-24 | Use the right header sizes for reading .aiff and .au files, ok ratchov | Nicholas Marriott |
2017-03-24 | Write raw strings in one go rather than character at a time. | Nicholas Marriott |
2017-03-24 | Show count of search results in copy mode. | Nicholas Marriott |