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