summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2014-03-10pedantic word change;Jason McIntyre
2014-03-08In .nf mode, use the MAN_LINE flag to detect input line breaksIngo Schwarze
2014-03-08To find out whether .TP head arguments are same-line or next-line arguments,Ingo Schwarze
2014-03-08Improve .if/.ie condition handling.Ingo Schwarze
2014-03-08Make sure all possible EXIT STATUS values are listed,Ingo Schwarze
2014-03-08reindentTed Unangst
2014-03-08reindentTed Unangst
2014-03-08Make sure that env(1) always prints a diagnostic message to stderrIngo Schwarze
2014-03-07if message file is stdin, don't read passphrase from stdin, it won't work.Ted Unangst
2014-03-07allow reading input messages on a pipe. use at your own peril.Ted Unangst
2014-03-07a few other tweaks it's easier to see in the light of dayTed Unangst
2014-03-07drag this code into modern style. ok zhukTed Unangst
2014-03-07In roff_cond_sub(), make sure that the incorrect input sequence `\\}',Ingo Schwarze
2014-03-07Even on macro lines, \} must not cause whitespace.Ingo Schwarze
2014-03-07remove unused "delta" argument from onmove callbacksAlexandre Ratchov
2014-03-07remove unused mmc start/stop/relocate call-backs as they don'tAlexandre Ratchov
2014-03-07Three bugfixes related to the closing of conditional blocks:Ingo Schwarze
2014-03-06allow password on stdin if it's not a tty. commonly requested.Ted Unangst
2014-03-06update currency exchange rates;Jason McIntyre
2014-03-06add michelangelo's death (an odd addition for a birthday file, i guess);Jason McIntyre
2014-03-06tweak; from jmc@ and yours trulyChristian Weisgerber
2014-03-06add missing stdio.h include for fparseln().Jasper Lievisse Adriaanse
2014-03-06Also accept "install-check" as an install script. This part willAntoine Jacoutot
2014-03-05In -Tutf8 mode, mandoc_char(7) named accent character escape sequencesIngo Schwarze
2014-03-05consistently say buflen so i know what length it isTed Unangst
2014-03-05when reading a message, add one byte so we can nul terminuate.Ted Unangst
2014-03-05tighten up code a littleTed Unangst
2014-03-05check calloc and free memory. noticed by jsg and lteo.Ted Unangst
2014-03-05complaint handlingFlorian Obser
2014-03-05- properly set initial position: fixes incorrect position reportingAlexandre Ratchov
2014-03-05remove unused "autostart" featureAlexandre Ratchov
2014-03-05remove (unused) square tone generatorAlexandre Ratchov
2014-03-05Check that socket is writable before attempting to write dataAlexandre Ratchov
2014-03-05remove unused varAlexandre Ratchov
2014-03-04add -C checksum mode, which works with sha256 files in safe easy fashion.Ted Unangst
2014-03-03ignore enviornment variables with embedded '=' or '\0' characters;Damien Miller
2014-03-02only signed types work when comparing less than zero.Ted Unangst
2014-02-28Absolutely do not override base system build features in this file!!Theo de Raadt
2014-02-27openssh-6.6Damien Miller
2014-02-27bz#2184 clarify behaviour of a keyword that appears in multipleDamien Miller
2014-02-27use the real keys' namesTed Unangst
2014-02-27off by one in range checkDamien Miller
2014-02-27fix unsigned overflow that could lead to reading a short ssh protocolDamien Miller
2014-02-26ssh_gssapi_prepare_supported_oids needs GSSAPIMarkus Friedl
2014-02-26Once more, the default routing table id is inherited from the processClaudio Jeker
2014-02-26use a larger read buffer to speed things up, particularly during upgrades.Ted Unangst
2014-02-26don't assume that the socks4 username is \0 terminated;Damien Miller
2014-02-26bz#2107 - cache OIDs of supported GSSAPI mechanisms before privsepDamien Miller
2014-02-26bz#2205: avoid early hostname lookups unless canonicalisation is enabled;Damien Miller
2014-02-23reparse ssh_config and ~/.ssh/config if hostname canonicalisation changesDamien Miller