summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2013-03-15Delete the sequencer(4) driver, since its not used any longer. DiffAlexandre Ratchov
2013-03-15canadian holidays, from Ryan KavanaghJason McIntyre
2013-03-15Enter more directories, and put the conditional down below. This isTheo de Raadt
2013-03-14-follow is the same as -L, not -HAlexander Hall
2013-03-14Add fatal() and fatalx() that honor the quiet flag instead ofTodd C. Miller
2013-03-14Fix indentationTodd C. Miller
2013-03-13don't display warnings if accept() returns ECONNABORTED orAlexandre Ratchov
2013-03-12warnx() not warningx(), too much sudo on the brainTodd C. Miller
2013-03-12Require that the template include at least 6 trailing Xs to matchTodd C. Miller
2013-03-12All accept() errors are considered fatal, until someone gives a differentTheo de Raadt
2013-03-11handle ECONNABORTED errors from accept(). In many code blocks they can beTheo de Raadt
2013-03-11Simplify text about -l and use cua not tty in examples.Nicholas Marriott
2013-03-10Remove obsolete code that used to change the mode of sudoers fromTodd C. Miller
2013-03-10Put tip back but without the hardlink to cu for now, ok deraadtNicholas Marriott
2013-03-10Prevent endless loop on input error.Tobias Stoeckmann
2013-03-10Prevent race condition by using already opened file descriptors.Tobias Stoeckmann
2013-03-09Usage -> usage;Jason McIntyre
2013-03-09flesh out previous a wee bit more;Jason McIntyre
2013-03-09Mention -v in manpage and usage.Tobias Stoeckmann
2013-03-09Add new cu to the build and disable tip. Also bump "first appeared in"Nicholas Marriott
2013-03-08use Li for the T/Z specifiers;Jason McIntyre
2013-03-08allow "ssh -f none ..." ok markus@Damien Miller
2013-03-07add submethod support to AuthenticationMethods; ok and freedback djm@Markus Friedl
2013-03-07fix atrocious code, do socket -> FILE* conversion correctly, with properMarc Espie
2013-03-07Remove a couple duplicates entries that snuck in.Philip Guenther
2013-03-07reconstruct the original username that was sent by the client, which mayDamien Miller
2013-03-06g/c unused variable (-Wunused)Damien Miller
2013-03-06fatal() when ChrootDirectory specified by running without root privileges;Damien Miller
2013-03-06legancy -> legacy; From: Chris HettrickJason McIntyre
2013-03-05reset pubkey order on partial success; ok djm@Markus Friedl
2013-03-05let whois -P do a query against peeringdb. ok deraadt phessler, feedback jmcStuart Henderson
2013-03-05Mention that if you use a space as the separator in the argumentTodd C. Miller
2013-03-02When using an external password quality check program, do not run theAntoine Jacoutot
2013-03-02sort options, and avoid line wrap, in usage(); ok guentherJason McIntyre
2013-03-02update currency exchange rates;Jason McIntyre
2013-03-02missing newline;Jason McIntyre
2013-03-02Bring getconf(1) substantially up to spec with POSIX 1003.1-2008,Philip Guenther
2013-02-26Encoding conversion buffer size is one stream block, not one deviceAlexandre Ratchov
2013-02-22Allow IdenityFile=none; ok markus deraadt (and dtucker for an earlierDamien Miller
2013-02-22support ProxyCommand=- (stdin/out already point to the proxy); ok djm@Markus Friedl
2013-02-22Don't complain if IdentityFiles specified in system-wide configs are missing.Darren Tucker
2013-02-19Add a STANDARDS section to list RFC's related to the FTP protocolLawrence Teo
2013-02-19Remove bogus include. ok djmDarren Tucker
2013-02-19Add missing trailing slash on the :S modifier in the BUGS section.William Yodlowsky
2013-02-18Report unlink() errors unless ENOENT; especially useful in case of read-onlyMiod Vallat
2013-02-18Fix after last commit: add missing header.Federico G. Schwindt
2013-02-17Keep track of which IndentityFile options were manually supplied and whichDarren Tucker
2013-02-17Fix line counting when using forward-paragraph and backward-paragraph.lum
2013-02-17Replace hand rolled TAILQ_REMOVE with example from queue(3).Florian Obser
2013-02-15turns out if a line ends with a $, the var module will run off the cliffMarc Espie