Age | Commit message (Expand) | Author |
2015-05-01 | mdoc_valid_post() may indirectly call roff_node_unlink() which may | Ingo Schwarze |
2015-05-01 | Setting the "last" member of struct roff_node was done at an extremely | Ingo Schwarze |
2015-05-01 | Minor bug fix: When .Pp rewinds .Nm, rewind the whole block, | Ingo Schwarze |
2015-05-01 | mention that the user's shell from /etc/passwd is used for commands | Damien Miller |
2015-05-01 | refactor ssh_dispatch_run_fatal() to use sshpkt_fatal() to better | Damien Miller |
2015-05-01 | a couple of parse targets were missing activep checks, causing them | Damien Miller |
2015-05-01 | make handling of AuthorizedPrincipalsFile=none more consistent | Damien Miller |
2015-05-01 | remove failed remote forwards established by muliplexing from the | Damien Miller |
2015-05-01 | reduce stderr spam when using ssh -S /path/mux -O forward -R 0:... | Damien Miller |
2015-05-01 | prevent authorized_keys options picked up on public key tests without | Damien Miller |
2015-05-01 | Don't make parsing of authorized_keys' environment= option conditional | Damien Miller |
2015-04-30 | update currency exchange rates; | Jason McIntyre |
2015-04-30 | Add a comment about waitpid, suggested by espie@. | Nicholas Marriott |
2015-04-30 | Tweak comment so it doesn't imply line buffering is needed (any will do | Nicholas Marriott |
2015-04-30 | Add warning when user specifies -R but no files, like GNU grep. | Todd C. Miller |
2015-04-30 | use adolf, not adolph, for hitler, to keep it consistent; | Jason McIntyre |
2015-04-29 | If a block body gets broken, that's no good reason to extend the | Ingo Schwarze |
2015-04-29 | Replace the kludge for the \z escape sequence by an actual | Ingo Schwarze |
2015-04-29 | Do not complain when directions fail. | Nicholas Marriott |
2015-04-29 | If default-terminal is set to "screen" or "screen-*", emulate screen's | Nicholas Marriott |
2015-04-29 | Do not mark a block with the MDOC_BROKEN flag if it merely contains | Ingo Schwarze |
2015-04-29 | When the last line of a table layout turns out to be empty, it is deleted. | Ingo Schwarze |
2015-04-29 | Improve the error message in case somebody has configured an invalid PAGER. | Ingo Schwarze |
2015-04-29 | the non braced do while made my teeth hurt | Theo de Raadt |
2015-04-29 | Change internal xrealloc() to a idiom-following xreallocarray(). | Theo de Raadt |
2015-04-29 | Allow ListenAddress, Port and AddressFamily in any order. bz#68, | Darren Tucker |
2015-04-29 | Add missing #include <stdint.h> for SIZE_MAX | Todd C. Miller |
2015-04-29 | Add missing #include <stdint.h> for SIZE_MAX | Todd C. Miller |
2015-04-28 | enviroment -> environment: apologies to darren for not spotting that first | Jason McIntyre |
2015-04-28 | If looking for an index, don't fill in window when given a session. | Nicholas Marriott |
2015-04-28 | Do not do a search for the tty path if there isn't one. | Nicholas Marriott |
2015-04-28 | If can't find pane as a pane, try as a window; likewise if can't find | Nicholas Marriott |
2015-04-28 | Add select-layout -o to undo the last layout change (apply the previously | Nicholas Marriott |
2015-04-28 | Fix typo in previous | Darren Tucker |
2015-04-28 | Document that the TERM environment variable is not subject to SendEnv | Darren Tucker |
2015-04-28 | Add a missing free in the error path. | Lawrence Teo |
2015-04-27 | Do not include unattached clients when trying to find one for target. | Nicholas Marriott |
2015-04-27 | Reset cfg_ncauses to 0 as well or we could allocate the wrong size if | Nicholas Marriott |
2015-04-27 | Assign to the right variable when comparing clients. | Nicholas Marriott |
2015-04-27 | Make sshd default to PermitRootLogin=no; | Damien Miller |
2015-04-27 | Rewrite of the target resolution internals to be simpler and more | Nicholas Marriott |
2015-04-27 | Use a systrace(4) sandbox with a short whitelist of allowed syscalls for | Nicholas Marriott |
2015-04-27 | Add a _file user and use for privsep, ok deraadt | Nicholas Marriott |
2015-04-27 | Add simple privilege separation to file(1). Two processes, file | Nicholas Marriott |
2015-04-27 | remove some extraneous text; ok nicm | Jason McIntyre |
2015-04-27 | sync with rev 1.99 of sbin/route/show.c | Sebastian Benoit |
2015-04-27 | If the requested pane is already active, do not unzoom the window (or do | Nicholas Marriott |
2015-04-27 | more OPENSSL=no fixes; ok dtucker@ | Damien Miller |
2015-04-27 | fix compilation with OPENSSL=no; ok dtucker@ | Damien Miller |
2015-04-27 | Include stdio.h for FILE (used in sshkey.h) so it compiles with OPENSSL=no. | Darren Tucker |