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