Age | Commit message (Expand) | Author |
2017-05-27 | trim some unused compile options for alternative character forms. | Ted Unangst |
2017-05-26 | sshbuf_consume: reset empty buffer; ok djm@ | Markus Friedl |
2017-05-26 | sometimes patches coming from other places have extra a/ and b/ directories | Ted Unangst |
2017-05-26 | remove SSH_CHANNEL_XXX_DRAINING (ssh1 only); ok djm@ | Markus Friedl |
2017-05-26 | remove channel_input_close_confirmation (ssh1 only); ok djm@ | Markus Friedl |
2017-05-26 | Fix gcc warnings triggered by WARNINGS=yes. | Alexander Bluhm |
2017-05-26 | fix references to obsolete v00 cert format; spotted by Jakub Jelen | Damien Miller |
2017-05-25 | incompatibilities with 4.2 are no longer interesting | Ted Unangst |
2017-05-25 | fix a variety of warnings. from Brian Callahan | Ted Unangst |
2017-05-24 | Use freezero instead of explicit_bzero+free | Ricardo Mestre |
2017-05-22 | Support for displaying flow queues alongside H-FSC | Mike Belopuhov |
2017-05-20 | reorg node struct so it's packed tighter (found by clang actually) | Marc Espie |
2017-05-20 | there's no reason to artificially limit the key path here, just check | Damien Miller |
2017-05-19 | Now that we no longer support SSHv1, replace the contents of this file | Damien Miller |
2017-05-17 | Delete the -T xhtml command line option. | Ingo Schwarze |
2017-05-17 | Fix documentation bug: | Ingo Schwarze |
2017-05-17 | Modernize an example showing antiquated syntax, | Ingo Schwarze |
2017-05-17 | Never create empty databases. | Ingo Schwarze |
2017-05-17 | Do not warn if a database file does not exist | Ingo Schwarze |
2017-05-17 | Delete pointless width calculation for SYNOPSIS .Nm block heads. | Ingo Schwarze |
2017-05-17 | Tidy command prompt callbacks and pass in the client. | Nicholas Marriott |
2017-05-17 | allow LogLevel in sshd_config Match blocks; ok dtucker bz#2717 | Damien Miller |
2017-05-16 | Improve the precision of displayed bandwidth values | Mike Belopuhov |
2017-05-16 | When printing a tcpcb with -P and -v, also show the inp in netstat | Alexander Bluhm |
2017-05-16 | missing space between macro arg and punctuation; | Jason McIntyre |
2017-05-16 | Introduce a new mandoc(1) message level, -W style, below -W warning. | Ingo Schwarze |
2017-05-16 | remove duplicate check; spotted by Jakub Jelen | Damien Miller |
2017-05-16 | mention that Ed25519 keys are valid as CA keys; spotted by | Damien Miller |
2017-05-16 | Line length and spaces to tabs. | Nicholas Marriott |
2017-05-16 | typo: ket -> key. | Theo Buehler |
2017-05-15 | Check the terminfo(5) U8 capability and disable using UTF-8 for ACS if | Nicholas Marriott |
2017-05-15 | Notify layout changed when choosing predefined layouts, from Joshua Brot. | Nicholas Marriott |
2017-05-15 | The Konsole SU bug means it can't clear the entire scroll region (it | Nicholas Marriott |
2017-05-14 | warn about punctuation between .Xr and .Rs in SEE ALSO; | Ingo Schwarze |
2017-05-14 | Tweak previous: tb@ noticed that some browser/font combinations | Ingo Schwarze |
2017-05-13 | Scroll the right number of lines off the region when clearing. | Nicholas Marriott |
2017-05-13 | Some other unused variables. | Nicholas Marriott |
2017-05-12 | Compare >= for columns not >. | Nicholas Marriott |
2017-05-12 | Can scroll away full lines to clear them too. | Nicholas Marriott |
2017-05-12 | Remove an unused variable. | Nicholas Marriott |
2017-05-12 | Reset updated flag when restarting job so new output is detected, | Nicholas Marriott |
2017-05-12 | Make the tag column in .Bl -tag lists wider: | Ingo Schwarze |
2017-05-12 | Fix the man.cgi target after the recent file additions; | Ingo Schwarze |
2017-05-12 | When expanding a line in order to clear it, we need to use the default | Nicholas Marriott |
2017-05-12 | Need to store bg for ECH. | Nicholas Marriott |
2017-05-12 | Cannot rely on cursor position after DL and IL (some terminals move to | Nicholas Marriott |
2017-05-12 | Need to clear tty context before using it. | Nicholas Marriott |
2017-05-12 | Only redraw single client, and tweak some logging. | Nicholas Marriott |
2017-05-12 | Scrolling needs to use background colour. | Nicholas Marriott |
2017-05-12 | Regions can't be smaller than 2 so don't try to clear them by scrolling if so. | Nicholas Marriott |